Home
last modified time | relevance | path

Searched refs:FontCache (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx61 FontCache::FontCache() in FontCache() function in FontCache
76 FontCache::~FontCache() in ~FontCache()
84 void FontCache::clearCache() in clearCache()
101 void FontCache::flush() in flush()
244 void FontCache::read() in read()
497 void FontCache::updateDirTimestamp( int nDirID ) in updateDirTimestamp()
511 void FontCache::copyPrintFont( const PrintFontManager::PrintFont* pFrom, PrintFontManager::PrintFon… in copyPrintFont()
559 bool FontCache::equalsPrintFont( const PrintFontManager::PrintFont* pLeft, PrintFontManager::PrintF… in equalsPrintFont()
629 PrintFontManager::PrintFont* FontCache::clonePrintFont( const PrintFontManager::PrintFont* pOldFont… in clonePrintFont()
655 bool FontCache::getFontCacheFile( int nDirID, const OString& rFile, list< PrintFontManager::PrintFo… in getFontCacheFile()
[all …]
H A Dfontmanager.cxx2094 m_pFontCache = new FontCache(); in initialize()
/AOO41X/main/vcl/inc/
H A Dfontcache.hxx37 class VCL_PLUGIN_PUBLIC FontCache class
70 FontCache();
71 ~FontCache();
/AOO41X/main/vcl/inc/vcl/
H A Dfontmanager.hxx216 class FontCache;
221 class FontCache;
233 friend class FontCache;
395 mutable FontCache* m_pFontCache;