Searched refs:SCRBAR_STATE_BTN2_DISABLE (Results 1 – 1 of 1) sorted by relevance
83 #define SCRBAR_STATE_BTN2_DISABLE ((sal_uInt16)0x0008) macro204 mnStateFlags &= ~SCRBAR_STATE_BTN2_DISABLE; in ImplUpdateRects()276 mnStateFlags |= SCRBAR_STATE_BTN2_DISABLE; in ImplUpdateRects()285 if ( (nOldStateFlags & SCRBAR_STATE_BTN2_DISABLE) != in ImplUpdateRects()286 (mnStateFlags & SCRBAR_STATE_BTN2_DISABLE) ) in ImplUpdateRects()574 ((!(mnStateFlags & SCRBAR_STATE_BTN2_DISABLE)) ? CTRL_STATE_ENABLED : 0); in ImplDrawNative()659 if(mnStateFlags & SCRBAR_STATE_BTN2_DISABLE) in ImplDrawNative()770 if ( (mnStateFlags & SCRBAR_STATE_BTN2_DISABLE) || !bEnabled ) in ImplDraw()1015 if ( !(mnStateFlags & SCRBAR_STATE_BTN2_DISABLE) ) in MouseButtonDown()
Completed in 22 milliseconds