Home
last modified time | relevance | path

Searched refs:aSubElements (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sfx2/source/doc/
H A Dobjstor.cxx3465 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()
[all …]