Home
last modified time | relevance | path

Searched defs:nToRead (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/package/source/package/zipapi/
H A DXUnbufferedStream.cxx194 sal_Int32 nToRead = nRequestedBytes - nHeadRead; in readBytes() local
256 … sal_Int32 nToRead = std::max( nRequestedBytes, static_cast< sal_Int32 >( 8192 ) ); in readBytes() local
H A DZipFile.cxx862 const sal_Int32 nToRead = 32000; in recover() local
/aoo42x/main/svl/source/items/
H A Dlckbitem.cxx108 sal_uLong nToRead; in Create() local
/aoo42x/main/embeddedobj/source/msole/
H A Downview.cxx368 sal_uInt32 nToRead = ( nDataSize - nRead > 32000 ) ? 32000 : nDataSize - nRead; in ReadContentsAndGenerateTempFile() local
/aoo42x/main/io/source/stm/
H A Domark.cxx619 sal_Int32 nToRead = nBytesToRead - ( m_pBuffer->getSize() - m_nCurrentPos ); in readBytes() local
/aoo42x/main/sal/osl/unx/
H A Dfile_misc.cxx1023 size_t nToRead = std::min( (size_t)0x8000, nRemains ); in oslDoCopyFile() local
/aoo42x/main/vcl/source/gdi/
H A Dpngread.cxx971 sal_Int32 nToRead = mnScansize - (mpScanCurrent - mpInflateInBuf); in ImplReadIDAT() local

Completed in 76 milliseconds