Home
last modified time | relevance | path

Searched refs:StgCache (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sot/source/sdstor/
H A Dstgcache.cxx68 StgPage::StgPage( StgCache* p, short n ) in StgPage()
112 StgCache::StgCache() in StgCache() function in StgCache
125 StgCache::~StgCache() in ~StgCache()
132 void StgCache::SetPhysPageSize( short n ) in SetPhysPageSize()
148 StgPage* StgCache::Create( sal_Int32 nPg ) in Create()
194 void StgCache::Erase( StgPage* pElem ) in Erase()
218 void StgCache::Clear() in Clear()
236 StgPage* StgCache::Find( sal_Int32 nPage ) in Find()
266 StgPage* StgCache::Get( sal_Int32 nPage, sal_Bool bForce ) in Get()
286 StgPage* StgCache::Copy( sal_Int32 nNew, sal_Int32 nOld ) in Copy()
[all …]
H A Dstgcache.hxx43 class StgCache { class
64 StgCache();
65 ~StgCache();
95 friend class StgCache;
96 StgCache* pCache; // the cache
104 StgPage( StgCache*, short );
H A Dstgio.hxx55 class StgIo : public StgCache {
H A Dstgio.cxx39 StgIo::StgIo() : StgCache() in StgIo()