Searched refs:nChunkSize (Results 1 – 2 of 2) sorted by relevance
683 const sal_Int32 nChunkSize = 4096; in lcl_CopyStream() local684 uno::Sequence< sal_Int8 > aData(nChunkSize); in lcl_CopyStream()689 nRead = xIn->readBytes(aData, nChunkSize); in lcl_CopyStream()692 } while (nRead == nChunkSize); in lcl_CopyStream()
1538 sal_uInt32 nChunkSize = aIter->aData.size(); in ImportGraphic() local1539 if ( nChunkSize > 11 ) in ImportGraphic()1542 … SvMemoryStream aIStrm( (void*)&rData[ 11 ], nChunkSize - 11, STREAM_READ ); in ImportGraphic()
Completed in 63 milliseconds