Home
last modified time | relevance | path

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

12345

/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx1043 const uno::Reference< io::XInputStream > & xInputStream, in insert()
1066 if ( !xInputStream.is() ) in insert()
H A Dodma_content.hxx115 ::com::sun::star::io::XInputStream > & xInputStream,
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.hxx109 ::com::sun::star::io::XInputStream > & xInputStream,
/trunk/main/sw/inc/
H A Dndgrf.hxx215 com::sun::star::uno::Reference<com::sun::star::io::XInputStream> xInputStream,
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx751 uno::Reference< io::XInputStream > xInputStream; in GetTempFileAsInputStream() local
771 xInputStream = xTempAccess->openFileRead( m_aTempURL ); in GetTempFileAsInputStream()
782 xInputStream = m_xCacheStream->getInputStream(); in GetTempFileAsInputStream()
787 if ( !xInputStream.is() ) in GetTempFileAsInputStream()
790 return xInputStream; in GetTempFileAsInputStream()
H A Dswitchpersistencestream.hxx81 …ceTo( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInputStream );
H A Dxstorage.hxx185 OStorage_Impl( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInputStream,
322 OStorage( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInputStream,
H A Dxstorage.cxx193 OStorage_Impl::OStorage_Impl( uno::Reference< io::XInputStream > xInputStream, in OStorage_Impl() argument
219 OSL_ENSURE( xInputStream.is(), "No input stream is provided!\n" ); in OStorage_Impl()
221 …hStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, xInputStream ); in OStorage_Impl()
1931 OStorage::OStorage( uno::Reference< io::XInputStream > xInputStream, in OStorage() argument
1936 : m_pImpl( new OStorage_Impl( xInputStream, nMode, xProperties, xFactory, nStorageType ) ) in OStorage()
5976 uno::Reference< io::XInputStream > xInputStream = xAccess->openFileRead( sURL ); in attachToURL() local
5977 m_pImpl->m_pSwitchStream->SwitchPersistenceTo( xInputStream ); in attachToURL()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java1134 XInputStream xInputStream = xSimpleFileAccess.openFileRead(_filepath); in getDataFromTextFile() local
1138 xActiveDataSink.setInputStream(xInputStream); in getDataFromTextFile()
/trunk/main/unotools/source/config/
H A Daccelcfg.cxx73 SvtAcceleratorConfig_Impl( Reference< XInputStream >& xInputStream );
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Dxmlsignaturehelper.hxx192 …ignature( const com::sun::star::uno::Reference< com::sun::star::io::XInputStream >& xInputStream );
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.hxx138 explicit OOXMLInputStreamValue(uno::Reference<io::XInputStream> xInputStream);
H A DOOXMLFastContextHandler.cxx1078 uno::Reference<io::XInputStream> xInputStream in resolveOLE() local
1081 OOXMLValue::Pointer_t aValue(new OOXMLInputStreamValue(xInputStream)); in resolveOLE()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.hxx66 …aName, const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInputStream )
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.hxx101 …id insert( const com::sun::star::uno::Reference< com::sun::star::io::XInputStream > & xInputStream,
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.hxx134 ::com::sun::star::io::XInputStream > & xInputStream,
/trunk/main/framework/source/uiconfiguration/
H A Dimagemanagerimpl.cxx511 uno::Reference< XInputStream > xInputStream = xStream->getInputStream(); in implts_loadUserImages() local
515 xInputStream, in implts_loadUserImages()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1359 uno::Reference< io::XInputStream > xInputStream( new utl::OInputStreamWrapper( rStrm ) ); in Paste() local
1360 SvxDrawingLayerImport( pModel, xInputStream ); in Paste()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx702 …com::sun::star::uno::Reference< com::sun::star::io::XInputStream > xInputStream( new utl::OInputSt… in InsertData() local
703 …bReturn = SvxDrawingLayerImport( pModel, xInputStream, xComponent, "com.sun.star.comp.Impress.XMLO… in InsertData()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.hxx156 ::com::sun::star::io::XInputStream > & xInputStream,
/trunk/main/starmath/source/
H A Dmathmlimport.hxx56 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInputStream,
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx1879 … com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > xInputStream( pHelper ); local
1886 … Sequence < Sequence < PropertyValue > > aProps = xReader->readManifestSequence( xInputStream );
1890 xInputStream = NULL;
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx1017 Reference< XInputStream > xInputStream( p ); in jarFile() local
1018 aArguments[ 0 ] <<= xInputStream; in jarFile()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx119 uno::Reference< io::XInputStream > xInputStream, in DomainMapper()
143 …r::OStorageHelper::GetStorageOfFormatFromInputStream(OFOPXML_STORAGE_FORMAT_STRING, xInputStream)); in DomainMapper()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2785 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInputStream in CheckAndCorrectExcelTextRotation()
2794 OFOPXML_STORAGE_FORMAT_STRING, xInputStream, xFactory, sal_True ) ); in CheckAndCorrectExcelTextRotation()

Completed in 216 milliseconds

12345