summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-04-02 18:37:00 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-04-05 13:05:42 +0200
commit2c82e5d304b56c1dd95d0f3dcafc9a36ce02b5f4 (patch)
tree4d60d1a686085ae4cfb0a415defdb35402a65db8 /offapi
parent21d6c1022aa528836d20ae1b8be9ea1b84bd61aa (diff)
fdo#59071 Slideshow: allow automatic transitions with sub-second
Enable slide transition each 0.25 second instead of whole second. Change-Id: I1907a1baf30cede91a0438d021e003204ea06651
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/presentation/DrawPage.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/presentation/DrawPage.idl b/offapi/com/sun/star/presentation/DrawPage.idl
index 59dd8f3d3061..2abde0f3906d 100644
--- a/offapi/com/sun/star/presentation/DrawPage.idl
+++ b/offapi/com/sun/star/presentation/DrawPage.idl
@@ -62,6 +62,11 @@ published service DrawPage
*/
[property] long Duration;
+ /** If the property <member scope="com::sun::star::drawing">DrawPage::Change</member> is set to 1,
+ this is the time in seconds this page is shown before switching
+ to the next page, also permitting sub-second precision here.
+ */
+ [optional, property] double HighResDuration;
/** This is the effect that is used to fade in this page.
*/
@@ -136,6 +141,7 @@ published service DrawPage
this page. This is only used if <code>IsDateTimeFixed</code> is <false/>.
*/
[optional, property] long DateTimeFormat;
+
};