Searched refs:IDispatch (Results 1 – 7 of 7) sorted by relevance
31 COM_INTERFACE_ENTRY (IDispatch) in COM_INTERFACE_ENTRY() argument55 COM_INTERFACE_ENTRY (IDispatch) in COM_INTERFACE_ENTRY()87 STDMETHOD (DocumentOpen) (THIS_ IDispatch * theDocument);88 STDMETHOD (BeforeDocumentClose) (THIS_ IDispatch * theDocument);89 STDMETHOD (DocumentSave) (THIS_ IDispatch * theDocument);90 STDMETHOD (NewDocument) (THIS_ IDispatch * theDocument);91 STDMETHOD (WindowActivate) (THIS_ IDispatch * theWindow);92 STDMETHOD (WindowDeactivate) (THIS_ IDispatch * theWindow);109 STDMETHOD (BreakpointHit) (THIS_ IDispatch * pBreakpoint);
77 CComPtr < IDispatch > pDebugger; in SetApplicationObject()126 CComPtr < IDispatch > pDebugger; in UnadviseFromEvents()164 HRESULT CCommands::XApplicationEvents::DocumentOpen(IDispatch * theDocument) in DocumentOpen()219 HRESULT CCommands::XApplicationEvents::BeforeDocumentClose(IDispatch * theDocument) in BeforeDocumentClose()225 HRESULT CCommands::XApplicationEvents::DocumentSave(IDispatch * theDocument) in DocumentSave()231 HRESULT CCommands::XApplicationEvents::NewDocument(IDispatch * theDocument) in NewDocument()269 HRESULT CCommands::XApplicationEvents::WindowActivate(IDispatch * theWindow) in WindowActivate()275 HRESULT CCommands::XApplicationEvents::WindowDeactivate(IDispatch * theWindow) in WindowDeactivate()301 HRESULT CCommands::XDebuggerEvents::BreakpointHit(IDispatch * pBreakpoint) in BreakpointHit()440 CComPtr < IDispatch > pDispDoc, pDispSel; in VisVimLoad()
46 IDispatch* m_pDispatch;
28 interface ICommands : IDispatch
17 interface IVim : IDispatch
70 IVim : public IDispatch
289 return typeinfo->Invoke(static_cast<IDispatch*>(this), in Invoke()