Difference between revisions of "Writer/Numbering"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
(36 intermediate revisions by 8 users not shown)
Line 1: Line 1:
=Writer Numbering Behavior=
+
{{Writer Project|Category=Writer/Stalled}}
 +
=Writer's list and outline functionality=
  
The Writer numbering is a complex behavior to handle chapter numbering (aka outline numbering), numbered lists and the verry related bullet lists. This article is intended to document the development work done in this area starting with OOo 1.0.0 towards the most current OOo release. Detailed information is given in the linked specifications.
+
The Writer's list and outline functionality is a complex behavior to handle chapter numbering (aka outline numbering), numbered lists and the very related bullet lists.  
 +
This article is intended to be the home of the "list consolidation" project.
 +
The projects main purposes are
 +
* Collect, review and categorize the known issues in this area.
 +
* Identify areas/issues/features on which should be concentrated next.
 +
* Being the “Home” for new features/enhancements – creation of specifications.
 +
* Keep history of past developments.
 +
 
 +
Current project members are:
 +
* Jacqueline Rahemipour (mailto:jrahemipour@openoffice.org), lead and user experience
 +
* Michael Rüß (mailto:mru@openoffice.org), quality assurance
 +
* Andre Schnabel (mailto:andreschnabel@openoffice.org), quality assurance
 +
* Oliver-Rainer Wittmann (mailto:od@openoffice.org), development
 +
 
 +
Have a look at our OOoCon 2009 presentation - see http://conference.services.openoffice.org/index.php/ooocon/2009/paper/view/107
 +
 
 +
Further members are welcome!
  
 
Feedback and ideas are welcome!
 
Feedback and ideas are welcome!
  
==Change History==
+
==List of known issues in Writer numbering and outline==
 +
 
 +
===ods-file===
 +
[[Media:Numbering_issues.ods|Issue list .ods]]
 +
 
 +
===Issue-Tracker query===
 +
