Home
last modified time | relevance | path

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

/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx45 const sal_Int32 nBytesCount = 32000; variable
146 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()
/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx142 const sal_Int8* pBytes, sal_uInt32 nBytesCount) throw( SAXException );
252 const sal_Int8* pBytes, sal_uInt32 nBytesCount) throw( SAXException ) in AddBytes() argument
254 OSL_ENSURE((rPos + nBytesCount) > SEQUENCESIZE, "wrong use of AddBytesMethod"); in AddBytes()
261 sal_uInt32 nRestCount(nBytesCount - nCount); in AddBytes()

Completed in 61 milliseconds