Searched refs:SCRBAR_STATE_PAGE1_DOWN (Results 1 – 1 of 1) sorted by relevance
84 #define SCRBAR_STATE_PAGE1_DOWN ((sal_uInt16)0x0010) macro576 …scrValue.mnPage1State = nState | ((mnStateFlags & SCRBAR_STATE_PAGE1_DOWN) ? CTRL_STATE_PRESSED : … in ImplDrawNative()617 nState1 |= ((mnStateFlags & SCRBAR_STATE_PAGE1_DOWN) ? CTRL_STATE_PRESSED : 0); in ImplDrawNative()810 if ( mnStateFlags & SCRBAR_STATE_PAGE1_DOWN ) in ImplDraw()922 mnStateFlags |= SCRBAR_STATE_PAGE1_DOWN; in ImplDoMouseAction()925 mnStateFlags &= ~SCRBAR_STATE_PAGE1_DOWN; in ImplDoMouseAction()1117 SCRBAR_STATE_PAGE1_DOWN | SCRBAR_STATE_PAGE2_DOWN | in Tracking()
Completed in 20 milliseconds