Searched refs:ImplListBoxWindow (Results 1 – 4 of 4) sorted by relevance
523 ImplListBoxWindow::ImplListBoxWindow( Window* pParent, WinBits nWinStyle ) : in ImplListBoxWindow() function in ImplListBoxWindow571 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 …]
1590 ImplListBoxWindow* pMain = mpImplLB->GetMainWindow(); in GetIndexForPoint()
791 ImplListBoxWindow* pMain = mpImplLB->GetMainWindow(); in GetIndexForPoint()
193 class ImplListBoxWindow : public Control, public ::vcl::ISearchableStringList class286 ImplListBoxWindow( Window* pParent, WinBits nWinStyle );287 ~ImplListBoxWindow();404 ImplListBoxWindow maLBWindow;438 ImplListBoxWindow* GetMainWindow() { return &maLBWindow; } in GetMainWindow()