Searched refs:nCacheMagic (Results 1 – 1 of 1) sorted by relevance
154 sal_uInt32 nCacheMagic; in ImplFontAttrCache() local155 aCacheFile >> nCacheMagic; in ImplFontAttrCache()156 if( nCacheMagic != ImplFontAttrCache::MAGIC ) in ImplFontAttrCache()190 sal_uInt32 nCacheMagic = ImplFontAttrCache::MAGIC; in ~ImplFontAttrCache() local191 aCacheFile << nCacheMagic; in ~ImplFontAttrCache()
Completed in 29 milliseconds