Home
last modified time | relevance | path

Searched refs:xTargetStream (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/embeddedobj/source/msole/
H A Dolepersist.cxx452 aArgs[0] <<= xTargetStream; in InsertVisualCache_Impl()
598 if ( !xTargetStream.is() ) in RemoveVisualCache_Impl()
602 aArgs[0] <<= xTargetStream; in RemoveVisualCache_Impl()
1207 uno::Reference< io::XStream > xTargetStream; in StoreToLocation_Impl() local
1254 xTargetStream = in StoreToLocation_Impl()
1256 if ( !xTargetStream.is() ) in StoreToLocation_Impl()
1290 if ( !xTargetStream.is() ) in StoreToLocation_Impl()
1292 xTargetStream = in StoreToLocation_Impl()
1294 if ( !xTargetStream.is() ) in StoreToLocation_Impl()
1331 RemoveVisualCache_Impl( xTargetStream ); in StoreToLocation_Impl()
[all …]
/aoo41x/main/package/source/xstor/
H A Dswitchpersistencestream.cxx177 uno::Reference< io::XStream > xTargetStream = xStream; in CopyAndSwitchPersistenceTo() local
180 if ( !xTargetStream.is() ) in CopyAndSwitchPersistenceTo()
182 xTargetStream = uno::Reference < io::XStream >( in CopyAndSwitchPersistenceTo()
186 xTargetSeek = uno::Reference< io::XSeekable >( xTargetStream, uno::UNO_QUERY_THROW ); in CopyAndSwitchPersistenceTo()
191 xTargetSeek = uno::Reference< io::XSeekable >( xTargetStream, uno::UNO_QUERY_THROW ); in CopyAndSwitchPersistenceTo()
196 uno::Reference< io::XTruncate > xTargetTruncate( xTargetStream, uno::UNO_QUERY_THROW ); in CopyAndSwitchPersistenceTo()
197 uno::Reference< io::XInputStream > xTargetInStream = xTargetStream->getInputStream(); in CopyAndSwitchPersistenceTo()
198 uno::Reference< io::XOutputStream > xTargetOutStream = xTargetStream->getOutputStream(); in CopyAndSwitchPersistenceTo()
217 xTargetStream, xTargetTruncate, xTargetSeek, xTargetInStream, xTargetOutStream, in CopyAndSwitchPersistenceTo()
H A Dowriteablestream.cxx1546 …:Sequence< beans::PropertyValue >& aProps, sal_Bool, uno::Reference< io::XStream >& xTargetStream ) in CreateReadonlyCopyBasedOnData() argument
1549 if ( !xTargetStream.is() ) in CreateReadonlyCopyBasedOnData()
1554 xTempFile = xTargetStream; in CreateReadonlyCopyBasedOnData()
1575 if ( !xTargetStream.is() ) in CreateReadonlyCopyBasedOnData()
1576 xTargetStream = uno::Reference< io::XStream > ( in CreateReadonlyCopyBasedOnData()
1583 void OWriteStream_Impl::GetCopyOfLastCommit( uno::Reference< io::XStream >& xTargetStream ) in GetCopyOfLastCommit() argument
1608 GetCopyOfLastCommit( xTargetStream, aGlobalEncryptionData ); in GetCopyOfLastCommit()
1617 CreateReadonlyCopyBasedOnData( xDataToCopy, m_aProps, m_bUseCommonEncryption, xTargetStream ); in GetCopyOfLastCommit()
1622 void OWriteStream_Impl::GetCopyOfLastCommit( uno::Reference< io::XStream >& xTargetStream, const ::… in GetCopyOfLastCommit() argument
1687 CreateReadonlyCopyBasedOnData( xDataToCopy, m_aProps, m_bUseCommonEncryption, xTargetStream ); in GetCopyOfLastCommit()
H A Dowriteablestream.hxx250 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream );
252 …pyOfLastCommit( ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream );
254 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream,
H A Dxstorage.cxx1692 uno::Reference< io::XStream >& xTargetStream ) in CloneStreamElement()
1724 pElement->m_pStream->GetCopyOfLastCommit( xTargetStream, aEncryptionData ); in CloneStreamElement()
1726 pElement->m_pStream->GetCopyOfLastCommit( xTargetStream ); in CloneStreamElement()
6135 …ementData( const ::rtl::OUString& aStreamName, const uno::Reference< io::XStream >& xTargetStream ) in copyStreamElementData() argument
6158 if ( !xTargetStream.is() ) in copyStreamElementData()
6163 uno::Reference< io::XStream > xNonconstRef = xTargetStream; in copyStreamElementData()
6166 …OSL_ENSURE( xNonconstRef == xTargetStream, "The provided stream reference seems not be filled in c… in copyStreamElementData()
6167 if ( xNonconstRef != xTargetStream ) in copyStreamElementData()
H A Dxstorage.hxx266 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream )
753 …treamName, const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream )
/aoo41x/main/sfx2/source/appl/
H A Dxpackcreator.cxx77 const uno::Reference< io::XOutputStream >& xTargetStream ) in convertToPackage()
83 if ( !xTargetStream.is() ) in convertToPackage()
127 xTargetStream->writeBytes( aSeq ); in convertToPackage()
H A Dxpackcreator.hxx61 …om::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xTargetStream ) throw (::com…
/aoo41x/main/offapi/com/sun/star/embed/
H A DXPackageStructureCreator.idl50 @param xTargetStream
58 [in] ::com::sun::star::io::XOutputStream xTargetStream )
H A DXOptimizedStorage.idl189 @param xTargetStream
208 [in] ::com::sun::star::io::XStream xTargetStream )
/aoo41x/main/embeddedobj/source/inc/
H A Doleembobj.hxx247 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream,
251 …ache_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream )

Completed in 144 milliseconds