Home
last modified time | relevance | path

Searched defs:nReadSize (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/svtools/source/misc/
H A Dimap3.cxx84 const sal_uLong nReadSize = pRWStm->Tell() - nCompatPos; in ~IMapCompat() local
/aoo42x/main/tools/source/stream/
H A Dvcompat.cxx71 const sal_uInt32 nReadSize = mpRWStm->Tell() - mnCompatPos; in ~VersionCompat() local
/aoo42x/main/sc/source/filter/excel/
H A Dxistream.cxx808 sal_uInt16 nReadSize = GetMaxRawReadSize( nBytesLeft ); in Read() local
834 sal_Size nReadSize = ::std::min( nBytesLeft, nMaxBuffer ); in CopyToStream() local
881 sal_uInt16 nReadSize = GetMaxRawReadSize( nBytesLeft ); in Ignore() local
920 sal_uInt16 nReadSize; in ReadRawUniString() local
991 sal_uInt16 nReadSize; in IgnoreRawUniString() local
/aoo42x/main/oox/source/helper/
H A Dbinaryinputstream.cxx136 sal_Int32 nReadSize = getLimitedValue< sal_Int32, sal_Int64 >( nBytes, 0, nBufferSize ); in copyToStream() local
204 sal_Int32 nReadSize = getLimitedValue< sal_Int32, sal_Int32 >( nBytes, 0, nBufferSize ); in readMemory() local
/aoo42x/main/oox/source/ole/
H A Daxbinaryreader.cxx80 sal_Int32 nReadSize = 0; in readData() local
92 sal_Int32 nReadSize = 0; in readMemory() local
/aoo42x/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx256 …sal_Int32 nReadSize = getLimitedValue< sal_Int32, sal_Int32 >( nElemCount, 0, SAL_MAX_INT32 / size… in readArray() local
/aoo42x/main/oox/source/vml/
H A Dvmlinputstream.cxx296 sal_Int32 nReadSize = ::std::min( nBytesToRead, maBuffer.getLength() - mnBufferPos ); in readBytes() local
/aoo42x/main/oox/source/xls/
H A Dbiffinputstream.cxx318 sal_uInt16 nReadSize = getMaxRawReadSize( nBytesLeft, nAtomSize ); in readMemory() local
/aoo42x/main/oox/source/dump/
H A Ddumperbase.cxx2560 sal_Int32 nReadSize = mxStrm->readMemory( pnLineData, nLineSize ); in dumpRawBinary() local

Completed in 87 milliseconds