Searched refs:nBytePos (Results 1 – 2 of 2) sorted by relevance
342 sal_Bool StgStrm::Pos2Page( sal_Int32 nBytePos ) in Pos2Page() argument349 if( nBytePos < 0 || nBytePos >= nSize ) in Pos2Page()350 nBytePos = nSize; in Pos2Page()355 sal_Int32 nNew = nBytePos & nMask; in Pos2Page()356 nOffset = (short) ( nBytePos & ~nMask ); in Pos2Page()357 nPos = nBytePos; in Pos2Page()385 if( nBytePos == nSize && nBgn == STG_EOF && !nRel && !nOffset ) in Pos2Page()399 StgPage* StgStrm::GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce ) in GetPhysPage() argument401 if( !Pos2Page( nBytePos ) ) in GetPhysPage()496 sal_Bool StgFATStrm::Pos2Page( sal_Int32 nBytePos ) in Pos2Page() argument[all …]
91 virtual sal_Bool Pos2Page( sal_Int32 nBytePos );94 virtual StgPage* GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce = sal_False );103 virtual sal_Bool Pos2Page( sal_Int32 nBytePos );111 virtual StgPage* GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce = sal_False );