Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/view/
H A Dprintdata.cxx314 uno::Sequence< sal_Bool > aChoicesDisabled( 3 ); in SwPrintUIOptions() local
317 aChoicesDisabled[0] = sal_False; in SwPrintUIOptions()
320 aChoicesDisabled[1] = sal_False; in SwPrintUIOptions()
323 aChoicesDisabled[2] = sal_Bool(! bHasSelection); in SwPrintUIOptions()
331 aChoicesDisabled in SwPrintUIOptions()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm1121 Sequence< sal_Bool > aChoicesDisabled;
1136 rEntry.Value >>= aChoicesDisabled;
1152 bSelectionBoxEnabled = aChoicesDisabled.getLength() < 2 || ! aChoicesDisabled[2];
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1403 Sequence< sal_Bool > aChoicesDisabled; in setUIOptions() local
1433 rEntry.Value >>= aChoicesDisabled; in setUIOptions()
1447 if( aChoicesDisabled.getLength() > 0 ) in setUIOptions()
1448 mpImplData->maChoiceDisableMap[ aPropName ] = aChoicesDisabled; in setUIOptions()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx1203 Sequence< sal_Bool > aChoicesDisabled; in setupOptionalUI() local
1230 rEntry.Value >>= aChoicesDisabled; in setupOptionalUI()
1529 if( aChoicesDisabled.getLength() > m && aChoicesDisabled[m] == sal_True ) in setupOptionalUI()

Completed in 38 milliseconds