[http://qa.openoffice.org/issues/buglist.cgi?email1=&emailtype1=exact&email2=&emailtype2=exact&issueidtype=include&issue_id=&changedin=&votes=&chfieldfrom=&chfieldto=&chfieldvalue=&short_desc=&short_desc_type=fulltext&long_desc=&long_desc_type=fulltext&issue_file_loc=&issue_file_loc_type=fulltext&status_whiteboard=&status_whiteboard_type=fulltext&keywords=numbering&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Issue+Number&Submit+query=Submit+query Issue-Tracker query with keyword "numbering"]
 +
 
 +
===History===
 +
2009-10-20: Wiki-table removed, added Issue-Tracker query
 +
 
 +
2009-10-18: added keyword "numbering" to issues, uploaded .ods including all issues
 +
 
 +
2009-01-06: update, list of issues known by Oliver-Rainer Wittmann, 2008-12-05
 +
 
 +
2007-10-18: initial list of issues known by Oliver-Rainer Wittmann (od@openoffice.org) --[[User:Od|Od]] 16:29, 18 October 2007 (CEST)
 +
 
 +
==Features/Enhancements==
 +
 
 +
* [[Writer/NumberingEnhancementforMSInteroperability|Numbering Enhancement for MS Interoperability]]
 +
 
 +
==History of past developments==
  
===OpenOffice.org 2.x/3.0===
+
===OpenOffice.org 3.1===
  
 +
====Outline level attribute====
 
An outline level attribute for paragraph and paragraph styles will be introduced to improve the usability of the handling with headings and the export and import capabilities. Specification can be found here [http://specs.openoffice.org/writer/numbering/OutlineLevel.odt].
 
An outline level attribute for paragraph and paragraph styles will be introduced to improve the usability of the handling with headings and the export and import capabilities. Specification can be found here [http://specs.openoffice.org/writer/numbering/OutlineLevel.odt].
  
It is planned to introduce with feature in OpenOffice.org 2.4 or 3.0
+
===OpenOffice.org 3.0===
 +
 
 +
====New list level attributes====
 +
 
 +
Introduction of new position and spacing attributes for the list levels of a list style in order to provide a new possibility to specify the position and spacing of the list label and the text lines of the list item itself.
 +
Specification can be found here [http://specs.openoffice.org/writer/numbering/NewListLevelAttrs.odt].
 +
ODF 1.2 proposal can be found here [http://lists.oasis-open.org/archives/office/200703/msg00031.html].
 +
Allows better compatibility with the list levels of Microsoft Word list styles.
 +
 
 +
Formatting due to former list level attributes:
 +
 
 +
[[Image:FormerListLevelAttrs.png|center|600px ]]
 +
 
 +
Formatting due to new list level attributes:
 +
 
 +
[[Image:NewListLevelAttrs.png|center|600px ]]
 +
 
 +
 
 +
====Internal changes to lists due to ODF 1.2====
 +
Refactoring of Writer core model of lists due to the made enhancements and clarification to lists in ODF 1.2 - approved ODF 1.2 proposal can be found here [http://www.oasis-open.org/committees/download.php/23418/07-04-05-proposal-lists.odt].
 +
*Different list items of a list are allowed to have different list styles.
 +
*Two Lists with the same list style are still two separate lists.
 +
*Improved continuation of an arbitrary list by another list.
 +
*Correct representation of OOo lists in ODF.
 +
 
 +
Refactoring also considers that support for meta data at lists and list items should be possible in the future.
 +
 
 +
 
 +
====Changes for Bullet Characters of the Default Bullet List====
 +
Bullet characters in font OpenSymbol are adjusted in order to better fit the ones used by Microsoft Word.
 +
*Unicode code points of the bullet characters now match the ones which are typically used for bullets in fonts.
 +
*Bullets are smaller than before.
 +
Bullet characters are now growing/shrinking with the paragraph's font size for a default bullet list.
 +
 
 +
[[Image:FormerBullets.png|center|500px]]
 +
 
 +
[[Image:NewBullets.png|center|500px]]
  
 
===OpenOffice.org 2.0.2===
 
===OpenOffice.org 2.0.2===
Line 25: Line 100:
 
===OpenOffice.org 2.0.0===
 
===OpenOffice.org 2.0.0===
  
On the way to the mayor release of OOo 2.0.0 there were more and more numbering issues which could not be addressed with the numbering core of OOo 1.0.0 ++. Therefore the numbering core and GUI implementation got reworked in general for the OOo 2.0.0 release:
+
On the way to the major release of OOo 2.0.0 there were more and more numbering issues which could not be addressed with the numbering core of OOo 1.0.0 ++. Therefore the numbering core and GUI implementation got reworked in general for the OOo 2.0.0 release:
  
 
http://specs.openoffice.org/writer/numbering/NumberingBullet1.sxw  
 
http://specs.openoffice.org/writer/numbering/NumberingBullet1.sxw  
Line 31: Line 106:
 
Due to time and resource limitations not all planned changes to UI and core got implemented. The issues which did not made it into the OOo 2.0.0 release got shifted into the numbering 2 specification for future releases:
 
Due to time and resource limitations not all planned changes to UI and core got implemented. The issues which did not made it into the OOo 2.0.0 release got shifted into the numbering 2 specification for future releases:
  
http://specs.openoffice.org/writer/numbering/NumberingBullet2.sxw  
+
http://specs.openoffice.org/writer/numbering/NumberingBullet2.sxw
  
 
===OpenOffice.org 1.0.0===
 
===OpenOffice.org 1.0.0===
Line 37: Line 112:
 
This was the given behavior of Writer numbering, when OOo got open sourced. This behavior stayed nearly untouched towards to OOo 2.0.0.
 
This was the given behavior of Writer numbering, when OOo got open sourced. This behavior stayed nearly untouched towards to OOo 2.0.0.
  
 
+
[[Category:Writer Numbering]]
==List of known issue in Writer numbering and outline==
+
 
+
Status of the following list of known issues:
+
 
+
2007-10-18: initial list of issues known by Oliver-Rainer Wittmann (od@openoffice.org) --[[User:Od|Od]] 16:29, 18 October 2007 (CEST)
+
 
+
<TABLE COLS=6 WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0>
+
<TR VALIGN=BOTTOM>
+
<TD HEIGHT=16 BGCOLOR="#a3b8cb">
+
<P>Id</P>
+
</TD>
+
<TD BGCOLOR="#a3b8cb">
+
<P>Summary</P>
+
</TD>
+
<TD BGCOLOR="#a3b8cb">
+
<P>Type</P>
+
</TD>
+
<TD BGCOLOR="#a3b8cb">
+
<P>Target</P>
+
</TD>
+
<TD BGCOLOR="#a3b8cb">
+
<P>Prio</P>
+
</TD>
+
<TD BGCOLOR="#a3b8cb">
+
<P>Notes</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD>
+
<P>i62675</P>
+
</TD>
+
<TD>
+
<P>Numbered chapter styles behave erratically; hard numbers should
+
turn to outlines when assigning heading style</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.4</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>apply of outline paragraph style</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i54707</P>
+
</TD>
+
<TD>
+
<P>Outline Style on Numbered Paragraph Removes Hard Numbering
+
Attribute</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i56201</P>
+
</TD>
+
<TD>
+
<P>Also adapt new default bullet for list created by AutoFormat</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>usability: bullets AutoFormat</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i56630</P>
+
</TD>
+
<TD>
+
<P>Unassigned outline attribute &quot;Show Sublevel&quot; is set
+
to &quot;1&quot; when saved</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>usability: save-load</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i56851</P>
+
</TD>
+
<TD>
+
<P>Undo on changing hard format of numering label does not work</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>undo</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i57352</P>
+
</TD>
+
<TD>
+
<P>Continuing of Numbering does not work when multi selection is
+
processed</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>editing: numbering on/off of multi-selection of paragraphs</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i57499</P>
+
</TD>
+
<TD>
+
<P>Fourth (custom) Outline level not set in SW5 document</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>import: outline</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i57500</P>
+
</TD>
+
<TD>
+
<P>Outline numbers from SW5 cannot be highlighted</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>import: outline</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i58447</P>
+
</TD>
+
<TD>
+
<P>Copy &amp; paste of numbering into a numbering continuous
+
source numbering</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>usability: copy-and-paste of numbered paragraphs</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i59088</P>
+
</TD>
+
<TD>
+
<P>WW8: sometime outline numbers not displayed though styles
+
correctly assigned to levels</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>import: outline</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i59342</P>
+
</TD>
+
<TD>
+
<P>TOC from SW5 document sometimes not possible to update</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>TOC StarOffice 5.x binary file format</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i59343</P>
+
</TD>
+
<TD>
+
<P>Chapter field in SW5 document does not have content</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>chapter field sdw</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i59346</P>
+
</TD>
+
<TD>
+
<P>unused outline settings from SW5 document not imported</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>import: outline</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i59363</P>
+
</TD>
+
<TD>
+
<P>Heading 2 as follow of Heading 1 will produce wrong outline
+
numbers</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>outline style as follow of another outline style</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i59383</P>
+
</TD>
+
<TD>
+
<P>Outline from SW5 documentsometimes initially numbered wrong in
+
second level</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>import: outline</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i61776</P>
+
</TD>
+
<TD>
+
<P>Bullets in outline numbering disappear after reopening the file</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>outline + bullets, also import</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i61977</P>
+
</TD>
+
<TD>
+
<P>List style from paragraph style not assigned in text anymore in
+
OO2.0.0 document</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>xml import</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i62471</P>
+
</TD>
+
<TD>
+
<P>ASSERT: &lt;InsAttr(..)&gt; - PaM in front of label, but text
+
node has no numbering rule set</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>&lt;in front of label&gt; defect</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i62635</P>
+
</TD>
+
<TD>
+
<P>undo does not restore numbering level after pasting into
+
different level</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>editing: undo</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i62750</P>
+
</TD>
+
<TD>
+
<P>Nested bullet lists imported incorrectly from HTML</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>html import</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i63356</P>
+
</TD>
+
<TD>
+
<P>WW8: missing indentation after bullets</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>WW8, numbering</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i64663</P>
+
</TD>
+
<TD>
+
<P>In outline paragraph &quot;spacing to text&quot; not correctly
+
saved in first paragraph</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>save of outline paragraph + indent</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i64713</P>
+
</TD>
+
<TD>
+
<P>Outline dialog overwrites indents of Heading style</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>outline numbering dialog</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i64881</P>
+
</TD>
+
<TD>
+
<P>controlling numbering indent with mouse not possible</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i65055</P>
+
</TD>
+
<TD>
+
<P>Keep small bullets as default in old documents (like sxw)</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>default bullets</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i65787</P>
+
</TD>
+
<TD>
+
<P>Can't use name &quot;Outline&quot; for list style</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>outline</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i66122</P>
+
</TD>
+
<TD>
+
<P>WW8: numbered paragraph is displayed in wrong level and &quot;start
+
with&quot; number</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>WW8, numbering</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i66153</P>
+
</TD>
+
<TD>
+
<P>Wrong text formatting</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>WW8, indent</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i66405</P>
+
</TD>
+
<TD>
+
<P>Heading 2 paragraph of HTML document in second level after
+
reopen</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>outline, html</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i67772</P>
+
</TD>
+
<TD>
+
<P>Large table with bullets very slow creating new bullets</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>performance continuous numbering</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i68704</P>
+
</TD>
+
<TD>
+
<P>WW8: Space numbering in Outline Numbering is not retained</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>WW8 export - compatibility</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i68709</P>
+
</TD>
+
<TD>
+
<P>Moving numbering inents via mouse does not work as specified</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>usability</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i68711</P>
+
</TD>
+
<TD>
+
<P>Hard format for number label changes character style</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>format numbering label</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i68714</P>
+
</TD>
+
<TD>
+
<P>Backspace does not work correctly when numbered para has
+
indents</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>editing: backspace</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i68833</P>
+
</TD>
+
<TD>
+
<P>bullet lists: changing indents instead of demotion in bugdoc</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>editing - tab</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i68955</P>
+
</TD>
+
<TD>
+
<P>&quot;Default formatting&quot; might move paragraph back to
+
first level in bullet list</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i69507</P>
+
</TD>
+
<TD>
+
<P>Copy/paste of numbered paragraphs into other numbering is not
+
intuitive</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i69561</P>
+
</TD>
+
<TD>
+
<P>heading paragraph &lt;text:h&gt; not numbered, if paragraph
+
style provides list style</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i69644</P>
+
</TD>
+
<TD>
+
<P>Placing cursor sometimes erroneously gives dragging guides for
+
(numbering) indents</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>usability - indenting</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i77708</P>
+
</TD>
+
<TD>
+
<P>Tools.Outline settings lost on Save</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P2</P>
+
</TD>
+
<TD>
+
<P>outline, export/import</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i77990</P>
+
</TD>
+
<TD>
+
<P>Autoindent of numbering is wrong when one blank is used</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i78935</P>
+
</TD>
+
<TD>
+
<P>Outline numbering do not work after bullet lists when
+
copy-pasting html data</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i79370</P>
+
</TD>
+
<TD>
+
<P>Paragraph style setting in Outline Numbering window not saved
+
at first try</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>outline</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i81431</P>
+
</TD>
+
<TD>
+
<P>WW8: hard formatted indent of heading not regarded on import</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i58398</P>
+
</TD>
+
<TD>
+
<P>Default bullet list symbols have to be overworked</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 3.0</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i58729</P>
+
</TD>
+
<TD>
+
<P>No automatic bullet size in Writer</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 3.0</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i63395</P>
+
</TD>
+
<TD>
+
<P>Change default bullet characters, font and size</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo 3.0</P>
+
</TD>
+
<TD>
+
<P>P2</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i26315</P>
+
</TD>
+
<TD>
+
<P>Numbering style can't be deleted when used by paragraph</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P4</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i34674</P>
+
</TD>
+
<TD>
+
<P>Show Space Between Chapter Numbering and Heading Text (in
+
navigator)</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i50680</P>
+
</TD>
+
<TD>
+
<P>Bullets on/off formatting issue when paragraph starts with
+
spaces</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i54409</P>
+
</TD>
+
<TD>
+
<P>Table of contents numbering is distorted</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>import: outline</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i56053</P>
+
</TD>
+
<TD>
+
<P>WW8: Outline numbering wrong in second level when first level
+
not linked to style</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>import: outline</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i57052</P>
+
</TD>
+
<TD>
+
<P>Num label highlighting not refreshed on Undo of demoting</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>usability: in front of label defect on undo</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i57909</P>
+
</TD>
+
<TD>
+
<P>Outline in certain .sdw not shown in Navigator</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>import: outline</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i59002</P>
+
</TD>
+
<TD>
+
<P>Paragraph style assignment in outline dialog gets corrupted</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>outline numbering dialog</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i59891</P>
+
</TD>
+
<TD>
+
<P>Numbering/Bullets mode in Right to Left direction indents BOTH
+
sides of text</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>formatting: R2L problem</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i61576</P>
+
</TD>
+
<TD>
+
<P>ux-ctest: Manual bullet lists created with special characters
+
are not beeing recognized by AutoCorrection</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i61654</P>
+
</TD>
+
<TD>
+
<P>ux-ctest: Promoting/Demoting function for bullets and
+
numberings is not found by users</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P2</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i62123</P>
+
</TD>
+
<TD>
+
<P>Outline paragraphs does not behave intuitively when assigning
+
bullets</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P2</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=32>
+
<P>i68231</P>
+
</TD>
+
<TD>
+
<P>Deleting numbered paragraph will also delete preceeding table</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P>editing: delete of numbered paragraph</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i69853</P>
+
</TD>
+
<TD>
+
<P>Auto-indenting from numbered list will not intuitively go away</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i70113</P>
+
</TD>
+
<TD>
+
<P>Numbering toolbar not shown when numbering type is &quot;None&quot;</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i78524</P>
+
</TD>
+
<TD>
+
<P>Auto-capitalisation of letter &quot;i&quot; hinders Automatic
+
numbering (New entry in Engl. AutoCorr list)</P>
+
</TD>
+
<TD>
+
<P>DEFECT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i41923</P>
+
</TD>
+
<TD>
+
<P>RFE: PDF Export of multiple outline numberings</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i69694</P>
+
</TD>
+
<TD>
+
<P>Tab does not change Outline level for first paragraph in
+
document</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo 2.x</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i69459</P>
+
</TD>
+
<TD>
+
<P>lists don't get assigned a default style</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo 3.0</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i2448</P>
+
</TD>
+
<TD>
+
<P>Use spaces with bullet points</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i42138</P>
+
</TD>
+
<TD>
+
<P>RFE- Show 3 to 4 recently used samples in Bullets and Numbering
+
&gt; Option &gt; Numbering list</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i42280</P>
+
</TD>
+
<TD>
+
<P>Numbering and List paragraph styles should have numbering style
+
by default</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P4</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i43981</P>
+
</TD>
+
<TD>
+
<P>control over numbering-field shading</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i45592</P>
+
</TD>
+
<TD>
+
<P>too complex newline editing near numbering/bullet lists.</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i46184</P>
+
</TD>
+
<TD>
+
<P>Customize Bullets and Numbering</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i57314</P>
+
</TD>
+
<TD>
+
<P>Automatic Outline Numbering should be easily removable</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i59213</P>
+
</TD>
+
<TD>
+
<P>bullet and numbering buttons are not shown pressed</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i59461</P>
+
</TD>
+
<TD>
+
<P>no space between outline numbering number and heading in
+
scrollbar tooltip</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i60263</P>
+
</TD>
+
<TD>
+
<P>Use same bullet font for SO</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i65001</P>
+
</TD>
+
<TD>
+
<P>Tab Key should demote group of selected bullets correctly</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i67588</P>
+
</TD>
+
<TD>
+
<P>WW8: Word outline numbering names change</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i68078</P>
+
</TD>
+
<TD>
+
<P>Restart of numbering should not be mandatory after a preceding
+
higher paragraph level</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
<TR>
+
<TD HEIGHT=31>
+
<P>i80001</P>
+
</TD>
+
<TD>
+
<P>Numbered lists (you get 1. 2. 3. by default) should respect
+
last used num format</P>
+
</TD>
+
<TD>
+
<P>ENHANCEMENT</P>
+
</TD>
+
<TD>
+
<P>OOo Later</P>
+
</TD>
+
<TD>
+
<P>P3</P>
+
</TD>
+
<TD>
+
<P><BR>
+
</P>
+
</TD>
+
</TR>
+
</TABLE>
+

Latest revision as of 09:47, 5 November 2013

Writer Icon.png

Writer Project

Please view the guidelines
before contributing.

Popular Subcategories:

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.

Internal Documentation:

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.

API Documentation:

Ongoing Efforts:

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.

Sw.OpenOffice.org

Writer's list and outline functionality

The Writer's list and outline functionality is a complex behavior to handle chapter numbering (aka outline numbering), numbered lists and the very related bullet lists. This article is intended to be the home of the "list consolidation" project. The projects main purposes are

  • Collect, review and categorize the known issues in this area.
  • Identify areas/issues/features on which should be concentrated next.
  • Being the “Home” for new features/enhancements – creation of specifications.
  • Keep history of past developments.

Current project members are:

Have a look at our OOoCon 2009 presentation - see http://conference.services.openoffice.org/index.php/ooocon/2009/paper/view/107

Further members are welcome!

Feedback and ideas are welcome!

List of known issues in Writer numbering and outline

ods-file

Issue list .ods

Issue-Tracker query

Issue-Tracker query with keyword "numbering"

History

2009-10-20: Wiki-table removed, added Issue-Tracker query

2009-10-18: added keyword "numbering" to issues, uploaded .ods including all issues

2009-01-06: update, list of issues known by Oliver-Rainer Wittmann, 2008-12-05

2007-10-18: initial list of issues known by Oliver-Rainer Wittmann (od@openoffice.org) --Od 16:29, 18 October 2007 (CEST)

Features/Enhancements

History of past developments

OpenOffice.org 3.1

Outline level attribute

An outline level attribute for paragraph and paragraph styles will be introduced to improve the usability of the handling with headings and the export and import capabilities. Specification can be found here [1].

OpenOffice.org 3.0

New list level attributes

Introduction of new position and spacing attributes for the list levels of a list style in order to provide a new possibility to specify the position and spacing of the list label and the text lines of the list item itself. Specification can be found here [2]. ODF 1.2 proposal can be found here [3]. Allows better compatibility with the list levels of Microsoft Word list styles.

Formatting due to former list level attributes:

FormerListLevelAttrs.png

Formatting due to new list level attributes:

NewListLevelAttrs.png


Internal changes to lists due to ODF 1.2

Refactoring of Writer core model of lists due to the made enhancements and clarification to lists in ODF 1.2 - approved ODF 1.2 proposal can be found here [4].

  • Different list items of a list are allowed to have different list styles.
  • Two Lists with the same list style are still two separate lists.
  • Improved continuation of an arbitrary list by another list.
  • Correct representation of OOo lists in ODF.

Refactoring also considers that support for meta data at lists and list items should be possible in the future.


Changes for Bullet Characters of the Default Bullet List

Bullet characters in font OpenSymbol are adjusted in order to better fit the ones used by Microsoft Word.

  • Unicode code points of the bullet characters now match the ones which are typically used for bullets in fonts.
  • Bullets are smaller than before.

Bullet characters are now growing/shrinking with the paragraph's font size for a default bullet list.

FormerBullets.png
NewBullets.png

OpenOffice.org 2.0.2

This release implements a overworked numbering core.

OpenOffice.org 2.0.1

This first update to OOo 2.0.0 fixed some issues of the OOo 2.0.0 release:

http://specs.openoffice.org/writer/numbering/NumberingBullet1_PP1.sxw

OpenOffice.org 2.0.0

On the way to the major release of OOo 2.0.0 there were more and more numbering issues which could not be addressed with the numbering core of OOo 1.0.0 ++. Therefore the numbering core and GUI implementation got reworked in general for the OOo 2.0.0 release:

http://specs.openoffice.org/writer/numbering/NumberingBullet1.sxw

Due to time and resource limitations not all planned changes to UI and core got implemented. The issues which did not made it into the OOo 2.0.0 release got shifted into the numbering 2 specification for future releases:

http://specs.openoffice.org/writer/numbering/NumberingBullet2.sxw

OpenOffice.org 1.0.0

This was the given behavior of Writer numbering, when OOo got open sourced. This behavior stayed nearly untouched towards to OOo 2.0.0.

Personal tools