Home
last modified time | relevance | path

Searched refs:pDepth (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx196 SvListEntry* LastVisible( const SvListView*,sal_uInt16* pDepth=0 ) const;
252 SvListEntry* Next( SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const;
253 SvListEntry* Prev( SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const;
254 SvListEntry* Last( sal_uInt16* pDepth=0 ) const;
359 …extVisible( SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const {return pModel->NextVisible(this,pEn… in NextVisible() argument
360 …revVisible( SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const {return pModel->PrevVisible(this,pEn… in PrevVisible() argument
361 SvListEntry* LastVisible( sal_uInt16* pDepth=0 ) const { return pModel->LastVisible(this,pDepth);} in LastVisible() argument
490 { return (Type)SvTreeList::Next(pEntry,pDepth); } \
492 { return (Type)SvTreeList::Prev(pEntry,pDepth); } \
493 Type Last( sal_uInt16* pDepth=0 ) const \
[all …]
H A Dsvlbox.hxx408 … Next( SvLBoxEntry* pEntry, sal_uInt16* pDepth=0 ) const { return (SvLBoxEntry*)(pModel->Next(p… in Next() argument
409 …ry* Prev( SvLBoxEntry* pEntry, sal_uInt16* pDepth=0 ) const { return (SvLBoxEntry*)(pModel->Prev(p… in Prev() argument
410 SvLBoxEntry* Last( sal_uInt16* pDepth=0 ) const { return (SvLBoxEntry*)(pModel->Last(pDepth));} in Last() argument
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx699 if ( pDepth ) in Next()
701 nDepth = *pDepth; in Next()
713 *pDepth = nDepth; in Next()
721 *pDepth = nDepth; in Next()
737 *pDepth = nDepth; in Next()
761 if ( pDepth ) in Prev()
763 nDepth = *pDepth; in Prev()
780 *pDepth = nDepth; in Prev()
792 *pDepth = nDepth; in Prev()
1029 if ( pEntry && pDepth ) in LastVisible()
[all …]

Completed in 34 milliseconds