Lines Matching refs:m_aCache
86 for( FontCacheData::iterator dir_it = m_aCache.begin(); dir_it != m_aCache.end(); ++dir_it ) in clearCache()
94 m_aCache.clear(); in clearCache()
122 …for( FontCacheData::const_iterator dir_it = m_aCache.begin(); dir_it != m_aCache.end(); ++ dir_it ) in flush()
313 m_aCache[ nDir ].m_nTimestamp = (sal_Int64)aStat.st_mtime; in read()
314 m_aCache[ nDir ].m_bNoFiles = bEmpty; in read()
315 pDir = bEmpty ? NULL : &m_aCache[ nDir ].m_aEntries; in read()
317 m_aCache[ nDir ].m_bUserOverrideOnly = bKeepOnlyUserOverridden; in read()
504 m_aCache[ nDirID ].m_nTimestamp = (sal_Int64)aStat.st_mtime; in updateDirTimestamp()
659 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in getFontCacheFile()
660 if( dir != m_aCache.end() ) in getFontCacheFile()
702 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in updateFontCacheEntry()
707 if( dir != m_aCache.end() ) in updateFontCacheEntry()
738 m_aCache[nDirID].m_aEntries[aFile].m_aEntry.push_back( pCacheFont ); in updateFontCacheEntry()
756 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in listDirectory()
757 bool bFound = (dir != m_aCache.end()); in listDirectory()
780 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in scanAdditionalFiles()
781 bool bFound = (dir != m_aCache.end()); in scanAdditionalFiles()
796 m_aCache[nDirID].m_nTimestamp = (sal_Int64)aStat.st_mtime; in createCacheDir()
805 m_aCache[nDirID].m_bNoFiles = bNoFiles; in markEmptyDir()