Lines Matching refs:xTarget
1655 … uno::Reference< embed::XStorage > xTarget = rMedium.GetZipStorageToSign_Impl( sal_False ); in SaveTo_Impl() local
1656 if ( !xTarget.is() ) in SaveTo_Impl()
1658 uno::Reference< embed::XStorage > xTargetMetaInf = xTarget->openStorageElement( in SaveTo_Impl()
1674 xDDSigns->verifyScriptingContentSignatures( xTarget, in SaveTo_Impl()
1683 xTransact.set( xTarget, uno::UNO_QUERY ); in SaveTo_Impl()
3455 … const uno::Reference< embed::XStorage >& xTarget ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3457 … OSL_ENSURE( xSource.is() && xTarget.is(), "Source and/or target storages are not available!\n" ); in StoragesOfUnknownMediaTypeAreCopied_Impl()
3458 if ( !xSource.is() || !xTarget.is() || xSource == xTarget ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3530 if ( !xTarget->hasByName( aSubElements[nInd] ) ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3582 … const uno::Reference< embed::XStorage >& xTarget ) in CopyStoragesOfUnknownMediaType()
3599 OSL_ENSURE( !xTarget->hasByName( aSubElements[nInd] ), in CopyStoragesOfUnknownMediaType()
3602 xSource->copyElementTo( aSubElements[nInd], xTarget, aSubElements[nInd] ); in CopyStoragesOfUnknownMediaType()
3673 … aSubElements[nInd].equalsAscii( "Configurations2" ) || !xTarget->hasByName( aSubElements[nInd] ), in CopyStoragesOfUnknownMediaType()
3676 if ( !xTarget->hasByName( aSubElements[nInd] ) ) in CopyStoragesOfUnknownMediaType()
3678 … xSource->copyElementTo( aSubElements[nInd], xTarget, aSubElements[nInd] ); in CopyStoragesOfUnknownMediaType()