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

2008-09-29 Thread Cor Nouws
Cor Nouws wrote (26-9-2008 14:05) 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

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

2008-09-29 Thread Fernand Vanrie
Cor, Did you see this topic http://www.oooforum.org/forum/viewtopic.phtml?t=9787highlight=split+texttable on the forum ? fernand Cor Nouws wrote: Cor Nouws wrote (26-9-2008 14:05) dispatcher.executeDispatch(document, .uno:SplitTable, , 0, Array()) is the way to split a table. However,

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

2008-09-29 Thread Cor Nouws
Hi Fernand, Fernand Vanrie wrote (29-9-2008 16:39) Did you see this topic http://www.oooforum.org/forum/viewtopic.phtml?t=9787highlight=split+texttable on the forum ? Maybe I missed it, of just not read the whole story... But this indeed looks useful for the moment. Thanks, Cor -- The

[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?