Home
last modified time | relevance | path

Searched refs:theDocument (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DCommands.h87 STDMETHOD (DocumentOpen) (THIS_ IDispatch * theDocument);
88 STDMETHOD (BeforeDocumentClose) (THIS_ IDispatch * theDocument);
89 STDMETHOD (DocumentSave) (THIS_ IDispatch * theDocument);
90 STDMETHOD (NewDocument) (THIS_ IDispatch * theDocument);
H A DCommands.cpp164 HRESULT CCommands::XApplicationEvents::DocumentOpen(IDispatch * theDocument) in DocumentOpen() argument
175 CComQIPtr < ITextDocument, &IID_ITextDocument > pDoc(theDocument); in DocumentOpen()
219 HRESULT CCommands::XApplicationEvents::BeforeDocumentClose(IDispatch * theDocument) in BeforeDocumentClose() argument
225 HRESULT CCommands::XApplicationEvents::DocumentSave(IDispatch * theDocument) in DocumentSave() argument
231 HRESULT CCommands::XApplicationEvents::NewDocument(IDispatch * theDocument) in NewDocument() argument
241 CComQIPtr < ITextDocument, &IID_ITextDocument > pDoc(theDocument); in NewDocument()