Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx886 …sal_Int32 emitFontDescriptor( const ImplFontData*, FontSubsetInfo&, sal_Int32 nSubsetID, sal_Int32…
H A Dpdfwriter_impl.cxx3827 static void appendSubsetName( int nSubsetID, const OUString& rPSName, OStringBuffer& rBuffer ) in appendSubsetName() argument
3829 if( nSubsetID ) in appendSubsetName()
3833 int nOffset = (nSubsetID % 26); in appendSubsetName()
3834 nSubsetID /= 26; in appendSubsetName()
3946 …Descriptor( const ImplFontData* pFont, FontSubsetInfo& rInfo, sal_Int32 nSubsetID, sal_Int32 nFont… in emitFontDescriptor() argument
3968 appendSubsetName( nSubsetID, rInfo.m_aPSName, aLine ); in emitFontDescriptor()

Completed in 80 milliseconds