Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/helper/
H A Dbinaryinputstream.cxx319 sal_Int32 nMaxBytes = getMaxBytes( nBytes ); in readData() local
320 nReadBytes = mpInStrm->readData( orData, nMaxBytes, nAtomSize ); in readData()
322 mbEof = (nMaxBytes < nBytes) || mpInStrm->isEof(); in readData()
332 sal_Int32 nMaxBytes = getMaxBytes( nBytes ); in readMemory() local
333 nReadBytes = mpInStrm->readMemory( opMem, nMaxBytes, nAtomSize ); in readMemory()
335 mbEof = (nMaxBytes < nBytes) || mpInStrm->isEof(); in readMemory()

Completed in 14 milliseconds