Lines Matching refs:aSubElements

3465         uno::Sequence< ::rtl::OUString > aSubElements = xSource->getElementNames();  in StoragesOfUnknownMediaTypeAreCopied_Impl()  local
3466 for ( sal_Int32 nInd = 0; nInd < aSubElements.getLength(); nInd++ ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3468 if ( xSource->isStorageElement( aSubElements[nInd] ) ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3478 … ( xOptStorage->getElementPropertyValue( aSubElements[nInd], aMediaTypePropName ) >>= aMediaType ); in StoragesOfUnknownMediaTypeAreCopied_Impl()
3487 … xSubStorage = xSource->openStorageElement( aSubElements[nInd], embed::ElementModes::READ ); in StoragesOfUnknownMediaTypeAreCopied_Impl()
3494 xSource->copyStorageElementLastCommitTo( aSubElements[nInd], xSubStorage ); in StoragesOfUnknownMediaTypeAreCopied_Impl()
3532 if ( !xTarget->hasByName( aSubElements[nInd] ) ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3593 uno::Sequence< ::rtl::OUString > aSubElements = xSource->getElementNames(); in CopyStoragesOfUnknownMediaType() local
3594 for ( sal_Int32 nInd = 0; nInd < aSubElements.getLength(); nInd++ ) in CopyStoragesOfUnknownMediaType()
3596 …if ( aSubElements[nInd].equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Configurations" ) )… in CopyStoragesOfUnknownMediaType()
3599 if ( xSource->isStorageElement( aSubElements[nInd] ) ) in CopyStoragesOfUnknownMediaType()
3601 OSL_ENSURE( !xTarget->hasByName( aSubElements[nInd] ), in CopyStoragesOfUnknownMediaType()
3604 xSource->copyElementTo( aSubElements[nInd], xTarget, aSubElements[nInd] ); in CopyStoragesOfUnknownMediaType()
3607 else if ( xSource->isStorageElement( aSubElements[nInd] ) ) in CopyStoragesOfUnknownMediaType()
3617 … ( xOptStorage->getElementPropertyValue( aSubElements[nInd], aMediaTypePropName ) >>= aMediaType ); in CopyStoragesOfUnknownMediaType()
3626 … xSubStorage = xSource->openStorageElement( aSubElements[nInd], embed::ElementModes::READ ); in CopyStoragesOfUnknownMediaType()
3636 xSource->copyStorageElementLastCommitTo( aSubElements[nInd], xSubStorage ); in CopyStoragesOfUnknownMediaType()
3675aSubElements[nInd].equalsAscii( "Configurations2" ) || !xTarget->hasByName( aSubElements[nInd] ), in CopyStoragesOfUnknownMediaType()
3678 if ( !xTarget->hasByName( aSubElements[nInd] ) ) in CopyStoragesOfUnknownMediaType()
3680 … xSource->copyElementTo( aSubElements[nInd], xTarget, aSubElements[nInd] ); in CopyStoragesOfUnknownMediaType()