Searched refs:rPSName (Results 1 – 4 of 4) sorted by relevance
718 void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttributes& rDFA ) in UpdateAttributesFromPSName() argument720 ByteString aPSName( rPSName, RTL_TEXTENCODING_UTF8 ); in UpdateAttributesFromPSName()847 if( rPSName.Len() > 3 ) in UpdateAttributesFromPSName()849 int i = rPSName.Len(); in UpdateAttributesFromPSName()850 sal_Unicode c = rPSName.GetChar( --i ); in UpdateAttributesFromPSName()853 c = rPSName.GetChar( --i ); in UpdateAttributesFromPSName()856 c = rPSName.GetChar( --i ); in UpdateAttributesFromPSName()860 c = rPSName.GetChar( --i ); in UpdateAttributesFromPSName()
3827 static void appendSubsetName( int nSubsetID, const OUString& rPSName, OStringBuffer& rBuffer ) in appendSubsetName() argument3839 appendName( rPSName, rBuffer ); in appendSubsetName()
235 void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttributes& );
178 const OUString& rPSName( pAtoms->getString( ATOM_PSNAME, (*it)->m_nPSName ) ); in flush() local181 aLine.Append( ByteString( String( rPSName ), RTL_TEXTENCODING_UTF8 ) ); in flush()
Completed in 77 milliseconds