Lines Matching refs:pDispatcher

135 	SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL;  in EditedEntry()  local
136 if( pDispatcher ) in EditedEntry()
139 pDispatcher->Execute( SID_BASICIDE_SBXRENAMED, in EditedEntry()
369 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in NotifyCopyingMoving() local
376 if( pDispatcher ) in NotifyCopyingMoving()
379 pDispatcher->Execute( SID_BASICIDE_SBXDELETED, in NotifyCopyingMoving()
468 if( pDispatcher ) in NotifyCopyingMoving()
471 pDispatcher->Execute( SID_BASICIDE_SBXINSERTED, in NotifyCopyingMoving()
503 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in OrganizeDialog() local
504 if( pDispatcher ) in OrganizeDialog()
506 pDispatcher->Execute( SID_BASICIDE_STOREALLMODULESOURCES ); in OrganizeDialog()
696 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK() local
702 if ( pDispatcher ) in IMPL_LINK()
713 pDispatcher->Execute( SID_BASICIDE_SHOWSBX, SFX_CALLMODE_SYNCHRON, &aSbxItem, 0L ); in IMPL_LINK()
730 if ( pDispatcher ) in IMPL_LINK()
732pDispatcher->Execute( SID_BASICIDE_LIBSELECTED, SFX_CALLMODE_ASYNCHRON, &aDocItem, &aLibNameItem, … in IMPL_LINK()
844 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in NewDialog() local
845 if( pDispatcher ) in NewDialog()
847 pDispatcher->Execute( SID_BASICIDE_SBXINSERTED, in NewDialog()
903 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in DeleteCurrent() local
904 if( pDispatcher ) in DeleteCurrent()
907 pDispatcher->Execute( SID_BASICIDE_SBXDELETED, in DeleteCurrent()
1005 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in createModImpl() local
1006 if( pDispatcher ) in createModImpl()
1008 pDispatcher->Execute( SID_BASICIDE_SBXINSERTED, in createModImpl()