Issue 75679 - Inserting paragraph breaks in FieldMaster.User fails
Summary: Inserting paragraph breaks in FieldMaster.User fails
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 2.1
Hardware: All Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: oooqa, rfe_eval_ok
Depends on:
Blocks:
 
Reported: 2007-03-23 14:37 UTC by eberlein
Modified: 2013-02-07 22:39 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description eberlein 2007-03-23 14:37:33 UTC
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.
Comment 1 michael.ruess 2007-03-23 15:18:49 UTC
Reassigned to CN.
Comment 2 chne 2007-05-11 09:11:15 UTC
This is a RFE. I is a known problem and currently not possible to insert
Paragraph breaks into fields.
Comment 3 lohmaier 2010-03-04 22:56:17 UTC
a known problem is a confirmed problem and thus should be set to new, not
unconfirmed.