LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
DocumentEvent Struct Reference

describes an event happening in an OfficeDocument More...

import"DocumentEvent.idl";

Inheritance diagram for DocumentEvent:
EventObject

Public Attributes

string EventName
 specifies the name of the event. More...
 
::com::sun::star::frame::XController2 ViewController
 denotes the view respectively controller which the event applies to. More...
 
any Supplement
 contains supplemental information about the event which is being notified More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

describes an event happening in an OfficeDocument

The com::sun::star::lang::EventObject::Source member of the base type refers to the document which broadcasts the event.

This type is the successor of the EventObject type, which should not be used anymore.

See also
XDocumentEventBroadcaster
Since
OOo 3.1

Member Data Documentation

◆ EventName

string EventName

specifies the name of the event.

It's the responsibility of the component supporting the XDocumentEventBroadcaster interface to specify which events it supports.

◆ Supplement

any Supplement

contains supplemental information about the event which is being notified

The semantics of this additional information needs to be specified by the broadcaster of the event.

◆ ViewController

denotes the view respectively controller which the event applies to.

Might be NULL if the event is not related to a concrete view of the document.


The documentation for this struct was generated from the following file: