Lines Matching refs:pEntry1
187 void SvTreeList::Broadcast( sal_uInt16 nActionId, SvListEntry* pEntry1, in Broadcast() argument
195 pView->ModelNotification( nActionId, pEntry1, pEntry2, nPos ); in Broadcast()
1968 void SvListView::ModelNotification( sal_uInt16 nActionId, SvListEntry* pEntry1, in ModelNotification() argument
1975 ActionInserted( pEntry1 ); in ModelNotification()
1976 ModelHasInserted( pEntry1 ); in ModelNotification()
1979 ActionInsertedTree( pEntry1 ); in ModelNotification()
1980 ModelHasInsertedTree( pEntry1 ); in ModelNotification()
1983 ModelIsRemoving( pEntry1 ); in ModelNotification()
1984 ActionRemoving( pEntry1 ); in ModelNotification()
1987 ActionRemoved( pEntry1 ); in ModelNotification()
1988 ModelHasRemoved( pEntry1 ); in ModelNotification()
1991 ModelIsMoving( pEntry1, pEntry2, nPos ); in ModelNotification()
1992 ActionMoving( pEntry1, pEntry2, nPos ); in ModelNotification()
1995 ActionMoved( pEntry1, pEntry2, nPos ); in ModelNotification()
1996 ModelHasMoved( pEntry1 ); in ModelNotification()
2006 ModelHasEntryInvalidated( pEntry1 ); in ModelNotification()