Lines Matching refs:SvTabListBox

46 void SvTabListBox::SetTabs()  in SetTabs()
82 void SvTabListBox::InitEntry( SvLBoxEntry* pEntry, const XubString& rStr, in InitEntry()
110 SvTabListBox::SvTabListBox( Window* pParent, WinBits nBits ) in SvTabListBox() function in SvTabListBox
119 SvTabListBox::SvTabListBox( Window* pParent, const ResId& rResId ) in SvTabListBox() function in SvTabListBox
125 SvTabListBox::Resize(); in SvTabListBox()
129 SvTabListBox::~SvTabListBox() in ~SvTabListBox()
139 void SvTabListBox::SetTabs( long* pTabs, MapUnit eMapUnit ) in SetTabs()
167 void SvTabListBox::SetTab( sal_uInt16 nTab,long nValue,MapUnit eMapUnit ) in SetTab()
185 SvLBoxEntry* SvTabListBox::InsertEntry( const XubString& rText, SvLBoxEntry* pParent, in InsertEntry()
193 SvLBoxEntry* SvTabListBox::InsertEntry( const XubString& rText, in InsertEntry()
205 SvLBoxEntry* SvTabListBox::InsertEntryToColumn(const XubString& rStr,SvLBoxEntry* pParent,sal_uLong… in InsertEntryToColumn()
231 SvLBoxEntry* SvTabListBox::InsertEntryToColumn( const XubString& rStr, in InsertEntryToColumn()
262 SvLBoxEntry* SvTabListBox::InsertEntryToColumn( const XubString& rStr, sal_uLong nPos, in InsertEntryToColumn()
268 String SvTabListBox::GetEntryText( SvLBoxEntry* pEntry ) const in GetEntryText()
273 String SvTabListBox::GetEntryText( SvLBoxEntry* pEntry, sal_uInt16 nCol ) const in GetEntryText()
305 String SvTabListBox::GetEntryText( sal_uLong nPos, sal_uInt16 nCol ) const in GetEntryText()
311 void SvTabListBox::SetEntryText( const XubString& rStr, sal_uLong nPos, sal_uInt16 nCol ) in SetEntryText()
317 void SvTabListBox::SetEntryText( const XubString& rStr, SvLBoxEntry* pEntry, sal_uInt16 nCol ) in SetEntryText()
374 String SvTabListBox::GetCellText( sal_uLong nPos, sal_uInt16 nCol ) const in GetCellText()
388 sal_uLong SvTabListBox::GetEntryPos( const XubString& rStr, sal_uInt16 nCol ) in GetEntryPos()
403 sal_uLong SvTabListBox::GetEntryPos( const SvLBoxEntry* pEntry ) const in GetEntryPos()
417 void __EXPORT SvTabListBox::Resize() in Resize()
423 const xub_Unicode* SvTabListBox::GetToken( const xub_Unicode* pPtr, sal_uInt16& rLen ) in GetToken()
446 String SvTabListBox::GetTabEntryText( sal_uLong nPos, sal_uInt16 nCol ) const in GetTabEntryText()
484 SvLBoxEntry* SvTabListBox::GetEntryOnPos( sal_uLong _nEntryPos ) const in GetEntryOnPos()
508 SvLBoxEntry* SvTabListBox::GetChildOnPos( SvLBoxEntry* _pParent, sal_uLong _nEntryPos, sal_uLong& _… in GetChildOnPos()
528 void SvTabListBox::SetTabJustify( sal_uInt16 nTab, SvTabJustify eJustify) in SetTabJustify()
542 SvTabJustify SvTabListBox::GetTabJustify( sal_uInt16 nTab ) const in GetTabJustify()
554 long SvTabListBox::GetLogicTab( sal_uInt16 nTab ) in GetLogicTab()
557 ((SvTabListBox*)this)->SetTabs(); in GetLogicTab()
580 SvTabListBox( pParent, nWinStyle ), in SvHeaderTabListBox()
592 SvTabListBox( pParent, rResId ), in SvHeaderTabListBox()
616 SvTabListBox::Paint( rRect ); in Paint()
651 SvLBoxEntry* pEntry = SvTabListBox::InsertEntryToColumn( rStr, nPos, nCol, pUserData ); in InsertEntryToColumn()
661 SvLBoxEntry* pEntry = SvTabListBox::InsertEntryToColumn( rStr, pParent, nPos, nCol, pUserData ); in InsertEntryToColumn()
672 SvLBoxEntry* pEntry = SvTabListBox::InsertEntryToColumn( in InsertEntryToColumn()
683 sal_uLong n = SvTabListBox::Insert( pEnt, pPar, nPos ); in Insert()
692 sal_uLong nPos = SvTabListBox::Insert( pEntry, nRootPos ); in Insert()
709 SvTabListBox::Clear(); in Clear()
715 IMPL_LINK( SvHeaderTabListBox, ScrollHdl_Impl, SvTabListBox*, EMPTYARG ) in IMPL_LINK() argument
866 SvTabListBox::SelectAll( bSelect, bPaint ); in SelectAll()