Searched refs:theDocument (Results 1 – 2 of 2) sorted by relevance
87 STDMETHOD (DocumentOpen) (THIS_ IDispatch * theDocument);88 STDMETHOD (BeforeDocumentClose) (THIS_ IDispatch * theDocument);89 STDMETHOD (DocumentSave) (THIS_ IDispatch * theDocument);90 STDMETHOD (NewDocument) (THIS_ IDispatch * theDocument);
164 HRESULT CCommands::XApplicationEvents::DocumentOpen(IDispatch * theDocument) in DocumentOpen() argument175 CComQIPtr < ITextDocument, &IID_ITextDocument > pDoc(theDocument); in DocumentOpen()219 HRESULT CCommands::XApplicationEvents::BeforeDocumentClose(IDispatch * theDocument) in BeforeDocumentClose() argument225 HRESULT CCommands::XApplicationEvents::DocumentSave(IDispatch * theDocument) in DocumentSave() argument231 HRESULT CCommands::XApplicationEvents::NewDocument(IDispatch * theDocument) in NewDocument() argument241 CComQIPtr < ITextDocument, &IID_ITextDocument > pDoc(theDocument); in NewDocument()