Home
last modified time | relevance | path

Searched refs:pDispatcher (Results 26 – 50 of 100) sorted by relevance

1234

/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx213 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in KeyInput() local
214 if( pDispatcher ) in KeyInput()
216 pDispatcher->Execute( SID_BACKSPACE ); in KeyInput()
251 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in Command() local
252 if ( pDispatcher ) in Command()
260 pDispatcher->ExecutePopup( IDEResId(RID_POPUP_DLGED), this, &PosPixel ); in Command()
264 pDispatcher->ExecutePopup( IDEResId(RID_POPUP_DLGED) ); in Command()
H A Dmoduldl2.cxx654 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK_INLINE_END() local
655 if ( pDispatcher ) in IMPL_LINK_INLINE_END()
657 pDispatcher->Execute( SID_BASICIDE_LIBSELECTED, in IMPL_LINK_INLINE_END()
1466 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in DeleteCurrent() local
1467 if( pDispatcher ) in DeleteCurrent()
1469 pDispatcher->Execute( SID_BASICIDE_LIBREMOVED, in DeleteCurrent()
1672 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in createLibImpl() local
1673 if( pDispatcher ) in createLibImpl()
1675 pDispatcher->Execute( SID_BASICIDE_SBXINSERTED, in createLibImpl()
H A Dbaside2b.cxx389 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in Command() local
390 if ( pDispatcher ) in Command()
392 pDispatcher->ExecutePopup(); in Command()
1441 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK_INLINE_START() local
1442 if( pDispatcher ) in IMPL_LINK_INLINE_START()
1444 pDispatcher->Execute( SID_BASICIDE_REMOVEWATCH ); in IMPL_LINK_INLINE_START()
1604 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK_INLINE_START() local
1605 if( pDispatcher ) in IMPL_LINK_INLINE_START()
1607 pDispatcher->Execute( SID_BASICIDE_GOTOCALL ); in IMPL_LINK_INLINE_START()
H A Dbasicbox.cxx335 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in NotifyIDE() local
336 if ( pDispatcher ) in NotifyIDE()
338 pDispatcher->Execute( SID_BASICIDE_LIBSELECTED, in NotifyIDE()
/trunk/main/sc/source/ui/view/
H A Dtabcont.cxx177 SfxDispatcher* pDispatcher = pViewData->GetViewShell()->GetViewFrame()->GetDispatcher(); in MouseButtonUp() local
178 pDispatcher->Execute( FID_TAB_MENU_RENAME, SFX_CALLMODE_SYNCHRON | SFX_CALLMODE_RECORD ); in MouseButtonUp()
187 SfxDispatcher* pDispatcher = pViewData->GetViewShell()->GetViewFrame()->GetDispatcher(); in MouseButtonUp() local
188 pDispatcher->Execute( nSlot, SFX_CALLMODE_SYNCHRON | SFX_CALLMODE_RECORD ); in MouseButtonUp()
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx298 (*m_pFactory->m_pConverter->pDispatcher)( in coerce_assign()
409 (*m_pReceiver->pDispatcher)( in getValue()
450 (*m_pReceiver->pDispatcher)( in setValue()
512 (*m_pReceiver->pDispatcher)( in invoke()
693 pInterface->pDispatcher = adapter_dispatch; in AdapterImpl()
/trunk/main/sfx2/inc/sfx2/
H A Dbindings.hxx113 SfxDispatcher* pDispatcher; // zu verwendender Dispatcher member in SfxBindings
188 { return pDispatcher; } in GetDispatcher()
197 SAL_DLLPRIVATE SfxDispatcher* GetDispatcher_Impl() { return pDispatcher; } in GetDispatcher_Impl()
H A Dviewfrm.hxx77 SfxDispatcher* pDispatcher; member in SfxViewFrame
122 SfxDispatcher* GetDispatcher() { return pDispatcher; } in GetDispatcher()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx1432 SfxDispatcher* pDispatcher = pViewShell->GetDispatcher(); in IsEnabled() local
1433 if (pDispatcher == NULL) in IsEnabled()
1437 const SfxItemState eState (pDispatcher->QueryState(SID_PRESENTATION, pState)); in IsEnabled()
1530 SfxDispatcher* pDispatcher = pViewShell->GetDispatcher(); in IsEnabled() local
1531 if (pDispatcher == NULL) in IsEnabled()
1535 const SfxItemState eState (pDispatcher->QueryState( in IsEnabled()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx304 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in dispatchExecute() local
305 if( pDispatcher ) in dispatchExecute()
307 pDispatcher->Execute( nSlot , nCall ); in dispatchExecute()
590 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in PrintOutHelper() local
592 if ( pDispatcher ) in PrintOutHelper()
606 pDispatcher->Execute( (sal_uInt16)SID_PRINTDOC, (SfxCallMode)SFX_CALLMODE_SYNCHRON, aArgs ); in PrintOutHelper()
/trunk/main/sfx2/source/control/
H A Dstatcach.cxx319 SfxDispatcher *pDispatcher = pDisp->GetDispatcher_Impl(); in GetSlotServer() local
320 if ( pDispatcher == &rDispat || pDispatcher == SFX_APP()->GetAppDispatcher_Impl() ) in GetSlotServer()
/trunk/main/testtools/source/performance/
H A Dpseudo.cxx79 (*pThis->pUnoI->pDispatcher)( pThis->pUnoI, pMemberType, pReturn, pArgs, ppException ); in pseudo_unoInterfaceProxy_dispatch()
145 uno_Interface::pDispatcher = pseudo_unoInterfaceProxy_dispatch; in pseudo_unoInterfaceProxy()
/trunk/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx415 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in InsertPageWithLayout() local
416 if (pDispatcher == NULL) in InsertPageWithLayout()
424 pDispatcher->Execute( in InsertPageWithLayout()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx465 SfxDispatcher* pDispatcher = pViewShell->GetDispatcher(); in Command() local
466 if (pDispatcher != NULL) in Command()
468 pDispatcher->ExecutePopup( in Command()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx163 …SfxDispatcher* pDispatcher = mpAnnotationWindow->DocShell()->GetViewShell()->GetViewFrame()->GetDi… in KeyInput() local
164 if( pDispatcher ) in KeyInput()
165 pDispatcher->Execute( nKey == KEY_PAGEDOWN ? SID_NEXT_POSTIT : SID_PREVIOUS_POSTIT ); in KeyInput()
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx1427 SfxDispatcher* pDispatcher( GetBindings().GetDispatcher() ); in GetFrameInterface() local
1428 if ( pDispatcher ) in GetFrameInterface()
1430 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in GetFrameInterface()
1468 SfxDispatcher* pDispatcher( GetBindings().GetDispatcher() ); in UpdateObjectBars_Impl() local
1470 if ( pDispatcher ) in UpdateObjectBars_Impl()
1472 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in UpdateObjectBars_Impl()
H A Dappdde.cxx593 SfxDispatcher* pDispatcher = SFX_APP()->GetDispatcher_Impl(); in MakeTopic() local
594 const SfxPoolItem* pRet = pDispatcher->Execute( SID_OPENDOC, in MakeTopic()
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx248 uno_Interface::pDispatcher = s_Proxy_dispatch; in Proxy()
394 pUnoI->pDispatcher(pUnoI, pMemberType, pReturn, pArgs, ppException); in s_dispatcher_v()
/trunk/main/unoxml/source/dom/
H A Dnode.cxx1031 events::CEventDispatcher * pDispatcher; in dispatchEvent() local
1037 pDispatcher = & pDocument->GetEventDispatcher(); in dispatchEvent()
1041 pDispatcher->dispatchEvent(*pDocument, m_rMutex, pNode, this, evt); in dispatchEvent()
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx1300 … FmTextControlFeature* pDispatcher = implGetFeatureDispatcher( xProvider, pApplication, *pSlots ); in fillFeatureDispatchers() local
1301 if ( pDispatcher ) in fillFeatureDispatchers()
1302 … _rDispatchers.insert( ControlFeatures::value_type( *pSlots, ControlFeature( pDispatcher ) ) ); in fillFeatureDispatchers()
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx201 (*pUnoI->pDispatcher)( pUnoI, getTypeDescr(), pReturn, 0, &pExc ); in get()
288 (*pUnoI->pDispatcher)( pUnoI, getTypeDescr(), 0, pArgs, &pExc ); in set()
729 (*pUnoI->pDispatcher)( in invoke()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dcpp2uno.cxx298 fprintf(stderr,"cpp2uno_call2,%p,unoargs=%p\n",pThis->getUnoI()->pDispatcher,pUnoArgs); in cpp2uno_call()
306 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx198 SfxDispatcher* pDispatcher = mpBindings->GetDispatcher(); in ShowMenu() local
199 if (pDispatcher != NULL) in ShowMenu()
200 pDispatcher->Execute(SID_ATTR_TRANSFORM, SFX_CALLMODE_ASYNCHRON); in ShowMenu()
/trunk/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx271 (*pUnoI->pDispatcher)( pUnoI, member_td, uno_ret, uno_args, &uno_exc ); in call_uno()
470 (*pUnoI->pDispatcher)( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
/trunk/main/cppu/inc/uno/
H A Ddispatcher.h82 uno_DispatchMethod pDispatcher; member

Completed in 615 milliseconds

1234