From 2c82e5d304b56c1dd95d0f3dcafc9a36ce02b5f4 Mon Sep 17 00:00:00 2001 From: Cao Cuong Ngo Date: Tue, 2 Apr 2013 18:37:00 +0200 Subject: fdo#59071 Slideshow: allow automatic transitions with sub-second Enable slide transition each 0.25 second instead of whole second. Change-Id: I1907a1baf30cede91a0438d021e003204ea06651 --- offapi/com/sun/star/presentation/DrawPage.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'offapi') 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 DrawPage::Change 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 IsDateTimeFixed is . */ [optional, property] long DateTimeFormat; + }; -- cgit