Home
last modified time | relevance | path

Searched refs:m_pCommands (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DDSAddIn.cpp40 CCommandsObj::CreateInstance (&m_pCommands); in OnConnection()
41 if (! m_pCommands) in OnConnection()
46 m_pCommands->AddRef (); in OnConnection()
50 m_pCommands->SetApplicationObject (pApplication); in OnConnection()
53 (LPDISPATCH) m_pCommands, IDR_TOOLBAR_MEDIUM, IDR_TOOLBAR_LARGE, in OnConnection()
87 m_pCommands->UnadviseFromEvents (); in OnDisconnection()
88 m_pCommands->Release (); in OnDisconnection()
89 m_pCommands = NULL; in OnDisconnection()
H A DDSAddIn.h47 CCommandsObj * m_pCommands;
H A DCommands.cpp73 m_pApplicationEventsObj->m_pCommands = this; in SetApplicationObject()
84 m_pDebuggerEventsObj->m_pCommands = this; in SetApplicationObject()
H A DCommands.h69 CCommands *m_pCommands; in COM_INTERFACE_ENTRY() local