Hello,
that is a resend of quite an old post, as there was no reply to it. See:
http://www.oasis-open.org/apps/org/workgroup/office/email/archives/200601/msg00052.html
Background:
In 9.1.4 Drawing Pages there is defined that a page name can be set by using
the draw:name attribute. It also says that if it is used it has to be unique.
Also there is a unique draw:id attribute for a page.
Problem in KPresenter:
In kpresenter it is possible to have the same name for different slides which
I think is good as the user can do so if he wants.
The problem is that in 9.11.6 Show Definitions it is defined to use the
draw:name of the page as reference to the slides used in custom slide show.
Problem in OOo-impress:
If you name Slide 1 "page1" and you save and reload the document it will say
"Slide 1" as name for the slide. This is because OOo-impress uses pageX as
the default when none is there.
So you can trick OOo-impress to generate 2 times draw:name="page3" if you set
no name for slide 3 and set the name for slide 2 to page3. If you do so the
custom slide show feature will no longer work as expected.
http://www.openoffice.org/issues/show_bug.cgi?id=61416
How about using the draw:id instead of the draw:name?
Thorsten Zachmann