To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63266





------- Additional comments from [EMAIL PROTECTED] Fri Mar 17 03:21:44 -0800 
2006 -------
sw->pelizzon: when you have several cells selected in a texttable then 
 ThisComponent.CurrentController.ViewCursor
is more or less a TextTableCursor which is meant to travel throw the cells, but
doesn't really support the XText interface. With
 ThisComponent.CurrentController.ViewCursor.Start
you position the Cursor in the first selected Cell and so have an XCell which
indeed supports the XText interface.

I can't see what could be returned when more than one Cell is selected and then
the method getText() is called, but I'm open for suggestions to hand over to the
appropriate developer ;-)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to