Searched refs:nActionId (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svtools/source/contnr/ |
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() 672 switch( nActionId ) in ModelNotification()
|
H A D | treelist.cxx | 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 1972 switch( nActionId ) in ModelNotification()
|
H A D | svtreebx.cxx | 2437 void SvTreeListBox::ModelNotification( sal_uInt16 nActionId, SvListEntry* pEntry1, in ModelNotification() argument 2440 if( nActionId == LISTACTION_CLEARING ) in ModelNotification() 2443 SvLBox::ModelNotification( nActionId, pEntry1, pEntry2, nPos ); in ModelNotification() 2444 switch( nActionId ) in ModelNotification()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 3308 void SfxHelpWindow_Impl::DoAction( sal_uInt16 nActionId ) in DoAction() argument 3310 switch ( nActionId ) in DoAction() 3331 if ( TBI_FORWARD == nActionId ) in DoAction() 3353 if ( TBI_PRINT == nActionId ) in DoAction() 3355 else if ( TBI_SOURCEVIEW == nActionId ) in DoAction() 3357 else if ( TBI_COPY == nActionId ) in DoAction() 3359 else if ( TBI_SELECTIONMODE == nActionId ) in DoAction()
|
H A D | newhelp.hxx | 565 void DoAction( sal_uInt16 nActionId );
|
/aoo41x/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,
|
/aoo41x/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 290 void SwAutoFormat::_SetRedlineTxt( sal_uInt16 nActionId ) in _SetRedlineTxt() argument 294 if( STR_AUTOFMTREDL_END > nActionId ) in _SetRedlineTxt() 296 sTxt = *ViewShell::GetShellRes()->GetAutoFmtNameLst()[ nActionId ]; in _SetRedlineTxt() 297 switch( nActionId ) in _SetRedlineTxt()
|
Completed in 81 milliseconds