Home
last modified time | relevance | path

Searched refs:readBytes (Results 126 – 150 of 208) sorted by relevance

123456789

/trunk/main/writerfilter/source/doctok/
H A DWW8StreamImpl.cxx80 sal_Int32 nRead = mrStream->readBytes(aSequence, nCount); in get()
/trunk/main/ucb/source/ucp/file/
H A Dfilinpstr.hxx84 readBytes(
H A Dfilstr.hxx120 readBytes(
/trunk/main/extensions/source/oooimprovement/
H A Dsoapsender.cxx133 bytes_read = temp_stream->readBytes(buf, bufsize); in send()
H A Dsoaprequest.cxx123 bytes_read = file->readBytes(buf, bufsize); in writeFile()
/trunk/main/package/source/package/zipapi/
H A DXUnbufferedStream.hxx89 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int3…
/trunk/main/package/inc/
H A DZipPackageBuffer.hxx55 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int3…
/trunk/main/bridges/test/
H A Dtestoffice.cxx102 if( ! ( rIn->readBytes( seq , 10 ) == 10 ) ) in testPipe()
/trunk/main/comphelper/inc/comphelper/
H A Dseekableinput.hxx64 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int3…
H A Dseqstream.hxx58 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence<sal_Int8>& aData, sal_Int32 …
/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx318 sal_Int32 nRead = xInStream->readBytes( aData, 8 ); in TryToGetAcceptableFormat_Impl()
340 nRead = xInStream->readBytes( aHeadData, 4 ); in TryToGetAcceptableFormat_Impl()
490 xInCacheStream->readBytes( aSigData, 2 ); in InsertVisualCache_Impl()
/trunk/main/writerfilter/source/dmapper/
H A DOLEHandler.cxx223 sal_Int32 nRead = m_xInputStream->readBytes( aData, nReadRequest ); in copyOLEOStream()
/trunk/main/svl/source/fsstor/
H A Doinputstreamcontainer.hxx64 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int3…
/trunk/main/jurt/demo/com/sun/star/demo/
H A DTestOffice.java76 if(rIn.readBytes(bytes, 10) != 10) in testPipe()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A Dfilterdetect.cxx126 long bytestRead = xInStream->readBytes(aHeadData, nHeadSize); in detect()
/trunk/main/unotools/inc/unotools/
H A Dstreamwrap.hxx67 …virtual sal_Int32 SAL_CALL readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)…
/trunk/main/svl/source/misc/
H A Ddocumentlockfile.cxx154 nRead = xInput->readBytes( aBuffer, nBufLen ); in GetLockData()
/trunk/main/writerfilter/unocomponent/debugservices/ooxml/
H A DOOXMLAnalyzeService.cxx112 sal_uInt32 nCount = xInputStream->readBytes(aSeq, 1024); in getURL()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_stream.hxx89 virtual sal_Int32 SAL_CALL readBytes(
/trunk/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokAnalyzeService.cxx111 sal_uInt32 nCount = xInputStream->readBytes(aSeq, 1024); in getURL()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_inputstream.hxx77 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence<sal_Int8>& aData, sal_Int32 …
/trunk/main/package/source/xstor/
H A Dswitchpersistencestream.hxx90 …virtual ::sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< ::sal_Int8 >& aData, ::sa…
/trunk/main/connectivity/source/drivers/hsqldb/
H A DStorageNativeInputStream.cxx272 nBytesRead = xIn->readBytes(aData,nLen); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
/trunk/main/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx461 x->readBytes( aSeq, length ); in setCharacterStream()
509 x->readBytes( aSeq, length ); in setBinaryStream()
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DUCBStreamHandler.java241 ln = xInputStream.readBytes(inputBytes, sz); in getFileStreamFromUCB()

Completed in 98 milliseconds

123456789