Lines Matching refs:SvLBoxEntry

82 void SvTabListBox::InitEntry( SvLBoxEntry* pEntry, const XubString& rStr,  in InitEntry()
185 SvLBoxEntry* SvTabListBox::InsertEntry( const XubString& rText, SvLBoxEntry* pParent, in InsertEntry()
193 SvLBoxEntry* SvTabListBox::InsertEntry( const XubString& rText, in InsertEntry()
196 SvLBoxEntry* pParent, in InsertEntry()
205 SvLBoxEntry* SvTabListBox::InsertEntryToColumn(const XubString& rStr,SvLBoxEntry* pParent,sal_uLong… in InsertEntryToColumn()
231 SvLBoxEntry* SvTabListBox::InsertEntryToColumn( const XubString& rStr, in InsertEntryToColumn()
233 SvLBoxEntry* pParent,sal_uLong nPos,sal_uInt16 nCol, void* pUser ) 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()
307 SvLBoxEntry* pEntry = GetEntryOnPos( nPos ); in GetEntryText()
313 SvLBoxEntry* pEntry = SvTreeListBox::GetEntry( nPos ); in SetEntryText()
317 void SvTabListBox::SetEntryText( const XubString& rStr, SvLBoxEntry* pEntry, sal_uInt16 nCol ) in SetEntryText()
376 SvLBoxEntry* pEntry = GetEntryOnPos( nPos ); in GetCellText()
391 SvLBoxEntry* pEntry = First(); in GetEntryPos()
403 sal_uLong SvTabListBox::GetEntryPos( const SvLBoxEntry* pEntry ) const in GetEntryPos()
406 SvLBoxEntry* pTmpEntry = First(); in GetEntryPos()
448 SvLBoxEntry* pEntry = SvTreeListBox::GetEntry( nPos ); in GetTabEntryText()
484 SvLBoxEntry* SvTabListBox::GetEntryOnPos( sal_uLong _nEntryPos ) const in GetEntryOnPos()
486 SvLBoxEntry* pEntry = NULL; in GetEntryOnPos()
490 SvLBoxEntry* pParent = GetEntry(i); in GetEntryOnPos()
508 SvLBoxEntry* SvTabListBox::GetChildOnPos( SvLBoxEntry* _pParent, sal_uLong _nEntryPos, sal_uLong& _… in GetChildOnPos()
513 SvLBoxEntry* pParent = GetEntry( _pParent, i ); in GetChildOnPos()
519 SvLBoxEntry* pEntry = GetChildOnPos( pParent, _nEntryPos, _rPos ); in GetChildOnPos()
632 sal_Bool SvHeaderTabListBox::IsItemChecked( SvLBoxEntry* pEntry, sal_uInt16 nCol ) const in IsItemChecked()
648 SvLBoxEntry* SvHeaderTabListBox::InsertEntryToColumn( in InsertEntryToColumn()
651 SvLBoxEntry* pEntry = SvTabListBox::InsertEntryToColumn( rStr, nPos, nCol, pUserData ); in InsertEntryToColumn()
658 SvLBoxEntry* SvHeaderTabListBox::InsertEntryToColumn( in InsertEntryToColumn()
659 const XubString& rStr, SvLBoxEntry* pParent, sal_uLong nPos, sal_uInt16 nCol, void* pUserData ) in InsertEntryToColumn()
661 SvLBoxEntry* pEntry = SvTabListBox::InsertEntryToColumn( rStr, pParent, nPos, nCol, pUserData ); in InsertEntryToColumn()
668 SvLBoxEntry* SvHeaderTabListBox::InsertEntryToColumn( in InsertEntryToColumn()
670 SvLBoxEntry* pParent, sal_uLong nPos, sal_uInt16 nCol, void* pUserData ) in InsertEntryToColumn()
672 SvLBoxEntry* pEntry = SvTabListBox::InsertEntryToColumn( in InsertEntryToColumn()
681 SvLBoxEntry* pEnt, SvLBoxEntry* pPar, sal_uLong nPos ) in Insert()
690 sal_uLong SvHeaderTabListBox::Insert( SvLBoxEntry* pEntry, sal_uLong nRootPos ) in Insert()
699 void SvHeaderTabListBox::RemoveEntry( SvLBoxEntry* _pEntry ) in RemoveEntry()
761 SvLBoxEntry* pEntry = GetEntry( _nRow ); in IsCellCheckBox()
797 SvLBoxEntry* pEntry = GetCurEntry(); in GetCurrRow()
891 SvLBoxEntry* pEntry = GetEntry( _nRow ); in IsRowSelected()
946 SvLBoxEntry* pEntry = GetEntry( _nRow ); in GetFieldRectPixelAbs()