Searched refs:IsConvertableToAnsi (Results 1 – 2 of 2) sorted by relevance
57 if (m_IsWin9x && !IsConvertableToAnsi(str)) in GetWordDocumentDisplayName()81 if (m_IsWin9x && !IsConvertableToAnsi(str)) in GetWordTemplateDisplayName()105 if (m_IsWin9x && !IsConvertableToAnsi(str)) in GetRtfDocumentDisplayName()129 if (m_IsWin9x && !IsConvertableToAnsi(str)) in GetExcelSheetDisplayName()153 if (m_IsWin9x && !IsConvertableToAnsi(str)) in GetExcelTemplateDisplayName()177 if (m_IsWin9x && !IsConvertableToAnsi(str)) in GetPowerPointDocumentDisplayName()201 if (m_IsWin9x && !IsConvertableToAnsi(str)) in GetPowerPointTemplateDisplayName()225 if (m_IsWin9x && !IsConvertableToAnsi(str)) in GetPowerPointShowDisplayName()259 if (m_IsWin9x && !IsConvertableToAnsi(str)) in ShellNewCommandDisplayName()278 if (m_IsWin9x && !IsConvertableToAnsi(str)) in ShellEditCommandDisplayName()[all …]
168 bool IsConvertableToAnsi(const std::wstring& String) const;
Completed in 13 milliseconds