20 #ifndef __com_sun_star_script_vba_VBAEventId_idl__
21 #define __com_sun_star_script_vba_VBAEventId_idl__
24 module
com { module sun { module star { module script { module vba {
const long WORKBOOK_ACTIVATE
Document activated.
Definition: VBAEventId.idl:70
const long WORKSHEET_CHANGE
Cells in sheet have been changed.
Definition: VBAEventId.idl:105
const long WORKBOOK_BEFORESAVE
Document about to be saved.
Definition: VBAEventId.idl:80
const long WORKSHEET_SELECTIONCHANGE
Selection in sheet has been changed.
Definition: VBAEventId.idl:107
const long WORKSHEET_BEFOREDOUBLECLICK
Double click in the sheet.
Definition: VBAEventId.idl:99
const long WORKBOOK_BEFOREPRINT
Document about to be printed.
Definition: VBAEventId.idl:78
const long AUTO_EXEC
Application start.
Definition: VBAEventId.idl:52
const long DOCUMENT_NEW
New text document opened from template.
Definition: VBAEventId.idl:59
const long NO_EVENT
An identifier not corresponding to any VBA document event.
Definition: VBAEventId.idl:41
const long WORKBOOK_DEACTIVATE
Document deactivated.
Definition: VBAEventId.idl:72
– idl definition –
Definition: Ambiguous.idl:22
const long WORKBOOK_AFTERSAVE
Document has been saved.
Definition: VBAEventId.idl:82
const long DOCUMENT_OPEN
Text document opened (loaded).
Definition: VBAEventId.idl:61
const long AUTO_NEW
New document opened from template.
Definition: VBAEventId.idl:46
const long WORKBOOK_OPEN
Document opened (loaded).
Definition: VBAEventId.idl:74
const long AUTO_CLOSE
Document about to be closed.
Definition: VBAEventId.idl:50
const long WORKSHEET_ACTIVATE
Worksheet has been activated (made visible).
Definition: VBAEventId.idl:95
const long WORKBOOK_NEWSHEET
New sheet inserted.
Definition: VBAEventId.idl:84
const long AUTO_EXIT
Application exit.
Definition: VBAEventId.idl:54
const long WORKBOOK_WINDOWDEACTIVATE
Document window has been deactivated.
Definition: VBAEventId.idl:88
const long WORKSHEET_CALCULATE
Cells in sheet have been recalculated.
Definition: VBAEventId.idl:103
const long USERDEFINED_START
Implementations are allowed to use identifiers above this value for any internal purpose.
Definition: VBAEventId.idl:114
const long AUTO_OPEN
Document opened (loaded).
Definition: VBAEventId.idl:48
const long WORKSHEET_BEFORERIGHTCLICK
Right click in the sheet.
Definition: VBAEventId.idl:101
const long DOCUMENT_CLOSE
Document about to be closed.
Definition: VBAEventId.idl:63
const long WORKBOOK_WINDOWACTIVATE
Document window has been activated.
Definition: VBAEventId.idl:86
const long WORKBOOK_BEFORECLOSE
Document about to be closed.
Definition: VBAEventId.idl:76
const long WORKSHEET_FOLLOWHYPERLINK
Hyperlink has been clicked.
Definition: VBAEventId.idl:109
const long WORKSHEET_DEACTIVATE
Worksheet has been activated (made visible).
Definition: VBAEventId.idl:97
const long WORKBOOK_WINDOWRESIZE
Document window has been resized.
Definition: VBAEventId.idl:90