Home
last modified time | relevance | path

Searched refs:COleAutomationControl (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DOleAut.cpp51 COleAutomationControl::COleAutomationControl () in COleAutomationControl() function in COleAutomationControl
59 COleAutomationControl::~COleAutomationControl () in ~COleAutomationControl()
64 void COleAutomationControl::DeleteObject () in DeleteObject()
79 bool COleAutomationControl::CreateObject (char* ProgId) in CreateObject()
116 DISPID COleAutomationControl::GetDispatchId (char* Name) in GetDispatchId()
159 bool COleAutomationControl::GetProperty (char* Name) in GetProperty()
164 bool COleAutomationControl::GetProperty (DISPID DispatchId) in GetProperty()
189 bool COleAutomationControl::Method (char* Name, LPCTSTR Format, ...) in Method()
209 bool COleAutomationControl::Invoke (WORD Flags, char* Name, in Invoke()
218 bool COleAutomationControl::Invoke (WORD Flags, DISPID DispatchId, in Invoke()
[all …]
H A DCommands.cpp28 static DISPID VimGetDispatchId(COleAutomationControl& VimOle, char* Method);
29 static void VimErrDiag(COleAutomationControl& VimOle);
30 static void VimChangeDir(COleAutomationControl& VimOle, DISPID DispatchId, BSTR& FileName);
513 COleAutomationControl VimOle; in VimOpenFile()
601 static DISPID VimGetDispatchId(COleAutomationControl& VimOle, char* Method) in VimGetDispatchId()
640 static void VimErrDiag(COleAutomationControl& VimOle) in VimErrDiag()
664 static void VimChangeDir(COleAutomationControl& VimOle, DISPID DispatchId, BSTR& FileName) in VimChangeDir()
H A DOleAut.h4 class COleAutomationControl : public CObject
7 COleAutomationControl ();
8 ~COleAutomationControl ();