Home
last modified time | relevance | path

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

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