Hi,
sorry for the late response... but me thinks later is better than never.
Carles Pina i Estany wrote:
I have a Python-Uno program working together with OO Impress slide.
Some months ago I needed a GetByName method to get some object from
com.sun.star.drawing.XDrawPage. I didn't fine the way and I implemented
some slow algorithm using some iteration and GetByIndex(i).GetByName()
Last days in other situations I have had a problem with it, and the
question is: is there any way to get an object from drawing.XDrawPage
that is not GetByIndex?
Could you please describe the problem you encountered with the
getByIndex(i).getName() methodology?
I am sure that there is some better way and I don't fine the way.
I'm also iterating through the shapes on each XDrawPage in a document
from a Java program and
- it works fine without any problem
- there's no API to access shapes on the drawing page by name sincs
XDrawPage was built only on css.container.XIndexAccess.
Regards,
Jozsi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]