Lines Matching refs:LineListBox
274 inline const Color& LineListBox::GetPaintColor( void ) const in DECLARE_LIST()
281 void LineListBox::ImpGetLine( long nLine1, long nLine2, long nDistance, in ImpGetLine()
367 void LineListBox::ImplInit() in ImplInit()
383 LineListBox::LineListBox( Window* pParent, WinBits nWinStyle ) : in LineListBox() function in LineListBox
393 LineListBox::LineListBox( Window* pParent, const ResId& rResId ) : in LineListBox() function in LineListBox
403 LineListBox::~LineListBox() in ~LineListBox()
419 sal_uInt16 LineListBox::InsertEntry( const XubString& rStr, sal_uInt16 nPos ) in InsertEntry()
429 sal_uInt16 LineListBox::InsertEntry( long nLine1, long nLine2, long nDistance, in InsertEntry()
450 void LineListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
460 void LineListBox::Clear() in Clear()
478 sal_uInt16 LineListBox::GetEntryPos( long nLine1, long nLine2, in GetEntryPos()
502 long LineListBox::GetEntryLine1( sal_uInt16 nPos ) const in GetEntryLine1()
513 long LineListBox::GetEntryLine2( sal_uInt16 nPos ) const in GetEntryLine2()
524 long LineListBox::GetEntryDistance( sal_uInt16 nPos ) const in GetEntryDistance()
535 void LineListBox::UpdateLineColors( void ) in UpdateLineColors()
572 sal_Bool LineListBox::UpdatePaintLineColor( void ) in UpdatePaintLineColor()
588 void LineListBox::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()