Searched refs:xDestStream (Results 1 – 4 of 4) sorted by relevance
/trunk/main/package/source/xstor/ |
H A D | owriteablestream.cxx | 1219 void OWriteStream_Impl::CopyInternallyTo_Impl( const uno::Reference< io::XStream >& xDestStream, in CopyInternallyTo_Impl() argument 1231 m_pAntiImpl->CopyToStreamInternally_Impl( xDestStream ); in CopyInternallyTo_Impl() 1239 …OStorage_Impl::completeStorageStreamCopy_Impl( xOwnStream, xDestStream, m_nStorageType, GetAllRela… in CopyInternallyTo_Impl() 1242 uno::Reference< embed::XEncryptionProtectedSource2 > xEncr( xDestStream, uno::UNO_QUERY ); in CopyInternallyTo_Impl() 1265 void OWriteStream_Impl::CopyInternallyTo_Impl( const uno::Reference< io::XStream >& xDestStream ) in CopyInternallyTo_Impl() argument 1271 m_pAntiImpl->CopyToStreamInternally_Impl( xDestStream ); in CopyInternallyTo_Impl() 1279 …OStorage_Impl::completeStorageStreamCopy_Impl( xOwnStream, xDestStream, m_nStorageType, GetAllRela… in CopyInternallyTo_Impl()
|
H A D | owriteablestream.hxx | 227 …nallyTo_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xDestStream, 229 …llyTo_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xDestStream );
|
H A D | xstorage.cxx | 941 uno::Reference< io::XStream > xDestStream = in CopyStorageElement() local 945 pElement->m_pStream->CopyInternallyTo_Impl( xDestStream ); in CopyStorageElement() 947 uno::Reference< beans::XPropertySet > xProps( xDestStream, uno::UNO_QUERY_THROW ); in CopyStorageElement() 975 uno::Reference< io::XStream > xDestStream = in CopyStorageElement() local 978 OSL_ENSURE( xDestStream.is(), "No destination substream!\n" ); in CopyStorageElement() 979 …completeStorageStreamCopy_Impl( xOwnStream, xDestStream, m_nStorageType, GetAllRelationshipsIfAny(… in CopyStorageElement() 981 uno::Reference< beans::XPropertySet > xProps( xDestStream, uno::UNO_QUERY_THROW ); in CopyStorageElement()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 1603 uno::Reference<io::XOutputStream> xDestStream = xDestSource->getOutputStream(); in CopySourceStream() local 1604 uno::Reference<io::XSeekable> xDestSeek( xDestStream, uno::UNO_QUERY ); in CopySourceStream() 1608 xDestSource->setOutputStream( xDestStream ); in CopySourceStream() 1614 xDestStream->writeBytes( aOutSeq ); in CopySourceStream() 1622 if ( !lcl_CopyStreamElement( xSourceStream, xDestStream, nEndOffset - nStartOffset ) ) in CopySourceStream()
|
Completed in 69 milliseconds