Lines Matching refs:ImplListBoxWindow

523 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()
812 void ImplListBoxWindow::SetEntryFlags( sal_uInt16 nPos, long nFlags ) in SetEntryFlags()
822 void ImplListBoxWindow::ImplShowFocusRect() in ImplShowFocusRect()
832 void ImplListBoxWindow::ImplHideFocusRect() in ImplHideFocusRect()
844 sal_uInt16 ImplListBoxWindow::GetEntryPosForPoint( const Point& rPoint ) const in GetEntryPosForPoint()
863 sal_Bool ImplListBoxWindow::IsVisible( sal_uInt16 i_nEntry ) const in IsVisible()
881 sal_uInt16 ImplListBoxWindow::GetLastVisibleEntry() const in GetLastVisibleEntry()
901 void ImplListBoxWindow::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
943 void ImplListBoxWindow::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
1024 void ImplListBoxWindow::DeselectAll() in DeselectAll()
1035 void ImplListBoxWindow::SelectEntry( sal_uInt16 nPos, sal_Bool bSelect ) in SelectEntry()
1086 sal_Bool ImplListBoxWindow::SelectEntries( sal_uInt16 nSelect, LB_EVENT_TYPE eLET, sal_Bool bShift,… in SelectEntries()
1243 void ImplListBoxWindow::Tracking( const TrackingEvent& rTEvt ) in Tracking()
1412 void ImplListBoxWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
1424 sal_Bool ImplListBoxWindow::ProcessKeyInput( const KeyEvent& rKEvt ) in ProcessKeyInput()
1736 ::vcl::StringEntryIdentifier ImplListBoxWindow::CurrentEntry( String& _out_entryText ) const in CurrentEntry()
1742 ::vcl::StringEntryIdentifier ImplListBoxWindow::NextEntry( ::vcl::StringEntryIdentifier _currentEnt… in NextEntry()
1749 void ImplListBoxWindow::SelectEntry( ::vcl::StringEntryIdentifier _entry ) in SelectEntry()
1780 void ImplListBoxWindow::ImplPaint( sal_uInt16 nPos, sal_Bool bErase, bool bLayout ) in ImplPaint()
1832 void ImplListBoxWindow::DrawEntry( sal_uInt16 nPos, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bo… in DrawEntry()
1952 void ImplListBoxWindow::FillLayoutData() const in FillLayoutData()
1955 const_cast<ImplListBoxWindow*>(this)-> in FillLayoutData()
1961 void ImplListBoxWindow::ImplDoPaint( const Rectangle& rRect, bool bLayout ) in ImplDoPaint()
1993 void ImplListBoxWindow::Paint( const Rectangle& rRect ) in Paint()
2000 sal_uInt16 ImplListBoxWindow::GetDisplayLineCount() const in GetDisplayLineCount()
2015 void ImplListBoxWindow::Resize() in Resize()
2037 void ImplListBoxWindow::GetFocus() in GetFocus()
2052 void ImplListBoxWindow::LoseFocus() in LoseFocus()
2072 void ImplListBoxWindow::SetTopEntry( sal_uInt16 nTop ) in SetTopEntry()
2103 void ImplListBoxWindow::ShowProminentEntry( sal_uInt16 nEntryPos ) in ShowProminentEntry()
2117 void ImplListBoxWindow::SetLeftIndent( long n ) in SetLeftIndent()
2124 void ImplListBoxWindow::ScrollHorz( long n ) in ScrollHorz()
2158 Size ImplListBoxWindow::CalcSize( sal_uInt16 nMaxLines ) const in CalcSize()
2171 Rectangle ImplListBoxWindow::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle()
2184 void ImplListBoxWindow::StateChanged( StateChangedType nType ) in StateChanged()
2220 void ImplListBoxWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
2238 sal_uInt16 ImplListBoxWindow::ImplGetTextStyle() const in ImplGetTextStyle()