:: com :: sun :: star :: animations ::
|
unpublished |
constants group EventTrigger |
|
|
- Usage Restrictions
- not published
|
Constants |
NONE |
Nothing triggers this event.
|
ON_BEGIN |
|
ON_END |
|
BEGIN_EVENT |
This event is raised when the element local timeline begins to play.
It will be raised each time the element begins the active duration
(i.e. when it restarts, but not when it repeats).
|
END_EVENT |
This event is raised at the active end of the element. Note that this
event is not raised at the simple end of each repeat.
|
ON_CLICK |
|
ON_DBL_CLICK |
|
ON_MOUSE_ENTER |
|
ON_MOUSE_LEAVE |
|
ON_NEXT |
This event is raised when the user wants the presentation to go one step forward.
|
ON_PREV |
This event is raised when the user wants the presentation to go one step backward.
|
ON_STOP_AUDIO |
|
REPEAT |
This event is raised when the element local timeline repeats.
It will be raised each time the element repeats, after the first iteration.
|
Constants' Details |
NONE
const short NONE = 0;
- Description
- Nothing triggers this event.
|
|
ON_BEGIN
const short ON_BEGIN = 1;
|
|
ON_END
|
BEGIN_EVENT
|
END_EVENT
|
ON_CLICK
const short ON_CLICK = 5;
|
|
ON_DBL_CLICK
const short ON_DBL_CLICK = 6;
|
|
ON_MOUSE_ENTER
const short ON_MOUSE_ENTER = 7;
|
|
ON_MOUSE_LEAVE
const short ON_MOUSE_LEAVE = 8;
|
|
ON_NEXT
const short ON_NEXT = 9;
- Description
- This event is raised when the user wants the presentation to go one step forward.
|
|
ON_PREV
const short ON_PREV = 10;
- Description
- This event is raised when the user wants the presentation to go one step backward.
|
|
ON_STOP_AUDIO
const short ON_STOP_AUDIO = 11;
|
|
REPEAT
|
Top of Page
Copyright © 2000, 2012 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.