Searched refs:ImplListBox (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/vcl/source/control/ |
| H A D | ilstbox.cxx | 2256 ImplListBox::ImplListBox( Window* pParent, WinBits nWinStyle ) : in ImplListBox() function in ImplListBox 2267 Link aLink( LINK( this, ImplListBox, ScrollBarHdl ) ); in ImplListBox() 2276 maLBWindow.SetScrollHdl( LINK( this, ImplListBox, LBWindowScrolled ) ); in ImplListBox() 2277 maLBWindow.SetMRUChangedHdl( LINK( this, ImplListBox, MRUChanged ) ); in ImplListBox() 2284 ImplListBox::~ImplListBox() in ~ImplListBox() 2293 void ImplListBox::Clear() in Clear() 2308 sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const XubString& rStr ) in InsertEntry() 2318 sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const Image& rImage ) in InsertEntry() 2328 sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const XubString& rStr, const Image& rImage ) in InsertEntry() 2338 void ImplListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() [all …]
|
| H A D | combobox.cxx | 211 mpImplLB = new ImplListBox( pLBParent, nListStyle|WB_SIMPLEMODE ); in ImplInit()
|
| H A D | lstbox.cxx | 167 mpImplLB = new ImplListBox( pLBParent, nStyle&(~WB_BORDER) ); in ImplInit()
|
| /AOO41X/main/vcl/inc/ |
| H A D | ilstbox.hxx | 401 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()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | combobox.hxx | 35 class ImplListBox; 46 ImplListBox* mpImplLB;
|
| H A D | lstbox.hxx | 32 class ImplListBox; 44 ImplListBox* mpImplLB;
|