Searched refs:aSubElements (Results 1 – 1 of 1) sorted by relevance
3466 for ( sal_Int32 nInd = 0; nInd < aSubElements.getLength(); nInd++ ) in StoragesOfUnknownMediaTypeAreCopied_Impl()3468 if ( xSource->isStorageElement( aSubElements[nInd] ) ) in StoragesOfUnknownMediaTypeAreCopied_Impl()3532 if ( !xTarget->hasByName( aSubElements[nInd] ) ) in StoragesOfUnknownMediaTypeAreCopied_Impl()3594 for ( sal_Int32 nInd = 0; nInd < aSubElements.getLength(); nInd++ ) 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()3675 … aSubElements[nInd].equalsAscii( "Configurations2" ) || !xTarget->hasByName( aSubElements[nInd] ), in CopyStoragesOfUnknownMediaType()3678 if ( !xTarget->hasByName( aSubElements[nInd] ) ) in CopyStoragesOfUnknownMediaType()[all …]
Completed in 27 milliseconds