Lines Matching defs:const
221 sal_Bool SvTreeList::IsEntryVisible( const SvListView* pView, SvListEntry* pEntry ) const in IsEntryVisible()
237 sal_uInt16 SvTreeList::GetDepth( SvListEntry* pEntry ) const in GetDepth()
289 sal_Bool SvTreeList::IsChild( SvListEntry* pParent, SvListEntry* pChild ) const in IsChild()
515 SvListEntry* SvTreeList::CloneEntry( SvListEntry* pSource ) const in CloneEntry()
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()
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 …SvTreeList::NextVisible(const SvListView* pView,SvListEntry* pActEntry,sal_uInt16* pActDepth) const in NextVisible()
970 …TreeList::PrevVisible(const SvListView* pView, SvListEntry* pActEntry, sal_uInt16* pActDepth) const in PrevVisible()
1023 SvListEntry* SvTreeList::LastVisible( const SvListView* pView, sal_uInt16* pDepth) const in LastVisible()
1044 …ntry* SvTreeList::NextVisible(const SvListView* pView,SvListEntry* pEntry,sal_uInt16& nDelta) const 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() argument
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()
1204 SvListEntry* SvTreeList::PrevSelected( const SvListView* pView, SvListEntry* pEntry) const in PrevSelected()
1224 SvListEntry* SvTreeList::LastSelected( const SvListView* pView ) const in LastSelected()
1288 sal_uLong SvTreeList::GetAbsPos( SvListEntry* pEntry) const in GetAbsPos()
1554 SvListEntry* SvTreeList::GetEntryAtAbsPos( sal_uLong nAbsPos ) const in GetEntryAtAbsPos()
1565 SvListEntry* SvTreeList::GetEntryAtVisPos( const SvListView* pView, sal_uLong nVisPos ) const in GetEntryAtVisPos()
1603 sal_Bool SvTreeList::IsInChildList( SvListEntry* pParent, SvListEntry* pChild) const in IsInChildList()
1644 SvListEntry* SvTreeList::GetRootLevelParent( SvListEntry* pEntry ) const in GetRootLevelParent()
2022 StringCompare SvTreeList::Compare( SvListEntry* pLeft, SvListEntry* pRight) const in Compare()