Searched defs:nReadSize (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svtools/source/misc/ |
H A D | imap3.cxx | 84 const sal_uLong nReadSize = pRWStm->Tell() - nCompatPos; in ~IMapCompat() local
|
/aoo42x/main/tools/source/stream/ |
H A D | vcompat.cxx | 71 const sal_uInt32 nReadSize = mpRWStm->Tell() - mnCompatPos; in ~VersionCompat() local
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xistream.cxx | 808 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 D | binaryinputstream.cxx | 136 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 D | axbinaryreader.cxx | 80 sal_Int32 nReadSize = 0; in readData() local 92 sal_Int32 nReadSize = 0; in readMemory() local
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | binaryinputstream.hxx | 256 …sal_Int32 nReadSize = getLimitedValue< sal_Int32, sal_Int32 >( nElemCount, 0, SAL_MAX_INT32 / size… in readArray() local
|
/aoo42x/main/oox/source/vml/ |
H A D | vmlinputstream.cxx | 296 sal_Int32 nReadSize = ::std::min( nBytesToRead, maBuffer.getLength() - mnBufferPos ); in readBytes() local
|
/aoo42x/main/oox/source/xls/ |
H A D | biffinputstream.cxx | 318 sal_uInt16 nReadSize = getMaxRawReadSize( nBytesLeft, nAtomSize ); in readMemory() local
|
/aoo42x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 2560 sal_Int32 nReadSize = mxStrm->readMemory( pnLineData, nLineSize ); in dumpRawBinary() local
|
Completed in 56 milliseconds