To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49209
User sw changed the following:
What |Old value |New value
================================================================================
Status|UNCONFIRMED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |WORKSFORME
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri May 13 03:26:06 -0700
2005 -------
I created a document, inserted a 2x3 table, added some content to it and then
executed the following macro ...
xTable = ThisComponent.TextTables(0)
xCellText= xTable.getCellByName("B2")
xtc=xCellText.createTextCursor()
xtc.gotoEnd(true)
xtc.CharRotation = 900
worked like a charm ... only the cell B2 is rotated. What do I miss ?
---------------------------------------------------------------------
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]