[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2021-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

Justin L  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |

--- Comment #17 from Justin L  ---
proposed fix at 
http://gerrit.libreoffice.org/c/core/+/117745 tdf#104239 doc import: accept
outlineLvl0 == (listLvl = MAXLEVEL)

and https://gerrit.libreoffice.org/c/core/+/117746 tdf#104239 doc import: use
"Outline" for m_pChosenWW8OutlineStyle

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2021-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

--- Comment #16 from Justin L  ---
A number of changes happened in 4.4. It is important to pay attention to the
actual second level numbering. It is more than just "two digits showing" - they
need to follow the first level section numbers and not just be 1.x all the way
through the document.

A better bibisect for test_numerotation.doc is an earlier commit by author
Oliver-Rainer Wittmann on 2014-06-30 09:46:15 +0100
commit  c99f264be5eaf481f88606e2606c34170675c1b4
Related: #i78498# improvements/corrections regarding outline level & Co
- import outline level attribute at Paragraph Styles
- import outline level attribute at paragraphs
- refactor code to apply list level properties to Outline Style
-- only consider WW8 list styles applied to WW8 Built-in Heading Styles
-- only assign our counterparts of WW8 Built-in Heading Styles to Outline Style

https://cgit.freedesktop.org/libreoffice/core/commit/?id=c99f264be5eaf481f88606e2606c34170675c1b4

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2021-04-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

Justin L  changed:

   What|Removed |Added

 CC||wa...@wp.pl

--- Comment #15 from Justin L  ---
*** Bug 75748 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2021-04-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

Justin L  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #14 from Justin L  ---
*** Bug 120396 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

--- Comment #13 from Justin L  ---
In test_numerotation.doc, Titre 1 (heading 1) really does not specify a
numbering list (sprmPIlfo) or a listlevel (sprmPIlvl), only an outline level
(sprmPOutLvl). So there is no numbering associated with this style.
Instead, the numbering is applied directly on all four paragraphs using
sprmPIlfo listId 1.

Titre 2 specifies outlineLevel 1 (aka 2), ListLevel 1 (aka 2), and listId 1
(same as the heading1 paragraphs).

That causes a problem, because LO uses a secret, internal list for Chapter
Numbering (Heading 2-10) which is not available for Direct Properties. (I think
there is a way for numbering styles to share a list - which is how this would
have to play out.)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

Justin L  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Status|RESOLVED|NEW

--- Comment #12 from Justin L  ---
Not a duplicate. test_docx_filter_multilevel_numbering.doc has a different
problem from  bug 94326 - an inheritance problem. It inherits from Heading 2.
So in Word it would be at level 2, but in Writer, there is no level inheritance
from "Chapter Numbering" styles - so in this case a  special effort would need
to be made to copy the OutlineLvl setting from the parent style, I think.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2019-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

Timur  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #11 from Timur  ---


*** This bug has been marked as a duplicate of bug 94326 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2019-09-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

Xisco Faulí  changed:

   What|Removed |Added

 CC||jl...@mail.com

--- Comment #10 from Xisco Faulí  ---
@Justin Luth, I thought you might be interested in this issue...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2019-09-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

--- Comment #9 from Xisco Faulí  ---
Still reproducible in

Version: 6.4.0.0.alpha0+
Build ID: d5b7627a0e738c0866b819910153b96b611813f8
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2019-09-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

--- Comment #8 from Xisco Faulí  ---
Created attachment 154642
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154642=edit
comparison MSO 2010 and LibreOffice 6.4 Master

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2019-09-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

--- Comment #7 from Rostislav 'R.Yu.' Okulov  ---
So 6.3.2 and the bug is surprisingly here. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2019-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

--- Comment #6 from QA Administrators  ---
Dear Xisco Faulí,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2018-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

--- Comment #5 from Roman Kuznetsov <79045_79...@mail.ru> ---
still repro in 

Version: 6.1.2.1
Build ID: 65905a128db06ba48db947242809d14d3f9a93fe
CPU threads: 4; OS: Windows 6.1; UI render: default; 
Locale: ru-RU (ru_RU); Calc: group threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2018-09-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2017-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

--- Comment #3 from Rostislav 'R.Yu.' Okulov  ---
Faced same bug,
Works fine with <=4.3 and stop working with =>4.4

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2016-12-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

--- Comment #2 from Xisco Faulí  ---
Created attachment 129675
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129675=edit
sample2

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2016-11-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

Telesto  changed:

   What|Removed |Added

 Blocks||88171


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88171
[Bug 88171] [Meta] Tracking bug for limitations of binary DOC format
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104239] FILEOPEN: DOC: Incorrect numbering in second level

2016-11-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104239

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||filter:doc, regression
 Status|UNCONFIRMED |NEW
 CC||xiscofa...@libreoffice.org
Version|5.3.0.0.alpha0+ |4.4.0.0.alpha0+ Master
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
Regression introduced by:

author  Oliver-Rainer Wittmann  2014-07-01 15:20:58 (GMT)
committer   Caolán McNamara 2014-07-02 09:46:47
(GMT)
commit  fa0421c763a92dbfead1d0144b434a3b6ab9dccb (patch)
treef02c0c1ccdb24ca4cc8c6e7de03c83ea43503218
parent  9fb4cf25cf25b565058baff74af40398127c4083 (diff)
Related: #i78498# some further improvements and corrections for outlines
- apply default outline level to WW8 Build-in Heading Styles
- get WW8 Build-In Heading Styles' list level applied to the paragraphs
- apply list level properties of WW8 Built-In Heading Styles only, if
the list level of the WW8 Build-In Heading Style corresponds to its
outline level

(cherry picked from commit 90ea610040acc8cc2ae66e774aff11b0bafcc59c)
(cherry picked from commit 2b0eadc3a706a2b2b41c48caa4f01691978f1190)

Conflicts:
sw/source/filter/ww8/ww8par.cxx
sw/source/filter/ww8/ww8par2.cxx
sw/source/filter/ww8/ww8par2.hxx
sw/source/filter/ww8/ww8par3.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs