Lines Matching refs:mnOutStyle
1583 mnOutStyle = TOOLBOX_STYLE_FLAT; // force flat buttons since NWF in ImplInit()
2084 …ImplAddButtonBorder( it->maItemSize.Width(), it->maItemSize.Height(), mnOutStyle, mpData->mbNative… in ImplCalcItem()
2109 ImplAddButtonBorder( nMaxWidth, nMaxHeight, mnOutStyle, mpData->mbNativeButtons ); in ImplCalcItem()
2121 ImplAddButtonBorder( nFixedWidth, nFixedHeight, mnOutStyle, mpData->mbNativeButtons ); in ImplCalcItem()
3461 (mnOutStyle & TOOLBOX_STYLE_FLAT) && in ImplDrawItem()
3591 if ( mnOutStyle & TOOLBOX_STYLE_OUTBUTTON ) in ImplDrawItem()
3604 if ( mnOutStyle & TOOLBOX_STYLE_FLAT ) in ImplDrawItem()
3613 if ( mnOutStyle & TOOLBOX_STYLE_OUTBUTTON ) in ImplDrawItem()
4126 if ( (mnCurItemId == mnHighItemId) && (mnOutStyle & TOOLBOX_STYLE_FLAT) ) in ImplHandleMouseButtonUp()
4322 … if ( bDrawHotSpot && ( ((eStyle == POINTER_ARROW) && (mnOutStyle & TOOLBOX_STYLE_HANDPOINTER)) || in MouseMove()
4323 (mnOutStyle & TOOLBOX_STYLE_FLAT) || !mnOutStyle ) ) in MouseMove()
4335 if ( !mnOutStyle || (mnOutStyle & TOOLBOX_STYLE_FLAT) ) in MouseMove()
4359 if ( mnOutStyle & TOOLBOX_STYLE_HANDPOINTER ) in MouseMove()
6324 mnOutStyle &= ~TOOLBOX_STYLE_FLAT; in ImplDisableFlatButtons()