Issue 108426 - create style via API is broken
Summary: create style via API is broken
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: joerg.skottke
QA Contact: issues@api
URL:
Keywords: regression
: 108646 (view as issue list)
Depends on:
Blocks: 99999
  Show dependency tree
 
Reported: 2010-01-18 15:23 UTC by jsc
Modified: 2017-05-20 09:32 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 jsc 2010-01-18 15:23:26 UTC
Creating a new style via API seems to broken.

Broken:
- create new paragraph style
- set properties
- insert style by name with property set
-> result new style where all the specified properties are lost

Workaround:
- create new paragraph style
- insert style by name with property set
- set properties

Broken SDK examples odk/examples/java/Text/StyleCreation.java
Comment 1 Oliver Specht 2010-01-18 15:40:38 UTC
Fixed in cws os140 in 
sw/source/core/unocore/unostyle.cxx
Comment 2 Oliver Specht 2010-01-25 11:09:05 UTC
*** Issue 108646 has been marked as a duplicate of this issue. ***
Comment 3 stefan.baltzer 2010-01-25 16:34:01 UTC
Set keyword "regression". Put myself and JSK on CC.
SBA->OS: I propose to fix this one for OOo 3.2.1
Comment 4 Oliver Specht 2010-01-29 15:23:04 UTC
Now also fixed in cws ooo321gsl02
Comment 5 philipp.lohmann 2010-01-29 16:12:00 UTC
... making the target 3.2
Comment 6 joerg.skottke 2010-02-01 12:41:00 UTC
For reproduction see issue 108646
Comment 7 joerg.skottke 2010-02-01 12:51:36 UTC
Good in Linux build, the fonst style is applied, the color is red.
Comment 8 Oliver Specht 2010-02-01 14:14:21 UTC
Reassigned to jsk