Home
last modified time | relevance | path

Searched refs:pDispatcher (Results 1 – 25 of 101) sorted by relevance

12345

/trunk/main/sfx2/source/control/
H A Dbindings.cxx214 pDispatcher(0), in SfxBindings()
366 DBG_ASSERT( pDispatcher, "HidePopups not allowed without dispatcher" ); in HidePopups()
403 if ( !pDispatcher ) in Update_Impl()
408 SfxDispatcher &rDispat = *pDispatcher; in Update_Impl()
485 if ( pDispatcher ) in Update()
486 pDispatcher->Flush(); in Update()
513 const SfxSlotServer* pMsgServer = pCache->GetSlotServer(*pDispatcher, pImp->xProv); in Update()
551 if ( pDispatcher ) in Update()
557 pDispatcher->Flush(); in Update()
558 pDispatcher->Update_Impl(); in Update()
[all …]
H A Dunoctitm.cxx496 , pDispatcher( pDispat ) in SfxDispatchController_Impl()
683 if ( !pDispatcher && pBindings ) in dispatch()
684 pDispatcher = GetBindings().GetDispatcher_Impl(); in dispatch()
747 if (! xFrameRef.is() && pDispatcher) in dispatch()
749 SfxViewFrame* pViewFrame = pDispatcher->GetFrame(); in dispatch()
763 if ( pDispatcher->GetBindings() ) in dispatch()
765 if ( !pDispatcher->IsLocked( GetId() ) ) in dispatch()
768 if ( pDispatcher->GetShellAndSlot_Impl( GetId(), &pShell, &pSlot, sal_False, in dispatch()
787 … pItem = pDispatcher->Execute( GetId(), nCall, &aSet, &aInternalSet, nModifier ); in dispatch()
796 pDispatcher->GetBindings()->Execute_Impl( aReq, pSlot, pShell ); in dispatch()
[all …]
/trunk/main/sd/source/ui/view/
H A Dtabcontr.cxx121 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in Select() local
122 pDispatcher->Execute(SID_SWITCHPAGE, SFX_CALLMODE_ASYNCHRON | in Select()
146 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in MouseButtonDown() local
148 pDispatcher->Execute(SID_INSERTPAGE_QUICK, in MouseButtonDown()
188 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in DoubleClick() local
189 pDispatcher->Execute( SID_MODIFYPAGE, in DoubleClick()
285 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in ExecuteDrop() local
286pDispatcher->Execute(SID_SWITCHPAGE, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD); in ExecuteDrop()
318 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in ExecuteDrop() local
319 pDispatcher->Execute(SID_SWITCHPAGE, in ExecuteDrop()
[all …]
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx135 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()
[all …]
H A Dmacrodlg.cxx127 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in DECLARE_LIST() local
128 if( pDispatcher ) in DECLARE_LIST()
130 pDispatcher->Execute( SID_BASICIDE_STOREALLMODULESOURCES ); in DECLARE_LIST()
309 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in DeleteMacro() local
310 if( pDispatcher ) in DeleteMacro()
312 pDispatcher->Execute( SID_BASICIDE_STOREALLMODULESOURCES ); in DeleteMacro()
742 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK() local
743 if( pDispatcher ) in IMPL_LINK()
744pDispatcher->Execute( SID_BASICIDE_EDITMACRO, SFX_CALLMODE_ASYNCHRON, &aInfoItem, 0L ); in IMPL_LINK()
754 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK() local
[all …]
H A Dbrkdlg.cxx211 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK() local
212 if( pDispatcher ) in IMPL_LINK()
214 pDispatcher->Execute( SID_BASICIDE_BRKPNTSCHANGED ); in IMPL_LINK()
238 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK() local
240 if( pDispatcher ) in IMPL_LINK()
242 pDispatcher->Execute( SID_BASICIDE_BRKPNTSCHANGED ); in IMPL_LINK()
H A Dobjdlg.cxx85 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in OpenCurrent() local
86 if( pDispatcher ) in OpenCurrent()
90 pDispatcher->Execute( SID_BASICIDE_SHOWSBX, in OpenCurrent()
208 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK() local
213 if( pDispatcher ) in IMPL_LINK()
217 pDispatcher->Execute( SID_BASICIDE_SHOWSBX, in IMPL_LINK()
H A Dbastypes.cxx530 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in MouseButtonDown() local
531 if( pDispatcher ) in MouseButtonDown()
533 pDispatcher->Execute( SID_BASICIDE_MODULEDLG ); in MouseButtonDown()
611 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in Command() local
612 if ( pDispatcher ) in Command()
613 pDispatcher->Execute( aPopup.Execute( this, aPos ) ); in Command()
636 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in EndRenaming() local
637 if( pDispatcher ) in EndRenaming()
639 pDispatcher->Execute( SID_BASICIDE_NAMECHANGEDONTAB, in EndRenaming()
H A Dbasobj3.cxx83 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in CreateMacro() local
85 if( pDispatcher ) in CreateMacro()
87 pDispatcher->Execute( SID_BASICIDE_STOREALLMODULESOURCES ); in CreateMacro()
161 if( pDispatcher ) in CreateMacro()
163 pDispatcher->Execute( SID_BASICIDE_UPDATEALLMODULESOURCES ); in CreateMacro()
H A Dbasides1.cxx1407 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK() local
1408 if( !pDispatcher ) in IMPL_LINK()
1414 pDispatcher->Execute( SID_BASICSTOP, SFX_CALLMODE_SYNCHRON ); in IMPL_LINK()
1416 pDispatcher->Execute( SID_BASICRUN, SFX_CALLMODE_SYNCHRON ); in IMPL_LINK()
1419 pDispatcher->Execute( SID_BASICIDE_ADDWATCH, SFX_CALLMODE_SYNCHRON ); in IMPL_LINK()
1423 pDispatcher->Execute( SID_BASICSTEPOVER, SFX_CALLMODE_SYNCHRON ); in IMPL_LINK()
1425 pDispatcher->Execute( SID_BASICSTEPINTO, SFX_CALLMODE_SYNCHRON ); in IMPL_LINK()
1429 pDispatcher->Execute( SID_BASICIDE_TOGGLEBRKPNTENABLED, SFX_CALLMODE_SYNCHRON ); in IMPL_LINK()
1431 pDispatcher->Execute( SID_BASICIDE_TOGGLEBRKPNT, SFX_CALLMODE_SYNCHRON ); in IMPL_LINK()
H A Dtbxctl.cxx198 SfxDispatcher* pDispatcher = pCurFrame ? pCurFrame->GetDispatcher() : NULL; in Select() local
199 if( pDispatcher ) in Select()
201 pDispatcher->Execute( SID_CHOOSE_CONTROLS, SFX_CALLMODE_SYNCHRON, &aItem, 0L ); in Select()
/trunk/main/framework/source/dispatch/
H A Ddispatchprovider.cxx688 MenuDispatcher* pDispatcher = new MenuDispatcher( xFactory, xOwner ); in implts_getOrCreateDispatchHelper() local
689 …eference< css::frame::XDispatch >( static_cast< ::cppu::OWeakObject* >(pDispatcher), css::uno::UNO… in implts_getOrCreateDispatchHelper()
707 HelpAgentDispatcher* pDispatcher = new HelpAgentDispatcher( xOwner ); in implts_getOrCreateDispatchHelper() local
708 …eference< css::frame::XDispatch >( static_cast< ::cppu::OWeakObject* >(pDispatcher), css::uno::UNO… in implts_getOrCreateDispatchHelper()
718 … LoadDispatcher* pDispatcher = new LoadDispatcher(xFactory, xOwner, sTarget, nSearchFlags); in implts_getOrCreateDispatchHelper() local
719 …eference< css::frame::XDispatch >( static_cast< ::cppu::OWeakObject* >(pDispatcher), css::uno::UNO… in implts_getOrCreateDispatchHelper()
728 … LoadDispatcher* pDispatcher = new LoadDispatcher(xFactory, xOwner, SPECIALTARGET_BLANK, 0); in implts_getOrCreateDispatchHelper() local
729 …eference< css::frame::XDispatch >( static_cast< ::cppu::OWeakObject* >(pDispatcher), css::uno::UNO… in implts_getOrCreateDispatchHelper()
739 … LoadDispatcher* pDispatcher = new LoadDispatcher(xFactory, xOwner, SPECIALTARGET_DEFAULT, 0); in implts_getOrCreateDispatchHelper() local
740 …eference< css::frame::XDispatch >( static_cast< ::cppu::OWeakObject* >(pDispatcher), css::uno::UNO… in implts_getOrCreateDispatchHelper()
[all …]
/trunk/main/sw/source/ui/app/
H A Dswwait.cxx59 SfxDispatcher* pDispatcher = pFrame->GetDispatcher(); in EnterWaitAndLockDispatcher() local
60 if ( !pDispatcher->IsLocked() ) in EnterWaitAndLockDispatcher()
62 pDispatcher->Lock( sal_True ); in EnterWaitAndLockDispatcher()
63 mpLockedDispatchers.insert( pDispatcher ); in EnterWaitAndLockDispatcher()
80 SfxDispatcher* pDispatcher = pFrame->GetDispatcher(); in LeaveWaitAndUnlockDispatcher() local
81 if ( mpLockedDispatchers.find( pDispatcher ) != mpLockedDispatchers.end() ) in LeaveWaitAndUnlockDispatcher()
83 mpLockedDispatchers.erase( pDispatcher ); in LeaveWaitAndUnlockDispatcher()
84 pDispatcher->Lock( sal_False ); in LeaveWaitAndUnlockDispatcher()
/trunk/main/svx/source/tbxctrls/
H A Dcolrctrl.cxx278 SfxDispatcher* pDispatcher = _pBindings->GetDispatcher(); in SvxColorDockingWindow() local
279 if (pDispatcher != NULL) in SvxColorDockingWindow()
281 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in SvxColorDockingWindow()
444 SfxDispatcher* pDispatcher = GetBindings().GetDispatcher(); in IMPL_LINK() local
456 pDispatcher->Execute( nLeftSlot, SFX_CALLMODE_RECORD, &aXFillStyleItem, 0L ); in IMPL_LINK()
471 pDispatcher->Execute( in IMPL_LINK()
480 pDispatcher->Execute( in IMPL_LINK()
488 pDispatcher->Execute( nLeftSlot, SFX_CALLMODE_RECORD, &aLeftColorItem, 0L ); in IMPL_LINK()
498 pDispatcher->Execute( nRightSlot, SFX_CALLMODE_RECORD, &aXLineStyleItem, 0L ); in IMPL_LINK()
518pDispatcher->Execute( nRightSlot, SFX_CALLMODE_RECORD, &aXLineStyleItem, 0L ); in IMPL_LINK()
[all …]
/trunk/main/sd/source/ui/dlg/
H A DLayerTabBar.cxx101 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in Select() local
102 pDispatcher->Execute(SID_SWITCHLAYER, SFX_CALLMODE_ASYNCHRON); in Select()
120 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in MouseButtonDown() local
121 pDispatcher->Execute(SID_INSERTLAYER, SFX_CALLMODE_SYNCHRON); in MouseButtonDown()
150 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in DoubleClick() local
151 pDispatcher->Execute( SID_MODIFYLAYER, SFX_CALLMODE_SYNCHRON ); in DoubleClick()
209 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in Command() local
210 pDispatcher->ExecutePopup(SdResId(RID_LAYERTAB_POPUP)); in Command()
356 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in ActivatePage() local
357 pDispatcher->Execute(SID_SWITCHLAYER, SFX_CALLMODE_ASYNCHRON); in ActivatePage()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx1090 sal_uInt16 nLevel = pDispatcher->GetShellLevel( i_rViewShell ); in PopShellAndSubShells_Impl()
1096 SfxShell *pSubShell = pDispatcher->GetShell( nLevel-1 ); in PopShellAndSubShells_Impl()
1099 pDispatcher->Pop( *pSubShell, SFX_SHELL_POP_UNTIL ); in PopShellAndSubShells_Impl()
1101 pDispatcher->Pop( *pSubShell, SFX_SHELL_POP_UNTIL | SFX_SHELL_POP_DELETE ); in PopShellAndSubShells_Impl()
1103 pDispatcher->Pop( i_rViewShell ); in PopShellAndSubShells_Impl()
1104 pDispatcher->Flush(); in PopShellAndSubShells_Impl()
1156 pDispatcher->Pop( *xObjSh ); in ReleaseObjectShell_Impl()
1159 pDispatcher->RemoveShell_Impl( *pModule ); in ReleaseObjectShell_Impl()
1160 pDispatcher->Flush(); in ReleaseObjectShell_Impl()
1213 pDispatcher->DoActivate_Impl( bUI, pOldFrame ); in DoActivate()
[all …]
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx534 ORichTextFeatureDispatcher* pDispatcher = NULL; in implCreateDispatcher() local
539pDispatcher = new OClipboardDispatcher( pRichTextControl->getView(), OClipboardDispatcher::eCut ); in implCreateDispatcher()
543pDispatcher = new OClipboardDispatcher( pRichTextControl->getView(), OClipboardDispatcher::eCopy ); in implCreateDispatcher()
547 pDispatcher = new OPasteClipboardDispatcher( pRichTextControl->getView() ); in implCreateDispatcher()
551 pDispatcher = new OSelectAllDispatcher( pRichTextControl->getView(), _rURL ); in implCreateDispatcher()
561 pDispatcher = new OTextDirectionDispatcher( pRichTextControl->getView(), _rURL ); in implCreateDispatcher()
659 SingleAttributeDispatcher xDispatcher( pDispatcher ); in implCreateDispatcher()
717 SingleAttributeDispatcher pDispatcher = implCreateDispatcher( nSlotId, _rURL ); in queryDispatch() local
718 if ( pDispatcher.is() ) in queryDispatch()
720 …tcherPos = m_aDispatchers.insert( AttributeDispatchers::value_type( nSlotId, pDispatcher ) ).first; in queryDispatch()
/trunk/main/sfx2/source/appl/
H A Dapp.cxx194 SfxDispatcher* pDispatcher=0; in Property() local
199 pDispatcher = pViewFrame->GetDispatcher(); in Property()
201 pDispatcher = NULL; in Property()
202 if ( !pDispatcher ) in Property()
206 pDispatcher->SetExecuteMode(EXECUTEMODE_DIALOGASYNCHRON); in Property()
237 … if ( pDispatcher->ExecuteFunction( pTTProperties->mnSID, aSet, pTTProperties->mnMode ) in Property()
245 if ( pDispatcher->ExecuteFunction( in Property()
/trunk/main/svx/source/engine3d/
H A Dfloat3d.cxx92 SfxDispatcher* pDispatcher = NULL; in LocalGetDispatcher() local
95 pDispatcher = SfxViewFrame::Current()->GetDispatcher(); in LocalGetDispatcher()
97 pDispatcher = pBindings->GetDispatcher(); in LocalGetDispatcher()
99 return pDispatcher; in LocalGetDispatcher()
410 SfxDispatcher* pDispatcher = LocalGetDispatcher(pBindings); in Svx3DWin() local
411 if (pDispatcher != NULL) in Svx3DWin()
414 pDispatcher->Execute( in Svx3DWin()
2405 SfxDispatcher* pDispatcher = LocalGetDispatcher(pBindings); in IMPL_LINK() local
2406 if (pDispatcher != NULL) in IMPL_LINK()
2409 pDispatcher->Execute( in IMPL_LINK()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx537 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in SetZoom() local
538 if( pDispatcher ) in SetZoom()
540 pDispatcher->Execute(SID_ATTR_ZOOM,SFX_CALLMODE_SYNCHRON,&aZoomItem, 0L); in SetZoom()
568 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in SetZoomType() local
569 if( pDispatcher ) in SetZoomType()
591 pDispatcher->Execute(SID_ATTR_ZOOM,SFX_CALLMODE_SYNCHRON,&aZoomItem, 0L); in SetZoomType()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx722 SfxDispatcher* pDispatcher = getDispatcher( mrBase ); in SelectNextAnnotation() local
723 if( pDispatcher ) in SelectNextAnnotation()
724 pDispatcher->Execute( bForeward ? SID_NEXT_POSTIT : SID_PREVIOUS_POSTIT ); in SelectNextAnnotation()
996 SfxDispatcher* pDispatcher( getDispatcher( mrBase ) ); in ExecuteAnnotationContextMenu() local
997 if( !pDispatcher ) in ExecuteAnnotationContextMenu()
1095 pDispatcher->Execute( SID_REPLYTO_POSTIT, SFX_CALLMODE_ASYNCHRON, &aItem, 0 ); in ExecuteAnnotationContextMenu()
1101 pDispatcher->Execute( SID_DELETE_POSTIT, SFX_CALLMODE_ASYNCHRON, &aItem, 0 ); in ExecuteAnnotationContextMenu()
1107 pDispatcher->Execute( SID_DELETEALLBYAUTHOR_POSTIT, SFX_CALLMODE_ASYNCHRON, &aItem, 0 ); in ExecuteAnnotationContextMenu()
1111 pDispatcher->Execute( SID_DELETEALL_POSTIT ); in ExecuteAnnotationContextMenu()
/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx517 SfxDispatcher* pDispatcher = pTestViewShell->GetViewFrame()->GetDispatcher(); in ApplySlotFilter() local
520 pDispatcher->SetSlotFilter( mbFilterEnable, mnFilterCount, mpFilterSIDs ); in ApplySlotFilter()
522 pDispatcher->SetSlotFilter(); in ApplySlotFilter()
524 if( pDispatcher->GetBindings() ) in ApplySlotFilter()
525 pDispatcher->GetBindings()->InvalidateAll( sal_True ); in ApplySlotFilter()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx167 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in dispatchExecute() local
168 if( pDispatcher ) in dispatchExecute()
170 pDispatcher->Execute( nSlot , nCall ); in dispatchExecute()
444 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in PrintOutHelper() local
446 if ( pDispatcher ) in PrintOutHelper()
459pDispatcher->Execute( (sal_uInt16)SID_PRINTDOC, (SfxCallMode)SFX_CALLMODE_SYNCHRON, aArgs ); in PrintOutHelper()
/trunk/main/avmedia/source/framework/
H A Dmediaplayer.cxx153 SfxDispatcher* pDispatcher = GetBindings().GetDispatcher(); in dispatchCurrentURL() local
155 if( pDispatcher ) in dispatchCurrentURL()
158 pDispatcher->Execute( SID_INSERT_AVMEDIA, SFX_CALLMODE_RECORD, &aMediaURLItem, 0L ); in dispatchCurrentURL()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPagesSelector.cxx235 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in IMPL_LINK() local
236 if (pDispatcher != NULL && pEvent != NULL) in IMPL_LINK()
364 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in ExecuteCommand() local
365 if (pDispatcher != NULL) in ExecuteCommand()
368 pDispatcher->Execute(SID_MASTERPAGE, SFX_CALLMODE_SYNCHRON); in ExecuteCommand()

12345