To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51625
Issue #:|51625
Summary:|one cell in a writer table is not selected
Component:|api
Version:|680m112
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|tl
Reported by:|sg
------- Additional comments from [EMAIL PROTECTED] Wed Jul 6 02:28:02 -0700
2005 -------
to reproduce, insert a table in the document and execute:
xText = ThisComponent.getText()
xSelectionSupplier = ThisComponent.getCurrentController()
xEnum = xText.createEnumeration()
xTextTable = xEnum.nextElement()
xCellRange = xTextTable.getCellRangeByName("A1:A1")
xSelectionSupplier.select(xCellRange)
This works, if more than one cell is used, e.g. "A1:B1".
---------------------------------------------------------------------
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]