| View previous topic :: View next topic |
| Author |
Message |
batlimos23 General User

Joined: 28 Jan 2008 Posts: 6
|
Posted: Sun Feb 03, 2008 4:42 am Post subject: How can i get the internal index of a slide in Impress? |
|
|
there is nothing in the page's properties, i have the nubmer of the page by:
docc=odoc.getcurrentcontroller.getcurrentpage
page.Number
by i want the internal index in Impress ?
any idea ?
thanks. |
|
| Back to top |
|
 |
B Marcelly Super User

Joined: 12 May 2004 Posts: 1414 Location: France
|
Posted: Sun Feb 03, 2008 5:41 am Post subject: Re: How can i get the internal index of a slide in Impress? |
|
|
Hi,
| batlimos23 wrote: | | by i want the internal index in Impress ? |
What did you try exactly ?
This is the index: | Code: | | theIndex = ThisComponent.CurrentController.CurrentPage.Number |
______
Bernard |
|
| Back to top |
|
 |
zambizi General User

Joined: 29 Jan 2008 Posts: 5
|
Posted: Tue Feb 05, 2008 1:46 am Post subject: Impress internal identifier of pages ? |
|
|
Hi
How i can get the internal identifier of the current page (slide) in Impress?
Is there an internal identifier of pages used by Impress?
thank's!  |
|
| Back to top |
|
 |
B Marcelly Super User

Joined: 12 May 2004 Posts: 1414 Location: France
|
Posted: Tue Feb 05, 2008 6:46 am Post subject: |
|
|
Hi,
I suppose you mean : the slide currently displayed during a presentation show.
The above code returns the slide number in the normal view, not in the slideshow.
AFAIK there is no API access to this information. Anyway you can't modify by macro the slide during a slideshow.
______
Bernard |
|
| Back to top |
|
 |
zambizi General User

Joined: 29 Jan 2008 Posts: 5
|
Posted: Thu Feb 07, 2008 1:43 am Post subject: |
|
|
Thank you, B.Marcelly, for your response,
Exactly, my question is :
Is it possible to access to the slide informations (number, time delayed, and animations) during the presentation show?
If possible, which API function would to use to have these properties?
Thanks. |
|
| Back to top |
|
 |
|