Home
last modified time | relevance | path

Searched refs:IDispatch (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DCommands.h31 COM_INTERFACE_ENTRY (IDispatch) in COM_INTERFACE_ENTRY() argument
55 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);
H A DCommands.cpp77 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()
H A DOleAut.h46 IDispatch* m_pDispatch;
H A DVisVim.odl28 interface ICommands : IDispatch
/vim-8.2.3635/src/
H A Dif_ole.idl17 interface IVim : IDispatch
H A Dif_ole.h70 IVim : public IDispatch
H A Dif_ole.cpp289 return typeinfo->Invoke(static_cast<IDispatch*>(this), in Invoke()