Searched defs:FeatureState (Results 1 – 2 of 2) sorted by relevance
44 struct FeatureState struct46 bool bEnabled;49 FeatureState() : bEnabled( false ) { } in FeatureState() function
128 struct FeatureState struct130 sal_Bool bEnabled;132 optional< bool > bChecked;133 optional< bool > bInvisible;135 optional< ::rtl::OUString > sTitle;137 FeatureState() : bEnabled(sal_False) { } in FeatureState() argument
Completed in 49 milliseconds