[api-dev] [reminder]TextTable and row duplication

2005-02-23 Thread Laurent Godard
Hi all in case of someone has an idea, i remind the question any hint or way to look at would be usefull feel free to ask if i'm not clear enough Thanks in advance Laurent '- Hi all i have to duplicate rows of a TextTable in WRITER (OOo 1.1.4 - pyUNO) I found 2 ways to achieve this :

Re: [api-dev] [reminder]TextTable and row duplication

2005-02-23 Thread Michael Hoennig
Hi Laurent, i have to duplicate rows of a TextTable in WRITER (OOo 1.1.4 - pyUNO) I found 2 ways to achieve this : - use dispatch and UNO slots to copy/paste - loop over each textPortion of each cell to build the new content The second is quite time consumming to develop and IMHO too