Searched refs:GetPhysPage (Results 1 – 2 of 2) sorted by relevance
61 StgPage* StgFAT::GetPhysPage( sal_Int32 nByteOff ) in GetPhysPage() function in StgFAT82 StgPage* pPg = GetPhysPage( nPg << 2 ); in GetNextPage()109 pPg = GetPhysPage( i << 2 ); in FindBlock()177 StgPage* pPg = GetPhysPage( nPos ); in MakeChain()184 pPg = GetPhysPage( nPos ); in MakeChain()194 pPg = GetPhysPage( nPos ); in MakeChain()233 StgPage* pPg = GetPhysPage( nLast << 2 ); in AllocPages()296 StgPage* pPg = GetPhysPage( nStart << 2 ); in FreePages()399 StgPage* StgStrm::GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce ) in GetPhysPage() function in StgStrm512 StgPage* StgFATStrm::GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce ) in GetPhysPage() function in StgFATStrm
49 StgPage* GetPhysPage( sal_Int32 nPage );94 virtual StgPage* GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce = sal_False );111 virtual StgPage* GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce = sal_False );
Completed in 17 milliseconds