Searched refs:xTargetStream (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/embeddedobj/source/msole/ |
H A D | olepersist.cxx | 452 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 …]
|
/aoo4110/main/package/source/xstor/ |
H A D | switchpersistencestream.cxx | 177 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 D | owriteablestream.cxx | 1546 …: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 D | owriteablestream.hxx | 250 ::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 D | xstorage.cxx | 1692 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 D | xstorage.hxx | 266 ::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 )
|
/aoo4110/main/sfx2/source/appl/ |
H A D | xpackcreator.cxx | 77 const uno::Reference< io::XOutputStream >& xTargetStream ) in convertToPackage() 83 if ( !xTargetStream.is() ) in convertToPackage() 127 xTargetStream->writeBytes( aSeq ); in convertToPackage()
|
H A D | xpackcreator.hxx | 61 …om::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xTargetStream ) throw (::com…
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | XPackageStructureCreator.idl | 50 @param xTargetStream 58 [in] ::com::sun::star::io::XOutputStream xTargetStream )
|
H A D | XOptimizedStorage.idl | 189 @param xTargetStream 208 [in] ::com::sun::star::io::XStream xTargetStream )
|
/aoo4110/main/embeddedobj/source/inc/ |
H A D | oleembobj.hxx | 247 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 77 milliseconds