Home
last modified time | relevance | path

Searched refs:xStream (Results 1 – 25 of 172) sorted by last modified time

1234567

/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx325 return xStream; in TryToGetAcceptableFormat_Impl()
646 uno::Reference< io::XInputStream > xStream; in HasVisReplInStream() local
662 xStream = xTempAccess->openFileRead( m_aTempURL ); in HasVisReplInStream()
668 if ( !xStream.is() ) in HasVisReplInStream()
669 xStream = m_xObjectStream->getInputStream(); in HasVisReplInStream()
671 if ( xStream.is() ) in HasVisReplInStream()
676 aArgs[0] <<= xStream; in HasVisReplInStream()
709 const uno::Reference< io::XStream >& xStream, in TryToRetrieveCachedVisualRepresentation_Impl()
715 if ( xStream.is() ) in TryToRetrieveCachedVisualRepresentation_Impl()
721 aArgs[0] <<= xStream; in TryToRetrieveCachedVisualRepresentation_Impl()
[all …]
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.hxx330 com::sun::star::io::XInputStream > & xStream,
H A DCurlSession.cxx1884 const uno::Reference< io::XInputStream > & xStream, in getDataFromInputStream()
1888 if ( xStream.is() ) in getDataFromInputStream()
1890 uno::Reference< io::XSeekable > xSeekable( xStream, uno::UNO_QUERY ); in getDataFromInputStream()
1898 = xStream->readBytes( rData, nSize ); in getDataFromInputStream()
1930 sal_Int32 nRead = xStream->readSomeBytes( aBuffer, 65536 ); in getDataFromInputStream()
1943 nRead = xStream->readSomeBytes( aBuffer, 65536 ); in getDataFromInputStream()
H A DDAVResourceAccess.cxx347 uno::Reference< io::XInputStream > xStream; in GET() local
361 xStream = m_xSession->GET( getRequestURI(), in GET()
378 return xStream; in GET()
429 uno::Reference< io::XInputStream > xStream; in GET() local
443 xStream = m_xSession->GET( getRequestURI(), in GET()
462 return xStream; in GET()
475 uno::Reference< io::XInputStream > xStream; in GET() local
488 xStream = m_xSession->GET( getRequestURI(), in GET()
507 return xStream; in GET()
653 uno::Reference< io::XInputStream > xStream; in POST() local
[all …]
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dsigner.cxx206 Reference< XInputStream > xStream = createStreamFromFile( *uri ) ; in main() local
207 if( !xStream.is() ) { in main()
212 xUriBinding = new OUriBinding( *uri, xStream ) ; in main()
H A Dverifier.cxx192 Reference< XInputStream > xStream = createStreamFromFile( *uri ) ; in main() local
193 if( !xStream.is() ) { in main()
198 xUriBinding = new OUriBinding( *uri, xStream ) ; in main()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4199 uno::Reference < io::XStream > xStream = in StoreMacroCmds() local
4201 SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( xStream ); in StoreMacroCmds()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx1634 Reference< XInputStream > xStream; in getInputStream() local
1652 xStream.set( new utl::OInputStreamWrapper( pStream, sal_True ) ); in getInputStream()
1669 xStream.set( new utl::OInputStreamWrapper( pStream, sal_True ) ); in getInputStream()
1674 if( !xStream.is() && aFileName.Len() ) in getInputStream()
1678 xStream.set( new utl::OInputStreamWrapper( pStream ) ); in getInputStream()
1682 return xStream; in getInputStream()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx686 uno::Reference < io::XInputStream > xStream; in GetGraphicStream() local
691 xStream = mpImp->pContainer->GetGraphicStream( mxObj, &mpImp->aMediaType ); in GetGraphicStream()
692 if ( xStream.is() ) in GetGraphicStream()
700 nRead = xStream->readBytes ( aSequence, nConstBufferSize ); in GetGraphicStream()
709 if ( !xStream.is() ) in GetGraphicStream()
723 xStream = GetGraphicReplacementStream(mpImp->nViewAspect,mxObj,&mpImp->aMediaType); in GetGraphicStream()
725 if(xStream.is()) in GetGraphicStream()
728 … mpImp->pContainer->InsertGraphicStream(xStream,mpImp->aPersistName,mpImp->aMediaType); in GetGraphicStream()
730 SvStream* pResult = ::utl::UcbStreamHelper::CreateStream( xStream ); in GetGraphicStream()
882 … uno::Reference < io::XInputStream > xStream = new ::utl::OSeekableInputStreamWrapper( aStream ); in SetGraphicToContainer() local
[all …]
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx75 …id write( const com::sun::star::uno::Reference< com::sun::star::io::XOutputStream >& xStream ) = 0;
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7271 … uno::Reference < io::XInputStream > xStream = new ::utl::OSeekableInputStreamWrapper( *pStream ); in CheckForConvertToSOObj() local
7272 aMedium[0].Value <<= xStream; in CheckForConvertToSOObj()
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx173 SotStorageStreamRef xStream; in PasteRTF() local
174 if ( aDataHelper.GetSotStorageStream( SOT_FORMAT_RTF, xStream ) && xStream.Is() ) in PasteRTF()
176 aImpEx.ImportStream( *xStream, String(), SOT_FORMAT_RTF ); in PasteRTF()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx474 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xStream );
765 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xStream,
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx2404 …uno::Reference< io::XStream > xStream( xSimpleFileAccess->openFileReadWrite( aFileURL ), uno::UNO_… in StoreLog() local
2405 … uno::Reference< io::XOutputStream > xOutStream( xStream->getOutputStream(), uno::UNO_SET_THROW ); in StoreLog()
H A DDocumentMetadataAccess.cxx556 const uno::Reference<io::XStream> xStream( in readStream() local
560 xStream->getInputStream(), uno::UNO_SET_THROW ); in readStream()
643 const uno::Reference<io::XStream> xStream( in exportStream() local
647 const uno::Reference< beans::XPropertySet > xStreamProps(xStream, in exportStream()
655 xStream->getOutputStream(), uno::UNO_SET_THROW ); in exportStream()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1629 uno::Reference<io::XInputStream> xStream = new ::comphelper::SequenceInputStream( aSeq ); in storeToStorage() local
1630 m_pImpl->m_pObjectContainer->InsertGraphicStreamDirectly(xStream,sObject1,sPng); in storeToStorage()
1718 if ( !xStream.is() ) in WriteThroughComponent()
1720 uno::Reference<io::XOutputStream> xOutputStream = xStream->getOutputStream(); in WriteThroughComponent()
1832 uno::Reference< io::XInputStream > xStream; in load() local
1837 aArguments.get_ensureType( "Stream", xStream ); in load()
1842 aArguments.get_ensureType( "InputStream", xStream ); in load()
1858 if ( xStream.is() ) in load()
1955 if ( xStream.is() ) in getPreferredVisualRepresentation()
1958 xStream->readBytes(aSeq,xStream->available()); in getPreferredVisualRepresentation()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx815 uno::Reference < io::XStream > xStream; in InsertFile() local
823 aMediaDescriptor[comphelper::MediaDescriptor::PROP_STREAM()] >>= xStream; in InsertFile()
829 if ( !xInputStream.is() && xStream.is() ) in InsertFile()
830 xInputStream = xStream->getInputStream(); in InsertFile()
/trunk/main/comphelper/source/misc/
H A Dmediadescriptor.cxx746 css::uno::Reference< css::io::XStream > xStream ; in impl_openStreamWithURL() local
769 xStream = aContent.openWriteableStream(); in impl_openStreamWithURL()
770 if (xStream.is()) in impl_openStreamWithURL()
771 xInputStream = xStream->getInputStream(); in impl_openStreamWithURL()
798 xStream.clear(); in impl_openStreamWithURL()
857 if (xStream.is()) in impl_openStreamWithURL()
858 (*this)[MediaDescriptor::PROP_STREAM()] <<= xStream; in impl_openStreamWithURL()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx479 if ( xStream.is() ) in AddEmbeddedObject()
482 xStream = 0; in AddEmbeddedObject()
1112 if ( xStream.is() ) in RemoveEmbeddedObject()
1213 uno::Reference < io::XInputStream > xStream; in GetGraphicStream() local
1222 xStream = xGraphicStream->getInputStream(); in GetGraphicStream()
1238 return xStream; in GetGraphicStream()
1399 uno::Reference < io::XInputStream > xStream; in StoreAsChildren() local
1417 xStream = GetGraphicReplacementStream( in StoreAsChildren()
1425 if ( xStream.is() ) in StoreAsChildren()
1456 aArgs[2].Value <<= xStream; in StoreAsChildren()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx541 uno::Reference<io::XStream> xStream = in WriteThroughComponent() local
545 uno::Reference <beans::XPropertySet > xSet( xStream, uno::UNO_QUERY ); in WriteThroughComponent()
570 uno::Reference< io::XOutputStream > xOutputStream = xStream->getOutputStream(); in WriteThroughComponent()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx332 Reference < io::XStream > xStream; in WriteThroughComponent() local
336 xStream = xStorage->openStreamElement( sStreamName, in WriteThroughComponent()
350 uno::Reference < beans::XPropertySet > xSet( xStream, uno::UNO_QUERY ); in WriteThroughComponent()
375 sal_Bool bRet = WriteThroughComponent( xStream->getOutputStream(), xComponent, rFactory, in WriteThroughComponent()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java752 com.sun.star.io.XInputStream xStream = in loadFromStream() local
758 "InputStream", -1, xStream, com.sun.star.beans.PropertyState.DIRECT_VALUE ) ); in loadFromStream()
779 com.sun.star.io.XInputStream xStream = in loadFromByteArray() local
786 "InputStream", -1, xStream, com.sun.star.beans.PropertyState.DIRECT_VALUE ) ); in loadFromByteArray()
/trunk/main/filter/source/config/cache/
H A Dtypedetection.cxx964 css::uno::Reference< css::io::XInputStream > xStream = rDescriptor.getUnpackedValueOrDefault( in impl_seekStreamToZero() local
967 css::uno::Reference< css::io::XSeekable > xSeek(xStream, css::uno::UNO_QUERY); in impl_seekStreamToZero()
1083 css::uno::Reference< css::io::XInputStream > xStream = in impl_askUserForTypeAndFilterIfAllowed() local
1094 (!xStream.is() ) || // non existing file ! in impl_askUserForTypeAndFilterIfAllowed()
/trunk/main/framework/source/accelerators/
H A Dpresethandler.cxx669 …css::uno::Reference< css::io::XStream > xStream = xFolder->openStreamElement(sFile, css::embed::El… in openPreset() local
670 return xStream; in openPreset()
695 css::uno::Reference< css::io::XStream > xStream; in openTarget() local
698 xStream = xFolder->openStreamElement(sFile, nOpenMode); in openTarget()
699 return xStream; in openTarget()
704 { xStream.clear(); } in openTarget()
709 xStream = xFolder->openStreamElement(sFile, nOpenMode); in openTarget()
711 return xStream; in openTarget()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java392 XStream xStream = ( XStream ) UnoRuntime.queryInterface( XStream.class, oTempFile ); in SaveHTMLTemp() local
394 if ( xStream != null && xSeekable != null ) in SaveHTMLTemp()
396 XOutputStream xOutputStream = xStream.getOutputStream(); in SaveHTMLTemp()
397 XInputStream xInputStream = xStream.getInputStream(); in SaveHTMLTemp()

Completed in 241 milliseconds

1234567