Searched refs:XApplicationEvents (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/vim-55/src/VisVim/
H A DCommands.cpp142 HRESULT CCommands::XApplicationEvents::BeforeBuildStart()
148 HRESULT CCommands::XApplicationEvents::BuildFinish(long nNumErrors, long nNumWarnings)
154 HRESULT CCommands::XApplicationEvents::BeforeApplicationShutDown()
164 HRESULT CCommands::XApplicationEvents::DocumentOpen(IDispatch * theDocument)
219 HRESULT CCommands::XApplicationEvents::BeforeDocumentClose(IDispatch * theDocument)
225 HRESULT CCommands::XApplicationEvents::DocumentSave(IDispatch * theDocument)
231 HRESULT CCommands::XApplicationEvents::NewDocument(IDispatch * theDocument)
269 HRESULT CCommands::XApplicationEvents::WindowActivate(IDispatch * theWindow)
275 HRESULT CCommands::XApplicationEvents::WindowDeactivate(IDispatch * theWindow)
281 HRESULT CCommands::XApplicationEvents
[all...]
H A DCommands.h76 class XApplicationEvents : public XEventHandler < IApplicationEvents, class in class:CCommands
79 XApplicationEvents,
97 typedef CComObject < XApplicationEvents > XApplicationEventsObj;

Completed in 162 milliseconds