Searched refs:mnOutStyle (Results 1 – 3 of 3) sorted by relevance
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()[all …]
1958 if ( mnOutStyle != nNewStyle ) in SetOutStyle()1960 mnOutStyle = nNewStyle; in SetOutStyle()1964 if ( !(mnOutStyle & TOOLBOX_STYLE_FLAT) ) in SetOutStyle()
198 sal_uInt16 mnOutStyle; member in ToolBox551 sal_uInt16 GetOutStyle() const { return mnOutStyle; } in GetOutStyle()