Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLBinaryObjectReference.cxx44 sal_uInt32 nMaxReadBytes = 1024*1024; in read() local
45 uno::Sequence<sal_Int8> aSeq(nMaxReadBytes); in read()
53 while ((nBytesRead = xInputStream->readSomeBytes(aSeq, nMaxReadBytes)) > 0) in read()

Completed in 6 milliseconds