Home
last modified time | relevance | path

Searched defs:FeatureState (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/dbaccess/inc/
H A Dgenericcontroller.hxx128 struct FeatureState struct
130 sal_Bool bEnabled;
132 optional< bool > bChecked;
133 optional< bool > bInvisible;
135 optional< ::rtl::OUString > sTitle;
137 FeatureState() : bEnabled(sal_False) { } in FeatureState() function
/trunk/main/chart2/source/controller/main/
H A DFeatureCommandDispatchBase.hxx44 struct FeatureState struct
46 bool bEnabled;
49 FeatureState() : bEnabled( false ) { } in FeatureState() function

Completed in 19 milliseconds