Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/contnr/
H A Dsvimpbox.cxx3462 void SvImpLBox::FindMostRight( SvLBoxEntry* pEntryToIgnore ) in FindMostRight() argument
3472 if( pEntry != pEntryToIgnore ) in FindMostRight()
3478 void SvImpLBox::FindMostRight( SvLBoxEntry* pParent, SvLBoxEntry* pEntryToIgnore ) in FindMostRight() argument
3481 FindMostRight( pEntryToIgnore ); in FindMostRight()
3483 FindMostRight_Impl( pParent, pEntryToIgnore ); in FindMostRight()
3486 void SvImpLBox::FindMostRight_Impl( SvLBoxEntry* pParent, SvLBoxEntry* pEntryToIgnore ) in FindMostRight_Impl() argument
3497 if( pChild != pEntryToIgnore ) in FindMostRight_Impl()
3501 FindMostRight_Impl( pChild, pEntryToIgnore ); in FindMostRight_Impl()

Completed in 81 milliseconds