Home
last modified time | relevance | path

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

/AOO41X/main/svtools/inc/svtools/
H A Dtreelist.hxx194 … SvListEntry* NextVisible( const SvListView*,SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const;
195 … SvListEntry* PrevVisible( const SvListView*,SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const;
196 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
489 Type Next( SvListEntry* pEntry, 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 … 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
/AOO41X/main/svtools/source/contnr/
H A Dtreelist.cxx691 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()
[all …]