Home
last modified time | relevance | path

Searched refs:ImplListBox (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dlstbox.cxx167 mpImplLB = new ImplListBox( pLBParent, nStyle&(~WB_BORDER) ); in ImplInit()
H A Dcombobox.cxx211 mpImplLB = new ImplListBox( pLBParent, nListStyle|WB_SIMPLEMODE ); in ImplInit()
H A Dilstbox.cxx2256 ImplListBox::ImplListBox( Window* pParent, WinBits nWinStyle ) : in ImplListBox() function in ImplListBox
2284 ImplListBox::~ImplListBox() in ~ImplListBox()
2293 void ImplListBox::Clear() in Clear()
2367 void ImplListBox::SetNoSelection() in SetNoSelection()
2374 void ImplListBox::GetFocus() in GetFocus()
2388 void ImplListBox::Resize() in Resize()
2435 void ImplListBox::ImplCheckScrollBars() in ImplCheckScrollBars()
2518 void ImplListBox::ImplInitScrollBars() in ImplInitScrollBars()
2542 void ImplListBox::ImplResizeControls() in ImplResizeControls()
2672 long ImplListBox::Notify( NotifyEvent& rNEvt ) in Notify()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dlstbox.hxx32 class ImplListBox;
44 ImplListBox* mpImplLB;
H A Dcombobox.hxx35 class ImplListBox;
46 ImplListBox* mpImplLB;
/trunk/main/vcl/inc/
H A Dilstbox.hxx401 class ImplListBox : public Control class
434 ImplListBox( Window* pParent, WinBits nWinStyle );
435 ~ImplListBox();
538 ImplListBox* mpImplLB;
550 void SetImplListBox( ImplListBox* pLB ) { mpImplLB = pLB; } in SetImplListBox()

Completed in 49 milliseconds