To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75679
Issue #|75679
Summary|Inserting paragraph breaks in FieldMaster.User fails
Component|Word processor
Version|OOo 2.1
Platform|All
URL|
OS/Version|Windows XP
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|mru
Reported by|eberlein
------- Additional comments from [EMAIL PROTECTED] Fri Mar 23 13:37:33 +0000
2007 -------
With api you can insert line breaks into the content of a FieldMaster.User.
Inserting paragraph breaks fails, e.g.
XPropertySet xProps
=(XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,fieldMasters.getByName("com.sun.star.text.FieldMaster.User.test"));
xProps.setPropertyValue("Content", "value1\rvalue2\rvalue3");
For compatibility reasons (DOCVARIABLE in MS WORD) this should be possible.
---------------------------------------------------------------------
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]