Home
last modified time | relevance | path

Searched refs:mnOutStyle (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/source/window/
H A Dtoolbox.cxx1583 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 …]
H A Dtoolbox2.cxx1958 if ( mnOutStyle != nNewStyle ) in SetOutStyle()
1960 mnOutStyle = nNewStyle; in SetOutStyle()
1964 if ( !(mnOutStyle & TOOLBOX_STYLE_FLAT) ) in SetOutStyle()
/AOO41X/main/vcl/inc/vcl/
H A Dtoolbox.hxx198 sal_uInt16 mnOutStyle; member in ToolBox
551 sal_uInt16 GetOutStyle() const { return mnOutStyle; } in GetOutStyle()