Home
last modified time | relevance | path

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

/trunk/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 );
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1287 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()
1432 fontID PrintFontManager::findFontFileID( int nDirID, const OString& rFontFile ) const in findFontFileID()
1450 pFont->m_aFontFile == rFontFile ) in findFontFileID()
[all …]

Completed in 39 milliseconds