Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dilstbox.cxx523 ImplListBoxWindow::ImplListBoxWindow( Window* pParent, WinBits nWinStyle ) : in ImplListBoxWindow() function in ImplListBoxWindow
571 ImplListBoxWindow::~ImplListBoxWindow() in ~ImplListBoxWindow()
578 void ImplListBoxWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgroun… in ImplInitSettings()
585 void ImplListBoxWindow::ImplCalcMetrics() in ImplCalcMetrics()
617 void ImplListBoxWindow::Clear() in Clear()
638 void ImplListBoxWindow::SetUserItemSize( const Size& rSz ) in SetUserItemSize()
660 void ImplListBoxWindow::ImplUpdateEntryMetrics( ImplEntryType& rEntry ) in ImplUpdateEntryMetrics()
744 void ImplListBoxWindow::ImplCallSelect() in ImplCallSelect()
787 sal_uInt16 ImplListBoxWindow::InsertEntry( sal_uInt16 nPos, ImplEntryType* pNewEntry ) in InsertEntry()
801 void ImplListBoxWindow::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
[all …]
H A Dcombobox.cxx1590 ImplListBoxWindow* pMain = mpImplLB->GetMainWindow(); in GetIndexForPoint()
H A Dlstbox.cxx791 ImplListBoxWindow* pMain = mpImplLB->GetMainWindow(); in GetIndexForPoint()
/trunk/main/vcl/inc/
H A Dilstbox.hxx193 class ImplListBoxWindow : public Control, public ::vcl::ISearchableStringList class
286 ImplListBoxWindow( Window* pParent, WinBits nWinStyle );
287 ~ImplListBoxWindow();
404 ImplListBoxWindow maLBWindow;
438 ImplListBoxWindow* GetMainWindow() { return &maLBWindow; } in GetMainWindow()