Home
last modified time | relevance | path

Searched refs:getInputStream (Results 26 – 50 of 225) sorted by relevance

123456789

/aoo42x/main/svtools/source/misc/
H A Dimageresourceaccess.cxx70 virtual Reference< XInputStream > SAL_CALL getInputStream( ) throw (RuntimeException);
91 Reference< XInputStream > SAL_CALL StreamSupplier::getInputStream( ) throw (RuntimeException) in getInputStream() function in svt::StreamSupplier
/aoo42x/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx94 Reference< XInputStream > xInStream = xExtStream->getInputStream(); in lclGetRelatedStreams()
99 aResult.back().aInputStream = xExtStream->getInputStream(); in lclGetRelatedStreams()
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx443 xStream = xSink->getInputStream(); in open()
513 xStream = xSink->getInputStream(); in open()
774 xInputStream = xSink->getInputStream(); in zipOpen()
811 xInputStream = xSink->getInputStream(); in helpOpen()
/aoo42x/main/package/qa/storages/
H A DRegressionTest_i59886.java171 XInputStream xTempInStream1 = xTempStream1.getInputStream(); in test()
172 XInputStream xTempInStream2 = xTempStream2.getInputStream(); in test()
H A DTest05.java219 xSubStream1.getInputStream(); in test()
233 xSubStream2.getInputStream(); in test()
H A DTestHelper.java776 XInputStream xInput = xStream.getInputStream(); in InternalCheckStream()
1170 public XInputStream getInputStream( XStream xStream ) in getInputStream() method in TestHelper
1175 xInTemp = xStream.getInputStream(); in getInputStream()
1294 XInputStream xIn = xStream.getInputStream(); in CreateTempFile()
/aoo42x/main/odk/examples/java/Storage/
H A DTest05.java194 xSubStream1.getInputStream(); in test()
208 xSubStream2.getInputStream(); in test()
/aoo42x/main/embeddedobj/source/msole/
H A Downview.cxx280 uno::Reference < io::XInputStream > xNativeInTemp = xNativeTempStream->getInputStream(); in ReadContentsAndGenerateTempFile()
465 bOk = ReadContentsAndGenerateTempFile( xSubStream->getInputStream(), sal_True ); in CreateNative()
476 bOk = ReadContentsAndGenerateTempFile( xSubStream->getInputStream(), sal_False ); in CreateNative()
/aoo42x/main/unotools/source/ucbhelper/
H A Ducbstreamhelper.cxx200 return CreateStream( xStream->getInputStream() ); in CreateStream()
239 return CreateStream( xStream->getInputStream(), bCloseStream ); in CreateStream()
/aoo42x/main/svx/source/xml/
H A Dxmlgrhlp.cxx899 Reference< XInputStream > SAL_CALL SvXMLGraphicHelper::getInputStream( const ::rtl::OUString& rURL ) in getInputStream() function in SvXMLGraphicHelper
1020 virtual Reference< io::XInputStream > SAL_CALL getInputStream( const ::rtl::OUString& aURL )
1082 Reference< io::XInputStream > SAL_CALL SvXMLGraphicImportExportHelper::getInputStream( const ::rtl:… in getInputStream() function in svx::SvXMLGraphicImportExportHelper
1085 return m_xBinaryStreamResolver->getInputStream( aURL ); in getInputStream()
/aoo42x/main/sd/source/ui/sidebar/
H A DMasterPageContainerProviders.cxx152 xIStream = xThumbnailCopy->getInputStream(); in operator ()()
185 xIStream = xThumbnailCopy->getInputStream(); in operator ()()
/aoo42x/main/offapi/com/sun/star/document/
H A DXBinaryStreamResolver.idl47 <p>In the case of transforming an url to binary data, the <code>getInputStream</code>
62 com::sun::star::io::XInputStream getInputStream( [in] string aURL );
/aoo42x/main/package/qa/ofopxmlstorages/
H A DTest05.java223 xSubStream1.getInputStream(); in test()
237 xSubStream2.getInputStream(); in test()
/aoo42x/main/offapi/com/sun/star/packages/
H A DPackageStream.idl66 getInputStream provides read access to the contents of this PackageStream.
70 is a new addition to the package, then getInputStream returns a Reference
/aoo42x/main/comphelper/source/streaming/
H A Dmemorystream.cxx56 virtual Reference< XInputStream > SAL_CALL getInputStream( ) throw (RuntimeException);
99 Reference< XInputStream > SAL_CALL UNOMemoryStream::getInputStream( ) throw (RuntimeException) in getInputStream() function in comphelper::UNOMemoryStream
H A Dotransactedfilestream.cxx250 uno::Reference< io::XInputStream > xOrigInStream = xOrigStream->getInputStream(); in CommonInit_Impl()
261 uno::Reference< io::XInputStream > xTempInStream = xTempStream->getInputStream(); in CommonInit_Impl()
346 uno::Reference< io::XInputStream > SAL_CALL OTruncatedTransactedFileStream::getInputStream( ) in getInputStream() function in comphelper::OTruncatedTransactedFileStream
/aoo42x/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx96 virtual uno::Reference< XInputStream > SAL_CALL getInputStream()
254 uno::Reference< XInputStream > SAL_CALL TestDataSink::getInputStream() in getInputStream() function in TestDataSink
486 xData = xSourceData->getInputStream(); in createNewContent()
/aoo42x/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java101 …rn new BufferedInputStream(new XInputStreamToInputStreamAdapter(xStream.getInputStream()), 102400); in createInputStream()
127 stream.getInputStream().closeInput(); in createOutputStream()
/aoo42x/main/package/source/xstor/
H A Dxfactory.cxx273 || !xStream->getInputStream().is() ) in createInstanceWithArguments()
283 if ( !CheckPackageSignature_Impl( xStream->getInputStream(), xSeekable ) ) in createInstanceWithArguments()
H A Dowriteablestream.cxx339 uno::Reference< io::XInputStream > xInputCache = m_xCacheStream->getInputStream(); in CleanCacheStream()
782 xInputStream = m_xCacheStream->getInputStream(); in GetTempFileAsInputStream()
900 …uno::Reference< io::XInputStream > xInStream( m_xCacheStream->getInputStream(), uno::UNO_SET_THROW… in Commit()
1570 uno::Reference< io::XInputStream > xInStream = xTempFile->getInputStream(); in CreateReadonlyCopyBasedOnData()
1833 m_xInStream = xStream->getInputStream(); in OWriteStream()
1896 m_xInStream.set( xStream->getInputStream(), uno::UNO_SET_THROW ); in CheckInitOnDemand()
2300 uno::Reference< io::XInputStream > SAL_CALL OWriteStream::getInputStream() in getInputStream() function in OWriteStream
2386 m_xInStream.set( xStream->getInputStream(), uno::UNO_SET_THROW ); in writeBytes()
/aoo42x/main/io/source/stm/
H A Dopump.cxx94 virtual Reference< ::com::sun::star::io::XInputStream > SAL_CALL getInputStream() throw();
425 Reference< XInputStream > Pump::getInputStream() throw() in getInputStream() function in io_stm::Pump
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHStorageMap.cxx93 Reference< XInputStream> StreamHelper::getInputStream() in getInputStream() function in connectivity::hsqldb::StreamHelper
96 m_xInputStream = m_xStream->getInputStream(); in getInputStream()
/aoo42x/main/io/source/TextInputStream/
H A DTextInputStream.cxx123 virtual Reference< XInputStream > SAL_CALL getInputStream()
437 Reference< XInputStream > OTextInputStream::getInputStream() in getInputStream() function in io_TextInputStream::OTextInputStream
/aoo42x/main/filter/source/xsltdialog/
H A Dxmlfilterjar.cxx309 Reference< XInputStream > xIS( xTypeDetection->getInputStream() ); in openPackage()
376 Reference< XInputStream > xIS( xFileEntry->getInputStream() ); in copyFile()
/aoo42x/main/oox/source/core/
H A Dfilterdetect.cxx345 Reference< XInputStream > xDecrInStrm = xDecrypted->getInputStream(); in extractUnencryptedPackage()
399 Reference< XInputStream > xDecrInStrm = xTempFile->getInputStream(); in extractUnencryptedPackage()

Completed in 312 milliseconds

123456789