Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx416 sal_Bool mbTriState; member in CheckBox
476 sal_Bool IsTriStateEnabled() const { return mbTriState; } in IsTriStateEnabled()
/trunk/main/vcl/source/control/
H A Dbutton.cxx3241 mbTriState = sal_False; in ImplInitCheckBoxData()
3522 else if ( !mbTriState ) in ImplCheck()
3940 if ( !mbTriState && (eState == STATE_DONTKNOW) ) in SetState()
3955 if ( mbTriState != bTriState ) in EnableTriState()
3957 mbTriState = bTriState; in EnableTriState()

Completed in 39 milliseconds