Home
last modified time | relevance | path

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

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

Completed in 61 milliseconds