Lines Matching refs:nInd

3069     for ( sal_Int32 nInd = 0; nInd < aProps.getLength(); nInd++ )  in IsInformationLost()  local
3071 if ( aProps[nInd].Name.equalsAscii( "FilterName" ) ) in IsInformationLost()
3072 aProps[nInd].Value >>= aFilterName; in IsInformationLost()
3073 else if ( aProps[nInd].Name.equalsAscii( "PreusedFilterName" ) ) in IsInformationLost()
3074 aProps[nInd].Value >>= aPreusedFilterName; in IsInformationLost()
3464 for ( sal_Int32 nInd = 0; nInd < aSubElements.getLength(); nInd++ ) in StoragesOfUnknownMediaTypeAreCopied_Impl() local
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()
3592 for ( sal_Int32 nInd = 0; nInd < aSubElements.getLength(); nInd++ ) in CopyStoragesOfUnknownMediaType() local
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()
3673 … aSubElements[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()