Issue 36813 - IDL: css::presentation::Presentation FirstPage property
Summary: IDL: css::presentation::Presentation FirstPage property
Status: ACCEPTED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows 2000
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2004-11-08 08:06 UTC by christianjunker
Modified: 2017-05-20 11:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description christianjunker 2004-11-08 08:06:33 UTC
The UNO IDL reference clearly says that the property belonging to the
com.sun.star.presentation.Presentation service named "FirstPage" is defined as
taking the value type string.
But if I run this macro for an open Presentation document...
oPresentation = thisComponent.Presentation
 With oPresentation
 	.FirstPage = 1 'starts with first page
        .IsEndless = TRUE
        .IsFullScreen = TRUE
        .Pause = 0
        .start()
 End With

it actually always starts the presentation with the firstpage. 
This is nice, but it is not stated as being allowed to assign an integer to the
FirstPage property.
Do I miss something?
Comment 1 ooo 2004-11-08 08:38:05 UTC
forwarding to responsible developer
Comment 2 clippka 2005-01-25 12:39:38 UTC
changed target
Comment 3 christianjunker 2005-09-28 15:09:42 UTC
changing title, adding oooqa.
Comment 4 Marcus 2017-05-20 11:27:30 UTC
Reset assigne to the default "issues@openoffice.apache.org".