Home
last modified time | relevance | path

Searched refs:nGlyphSetID (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx142 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()
[all …]
H A Dglyphset.hxx62 rtl::OString GetGlyphSetName (sal_Int32 nGlyphSetID);
63 rtl::OString GetCharSetName (sal_Int32 nGlyphSetID);
64 sal_Int32 GetGlyphSetEncoding (sal_Int32 nGlyphSetID);
65 rtl::OString GetGlyphSetEncodingName (sal_Int32 nGlyphSetID);
67 rtl::OString GetReencodedFontName (sal_Int32 nGlyphSetID);
69 sal_Int32 nGlyphSetID);