Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dscrbar.cxx615 ControlState nState2 = nState1; in ImplDrawNative()
617 nState1 |= ((mnStateFlags & SCRBAR_STATE_PAGE1_DOWN) ? CTRL_STATE_PRESSED : 0); in ImplDrawNative()
626 nState1 |= CTRL_STATE_ROLLOVER; in ImplDrawNative()
633 bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, part1, aCtrlRegion1, nState1, in ImplDrawNative()
646 ControlState nState1 = HasFocus() ? CTRL_STATE_FOCUSED : 0; in ImplDrawNative() local
647 ControlState nState2 = nState1; in ImplDrawNative()
650 nState1 = (nState2 &= ~CTRL_STATE_ENABLED); in ImplDrawNative()
652 nState1 = (nState2 |= CTRL_STATE_ENABLED); in ImplDrawNative()
654 nState1 |= ((mnStateFlags & SCRBAR_STATE_BTN1_DOWN) ? CTRL_STATE_PRESSED : 0); in ImplDrawNative()
658 nState1 &= ~CTRL_STATE_ENABLED; in ImplDrawNative()
[all …]

Completed in 18 milliseconds