Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dprint3.cxx155 std::vector< bool > maUIPropertyEnabled; member in vcl::ImplPrinterControllerData
1385 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 25 milliseconds