Lines Matching refs:StgCache
68 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()
307 sal_Bool StgCache::Commit( StgDirEntry* ) in Commit()
354 void StgCache::Revert( StgDirEntry* ) in Revert()
359 void StgCache::SetStrm( SvStream* p, sal_Bool bMy ) in SetStrm()
373 void StgCache::SetStrm( UCBStorageStream* pStgStream ) in SetStrm()
395 sal_Bool StgCache::Open( const String& rName, StreamMode nMode ) in Open()
422 void StgCache::Close() in Close()
433 sal_Bool StgCache::Read( sal_Int32 nPage, void* pBuf, sal_Int32 nPg ) in Read()
472 sal_Bool StgCache::Write( sal_Int32 nPage, void* pBuf, sal_Int32 nPg ) in Write()
517 sal_Bool StgCache::SetSize( sal_Int32 n ) in SetSize()
528 void StgCache::SetError( sal_uLong n ) in SetError()
534 void StgCache::ResetError() in ResetError()
540 void StgCache::MoveError( StorageBase& r ) in MoveError()
551 sal_Int32 StgCache::Page2Pos( sal_Int32 nPage ) in Page2Pos()
557 sal_Int32 StgCache::Pos2Page( sal_Int32 nPos ) in Pos2Page()