Lines Matching refs:nLastPos
660 sal_uLong nLastPos = rStream.Tell(); in Load() local
669 rStream.Seek(nLastPos); in Load()
856 sal_uLong nLastPos = rStream.Tell(); in Load1_Impl() local
872 rStream.Seek(nLastPos); in Load1_Impl()
878 sal_uLong nPos = nLastPos; in Load1_Impl()
903 nLastPos = rStream.Tell(); in Load1_Impl()
907 SFX_ASSERT( !bKnownItem || ( nPos + nAttrSize) >= nLastPos, in Load1_Impl()
911 if ( !bKnownItem || ( nLastPos < (nPos + nAttrSize) ) ) in Load1_Impl()
913 nLastPos = nPos + nAttrSize; in Load1_Impl()
914 rStream.Seek( nLastPos ); in Load1_Impl()
970 sal_uLong nLastPos = rStream.Tell(); in Load1_Impl() local
981 sal_uLong nPos = nLastPos; in Load1_Impl()
997 nLastPos = rStream.Tell(); in Load1_Impl()
999 SFX_ASSERT( ( nPos + nSize) >= nLastPos, nPos, in Load1_Impl()
1001 if ( nLastPos < (nPos + nSize) ) in Load1_Impl()