Lines Matching refs:tell
2527 sal_Int64 nEndPos = ::std::min< sal_Int64 >( mxStrm->tell() + nBytes, mxStrm->size() ); in skipBlock()
2528 if( mxStrm->tell() < nEndPos ) in skipBlock()
2531 … writeDecItem( "skipped-data-size", static_cast< sal_uInt64 >( nEndPos - mxStrm->tell() ) ); in skipBlock()
2548 …sal_Int64 nEndPos = bSeekable ? ::std::min< sal_Int64 >( mxStrm->tell() + nBytes, mxStrm->size() )… in dumpRawBinary()
2549 …sal_Int64 nDumpEnd = bSeekable ? ::std::min< sal_Int64 >( mxStrm->tell() + nMaxShowSize, nEndPos )… in dumpRawBinary()
2550 sal_Int64 nPos = bSeekable ? mxStrm->tell() : 0; in dumpRawBinary()
2559 …ze = bSeekable ? ::std::min( static_cast< sal_Int32 >( nDumpEnd - mxStrm->tell() ), OOX_DUMP_BYTES… in dumpRawBinary()
2587 skipBlock( nEndPos - mxStrm->tell() ); in dumpRawBinary()
2614 if( mxStrm->isEof() || (mxStrm->tell() > nPos) ) in dumpRemainingTo()
2617 dumpRemaining( nPos - mxStrm->tell() ); in dumpRemainingTo()
2628 …sal_Int32 nDumpSize = getLimitedValue< sal_Int32, sal_Int64 >( mxStrm->size() - mxStrm->tell(), 0,… in dumpArray()
2664 …sal_Int32 nDumpSize = getLimitedValue< sal_Int32, sal_Int64 >( mxStrm->size() - mxStrm->tell(), 0,… in dumpCharArray()
3054 sal_Int64 nRecPos = mxStrm->tell(); in implDump()
3067 if( !mxStrm->isEof() && (mxStrm->tell() == nRecPos) ) in implDump()
3128 ornRecPos = rBaseStrm.tell(); in implStartRecord()