Re: [api-dev] Infinite loop on presentation

2007-10-27 Thread Bernard Marcelly

Message de Alexandro Colorado  date 2007-10-26 23:15 :
Hi is there any way that there could be an infinite presentation loop. I 
tried to do a forward on the last slide but I had no luck.


You can set this in menu Slide Show> Slide Show settings > Type:Auto

In Basic
oDoc.Presentation.IsEndless = True
oDoc.Presentation.Pause = 5 ' display time of each slide (seconds)


Is there a method that will tell me the total amount of pages and then 
get a jump to the first. Also I would need to know how to manage a timer.


Regards.

 I can see 3 independent questions here. You should start specific 
threads for each and explain what you want to do.


__
Bernard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [api-dev] Infinite loop on presentation

2007-10-27 Thread Bernard Marcelly

Message de Bernard Marcelly  date 2007-10-27 09:54 :

  *Correction* for Pause parameter

In Basic
oDoc.Presentation.IsEndless = True
oDoc.Presentation.Pause = 5 ' pause at end of each run (seconds)


__
Bernard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[api-dev] OO-Snippets : Code of snippets is inaccessible

2007-10-27 Thread Bernard Marcelly

Hi,
Could the responsible for OO-Snippets look at its pages


In these snippets the code is now inaccessible:

Writer > Basic > accessing user-fields
Writer > ooRexx > Alter Zooming
Calc > Basic > access cells
Calc > Basic > set header/footer
Calc > Basic > using built-in functions
Calc > Basic > erase-create_range_name
Calc > Basic > Improve sorting capabilities
Office > Cpp > iterate sequence

Mostly tested with Firefox 2.0.0.8

__
Bernard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [api-dev] list of propertyName's

2007-10-27 Thread Andrew Douglas Pitonyak

Atte André Jensen wrote:

Hi

My cursor is over some text. I'd like to read the propertyes of the 
selection as with (in php):


$propertyValue = $cursor->getPropertyValue('CharWeight');

Where can I see a list of possible propertyName's similar to 
"CharWeight"?


You can inspect the object with XRay, you can inspect the object in the 
IDE, you can look at the definition online, you can look at the debug 
properties of the object.


--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [api-dev] How to change the default page style

2007-10-27 Thread Ool

> For you it should be
> OOo_2.3.0rc3_20070910_Win32Intel_langpack_de.exe

Got it!  Thanks…

-- 
View this message in context: 
http://www.nabble.com/How-to-change-the-default-page-style-tf4574173.html#a13448260
Sent from the openoffice - api dev mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]