Home
last modified time | relevance | path

Searched refs:nBytesToRead (Results 101 – 111 of 111) sorted by relevance

12345

/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHStorage.hxx93 …es( ::com::sun::star::uno::Sequence< ::sal_Int8 >& aData, ::sal_Int32 nBytesToRead ) throw (::com:…
/aoo42x/main/svl/source/fsstor/
H A Dostreamcontainer.hxx97 …2 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead )
/aoo42x/main/unotools/source/ucbhelper/
H A DXTempFile.hxx98 …AL_CALL readBytes( ::com::sun::star::uno::Sequence< ::sal_Int8 >& aData, ::sal_Int32 nBytesToRead )
/aoo42x/main/connectivity/source/commontools/
H A DFValue.cxx1738 const sal_uInt32 nBytesToRead = 65535; in getSequence() local
1745 nRead = xStream->readSomeBytes( aReadSeq, nBytesToRead ); in getSequence()
1754 while( nBytesToRead == nRead ); in getSequence()
/aoo42x/main/comphelper/inc/comphelper/
H A Dotransactedfilestream.hxx93 …es( ::com::sun::star::uno::Sequence< ::sal_Int8 >& aData, ::sal_Int32 nBytesToRead ) throw (::com:…
/aoo42x/main/package/source/xstor/
H A Docompinstream.hxx80 …2 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead )
H A Dowriteablestream.hxx328 …2 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead )
H A Dowriteablestream.cxx2181 …Int32 SAL_CALL OWriteStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) in readBytes() argument
2200 return m_xInStream->readBytes( aData, nBytesToRead ); in readBytes()
/aoo42x/main/chart2/source/view/main/
H A DChartView.cxx340 sal_Int32 nBytesToRead = xInStream->available(); in getTransferData() local
341 uno::Sequence< sal_Int8 > aSeq( nBytesToRead ); in getTransferData()
342 xInStream->readBytes( aSeq, nBytesToRead); in getTransferData()
/aoo42x/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.hxx469 sal_Int32 nBytesToRead )
/aoo42x/main/ucbhelper/source/client/
H A Dcontent.cxx88 Sequence< sal_Int8 > & data, sal_Int32 nBytesToRead )

Completed in 81 milliseconds

12345