/trunk/main/writerfilter/source/doctok/ |
H A D | WW8StreamImpl.cxx | 80 sal_Int32 nRead = mrStream->readBytes(aSequence, nCount); in get()
|
/trunk/main/ucb/source/ucp/file/ |
H A D | filinpstr.hxx | 84 readBytes(
|
H A D | filstr.hxx | 120 readBytes(
|
/trunk/main/extensions/source/oooimprovement/ |
H A D | soapsender.cxx | 133 bytes_read = temp_stream->readBytes(buf, bufsize); in send()
|
H A D | soaprequest.cxx | 123 bytes_read = file->readBytes(buf, bufsize); in writeFile()
|
/trunk/main/package/source/package/zipapi/ |
H A D | XUnbufferedStream.hxx | 89 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int3…
|
/trunk/main/package/inc/ |
H A D | ZipPackageBuffer.hxx | 55 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int3…
|
/trunk/main/bridges/test/ |
H A D | testoffice.cxx | 102 if( ! ( rIn->readBytes( seq , 10 ) == 10 ) ) in testPipe()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | seekableinput.hxx | 64 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int3…
|
H A D | seqstream.hxx | 58 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence<sal_Int8>& aData, sal_Int32 …
|
/trunk/main/embeddedobj/source/msole/ |
H A D | olepersist.cxx | 318 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 D | OLEHandler.cxx | 223 sal_Int32 nRead = m_xInputStream->readBytes( aData, nReadRequest ); in copyOLEOStream()
|
/trunk/main/svl/source/fsstor/ |
H A D | oinputstreamcontainer.hxx | 64 …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 D | TestOffice.java | 76 if(rIn.readBytes(bytes, 10) != 10) in testPipe()
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/ |
H A D | filterdetect.cxx | 126 long bytestRead = xInStream->readBytes(aHeadData, nHeadSize); in detect()
|
/trunk/main/unotools/inc/unotools/ |
H A D | streamwrap.hxx | 67 …virtual sal_Int32 SAL_CALL readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)…
|
/trunk/main/svl/source/misc/ |
H A D | documentlockfile.cxx | 154 nRead = xInput->readBytes( aBuffer, nBufLen ); in GetLockData()
|
/trunk/main/writerfilter/unocomponent/debugservices/ooxml/ |
H A D | OOXMLAnalyzeService.cxx | 112 sal_uInt32 nCount = xInputStream->readBytes(aSeq, 1024); in getURL()
|
/trunk/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_stream.hxx | 89 virtual sal_Int32 SAL_CALL readBytes(
|
/trunk/main/writerfilter/unocomponent/debugservices/doctok/ |
H A D | DocTokAnalyzeService.cxx | 111 sal_uInt32 nCount = xInputStream->readBytes(aSeq, 1024); in getURL()
|
/trunk/main/ucb/source/ucp/odma/ |
H A D | odma_inputstream.hxx | 77 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence<sal_Int8>& aData, sal_Int32 …
|
/trunk/main/package/source/xstor/ |
H A D | switchpersistencestream.hxx | 90 …virtual ::sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< ::sal_Int8 >& aData, ::sa…
|
/trunk/main/connectivity/source/drivers/hsqldb/ |
H A D | StorageNativeInputStream.cxx | 272 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 D | PreparedStatement.cxx | 461 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 D | UCBStreamHandler.java | 241 ln = xInputStream.readBytes(inputBytes, sz); in getFileStreamFromUCB()
|