Home
last modified time | relevance | path

Searched refs:nState2 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dscrbar.cxx615 ControlState nState2 = nState1; in ImplDrawNative() local
618 nState2 |= ((mnStateFlags & SCRBAR_STATE_PAGE2_DOWN) ? CTRL_STATE_PRESSED : 0); in ImplDrawNative()
628 nState2 |= CTRL_STATE_ROLLOVER; in ImplDrawNative()
637 bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, part2, aCtrlRegion2, nState2, in ImplDrawNative()
647 ControlState nState2 = nState1; in ImplDrawNative() local
650 nState1 = (nState2 &= ~CTRL_STATE_ENABLED); in ImplDrawNative()
652 nState1 = (nState2 |= CTRL_STATE_ENABLED); in ImplDrawNative()
655 nState2 |= ((mnStateFlags & SCRBAR_STATE_BTN2_DOWN) ? CTRL_STATE_PRESSED : 0); in ImplDrawNative()
660 nState2 &= ~CTRL_STATE_ENABLED; in ImplDrawNative()
670 nState2 |= CTRL_STATE_ROLLOVER; in ImplDrawNative()
[all …]

Completed in 28 milliseconds