Home
last modified time | relevance | path

Searched refs:m_pFontCache (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1187 m_pFontCache( NULL ), in PrintFontManager()
1219 if( m_pFontCache ) in ~PrintFontManager()
1220 delete m_pFontCache; in ~PrintFontManager()
1270 m_pFontCache->updateFontCacheEntry( *it, true ); in addFontFile()
2086 if( ! m_pFontCache ) in initialize()
2094 m_pFontCache = new FontCache(); in initialize()
2186 if( m_pFontCache->listDirectory( aPath, aCacheFonts ) ) in initialize()
2212 if( ! m_pFontCache->scanAdditionalFiles( aPath ) ) in initialize()
2284 m_pFontCache->updateFontCacheEntry( *font_it, false ); in initialize()
2297 m_pFontCache->updateDirTimestamp( nDirID ); in initialize()
[all …]
H A Dfontconfig.cxx767 if( ! m_pFontCache->getFontCacheFile( nDirID, aBase, aFonts ) ) in countFontconfigFonts()
850 m_pFontCache->updateFontCacheEntry( pUpdate, false ); in countFontconfigFonts()
865m_pFontCache->updateFontCacheEntry( *it, false ); // prepare a cache entry for a collection item in countFontconfigFonts()
/AOO42X/main/vcl/inc/vcl/
H A Dfontmanager.hxx395 mutable FontCache* m_pFontCache; member in psp::PrintFontManager