Home
last modified time | relevance | path

Searched refs:nBytePos (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sot/source/sdstor/
H A Dstgstrms.cxx342 sal_Bool StgStrm::Pos2Page( sal_Int32 nBytePos ) in Pos2Page() argument
349 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() argument
401 if( !Pos2Page( nBytePos ) ) in GetPhysPage()
496 sal_Bool StgFATStrm::Pos2Page( sal_Int32 nBytePos ) in Pos2Page() argument
[all …]
H A Dstgstrms.hxx91 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 );