[api-dev] Impress - change slide event

2010-07-20 Thread Marek Kliś
Hi all, I've problem with current slide change event in edit mode (not in presentation). In presentation mode it's simple - I use XSlideShowListener interface and it's work OK. How can I do the same in edit mode? Is it possible? I use OOoBean in Java. OO 3.2.1 on Windows. -- Best regards Marek

Re: [api-dev] Impress - change slide event

2010-07-20 Thread Marek Kliś
On 20/07/2010 Andre Fischer wrote: Use the controller, convert to XPropertySet, and register as property change listener for the CurrentPage property. Hi Andre, It's exacly what I'm looking for. Thanks -- Regards Marek Kliś

[api-dev] Impress - slide change name event

2010-07-27 Thread Marek Kliś
Hi, How can I listen for slide's name changing. Is it possible? I use OOoBean in Java. OO 3.2.1 on Windows. -- Regards Marek Kliś - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail

[api-dev] ooBean.storeToStream - problem

2010-08-09 Thread Marek Kliś
OK although exception occurs. Presentation consists of many pictures - jpeg and png (about 10MB). If I try store small presentation - everything is OK. I also try store in new thread with XEventListener and wait for OnCopyToDone event. How can I remove this exception? -- Regards Marek Kliś