Searched refs:nBytesCount (Results 1 – 2 of 2) sorted by relevance
45 const sal_Int32 nBytesCount = 32000; variable146 uno::Sequence< sal_Int8 > aData( nBytesCount ); in InsertInputStreamToStorage_Impl()150 nRead = xInputStream->readBytes( aData, nBytesCount ); in InsertInputStreamToStorage_Impl()151 if ( nRead < nBytesCount ) in InsertInputStreamToStorage_Impl()157 } while( nRead == nBytesCount ); in InsertInputStreamToStorage_Impl()504 uno::Sequence< sal_Int8 > aData( nBytesCount ); in getByName()505 sal_Int32 nSize = nBytesCount; in getByName()
142 const sal_Int8* pBytes, sal_uInt32 nBytesCount) throw( SAXException );252 const sal_Int8* pBytes, sal_uInt32 nBytesCount) throw( SAXException ) in AddBytes() argument254 OSL_ENSURE((rPos + nBytesCount) > SEQUENCESIZE, "wrong use of AddBytesMethod"); in AddBytes()261 sal_uInt32 nRestCount(nBytesCount - nCount); in AddBytes()
Completed in 26 milliseconds