Searched refs:m_aCacheFile (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontcache.cxx | 64 m_aCacheFile = getOfficePath( UserPath ); in FontCache() 65 if( m_aCacheFile.Len() ) in FontCache() 67 m_aCacheFile.AppendAscii( FONTCACHEFILE ); in FontCache() 103 if( ! m_bDoFlush || ! m_aCacheFile.Len() ) in flush() 107 aStream.Open( m_aCacheFile, STREAM_WRITE | STREAM_TRUNC ); in flush() 111 …derr, "FontCache::flush: opening cache file %s failed\n", ByteString( m_aCacheFile, osl_getThreadT… in flush() 249 SvFileStream aStream( m_aCacheFile, STREAM_READ ); in read() 253 …tderr, "FontCache::read: opening cache file %s failed\n", ByteString( m_aCacheFile, osl_getThreadT… in read() 264 …err, "FontCache::read: cache file %s fails magic test\n", ByteString( m_aCacheFile, osl_getThreadT… in read()
|
/aoo41x/main/vcl/inc/ |
H A D | fontcache.hxx | 58 String m_aCacheFile; member in psp::FontCache
|
Completed in 8 milliseconds