Home
last modified time | relevance | path

Searched refs:pDisp (Results 26 – 45 of 45) sorted by relevance

12

/aoo41x/main/sw/source/ui/app/
H A Dapplab.cxx437 SfxDispatcher* pDisp = pViewFrame->GetDispatcher(); in InsertLab() local
438 ASSERT(pDisp, "Heute kein Dispatcher am Frame?"); in InsertLab()
439 pDisp->Execute(FN_SYNC_LABELS, SFX_CALLMODE_ASYNCHRON); in InsertLab()
/aoo41x/main/sfx2/source/appl/
H A Dapp.cxx517 SfxDispatcher* pDisp = pAppData_Impl->pViewFrame->GetDispatcher(); in SetViewFrame_Impl() local
518 pDisp->Flush(); in SetViewFrame_Impl()
519 pDisp->Update_Impl(sal_True); in SetViewFrame_Impl()
H A Dworkwin.cxx2684 SfxDispatcher *pDisp = pBindings->GetDispatcher_Impl(); in InitializeChild_Impl() local
2685 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in InitializeChild_Impl()
/aoo41x/main/sfx2/source/menu/
H A Dmnuitem.cxx368 SfxDispatcher *pDisp = rBindings.GetDispatcher_Impl(); in CreateControl() local
369 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateControl()
/aoo41x/main/extensions/source/ole/
H A Doleobjw.cxx956 CComQIPtr<IDispatch, &__uuidof(IDispatch)> pDisp( pUnk); in invokeWithDispIdUnoTlb() local
958 CComQIPtr<IDispatch> pDisp( pUnk); in invokeWithDispIdUnoTlb() local
962 pVarParams[ parameterCount - i -1].pdispVal= pDisp; in invokeWithDispIdUnoTlb()
969 CComDispatchDriver dispDriver( pDisp); in invokeWithDispIdUnoTlb()
1057 CComDispatchDriver pDisp( pVarParams[i].pdispVal); in invokeWithDispIdUnoTlb() local
1058 if( pDisp) in invokeWithDispIdUnoTlb()
1061 if( SUCCEEDED( pDisp.GetPropertyByName( L"0", &varOut))) in invokeWithDispIdUnoTlb()
/aoo41x/main/sc/source/ui/view/
H A Dviewfun5.cxx611 SfxDispatcher* pDisp = in PasteDataFormat()
613 if (pDisp) in PasteDataFormat()
614 pDisp->Execute( FID_INSERT_FILE, SFX_CALLMODE_ASYNCHRON, in PasteDataFormat()
H A Dgridwin.cxx2232 SfxDispatcher* pDisp = pViewData->GetViewShell()->GetDispatcher(); in MouseButtonUp() local
2234 DBG_ASSERT( pDisp || bFormulaMode, "Cursor auf nicht aktiver View bewegen ?" ); in MouseButtonUp()
2241 if ( pDisp && !bFormulaMode && !rMark.IsMultiMarked() ) in MouseButtonUp()
2269 pDisp->Execute( SID_CURRENTCELL, SFX_CALLMODE_SLOT | SFX_CALLMODE_RECORD, in MouseButtonUp()
/aoo41x/main/svx/source/sidebar/text/
H A DTextUnderlineControl.cxx249 SfxDispatcher* pDisp = mpBindings->GetDispatcher(); in IMPL_LINK() local
250 pDisp->Execute( SID_CHAR_DLG_EFFECT, SFX_CALLMODE_ASYNCHRON ); in IMPL_LINK()
/aoo41x/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx570 SfxDispatcher* pDisp = pFrame->GetDispatcher(); in SetDispatcherLock() local
571 if (pDisp) in SetDispatcherLock()
572 pDisp->Lock( bLock ); in SetDispatcherLock()
/aoo41x/main/vcl/unx/kde4/
H A DKDESalDisplay.hxx31 SalKDEDisplay( Display* pDisp );
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx1393 SalDisplay* pDisp = GetX11SalData()->GetDisplay(); in doUpdate() local
1394 const std::list< SalFrame* >& rList = pDisp->getFrames(); in doUpdate()
1397 pDisp->SendInternalEvent( *it, NULL, SALEVENT_PRINTERCHANGED ); in doUpdate()
/aoo41x/main/framework/source/services/
H A Dbackingwindow.cxx1063 … ImplDelayedDispatch* pDisp = new ImplDelayedDispatch( xDispatch, aDispatchURL, i_rArgs ); in dispatchURL() local
1065 … if( ! Application::PostUserEvent( nEventId, Link( NULL, implDispatchDelayed ), pDisp ) ) in dispatchURL()
1066 … delete pDisp; // event could not be posted for unknown reason, at least don't leak in dispatchURL()
/aoo41x/main/vcl/inc/unx/kde/
H A Dkdedata.hxx45 SalKDEDisplay( Display* pDisp );
/aoo41x/main/sc/source/ui/app/
H A Dinputwin.cxx155 SfxDispatcher* pDisp = pBind->GetDispatcher(); in ScInputWindow() local
156 if ( pDisp ) in ScInputWindow()
158 SfxViewFrame* pViewFrm = pDisp->GetFrame(); in ScInputWindow()
/aoo41x/main/sfx2/inc/sfx2/
H A Dbindings.hxx143 void SetDispatcher(SfxDispatcher *pDisp);
H A Dunoctitm.hxx183 SfxDispatchController_Impl( SfxOfficeDispatch* pDisp,
/aoo41x/main/sfx2/source/control/
H A Dunoctitm.cxx490 SfxOfficeDispatch* pDisp, in SfxDispatchController_Impl() argument
500 , pDispatch( pDisp ) in SfxDispatchController_Impl()
/aoo41x/main/sc/source/ui/unoobj/
H A Dviewuno.cxx775 SfxDispatcher* pDisp = pViewSh->GetDispatcher(); in select() local
776 if (pDisp) in select()
777 pDisp->Execute( pFunc->GetSlotID(), SFX_CALLMODE_SYNCHRON ); in select()
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx2717 Display* pDisp = GetDisplay()->GetDisplay(); in createNewWindow() local
2721 if( aNewParent == RootWindow( pDisp, i ) ) in createNewWindow()
/aoo41x/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1397 HRESULT SetExternalDispatch(IDispatch* pDisp)

Completed in 438 milliseconds

12