Searched refs:strMode (Results 1 – 2 of 2) sorted by relevance
47 CFX_ByteString strMode; in Open() local48 FXCRT_GetFileModeString(dwMode, strMode); in Open()49 m_hFile = FXSYS_fopen(fileName.GetCStr(), strMode.c_str()); in Open()57 CFX_WideString strMode; in Open() local58 FXCRT_GetFileModeString(dwMode, strMode); in Open()59 m_hFile = FXSYS_wfopen(fileName.GetPtr(), strMode.c_str()); in Open()
1839 CFX_ByteString strMode; in highlight() local1840 vp >> strMode; in highlight()1844 AddDelay_String(FP_HIGHLIGHT, strMode); in highlight()1848 Field::SetHighlight(m_pDocument, m_FieldName, m_nFormControlIndex, strMode); in highlight()