Home
last modified time | relevance | path

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

/aoo42x/main/cui/source/customize/
H A Dcfg.cxx647 uno::Sequence< beans::PropertyValue > tmpPropSeq; in ConvertSvxConfigEntry() local
648 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() local
729 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 39 milliseconds