Issue 105414 - WW8: bullet list starts outside tablecell when importing
Summary: WW8: bullet list starts outside tablecell when importing
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: open-import (show other issues)
Version: OOo 3.1.1
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords: numbering, regression
Depends on:
Blocks:
 
Reported: 2009-09-28 10:26 UTC by mhxat
Modified: 2013-08-07 14:44 UTC (History)
1 user (show)

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


Attachments
Word 2003 Docfile (151.50 KB, application/msword)
2009-09-28 10:27 UTC, mhxat
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description mhxat 2009-09-28 10:26:52 UTC
When you open the file alg-fehlerbeschreibung.doc in writer then the bullets on
page 1,2 and 4 in the right cell ("Beurteilungskriterien") under "BEURTEILUNG"
are gone. This problem exists also in DEV300m60.
Comment 1 mhxat 2009-09-28 10:27:32 UTC
Created attachment 65004 [details]
Word 2003 Docfile
Comment 2 michael.ruess 2009-09-28 13:29:43 UTC
MRU->OD: see attached doc. The bullet list lower in the table cell has wrong
indent. Was better displayed in OOo 3.0.1.
Comment 3 Oliver-Rainer Wittmann 2009-10-14 16:02:30 UTC
setting keyword "numbering"
Comment 4 Oliver-Rainer Wittmann 2010-05-11 13:58:39 UTC
The analysis of Microsoft Word behavior reveals that the left indent for these
paragraphs are set at the corresponding list level of the applied list style,
while the first line indent is set at the paragraph itself.
When specifying the new position and space properties for list levels - see
specification http://specs.openoffice.org/writer/numbering/NewListLevelAttrs.odt
- such a situation has been overseen.
The problem that in OOo Writer all indent attributes (left indent, first line
indent and right indent) are combined in one attribute item makes it somehow
hard to take the left indent from the paragraph attributes and the first line
indent from the list level properties.

For the WW8 import I will implement the following solution:
- In case that a paragraph has only given a a first line indent and is inside a
list whose corresponding list level provides a left indent the left indent from
the list level is directly applied to the paragraph.

This defect is similar to issue 103711
Comment 5 Oliver-Rainer Wittmann 2010-05-11 14:31:25 UTC
fixed in cws sw33bf04 - changed files:
/sw/source/filter/ww8/ww8par.hxx,
/sw/source/filter/ww8/ww8par.cxx,
/sw/source/filter/ww8/ww8par3.cxx,
/sw/source/filter/ww8/ww8par6.cxx,
change set 54216a665426
Comment 6 Oliver-Rainer Wittmann 2010-05-27 13:33:13 UTC
od->mru: Checked in internal installation set of cws sw33bf04 - please verify.
Comment 7 michael.ruess 2010-05-31 15:51:29 UTC
Verified in CWS sw33bf04.
Comment 8 michael.ruess 2010-08-06 14:53:49 UTC
Checked in DEV300m85 and OOO330m2.