Lines Matching refs:SvTreeList
148 SvTreeList::SvTreeList() in SvTreeList() function in SvTreeList
168 SvTreeList::~SvTreeList() in ~SvTreeList()
187 void SvTreeList::Broadcast( sal_uInt16 nActionId, SvListEntry* pEntry1, in Broadcast()
199 void SvTreeList::InsertView( SvListView* pView) in InsertView()
209 void SvTreeList::RemoveView( SvListView* pView ) in RemoveView()
221 sal_Bool SvTreeList::IsEntryVisible( const SvListView* pView, SvListEntry* pEntry ) const in IsEntryVisible()
237 sal_uInt16 SvTreeList::GetDepth( SvListEntry* pEntry ) const in GetDepth()
259 void SvTreeList::Clear() in Clear()
289 sal_Bool SvTreeList::IsChild( SvListEntry* pParent, SvListEntry* pChild ) const in IsChild()
313 sal_uLong SvTreeList::Move(SvListEntry* pSrcEntry,SvListEntry* pTargetParent,sal_uLong nListPos) in Move()
370 sal_uLong SvTreeList::Copy(SvListEntry* pSrcEntry,SvListEntry* pTargetParent,sal_uLong nListPos) in Copy()
410 void SvTreeList::Move( SvListEntry* pSrcEntry, SvListEntry* pDstEntry ) in Move()
439 void SvTreeList::Copy( SvListEntry* pSrcEntry, SvListEntry* pDstEntry ) in Copy()
466 void SvTreeList::InsertTree( SvListEntry* pSrcEntry, SvListEntry* pDstEntry) in InsertTree()
485 void SvTreeList::InsertTree(SvListEntry* pSrcEntry, in InsertTree()
515 SvListEntry* SvTreeList::CloneEntry( SvListEntry* pSource ) const in CloneEntry()
524 SvListEntry* SvTreeList::CreateEntry() const in CreateEntry()
539 SvListEntry* SvTreeList::Clone( SvListEntry* pEntry, sal_uLong& nCloneCount ) const in Clone()
559 SvTreeEntryList* SvTreeList::CloneChilds( SvTreeEntryList* pChilds, in CloneChilds()
595 sal_uLong SvTreeList::GetChildCount( SvListEntry* pParent ) const in GetChildCount()
624 sal_uLong SvTreeList::GetVisibleChildCount(const SvListView* pView, SvListEntry* pParent) const in GetVisibleChildCount()
643 sal_uLong SvTreeList::GetChildSelectionCount(const SvListView* pView,SvListEntry* pParent) const in GetChildSelectionCount()
674 SvListEntry* SvTreeList::First() const in First()
691 SvListEntry* SvTreeList::Next( SvListEntry* pActEntry, sal_uInt16* pDepth ) const in Next()
755 SvListEntry* SvTreeList::Prev( SvListEntry* pActEntry, sal_uInt16* pDepth ) const in Prev()
808 SvListEntry* SvTreeList::Last( sal_uInt16* /* nDepth */ ) const in Last()
834 sal_uLong SvTreeList::GetVisiblePos( const SvListView* pView, SvListEntry* pEntry ) const in GetVisiblePos()
858 sal_uLong SvTreeList::GetVisibleCount( const SvListView* pView ) const in GetVisibleCount()
900 SvListEntry* SvTreeList::NextVisible(const SvListView* pView,SvListEntry* pActEntry,sal_uInt16* pAc… in NextVisible()
970 SvListEntry* SvTreeList::PrevVisible(const SvListView* pView, SvListEntry* pActEntry, sal_uInt16* p… in PrevVisible()
1023 SvListEntry* SvTreeList::LastVisible( const SvListView* pView, sal_uInt16* pDepth) const in LastVisible()
1044 SvListEntry* SvTreeList::NextVisible(const SvListView* pView,SvListEntry* pEntry,sal_uInt16& nDelta… in NextVisible()
1077 SvListEntry* SvTreeList::PrevVisible( const SvListView* pView, SvListEntry* pEntry, sal_uInt16& nDe… in PrevVisible()
1107 SvListEntry* SvTreeList::FirstSelected( const SvListView* pView) const in FirstSelected()
1119 SvListEntry* SvTreeList::FirstChild( SvListEntry* pParent ) const in FirstChild()
1131 SvListEntry* SvTreeList::NextSibling( SvListEntry* pEntry ) const in NextSibling()
1144 SvListEntry* SvTreeList::PrevSibling( SvListEntry* pEntry ) const in PrevSibling()
1161 SvListEntry* SvTreeList::LastSibling( SvListEntry* pEntry ) const in LastSibling()
1185 SvListEntry* SvTreeList::NextSelected( const SvListView* pView, SvListEntry* pEntry ) const in NextSelected()
1204 SvListEntry* SvTreeList::PrevSelected( const SvListView* pView, SvListEntry* pEntry) const in PrevSelected()
1224 SvListEntry* SvTreeList::LastSelected( const SvListView* pView ) const in LastSelected()
1242 sal_uLong SvTreeList::Insert( SvListEntry* pEntry,SvListEntry* pParent,sal_uLong nPos ) in Insert()
1288 sal_uLong SvTreeList::GetAbsPos( SvListEntry* pEntry) const in GetAbsPos()
1291 ((SvTreeList*)this)->SetAbsolutePositions(); in GetAbsPos()
1305 void SvTreeList::SetAbsolutePositions() in SetAbsolutePositions()
1332 void SvTreeList::Expand( SvListView* pView, SvListEntry* pEntry ) in Expand()
1364 void SvTreeList::Collapse( SvListView* pView, SvListEntry* pEntry ) in Collapse()
1397 sal_Bool SvTreeList::Select( SvListView* pView, SvListEntry* pEntry, sal_Bool bSelect ) in Select()
1436 sal_Bool SvTreeList::Remove( SvListEntry* pEntry ) in Remove()
1505 sal_uLong SvTreeList::SelectChilds(SvListView* pView, SvListEntry* pParent,sal_Bool bSelect ) in SelectChilds()
1530 void SvTreeList::SelectAll( SvListView* pView, sal_Bool bSelect ) in SelectAll()
1554 SvListEntry* SvTreeList::GetEntryAtAbsPos( sal_uLong nAbsPos ) const in GetEntryAtAbsPos()
1565 SvListEntry* SvTreeList::GetEntryAtVisPos( const SvListView* pView, sal_uLong nVisPos ) const in GetEntryAtVisPos()
1577 void SvTreeList::SetListPositions( SvTreeEntryList* pList ) in SetListPositions()
1598 void SvTreeList::InvalidateEntry( SvListEntry* pEntry ) in InvalidateEntry()
1603 sal_Bool SvTreeList::IsInChildList( SvListEntry* pParent, SvListEntry* pChild) const in IsInChildList()
1626 void SvTreeList::CheckIntegrity() const in CheckIntegrity()
1644 SvListEntry* SvTreeList::GetRootLevelParent( SvListEntry* pEntry ) const in GetRootLevelParent()
1673 SvListView::SvListView( SvTreeList* pModell ) in SvListView()
1770 void SvListView::SetModel( SvTreeList* pNewModel ) in SetModel()
2022 StringCompare SvTreeList::Compare( SvListEntry* pLeft, SvListEntry* pRight) const in Compare()
2034 void SvTreeList::Resort() in Resort()
2042 void SvTreeList::ResortChilds( SvListEntry* pParent ) in ResortChilds()
2064 void SvTreeList::GetInsertionPos( SvListEntry* pEntry, SvListEntry* pParent, in GetInsertionPos()