Searched refs:maUIPropertyEnabled (Results 1 – 1 of 1) sorted by relevance
155 std::vector< bool > maUIPropertyEnabled; member in vcl::ImplPrinterControllerData1385 mpImplData->maUIPropertyEnabled.push_back( true ); in setValue()1443 mpImplData->maUIPropertyEnabled[ it->second ] = bIsEnabled; in setUIOptions()1460 if( ( mpImplData->maUIPropertyEnabled[ it->second ] && ! i_bEnable ) || in enableUIOption()1461 ( ! mpImplData->maUIPropertyEnabled[ it->second ] && i_bEnable ) ) in enableUIOption()1463 mpImplData->maUIPropertyEnabled[ it->second ] = i_bEnable; in enableUIOption()1477 bEnabled = mpImplData->maUIPropertyEnabled[prop_it->second]; in isUIOptionEnabled()
Completed in 20 milliseconds