Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/helper/
H A Dbinaryinputstream.cxx49 const sal_Int32 INPUTSTREAM_BUFFERSIZE = 0x8000; variable
132 …ufferSize = getLimitedValue< sal_Int32, sal_Int64 >( nBytes, 0, (INPUTSTREAM_BUFFERSIZE / nAtomSiz… in copyToStream()
152 maBuffer( INPUTSTREAM_BUFFERSIZE ), in BinaryXInputStream()
200 …l_Int32 nBufferSize = getLimitedValue< sal_Int32, sal_Int32 >( nBytes, 0, INPUTSTREAM_BUFFERSIZE ); in readMemory()

Completed in 7 milliseconds