Searched refs:SCRBAR_STATE_BTN1_DISABLE (Results 1 – 1 of 1) sorted by relevance
81 #define SCRBAR_STATE_BTN1_DISABLE ((sal_uInt16)0x0002) macro203 mnStateFlags &= ~SCRBAR_STATE_BTN1_DISABLE; in ImplUpdateRects()274 mnStateFlags |= SCRBAR_STATE_BTN1_DISABLE; in ImplUpdateRects()282 if ( (nOldStateFlags & SCRBAR_STATE_BTN1_DISABLE) != in ImplUpdateRects()283 (mnStateFlags & SCRBAR_STATE_BTN1_DISABLE) ) in ImplUpdateRects()572 ((!(mnStateFlags & SCRBAR_STATE_BTN1_DISABLE)) ? CTRL_STATE_ENABLED : 0); in ImplDrawNative()657 if(mnStateFlags & SCRBAR_STATE_BTN1_DISABLE) in ImplDrawNative()743 if ( (mnStateFlags & SCRBAR_STATE_BTN1_DISABLE) || !bEnabled ) in ImplDraw()1001 if ( !(mnStateFlags & SCRBAR_STATE_BTN1_DISABLE) ) in MouseButtonDown()
Completed in 17 milliseconds