Lines Matching refs:pDepth
691 SvListEntry* SvTreeList::Next( SvListEntry* pActEntry, sal_uInt16* pDepth ) const in Next()
699 if ( pDepth ) in Next()
701 nDepth = *pDepth; in Next()
713 *pDepth = nDepth; in Next()
721 *pDepth = nDepth; in Next()
737 *pDepth = nDepth; in Next()
755 SvListEntry* SvTreeList::Prev( SvListEntry* pActEntry, sal_uInt16* pDepth ) const in Prev()
761 if ( pDepth ) in Prev()
763 nDepth = *pDepth; in Prev()
780 *pDepth = nDepth; in Prev()
792 *pDepth = nDepth; in Prev()
1023 SvListEntry* SvTreeList::LastVisible( const SvListView* pView, sal_uInt16* pDepth) const in LastVisible()
1029 if ( pEntry && pDepth ) in LastVisible()
1030 *pDepth = GetDepth( pEntry ); in LastVisible()