Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/control/
H A Dbutton.cxx4238 sal_uLong nTriState = ReadLongRes(); in TriStateBox() local
4241 if ( (TriState)nTriState != STATE_NOCHECK ) in TriStateBox()
4242 SetState( (TriState)nTriState ); in TriStateBox()