Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/window/
H A Dtoolbox.cxx1591 mnOutStyle = TOOLBOX_STYLE_FLAT; // force flat buttons since NWF in ImplInit()
2117 ImplAddButtonBorder( nMaxWidth, nMaxHeight, mnOutStyle, mpData->mbNativeButtons ); in ImplCalcItem()
2129 ImplAddButtonBorder( nFixedWidth, nFixedHeight, mnOutStyle, mpData->mbNativeButtons ); in ImplCalcItem()
3469 (mnOutStyle & TOOLBOX_STYLE_FLAT) && in ImplDrawItem()
3599 if ( mnOutStyle & TOOLBOX_STYLE_OUTBUTTON ) in ImplDrawItem()
3612 if ( mnOutStyle & TOOLBOX_STYLE_FLAT ) in ImplDrawItem()
3621 if ( mnOutStyle & TOOLBOX_STYLE_OUTBUTTON ) in ImplDrawItem()
4331 (mnOutStyle & TOOLBOX_STYLE_FLAT) || !mnOutStyle ) ) in MouseMove()
4343 if ( !mnOutStyle || (mnOutStyle & TOOLBOX_STYLE_FLAT) ) in MouseMove()
4367 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()
/aoo4110/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 54 milliseconds