Home
last modified time | relevance | path

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

/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2549 …sal_Int64 nDumpEnd = bSeekable ? ::std::min< sal_Int64 >( mxStrm->tell() + nMaxShowSize, nEndPos )… in dumpRawBinary() local
2553 while( bLoop && (nPos < nDumpEnd) ) in dumpRawBinary()
2559 …sal_Int32 nLineSize = bSeekable ? ::std::min( static_cast< sal_Int32 >( nDumpEnd - mxStrm->tell() … in dumpRawBinary()

Completed in 31 milliseconds