Home
last modified time | relevance | path

Searched refs:pDisp (Results 1 – 25 of 45) sorted by path

12

/aoo42x/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()
/aoo42x/main/extensions/test/ole/MfcControl/
H A DMfcControlCtl.cpp340 IDispatch* pDisp= NULL; in outObject() local
341 hr= CoCreateInstance( clsTestControl, NULL, CLSCTX_ALL, __uuidof(IDispatch), (void**)&pDisp); in outObject()
348 if( SUCCEEDED(hr= pDisp->GetIDsOfNames( IID_NULL, &name, 1, LOCALE_USER_DEFAULT, &id))) in outObject()
358 hr= pDisp->Invoke( id, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_PROPERTYPUT, &params, &var,0,0); in outObject()
359 *val= pDisp; in outObject()
/aoo42x/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1397 HRESULT SetExternalDispatch(IDispatch* pDisp)
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/sc/source/ui/attrdlg/
H A Dcondfrmt.cxx805 SfxDispatcher* pDisp = GetBindings().GetDispatcher(); in IMPL_LINK() local
806 sal_Bool bLocked = pDisp->IsLocked(); in IMPL_LINK()
808 pDisp->Lock(sal_False); in IMPL_LINK()
812 pDisp->Execute( SID_STYLE_NEW, SFX_CALLMODE_SYNCHRON | SFX_CALLMODE_RECORD | SFX_CALLMODE_MODAL, in IMPL_LINK()
818 pDisp->Lock(sal_True); in IMPL_LINK()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/sc/source/ui/view/
H A Dgridwin.cxx2247 SfxDispatcher* pDisp = pViewData->GetViewShell()->GetDispatcher(); in MouseButtonUp() local
2249 DBG_ASSERT( pDisp || bFormulaMode, "Cursor auf nicht aktiver View bewegen ?" ); in MouseButtonUp()
2256 if ( pDisp && !bFormulaMode && !rMark.IsMultiMarked() ) in MouseButtonUp()
2284 pDisp->Execute( SID_CURRENTCELL, SFX_CALLMODE_SLOT | SFX_CALLMODE_RECORD, in MouseButtonUp()
H A Dreffact.cxx220 SfxDispatcher* pDisp = p->GetDispatcher(); in ScSimpleRefDlgWrapper() local
221 if ( pDisp ) in ScSimpleRefDlgWrapper()
223 SfxViewFrame* pViewFrm = pDisp->GetFrame(); in ScSimpleRefDlgWrapper()
390 if( SfxDispatcher* pDisp = pBindings ->GetDispatcher() ) in lcl_GetTabViewShell() local
391 if( SfxViewFrame *pFrm = pDisp->GetFrame() ) in lcl_GetTabViewShell()
H A Dviewfun5.cxx611 SfxDispatcher* pDisp = in PasteDataFormat()
613 if (pDisp) in PasteDataFormat()
614 pDisp->Execute( FID_INSERT_FILE, SFX_CALLMODE_ASYNCHRON, in PasteDataFormat()
/aoo42x/main/sfx2/inc/sfx2/
H A Dbindings.hxx143 void SetDispatcher(SfxDispatcher *pDisp);
H A Dunoctitm.hxx183 SfxDispatchController_Impl( SfxOfficeDispatch* pDisp,
/aoo42x/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 Dchildwin.cxx246 SfxDispatcher *pDisp = pBindings->GetDispatcher_Impl(); in CreateChildWindow() local
247 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateChildWindow()
481 SfxDispatcher *pDisp = rBindings.GetDispatcher_Impl(); in CreateContext() local
482 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateContext()
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()
/aoo42x/main/sfx2/source/control/
H A Dbindings.cxx2001 void SfxBindings::SetDispatcher( SfxDispatcher *pDisp ) in SetDispatcher() argument
2004 if ( pDisp != pDispatcher ) in SetDispatcher()
2011 if ( pBind->pImp->pSubBindings == this && pBind->pDispatcher != pDisp ) in SetDispatcher()
2017 pDispatcher = pDisp; in SetDispatcher()
2020 if ( pDisp ) in SetDispatcher()
2022 … ( pDisp->GetFrame()->GetFrame().GetFrameInterface(), UNO_QUERY ); in SetDispatcher()
2049 if ( pDisp ) in SetDispatcher()
2051 SfxBindings* pBind = pDisp->GetBindings(); in SetDispatcher()
2115 SfxOfficeDispatch* pDisp = NULL; in QueryState() local
2119pDisp = reinterpret_cast< SfxOfficeDispatch* >( sal::static_int_cast< sal_IntPtr >( nImplementatio… in QueryState()
[all …]
H A Ddispatch.cxx1646 SfxDispatcher *pDisp = this; in Update_Impl() local
1648 while ( pDisp && pDisp->pImp->pFrame ) in Update_Impl()
1650 SfxWorkWindow *pWork = pDisp->pImp->pFrame->GetFrame().GetWorkWindow_Impl(); in Update_Impl()
1652 if ( pAct == pDisp || pAct == this ) in Update_Impl()
1655 bUpdate = !pDisp->pImp->bUpdated; in Update_Impl()
1656 pDisp->pImp->bUpdated = sal_True; in Update_Impl()
1661 pDisp = pDisp->pImp->pParent; in Update_Impl()
3068 SfxDispatcher *pDisp = GetBindings()->GetDispatcher_Impl(); in InvalidateBindings_Impl() local
3069 while ( pDisp ) in InvalidateBindings_Impl()
3071 if ( pDisp == this ) in InvalidateBindings_Impl()
[all …]
H A Dsfxstatuslistener.cxx206 SfxOfficeDispatch* pDisp = NULL; in statusChanged() local
210pDisp = reinterpret_cast< SfxOfficeDispatch* >(sal::static_int_cast< sal_IntPtr >( nImplementation… in statusChanged()
213 if ( pDisp ) in statusChanged()
214 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()
H A Dstatcach.cxx307 SfxOfficeDispatch* pDisp = NULL; in GetSlotServer() local
311pDisp = reinterpret_cast< SfxOfficeDispatch* >(sal::static_int_cast< sal_IntPtr >( nImplementation… in GetSlotServer()
314 if ( pDisp ) in GetSlotServer()
319 SfxDispatcher *pDispatcher = pDisp->GetDispatcher_Impl(); in GetSlotServer()
H A Dunoctitm.cxx490 SfxOfficeDispatch* pDisp, in SfxDispatchController_Impl() argument
500 , pDispatch( pDisp ) in SfxDispatchController_Impl()
/aoo42x/main/sfx2/source/dialog/
H A Dsecuritypage.cxx83 SfxDispatcher* pDisp = pViewSh->GetDispatcher(); in QueryState() local
84 SfxItemState nState = pDisp->QueryState( _nSlot, pItem ); in QueryState()
351 SfxDispatcher* pDisp = pViewSh->GetDispatcher(); in Reset_Impl() local
352 if (SFX_ITEM_AVAILABLE <= pDisp->QueryState( SID_HTML_MODE, pItem )) in Reset_Impl()
/aoo42x/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()
/aoo42x/main/sfx2/source/statbar/
H A Dstbitem.cxx238 SfxOfficeDispatch* pDisp = NULL; in statusChanged() local
242pDisp = reinterpret_cast< SfxOfficeDispatch* >(sal::static_int_cast< sal_IntPtr >( nImplementation… in statusChanged()
245 if ( pDisp ) in statusChanged()
246 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()
/aoo42x/main/sfx2/source/toolbox/
H A Dtbxitem.cxx547 SfxOfficeDispatch* pDisp = NULL; in statusChanged() local
551pDisp = reinterpret_cast< SfxOfficeDispatch* >( sal::static_int_cast< sal_IntPtr >( nImplementatio… in statusChanged()
554 if ( pDisp ) in statusChanged()
555 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()
1120 SfxOfficeDispatch* pDisp = NULL; in statusChanged() local
1124pDisp = reinterpret_cast< SfxOfficeDispatch* >( sal::static_int_cast< sal_IntPtr >( nImplementatio… in statusChanged()
1127 if ( pDisp ) in statusChanged()
1128 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()

Completed in 270 milliseconds

12