Searched refs:m_pCommands (Results 1 – 4 of 4) sorted by relevance
40 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()
47 CCommandsObj * m_pCommands;
73 m_pApplicationEventsObj->m_pCommands = this; in SetApplicationObject()84 m_pDebuggerEventsObj->m_pCommands = this; in SetApplicationObject()
69 CCommands *m_pCommands; in COM_INTERFACE_ENTRY() local