service Events in module com::sun::star::document::

(Global Index)

Syntax

service Events;

Description

is a collection of all events supported by a document or content of a document.

Exported Interfaces

com::sun::star::container::XNameReplace

Description

offers access to the list of EventDescriptor s.

The following events are usually available:

OnSelect
OnInsertStart
OnInsertDone
OnMailMerge
OnAlphaCharInput
OnNonAlphaCharInput
OnResize
OnMove
OnPageCountChange
OnMouseOver
OnClick
OnMouseOut
OnLoadError
OnLoadCancel
OnLoadDone
OnLoad OnUnload
OnStartApp
OnCloseApp
OnNew
OnSave
OnSaveAs
OnFocus
OnUnfocus
OnPrint
OnError
OnLoadFinished
OnSaveFinished
OnModifyChanged
OnPrepareUnload
OnNewMail
OnToggleFullscreen
OnSaveDone
OnSaveAsDone

Top of Page