Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx121 sal_uInt16 mnDDStyle; member in PushButton
186 sal_uInt16 GetDropDown() const { return mnDDStyle; } in GetDropDown()
/trunk/main/vcl/source/control/
H A Dbutton.cxx775 mnDDStyle = 0; in ImplInitPushButtonData()
1008 if ( mnDDStyle == PUSHBUTTON_DROPDOWN_MENUBUTTON ) in ImplDrawPushButtonContent()
1055 if ( mnDDStyle == PUSHBUTTON_DROPDOWN_TOOLBOX && !bLayout ) in ImplDrawPushButtonContent()
1776 if ( mnDDStyle != nStyle ) in SetDropDown()
1778 mnDDStyle = nStyle; in SetDropDown()
1844 if( mnDDStyle == PUSHBUTTON_DROPDOWN_MENUBUTTON ) in CalcMinimumSize()
H A Dmenubtn.cxx47 mnDDStyle = PUSHBUTTON_DROPDOWN_MENUBUTTON; in ImplInitMenuButtonData()