Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm1115 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 ] );
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1397 Sequence< beans::PropertyValue > aOptProp; in setUIOptions() local
1398 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()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx1194 Sequence< beans::PropertyValue > aOptProp; in setupOptionalUI() local
1195 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 35 milliseconds