Lines Matching refs:ConvertChar
1063 String ConvertChar(sal_Unicode &rChar);
1251 String StarSymbolToMSMultiFontImpl::ConvertChar(sal_Unicode &rChar) in ConvertChar() function in StarSymbolToMSMultiFontImpl
1346 sal_Unicode ConvertChar::RecodeChar( sal_Unicode cChar ) const in RecodeChar()
1373 void ConvertChar::RecodeString( String& rStr, xub_StrLen nIndex, xub_StrLen nLen ) const in RecodeString()
1396 struct RecodeTable { const char* pOrgName; ConvertChar aCvt;};
1422 static ConvertChar aImplStarSymbolCvt = { NULL, "StarBats", ImplStarSymbolToStarBats };
1426 const ConvertChar* ConvertChar::GetRecodeData( const String& rOrgFontName, const String& rMapFontNa… in GetRecodeData()
1428 const ConvertChar* pCvt = NULL; in GetRecodeData()
1461 const ConvertChar* pCvt = NULL; in CreateFontToSubsFontConverter()
1501 return ((ConvertChar*)hConverter)->RecodeChar( cChar ); in ConvertFontToSubsFontChar()
1513 const char* pName = ((ConvertChar*)hConverter)->mpSubsFontName; in GetFontToSubsFontName()