Searched refs:FormCache (Results 1 – 3 of 3) sorted by relevance
68 extern FormCache* pValueFormCache; // -> in memory.cxx initialisiert69 FormCache* pValueFormCache;185 FormCache::FormCache( ScDocument* pDoc1, sal_uInt8 nNewDefaultFormat ) in FormCache() function in FormCache195 FormCache::~FormCache() in ~FormCache()202 SfxUInt32Item* FormCache::NewAttr( sal_uInt8 nFormat, sal_uInt8 nSt ) in NewAttr()
42 extern FormCache* pValueFormCache; // -> tool.cxx52 pValueFormCache = new FormCache( pDoc ); in MemNew()
108 class FormCache class121 FormCache( ScDocument*, sal_uInt8 nNewDefaultFormat = 0xFF );122 ~FormCache();132 inline const SfxUInt32Item* FormCache::GetAttr( sal_uInt8 nFormat, sal_uInt8 nSt ) in GetAttr()
Completed in 20 milliseconds