[dev] Antwort: [dev] [solved] [Java] get content of text table - cell

2006-01-20 Thread Tobias Hildebrandt
Ok fellows, I solved it by myself, by casting the Cell into a XText - object: XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, Cell); Then I can simply call: xCellText.getString(); Tobi

Re: [dev] Re: One small job...

2006-01-20 Thread Mathias Bauer
Andrew Brown wrote: > "Chris" <[EMAIL PROTECTED]> wrote in news:002d01c61cee$66557ab0 > [EMAIL PROTECTED]: > >> One small job for a developer ...one giant help for teacher-kind: >> >> > > This looks like a project which could with advantage go to the extensions > site, or even to OOoforums.or

[dev] [Java] get content of text table - cell

2006-01-20 Thread Tobias Hildebrandt
Hi, i`ve got a problem concerning texttables: I iterate through a texttable in Writer, and get a Cell - object for every cell the table contains. For every cell, I want to read its content in a String and replace its content with another String afterwards. The contents are simple texts. The p

[dev] Re: One small job...

2006-01-20 Thread Andrew Brown
"Chris" <[EMAIL PROTECTED]> wrote in news:002d01c61cee$66557ab0 [EMAIL PROTECTED]: > One small job for a developer ...one giant help for teacher-kind: > > This looks like a project which could with advantage go to the extensions site, or even to OOoforums.org for collaborative effort. There se