To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27268
User tl changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jul 14 06:15:02 -0700
2005 -------
The basic reason for the problem is that anchors of text tables does not have a
position in the text! That is implementation specific but cannot be changed
without rewriting the core.
Thus I added ome comments to the TextTable.idl and XTextContent::getAnchor.
It loks like this:
+++++++++++++++++++++++++++++++
Note: The anchor of the actual implementation for text tables
does not have a position in the text. Thus that anchor can not be
used for some operation like attach for example or
insertTextContent
or other function that require the object to have a position in the
text.
The reason why a text table still needs an anchor is that for example
tables should be insertable via insertTextContent
and that interface uses a parameter of that type.
+++++++++++++++++++++++++++++++
Files changed:
offapi:
- com/sun/star/text/TextTable.idl new revision: 1.14.180.1
- com/sun/star/text/XTextContent.idl new revision: 1.9.212.1
---------------------------------------------------------------------
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]