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