Searched refs:aFromAfm (Results 1 – 1 of 1) sorted by relevance
3255 INetURLObject aFromAfm( aFrom ); in importFonts() local3256 aFromAfm.setExtension( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "afm" ) ) ); in importFonts()3257 … if( access( ByteString( String(aFromAfm.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()3259 aFromAfm.setExtension( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AFM" ) ) ); in importFonts()3260 … if( access( ByteString( String(aFromAfm.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()3262 aFromAfm.removeSegment(); in importFonts()3263 aFromAfm.Append( String( RTL_CONSTASCII_USTRINGPARAM( "afm" ) ) ); in importFonts()3264 aFromAfm.Append( aTo.GetName() ); in importFonts()3265 … aFromAfm.setExtension( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "afm" ) ) ); in importFonts()3268 … aFromAfm.setExtension( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AFM" ) ) ); in importFonts()[all …]
Completed in 42 milliseconds