Searched refs:SCRBAR_STATE_PAGE2_DOWN (Results 1 – 1 of 1) sorted by relevance
85 #define SCRBAR_STATE_PAGE2_DOWN ((sal_uInt16)0x0020) macro577 …scrValue.mnPage2State = nState | ((mnStateFlags & SCRBAR_STATE_PAGE2_DOWN) ? CTRL_STATE_PRESSED : … in ImplDrawNative()618 nState2 |= ((mnStateFlags & SCRBAR_STATE_PAGE2_DOWN) ? CTRL_STATE_PRESSED : 0); in ImplDrawNative()818 if ( mnStateFlags & SCRBAR_STATE_PAGE2_DOWN ) in ImplDraw()936 mnStateFlags |= SCRBAR_STATE_PAGE2_DOWN; in ImplDoMouseAction()939 mnStateFlags &= ~SCRBAR_STATE_PAGE2_DOWN; in ImplDoMouseAction()1117 SCRBAR_STATE_PAGE1_DOWN | SCRBAR_STATE_PAGE2_DOWN | in Tracking()
Completed in 16 milliseconds