Searched refs:pEntry1 (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svtools/source/contnr/ |
H A D | treelist.cxx | 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() 1995 ActionMoved( pEntry1, pEntry2, nPos ); in ModelNotification() 1996 ModelHasMoved( pEntry1 ); in ModelNotification() [all …]
|
H A D | imivctl.hxx | 250 SvxIconChoiceCtrlEntry* pEntry1, 262 SvxIconChoiceCtrlEntry* pEntry1,
|
H A D | svicnvw.cxx | 668 void SvIconView::ModelNotification( sal_uInt16 nActionId, SvListEntry* pEntry1, in ModelNotification() argument 671 SvLBox::ModelNotification( nActionId, pEntry1, pEntry2, nPos ); in ModelNotification()
|
H A D | imivctl1.cxx | 3171 void SvxIconChoiceCtrl_Impl::SelectRect( SvxIconChoiceCtrlEntry* pEntry1, SvxIconChoiceCtrlEntry* p… in SelectRect() argument 3174 DBG_ASSERT(pEntry1 && pEntry2,"SelectEntry: Invalid Entry-Ptr"); in SelectRect() 3175 Rectangle aRect( GetEntryBoundRect( pEntry1 ) ); in SelectRect() 3336 void SvxIconChoiceCtrl_Impl::AddSelectedRect( SvxIconChoiceCtrlEntry* pEntry1, in AddSelectedRect() argument 3339 DBG_ASSERT(pEntry1 && pEntry2,"SelectEntry: Invalid Entry-Ptr"); in AddSelectedRect() 3340 Rectangle aRect( GetEntryBoundRect( pEntry1 ) ); in AddSelectedRect()
|
H A D | svtreebx.cxx | 2437 void SvTreeListBox::ModelNotification( sal_uInt16 nActionId, SvListEntry* pEntry1, in ModelNotification() argument 2443 SvLBox::ModelNotification( nActionId, pEntry1, pEntry2, nPos ); in ModelNotification() 2448 SvLBoxEntry* pEntry( dynamic_cast< SvLBoxEntry* >( pEntry1 ) ); in ModelNotification()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 452 const sal_Char* pEntry1; in getSupportedServiceNames() local 455 case RES_USERFLD: pEntry1 = "User"; break; in getSupportedServiceNames() 456 case RES_DBFLD: pEntry1 = "Database"; break; in getSupportedServiceNames() 457 case RES_SETEXPFLD: pEntry1 = "SetExpression"; break; in getSupportedServiceNames() 458 case RES_DDEFLD: pEntry1 = "DDE"; break; in getSupportedServiceNames() 459 case RES_AUTHORITY: pEntry1 = "Bibliography"; break; in getSupportedServiceNames() 460 default: pEntry1 = 0; in getSupportedServiceNames() 462 if( pEntry1 ) in getSupportedServiceNames() 465 s.AppendAscii( "com.sun.star.text.fieldmaster." ).AppendAscii( pEntry1 ); in getSupportedServiceNames()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | treelist.hxx | 245 void Broadcast( sal_uInt16 nActionId, SvListEntry* pEntry1=0, 354 virtual void ModelNotification( sal_uInt16 nActionId, SvListEntry* pEntry1,
|
H A D | svicnvw.hxx | 241 virtual void ModelNotification( sal_uInt16 nActionId, SvListEntry* pEntry1,
|
H A D | svtreebx.hxx | 359 virtual void ModelNotification( sal_uInt16 nActionId, SvListEntry* pEntry1,
|
Completed in 104 milliseconds