Searched refs:xTargetStream (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/embeddedobj/source/msole/ |
| H A D | olepersist.cxx | 437 void OleEmbeddedObject::InsertVisualCache_Impl( const uno::Reference< io::XStream >& xTargetStream, in InsertVisualCache_Impl() argument 440 OSL_ENSURE( xTargetStream.is() && xCachedVisualRepresentation.is(), "Invalid arguments!\n" ); in InsertVisualCache_Impl() 442 if ( !xTargetStream.is() || !xCachedVisualRepresentation.is() ) in InsertVisualCache_Impl() 446 aArgs[0] <<= xTargetStream; in InsertVisualCache_Impl() 588 void OleEmbeddedObject::RemoveVisualCache_Impl( const uno::Reference< io::XStream >& xTargetStream ) in RemoveVisualCache_Impl() argument 590 OSL_ENSURE( xTargetStream.is(), "Invalid argument!\n" ); in RemoveVisualCache_Impl() 591 if ( !xTargetStream.is() ) in RemoveVisualCache_Impl() 595 aArgs[0] <<= xTargetStream; in RemoveVisualCache_Impl() 1198 uno::Reference< io::XStream > xTargetStream; in StoreToLocation_Impl() local 1245 xTargetStream = in StoreToLocation_Impl() [all …]
|
| /trunk/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 | 1545 …:Sequence< beans::PropertyValue >& aProps, sal_Bool, uno::Reference< io::XStream >& xTargetStream ) in CreateReadonlyCopyBasedOnData() argument 1548 if ( !xTargetStream.is() ) in CreateReadonlyCopyBasedOnData() 1553 xTempFile = xTargetStream; in CreateReadonlyCopyBasedOnData() 1574 if ( !xTargetStream.is() ) in CreateReadonlyCopyBasedOnData() 1575 xTargetStream = uno::Reference< io::XStream > ( in CreateReadonlyCopyBasedOnData() 1582 void OWriteStream_Impl::GetCopyOfLastCommit( uno::Reference< io::XStream >& xTargetStream ) in GetCopyOfLastCommit() argument 1607 GetCopyOfLastCommit( xTargetStream, aGlobalEncryptionData ); in GetCopyOfLastCommit() 1616 … CreateReadonlyCopyBasedOnData( xDataToCopy, m_aProps, m_bUseCommonEncryption, xTargetStream ); in GetCopyOfLastCommit() 1621 void OWriteStream_Impl::GetCopyOfLastCommit( uno::Reference< io::XStream >& xTargetStream, const ::… in GetCopyOfLastCommit() argument 1686 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.hxx | 266 … ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream ); 541 …reamName, const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream );
|
| H A D | xstorage.cxx | 1689 uno::Reference< io::XStream >& xTargetStream ) in CloneStreamElement() 1715 pElement->m_pStream->GetCopyOfLastCommit( xTargetStream, aEncryptionData ); in CloneStreamElement() 1717 pElement->m_pStream->GetCopyOfLastCommit( xTargetStream ); in CloneStreamElement() 5893 …ementData( const ::rtl::OUString& aStreamName, const uno::Reference< io::XStream >& xTargetStream ) in copyStreamElementData() argument 5910 if ( !xTargetStream.is() ) in copyStreamElementData() 5915 uno::Reference< io::XStream > xNonconstRef = xTargetStream; in copyStreamElementData() 5918 …OSL_ENSURE( xNonconstRef == xTargetStream, "The provided stream reference seems not be filled in c… in copyStreamElementData() 5919 if ( xNonconstRef != xTargetStream ) in copyStreamElementData()
|
| /trunk/main/sfx2/source/appl/ |
| H A D | xpackcreator.cxx | 77 … const uno::Reference< io::XOutputStream >& xTargetStream ) in convertToPackage() 81 if ( !xTargetStream.is() ) in convertToPackage() 125 xTargetStream->writeBytes( aSeq ); in convertToPackage()
|
| H A D | xpackcreator.hxx | 61 …rl, const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xTargetStream );
|
| /trunk/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 )
|
| /trunk/main/embeddedobj/source/inc/ |
| H A D | oleembobj.hxx | 243 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream, 246 …che_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream );
|