You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/08/20 04:35:21 UTC

[Bug 120620] New: [Feature]Add the List Level attribute for paragraph styles in Aoo Writer

https://issues.apache.org/ooo/show_bug.cgi?id=120620

          Priority: P1
            Bug ID: 120620
          Keywords: numbering
          Assignee: ooo-issues@incubator.apache.org
           Summary: [Feature]Add the List Level attribute for paragraph
                    styles in Aoo Writer
          Severity: major
        Issue Type: FEATURE
    Classification: Application
                OS: All
          Reporter: chengjh@apache.org
          Hardware: All
            Status: CONFIRMED
           Version: AOO350-dev
         Component: save-export
           Product: word processor

Scope:
1)The list level attribute of para style will be exported to odt with defined
format.
2)The exported list level attribute of para style will be imported into data
model of Aoo Writer successfully
3)The list level attribute of para style will be recorded in data model of Aoo
Writer

Wiki:
http://wiki.openoffice.org/wiki/Writer/NumberingEnhancementforMSInteroperability

FS:
http://www.openoffice.org/specs/writer/index.html

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120620] [Feature]Add the List Level attribute for paragraph styles in Aoo Writer

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120620

Oliver-Rainer Wittmann <or...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orw@apache.org
           Assignee|ooo-issues@incubator.apache |qiuhuaidong@gmail.com
                   |.org                        |

--- Comment #2 from Oliver-Rainer Wittmann <or...@apache.org> ---
Assigning issue to qiuhuaidong as he is working on this issue.

I would like to have a look at the patch. I hope I will find some time next
week.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120620] [Feature]Add the List Level attribute for paragraph styles in Aoo Writer

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120620

--- Comment #1 from qiuhuaidong@gmail.com ---
Created attachment 79346
  --> https://issues.apache.org/ooo/attachment.cgi?id=79346&action=edit
import and export part of the feature

The patch includes code for odt import and export part of the list level
attribute, if a odt file contains a paragraph style has list-level attribute,
it will be import successfully, link between list style and paragraph style can
be verified in the options dialog of the list style.

If the user save the file as odt format the attribute will be keep too, which
can be verified by open the file again check the list style option.

The option dialog of the list style is not fully functional yet, currently, we
can not create list level attribute for  a paragraph style.

test case:

here is a file which contains a paragraph style named "ParaStyle", the
paragraph style has an attribute list-level=6.

http://wiki.openoffice.org/wiki/File:Numbering.odt

I use this file to test the exporting and importing function.

-- 
You are receiving this mail because:
You are the assignee for the bug.