Searched refs:nDumpEnd (Results 1 – 1 of 1) sorted by relevance
2549 …sal_Int64 nDumpEnd = bSeekable ? ::std::min< sal_Int64 >( mxStrm->tell() + nMaxShowSize, nEndPos )… in dumpRawBinary() local2553 while( bLoop && (nPos < nDumpEnd) ) in dumpRawBinary()2559 …sal_Int32 nLineSize = bSeekable ? ::std::min( static_cast< sal_Int32 >( nDumpEnd - mxStrm->tell() … in dumpRawBinary()
Completed in 25 milliseconds