Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dbiffinputstream.cxx318 sal_uInt16 nReadSize = getMaxRawReadSize( nBytesLeft, nAtomSize ); in readMemory()
340 sal_uInt16 nSkipSize = getMaxRawReadSize( nBytesLeft, nAtomSize ); in skip()
387 …sal_Int32 nRawChars = b16BitChars ? (getMaxRawReadSize( nCharsLeft * 2, 2 ) / 2) : getMaxRawReadSi… in readUniStringChars()
422 …sal_Int32 nSkipSize = b16BitChars ? getMaxRawReadSize( 2 * nCharsLeft, 2 ) : getMaxRawReadSize( nC… in skipUniStringChars()
533 sal_uInt16 BiffInputStream::getMaxRawReadSize( sal_Int32 nBytes, size_t nAtomSize ) const in getMaxRawReadSize() function in oox::xls::BiffInputStream
/aoo41x/main/oox/inc/oox/xls/
H A Dbiffinputstream.hxx380 sal_uInt16 getMaxRawReadSize( sal_Int32 nBytes, size_t nAtomSize ) const;

Completed in 23 milliseconds