Lines Matching refs:aSubElements

3463         uno::Sequence< ::rtl::OUString > aSubElements = xSource->getElementNames();  in StoragesOfUnknownMediaTypeAreCopied_Impl()  local
3464 for ( sal_Int32 nInd = 0; nInd < aSubElements.getLength(); nInd++ ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3466 if ( xSource->isStorageElement( aSubElements[nInd] ) ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3476 … ( xOptStorage->getElementPropertyValue( aSubElements[nInd], aMediaTypePropName ) >>= aMediaType ); in StoragesOfUnknownMediaTypeAreCopied_Impl()
3485 … xSubStorage = xSource->openStorageElement( aSubElements[nInd], embed::ElementModes::READ ); in StoragesOfUnknownMediaTypeAreCopied_Impl()
3492 xSource->copyStorageElementLastCommitTo( aSubElements[nInd], xSubStorage ); in StoragesOfUnknownMediaTypeAreCopied_Impl()
3530 if ( !xTarget->hasByName( aSubElements[nInd] ) ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3591 uno::Sequence< ::rtl::OUString > aSubElements = xSource->getElementNames(); in CopyStoragesOfUnknownMediaType() local
3592 for ( sal_Int32 nInd = 0; nInd < aSubElements.getLength(); nInd++ ) in CopyStoragesOfUnknownMediaType()
3594 …if ( aSubElements[nInd].equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Configurations" ) )… in CopyStoragesOfUnknownMediaType()
3597 if ( xSource->isStorageElement( aSubElements[nInd] ) ) in CopyStoragesOfUnknownMediaType()
3599 OSL_ENSURE( !xTarget->hasByName( aSubElements[nInd] ), in CopyStoragesOfUnknownMediaType()
3602 xSource->copyElementTo( aSubElements[nInd], xTarget, aSubElements[nInd] ); in CopyStoragesOfUnknownMediaType()
3605 else if ( xSource->isStorageElement( aSubElements[nInd] ) ) in CopyStoragesOfUnknownMediaType()
3615 … ( xOptStorage->getElementPropertyValue( aSubElements[nInd], aMediaTypePropName ) >>= aMediaType ); in CopyStoragesOfUnknownMediaType()
3624 … xSubStorage = xSource->openStorageElement( aSubElements[nInd], embed::ElementModes::READ ); in CopyStoragesOfUnknownMediaType()
3634 xSource->copyStorageElementLastCommitTo( aSubElements[nInd], xSubStorage ); in CopyStoragesOfUnknownMediaType()
3673aSubElements[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()