Home
last modified time | relevance | path

Searched refs:mpBtn (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dcombobox.cxx107 delete mpBtn; in ~ComboBox()
115 mpBtn = NULL; in ImplInitComboBoxData()
182 mpBtn = new ImplBtn( this, WB_NOLIGHTBORDER | WB_RECTSTYLE ); in ImplInit()
183 ImplInitDropDownButton( mpBtn ); in ImplInit()
184 mpBtn->SetMBDownHdl( LINK( this, ComboBox, ImplClickBtnHdl ) ); in ImplInit()
185 mpBtn->Show(); in ImplInit()
292 mpBtn->SetPressed( sal_True ); in IMPL_LINK()
324 mpBtn->SetPressed( sal_False ); in IMPL_LINK()
528 mpBtn->SetPressed( sal_True ); in ToggleDropDown()
660 mpBtn->SetPosSizePixel( aContent.Left(), nTop, aContent.getWidth(), (nBottom-nTop) ); in Resize()
[all …]
H A Dlstbox.cxx92 delete mpBtn; in ~ListBox()
101 mpBtn = NULL; in ImplInitListBoxData()
157 mpBtn = new ImplBtn( this, WB_NOLIGHTBORDER | WB_RECTSTYLE ); in ImplInit()
158 ImplInitDropDownButton( mpBtn ); in ImplInit()
159 mpBtn->SetMBDownHdl( LINK( this, ListBox, ImplClickBtnHdl ) ); in ImplInit()
160 mpBtn->Show(); in ImplInit()
161 mpBtn->GetDropTarget()->addDropTargetListener(xDrop); in ImplInit()
332 mpBtn->SetPressed( sal_True ); in IMPL_LINK()
376 mpBtn->SetPressed( sal_False ); in IMPL_LINK()
393 mpBtn->SetPressed( sal_True ); in ToggleDropDown()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dcombobox.hxx47 ImplBtn* mpBtn; member in ComboBox
H A Dlstbox.hxx47 ImplBtn* mpBtn; member in ListBox