Lines Matching refs:pTargetEntry
2287 SvLBoxEntry *pTargetEntry = NULL; in MoveEntry() local
2298 pTargetEntry = pSourceEntry; in MoveEntry()
2299 pSourceEntry = aContentsListBox->PrevSibling( pTargetEntry ); in MoveEntry()
2300 pToSelect = pTargetEntry; in MoveEntry()
2304 pTargetEntry = aContentsListBox->NextSibling( pSourceEntry ); in MoveEntry()
2308 if ( MoveEntryData( pSourceEntry, pTargetEntry ) ) in MoveEntry()
2310 aContentsListBox->GetModel()->Move( pSourceEntry, pTargetEntry ); in MoveEntry()
2319 SvLBoxEntry* pSourceEntry, SvLBoxEntry* pTargetEntry ) in MoveEntryData() argument
2322 if ( NULL == pSourceEntry || NULL == pTargetEntry ) in MoveEntryData()
2333 if ( pTargetEntry == NULL ) in MoveEntryData()
2346 (SvxConfigEntry*) pTargetEntry->GetUserData(); in MoveEntryData()
2980 SvLBoxEntry *pTargetEntry = NULL; in IMPL_LINK() local
2989 pTargetEntry = aMenuListBox.NextSibling( pSourceEntry ); in IMPL_LINK()
2994 pTargetEntry = pSourceEntry; in IMPL_LINK()
2995 pSourceEntry = aMenuListBox.PrevSibling( pTargetEntry ); in IMPL_LINK()
2998 if ( pSourceEntry != NULL && pTargetEntry != NULL ) in IMPL_LINK()
3003 (SvxConfigEntry*) pTargetEntry->GetUserData(); in IMPL_LINK()
3017 aMenuListBox.GetModel()->Move( pSourceEntry, pTargetEntry ); in IMPL_LINK()