[api-dev] Counting Effects On A Slide

2008-09-26 Thread Daniel Watkins
Hello all, Is there any way to find the number of effects that are on a slide? Or, to put it a different way, is there a way to know how many times XSlideShowController.gotoNextEffect can be called before it will be equivalent to XSlideShowController.gotoNextSlide? If this is not possible,

[api-dev] Split Writer TextTable via dispatcher - which argument?

2008-09-26 Thread Cor Nouws
Hi *, dispatcher.executeDispatch(document, .uno:SplitTable, , 0, Array()) is the way to split a table. However, this shows the dialog with four choices: Copy header / New header with style / New header / Now header My guess is that I should use the Array to pass an argument ... Any hints?