Home
last modified time | relevance | path

Searched refs:readBytes (Results 151 – 175 of 208) sorted by relevance

123456789

/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorage.hxx93 …virtual ::sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< ::sal_Int8 >& aData, ::sa…
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx790 x->readBytes(aSeq,length); in updateBinaryStream()
800 x->readBytes(aSeq,length); in updateCharacterStream()
H A DAPreparedStatement.cxx474 x->readBytes(aData,length); in setBinaryStream()
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx763 sal_Int32 nRead = xInput->readBytes( bytes, xInput->available() ); in SaveDialog()
769 nRead = xInput->readBytes( bytes, 1024 ); in SaveDialog()
/trunk/main/oox/source/core/
H A Dencryption.cxx583 sal_Int32 bytesRead = inputStream->readBytes( bytes, 2 ); in readUInt16LE()
592 sal_Int32 bytesRead = inputStream->readBytes( bytes, 4 ); in readUInt32LE()
/trunk/main/svl/source/fsstor/
H A Dostreamcontainer.hxx97 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int3…
/trunk/main/unotools/source/ucbhelper/
H A DXTempFile.hxx98 …virtual ::sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< ::sal_Int8 >& aData, ::sa…
/trunk/main/sdext/source/pdfimport/
H A Dpdfiadaptor.cxx121 nBytes = xInput->readBytes( aBuf, nBufSize ); in filter()
/trunk/main/package/source/xstor/
H A Dxfactory.cxx51 sal_Int32 nRead = xInputStream->readBytes( aData, 4 ); in CheckPackageSignature_Impl()
H A Docompinstream.hxx80 …virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int3…
/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx185 nRet = mxInStrm->readBytes( orData, nBytes ); in readData()
/trunk/main/vcl/source/gdi/
H A Dimpimagetree.cxx82 sal_Int32 n = stream->readBytes(data, size); in wrapStream()
/trunk/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx213 int nread = pctx->rInputStream->readBytes(chunk, len); in xmlIO_read_func()
/trunk/main/io/test/stm/
H A Dpumptest.cxx395 …ERROR_ASSERT( 5 == t.m_rInSink->readBytes( dummy , 5 ), "couldn't read the expected number of byte… in testFunction()
/trunk/main/comphelper/inc/comphelper/
H A Dotransactedfilestream.hxx93 …virtual ::sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< ::sal_Int8 >& aData, ::sa…
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx83 …virtual ::sal_Int32 SAL_CALL readBytes( uno::Sequence< ::sal_Int8 >& aData, ::sal_Int32 nBytesToRe…
113 ::sal_Int32 XInputStreamHelper::readBytes( uno::Sequence< ::sal_Int8 >& aData, ::sal_Int32 nBytesTo… in readBytes() function in writerfilter::dmapper::XInputStreamHelper
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx87 virtual sal_Int32 SAL_CALL readBytes(
101 sal_Int32 EmptyInputStream::readBytes( in readBytes() function in ucbhelper::EmptyInputStream
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java394 xInput.readBytes( pContents, pBytes.length + 1 ); in InternalCheckStream()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx808 x->readBytes(aSeq,length); in updateBinaryStream()
2621 x->readBytes(aData, length); in setBinaryStream()
2640 sal_Int32 nSize = x->readBytes(aData, length * sizeof(sal_Unicode)); in setCharacterStream()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXSQLInput.idl168 sequence<byte> readBytes() raises (SQLException);
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx204 nRead = xInput->readBytes ( aSequence, nConstBufferSize ); in CopyInputToOutput()
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx399 x->readBytes(aSeq,length); in setBinaryStream()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx156 virtual sal_Int32 SAL_CALL readBytes( uno::Sequence< sal_Int8 >&, sal_Int32 ) in readBytes() function in DummyInputStream
399 sal_Int32 nRead = xMimeInStream->readBytes( aData, 1024 ); in parseManifest()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx150 nRead = xInputStream->readBytes( aData, nBytesCount ); in InsertInputStreamToStorage_Impl()
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java429 xInput.readBytes( pContents, pBytes.length + 1 ); in InternalCheckStream()

Completed in 258 milliseconds

123456789