Home
last modified time | relevance | path

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

/AOO42X/main/padmin/source/
H A Dfontentry.cxx42 static void CreateAfmFile( const INetURLObject& rFontFile )
46 INetURLObject aFontMap( rFontFile.GetPath(), INET_PROT_FILE, INetURLObject::ENCODE_ALL );
48 INetURLObject aAfmFile( rFontFile );
55 SvFileStream aRead( rFontFile.GetFull(), STREAM_READ );
72 aLine += ByteString( rFontFile.GetName(), aEncoding );
82 INetURLObject aTmp( rFontFile );
/AOO42X/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1279 bool PrintFontManager::analyzeFontFile( int nDirID, const OString& rFontFile, const ::std::list<OSt… in analyzeFontFile() argument
1287 aFullPath += rFontFile; in analyzeFontFile()
1293 ByteString aExt( rFontFile.copy( rFontFile.lastIndexOf( '.' )+1 ) ); in analyzeFontFile()
1302 ByteString aName( rFontFile ); in analyzeFontFile()
1332 pFont->m_aFontFile = rFontFile; in analyzeFontFile()
1352 aFilePath.Append( ByteString( rFontFile ) ); in analyzeFontFile()
1355 pFont->m_aMetricFile = rFontFile; in analyzeFontFile()
1367 pFont->m_aFontFile = rFontFile; in analyzeFontFile()
1394 pFont->m_aFontFile = rFontFile; in analyzeFontFile()
1409 …stderr, "CountTTCFonts( \"%s/%s\" ) failed\n", getDirectory(nDirID).getStr(), rFontFile.getStr() ); in analyzeFontFile()
[all …]