Lines Matching refs:xDest

220 										const uno::Reference< embed::XStorage >& xDest,  in CopyStreamToSubStream()
223 if ( !xDest.is() ) in CopyStreamToSubStream()
233 uno::Reference< io::XStream > xSubStream = xDest->openStreamElement( in CopyStreamToSubStream()
248 …entToStorage_Impl( ::ucbhelper::Content* pContent, const uno::Reference< embed::XStorage >& xDest ) in CopyContentToStorage_Impl() argument
280 uno::Reference< embed::XStorage > xSubStorage = xDest->openStorageElement( aNewEntryName, in CopyContentToStorage_Impl()
291 CopyStreamToSubStream( aSourceURL, xDest, aNewEntryName ); in CopyContentToStorage_Impl()
296 uno::Reference< embed::XTransactedObject > xTransact( xDest, uno::UNO_QUERY ); in CopyContentToStorage_Impl()
397 void SAL_CALL FSStorage::copyToStorage( const uno::Reference< embed::XStorage >& xDest ) in copyToStorage() argument
409 …if ( !xDest.is() || xDest == uno::Reference< uno::XInterface >( static_cast< OWeakObject*> ( this … in copyToStorage()
417 CopyContentToStorage_Impl( GetContent(), xDest ); in copyToStorage()
942 const uno::Reference< embed::XStorage >& xDest, in copyElementTo()
957 if ( !xDest.is() ) in copyElementTo()
966 if ( xDest->hasByName( aNewName ) ) in copyElementTo()
976 xDest->openStorageElement( aNewName, embed::ElementModes::READWRITE ), in copyElementTo()
983 CopyStreamToSubStream( aOwnURL.GetMainURL( INetURLObject::NO_DECODE ), xDest, aNewName ); in copyElementTo()
1027 const uno::Reference< embed::XStorage >& xDest, in moveElementTo()
1038 copyElementTo( aElementName, xDest, aNewName ); in moveElementTo()