Searched refs:PrevSibling (Results 1 – 5 of 5) sorted by relevance
258 SvListEntry* PrevSibling( SvListEntry* pEntry ) const;510 using SvTreeList::PrevSibling; \511 Type PrevSibling( Type pEntry ) const \512 { return (Type)SvTreeList::PrevSibling(pEntry); } \
414 …SvLBoxEntry* PrevSibling(SvLBoxEntry* pEntry ) const { return (SvLBoxEntry*)(pModel->PrevSibling( … in PrevSibling() function in SvLBox
1144 SvListEntry* SvTreeList::PrevSibling( SvListEntry* pEntry ) const in PrevSibling() function in SvTreeList
1852 pNew = pTree->PrevSibling( pEntry ); in MovingEntry()
2299 pSourceEntry = aContentsListBox->PrevSibling( pTargetEntry ); in MoveEntry()2995 pSourceEntry = aMenuListBox.PrevSibling( pTargetEntry ); in IMPL_LINK()
Completed in 66 milliseconds