Searched refs:aOptProp (Results 1 – 3 of 3) sorted by relevance
1115 Sequence< beans::PropertyValue > aOptProp;1116 rOptions[i].Value >>= aOptProp;1123 for( int n = 0; n < aOptProp.getLength(); n++ )1125 const beans::PropertyValue& rEntry( aOptProp[ n ] );1160 Sequence< beans::PropertyValue > aOptProp;1161 rOptions[i].Value >>= aOptProp;1174 for( int n = 0; n < aOptProp.getLength(); n++ )1176 const beans::PropertyValue& rEntry( aOptProp[ n ] );
1397 Sequence< beans::PropertyValue > aOptProp; in setUIOptions() local1398 i_rOptions[i].Value >>= aOptProp; in setUIOptions()1404 for( int n = 0; n < aOptProp.getLength(); n++ ) in setUIOptions()1406 const beans::PropertyValue& rEntry( aOptProp[ n ] ); in setUIOptions()
1194 Sequence< beans::PropertyValue > aOptProp; in setupOptionalUI() local1195 rOptions[i].Value >>= aOptProp; in setupOptionalUI()1213 for( int n = 0; n < aOptProp.getLength(); n++ ) in setupOptionalUI()1215 const beans::PropertyValue& rEntry( aOptProp[ n ] ); in setupOptionalUI()
Completed in 40 milliseconds