Lines Matching refs:nGlyphSetID

142     sal_Int32             nGlyphSetID;   in LookupCharID()  local
145 for (aGlyphSet = maCharList.begin(), nGlyphSetID = 1; in LookupCharID()
147 ++aGlyphSet, nGlyphSetID++) in LookupCharID()
154 *nOutGlyphSetID = nGlyphSetID; in LookupCharID()
173 sal_Int32 nGlyphSetID; in LookupGlyphID() local
176 for (aGlyphSet = maGlyphList.begin(), nGlyphSetID = 1; in LookupGlyphID()
178 ++aGlyphSet, nGlyphSetID++) in LookupGlyphID()
185 *nOutGlyphSetID = nGlyphSetID; in LookupGlyphID()
359 GlyphSet::GetCharSetName (sal_Int32 nGlyphSetID) in GetCharSetName() argument
368 aSetName.append( nGlyphSetID ); in GetCharSetName()
379 GlyphSet::GetGlyphSetName (sal_Int32 nGlyphSetID) in GetGlyphSetName() argument
388 aSetName.append( nGlyphSetID ); in GetGlyphSetName()
399 GlyphSet::GetGlyphSetEncoding (sal_Int32 nGlyphSetID) in GetGlyphSetEncoding() argument
409 return nGlyphSetID == 1 ? RTL_TEXTENCODING_MS_1252 in GetGlyphSetEncoding()
410 : RTL_TEXTENCODING_USER_START + nGlyphSetID; in GetGlyphSetEncoding()
436 GlyphSet::GetGlyphSetEncodingName (sal_Int32 nGlyphSetID) in GetGlyphSetEncodingName() argument
438 return GetGlyphSetEncodingName (GetGlyphSetEncoding(nGlyphSetID), maBaseName); in GetGlyphSetEncodingName()
442 GlyphSet::PSDefineReencodedFont (osl::File* pOutFile, sal_Int32 nGlyphSetID) in PSDefineReencodedFont() argument
452 nSize += psp::appendStr (GetReencodedFontName(nGlyphSetID), in PSDefineReencodedFont()
458 nSize += psp::appendStr (GetGlyphSetEncodingName(nGlyphSetID), in PSDefineReencodedFont()
489 GlyphSet::GetReencodedFontName (sal_Int32 nGlyphSetID) in GetReencodedFontName() argument
491 return GetReencodedFontName (GetGlyphSetEncoding(nGlyphSetID), maBaseName); in GetReencodedFontName()
602 sal_Int32 nGlyphSetID = pGlyphSetID [nChar]; in ImplDrawText() local
606 if (pGlyphSetID[nNextChar] == nGlyphSetID) in ImplDrawText()
613 OString aGlyphSetName(GetCharSetName(nGlyphSetID)); in ImplDrawText()
614 rGfx.PSSetFont (aGlyphSetName, GetGlyphSetEncoding(nGlyphSetID)); in ImplDrawText()
709 sal_Int32 nGlyphSetID = 0; in PSUploadEncoding() local
713 ++nGlyphSetID; in PSUploadEncoding()
715 if (nGlyphSetID == 1) // latin1 page uses global reencoding table in PSUploadEncoding()
717 PSDefineReencodedFont (pOutFile, nGlyphSetID); in PSUploadEncoding()
732 nSize += psp::appendStr (GetGlyphSetEncodingName(nGlyphSetID), in PSUploadEncoding()
779 PSDefineReencodedFont (pOutFile, nGlyphSetID); in PSUploadEncoding()
891 sal_Int32 nGlyphSetID; in PSUploadFont() local
893 for (aGlyphSet = maGlyphList.begin(), nGlyphSetID = 1; in PSUploadFont()
895 ++aGlyphSet, nGlyphSetID++) in PSUploadFont()
911 OString aGlyphSetName = GetGlyphSetName(nGlyphSetID); in PSUploadFont()