Home
last modified time | relevance | path

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

/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx259 SvListEntry* LastSibling( SvListEntry* pEntry ) const;
513 using SvTreeList::LastSibling; \
514 Type LastSibling( Type pEntry ) const \
515 { return (Type)SvTreeList::LastSibling(pEntry); } \
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1122 pChild = pTree->LastSibling( pChild ); in DrawNet()
1163 pChild = pTree->LastSibling( pEntry ); in DrawNet()
H A Dtreelist.cxx1161 SvListEntry* SvTreeList::LastSibling( SvListEntry* pEntry ) const in LastSibling() function in SvTreeList

Completed in 37 milliseconds