Searched refs:tmpPropSeq (Results 1 – 1 of 1) sorted by relevance
647 uno::Sequence< beans::PropertyValue > tmpPropSeq; in ConvertSvxConfigEntry() local648 if ( a >>= tmpPropSeq ) in ConvertSvxConfigEntry()650 for ( sal_Int32 i = 0; i < tmpPropSeq.getLength(); i++ ) in ConvertSvxConfigEntry()652 if ( tmpPropSeq[i].Name.equals( aDescriptorLabel ) ) in ConvertSvxConfigEntry()655 tmpPropSeq[i].Value >>= tmpLabel; in ConvertSvxConfigEntry()728 uno::Sequence< beans::PropertyValue > tmpPropSeq; in ConvertToolbarEntry() local729 if ( a >>= tmpPropSeq ) in ConvertToolbarEntry()731 for ( sal_Int32 i = 0; i < tmpPropSeq.getLength(); i++ ) in ConvertToolbarEntry()733 if ( tmpPropSeq[i].Name.equals( aDescriptorLabel ) ) in ConvertToolbarEntry()736 tmpPropSeq[i].Value >>= tmpLabel; in ConvertToolbarEntry()
Completed in 21 milliseconds