:: com :: sun :: star :: document ::
|
unpublished |
struct DocumentEvent |
|
|
- Base Hierarchy
DocumentEvent
┗ ::com::sun::star::lang::EventObject
|
- Usage Restrictions
- not published
- 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.
- Since
- OOo 3.1
- See also
- XDocumentEventBroadcaster
|
Elements' Summary |
EventName |
specifies the name of the event.
|
ViewController |
denotes the view respectively controller which the event applies to.
|
Supplement |
contains supplemental information about the even which is being notified
|
Elements' Details |
EventName
string EventName;
- Description
- specifies the name of the event.
It's the responsibility of the component supporting the XDocumentEventBroadcaster
interface to specify which events it supports.
|
|
ViewController
::com::sun::star::frame::XController2 ViewController;
- Description
- 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.
|
|
Supplement
any Supplement;
- Description
- contains supplemental information about the even which is being notified
The semantics of this additional information needs to be specified by the broadcaster
of the event.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.