Home
last modified time | relevance | path

Searched refs:readSomeBytes (Results 101 – 125 of 127) sorted by relevance

123456

/trunk/main/i18npool/source/localedata/
H A Dsaxparser.cxx86 virtual sal_Int32 SAL_CALL readSomeBytes( in readSomeBytes() function in OInputStream
/trunk/main/unotools/source/streaming/
H A Dstreamwrap.cxx92 sal_Int32 SAL_CALL OInputStreamWrapper::readSomeBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int… in readSomeBytes() function in utl::OInputStreamWrapper
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DXMLScanner.cxx208 int len=xInputStream->readSomeBytes(buffer,maxlen); in read()
H A DScannerTestService.cxx318 int len=xInputStream->readSomeBytes(buffer,maxlen); in read()
/trunk/main/ucb/source/ucp/file/
H A Dfilstr.cxx234 XStream_impl::readSomeBytes( in readSomeBytes() function in XStream_impl
/trunk/main/oox/source/vml/
H A Dvmlinputstream.cxx310 sal_Int32 SAL_CALL InputStream::readSomeBytes( Sequence< sal_Int8 >& rData, sal_Int32 nMaxBytesToRe… in readSomeBytes() function in oox::vml::InputStream
/trunk/main/package/source/package/zipapi/
H A DXUnbufferedStream.cxx330 sal_Int32 SAL_CALL XUnbufferedStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxByt… in readSomeBytes() function in XUnbufferedStream
/trunk/main/io/source/stm/
H A Dopump.cxx282 while( rInput->readSomeBytes( aData, 65536 ) ) in run()
/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx59 nRead = m_in->readSomeBytes( seq , nMaxToRead ); in readAndConvert()
/trunk/main/comphelper/inc/comphelper/
H A Dotransactedfilestream.hxx94 …virtual ::sal_Int32 SAL_CALL readSomeBytes( ::com::sun::star::uno::Sequence< ::sal_Int8 >& aData, …
/trunk/main/package/source/xstor/
H A Docompinstream.hxx82 …virtual sal_Int32 SAL_CALL readSomeBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_…
H A Dswitchpersistencestream.cxx276 ::sal_Int32 SAL_CALL SwitchablePersistenceStream::readSomeBytes( uno::Sequence< ::sal_Int8 >& aData… in readSomeBytes() function in SwitchablePersistenceStream
H A Dowriteablestream.hxx330 …virtual sal_Int32 SAL_CALL readSomeBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_…
H A Dowriteablestream.cxx2204 sal_Int32 SAL_CALL OWriteStream::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxByt… in readSomeBytes() function in OWriteStream
2223 return m_xInStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/sax/test/
H A Dsaxdemo.cxx84 virtual sal_Int32 SAL_CALL readSomeBytes( in readSomeBytes() function in OInputStream
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx90 virtual sal_Int32 SAL_CALL readSomeBytes(
109 sal_Int32 EmptyInputStream::readSomeBytes( in readSomeBytes() function in ucbhelper::EmptyInputStream
/trunk/main/unotools/source/ucbhelper/
H A Dxtempfile.cxx202 sal_Int32 SAL_CALL OTempFileService::readSomeBytes( ::css::uno::Sequence< sal_Int8 >& aData, sal_In… in readSomeBytes() function in OTempFileService
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx1930 sal_Int32 nRead = xStream->readSomeBytes( aBuffer, 65536 ); in getDataFromInputStream()
1943 nRead = xStream->readSomeBytes( aBuffer, 65536 ); in getDataFromInputStream()
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx333 SvLockBytesInputStream::readSomeBytes(uno::Sequence< sal_Int8 > & rData, in readSomeBytes() function in SvLockBytesInputStream
/trunk/main/forms/source/component/
H A Dimgprod.cxx86 nRead = xStmRef->readSomeBytes( aReadSeq, nBytesToRead ); in ImgProdLockBytes()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx1589 sal_Int32 nRead = xIn->readSomeBytes( aBuffer, 65536 ); in open()
1596 nRead = xIn->readSomeBytes( aBuffer, 65536 ); in open()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.hxx476 readSomeBytes( com::sun::star::uno::Sequence< sal_Int8 >& aData,
/trunk/main/filter/source/t602/
H A Dt602filter.cxx175 numBytesRead = mxInputStream->readSomeBytes (aData, numBytes); in detect()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx106 …virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) …
169 sal_Int32 SAL_CALL FileStreamWrapper_Impl::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMa… in readSomeBytes() function in FileStreamWrapper_Impl
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx160 virtual sal_Int32 SAL_CALL readSomeBytes( uno::Sequence< sal_Int8 >&, sal_Int32 ) in readSomeBytes() function in DummyInputStream

Completed in 129 milliseconds

123456