Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx68 extern FormCache* pValueFormCache; // -> in memory.cxx initialisiert
69 FormCache* pValueFormCache;
185 FormCache::FormCache( ScDocument* pDoc1, sal_uInt8 nNewDefaultFormat ) in FormCache() function in FormCache
195 FormCache::~FormCache() in ~FormCache()
202 SfxUInt32Item* FormCache::NewAttr( sal_uInt8 nFormat, sal_uInt8 nSt ) in NewAttr()
H A Dmemory.cxx42 extern FormCache* pValueFormCache; // -> tool.cxx
52 pValueFormCache = new FormCache( pDoc ); in MemNew()
/trunk/main/sc/source/filter/inc/
H A Dtool.h108 class FormCache class
121 FormCache( ScDocument*, sal_uInt8 nNewDefaultFormat = 0xFF );
122 ~FormCache();
132 inline const SfxUInt32Item* FormCache::GetAttr( sal_uInt8 nFormat, sal_uInt8 nSt ) in GetAttr()

Completed in 26 milliseconds