Searched refs:aChoicesDisabled (Results 1 – 4 of 4) sorted by relevance
314 uno::Sequence< sal_Bool > aChoicesDisabled( 3 ); in SwPrintUIOptions() local317 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()
1403 Sequence< sal_Bool > aChoicesDisabled; in setUIOptions() local1433 rEntry.Value >>= aChoicesDisabled; in setUIOptions()1447 if( aChoicesDisabled.getLength() > 0 ) in setUIOptions()1448 mpImplData->maChoiceDisableMap[ aPropName ] = aChoicesDisabled; in setUIOptions()
1121 Sequence< sal_Bool > aChoicesDisabled;1136 rEntry.Value >>= aChoicesDisabled;1152 bSelectionBoxEnabled = aChoicesDisabled.getLength() < 2 || ! aChoicesDisabled[2];
1203 Sequence< sal_Bool > aChoicesDisabled; in setupOptionalUI() local1230 rEntry.Value >>= aChoicesDisabled; in setupOptionalUI()1529 if( aChoicesDisabled.getLength() > m && aChoicesDisabled[m] == sal_True ) in setupOptionalUI()
Completed in 34 milliseconds