[Libreoffice-bugs] [Bug 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

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

Justin L  changed:

   What|Removed |Added

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

--- Comment #16 from Justin L  ---
(In reply to Justin L from comment #15)
> For import, WW8ListManager::GetSvxNumTypeFromMSONFC might be the place to 
> look.
Yup - I guess import wasn't ignoring MSONFC after all. Proposed DOC fix at
https://gerrit.libreoffice.org/c/core/+/117736.

-- 
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 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

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

--- Comment #15 from Justin L  ---
For import, WW8ListManager::GetSvxNumTypeFromMSONFC might be the place to look.

-- 
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 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

2021-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120629

--- Comment #14 from Eyal Rozenberg  ---
(In reply to Justin L from comment #13)
> (In reply to Eyal Rozenberg from comment #12)
> > Thanks! Were we ignoring it before 5.4.0.0 as well, or is this a regression?
> This is not a regression. (Nor is it likely to be fixed for DOC.)

Wait, why is this not likely to be fixed for DOC?

-- 
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 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

2021-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120629

Justin L  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||1341

--- Comment #13 from Justin L  ---
(In reply to Eyal Rozenberg from comment #12)
> Thanks! Were we ignoring it before 5.4.0.0 as well, or is this a regression?
This is not a regression. (Nor is it likely to be fixed for DOC.)

DOCX problems were reported in bug 141341.

-- 
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 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

2021-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120629

--- Comment #12 from Eyal Rozenberg  ---
(In reply to Justin L from comment #11)

Thanks! Were we ignoring it before 5.4.0.0 as well, or is this a regression?

-- 
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 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

2021-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120629

Justin L  changed:

   What|Removed |Added

Version|5.4.0.0.alpha0+ |unspecified

--- Comment #11 from Justin L  ---
It looks like the importer need to understand
2.2.1.3 MSONFC This specifies the list of numbering formats that can be used
for a group of automatically numbered objects.
msonfcHebrew1 0x2D hebrew1  (numbering)
msonfcArabic1 0x2E arabicAlpha
msonfcHebrew2 0x2F hebrew2 (alphabet)

MSONFC is also used for page numbers (sprmSNfcPgn - which is not working for
DOC or DOCX).

MSONFC is also used for footnote numbers (sprmSNfcFtnRef -also not working for
DOC or DOCX).

For this particular bug, it looks like this is stored in "rgnfc (9 bytes): An
array of 8-bit MSONFC elements" which is a part of 2.9.159 NumRM.
It seems we ignore it completely on DOC import:
{NS_sprm::PNumRM::val,nullptr},

-- 
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 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

2020-03-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120629

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com

--- Comment #10 from Justin L  ---
Created attachment 158769
  --> https://bugs.documentfoundation.org/attachment.cgi?id=158769=edit
bug-120629RT2010.doc: this needs to be fixed as an import first

I used Word 2010 to create this .doc file, and LibreOffice doesn't import that
using the Hebrew alphabet.

-- 
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 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

2019-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120629

--- Comment #9 from Eyal Rozenberg  ---
Bug still manifests with:

Version: 6.3.2.2
Build ID: 1:6.3.2-1
CPU threads: 4; OS: Linux 5.2; UI render: default; VCL: gtk3; 
Locale: he-IL (en_IL); UI-Language: en-US

-- 
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 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

2019-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120629

--- Comment #8 from Eyal Rozenberg  ---
Created attachment 155179
  --> https://bugs.documentfoundation.org/attachment.cgi?id=155179=edit
ODT document for reproducing the bug

A document for shortening the bug reproduction instructions.

To reproduce the bug, you only need to:

1. Open this attached ODT document; the numbering should be using a Hebrew
letter (א)
2. Save it as an MS-Word DOC file (not DOCX)
3. Close the document.
4. Open the DOC file; the bug manifests if the numbering now uses a (Western-)
Arabic numeral (1).

-- 
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 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

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

--- Comment #7 from QA Administrators  ---
Dear Eyal Rozenberg,

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 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

2018-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120629

--- Comment #6 from yossi zahn  ---
(In reply to V Stuart Foote from comment #4)
> ...
> 3. number drop list select Hebrew numbering (added for bug 66212)
> ...
> So the export filter to .DOC is dropping the numbering. Guess there is
> additional work to be done. Also related, applying line numbering using the
> Hebrew numbering does not survive export to OOXML or .DOC so that didn't
> make it into the export filters.
> 
> @Yossi, back to you?


This doesn't only affect NumberingType::NUMBER_HEBREW (the one which bug 66212
was requesting). It affects NumberingType::CHARS_HEBREW which existed prior to
my fix and a few other numbering types also, as pointed out in bug 103345 and
in Eyal Roseberg's report above.

Anyone have pointers as to where the code to translate MS Word numbering types
to Libreoffice's internal types and vice versa lives?

-- 
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 120629] Hebrew numbering sequence choice reverted to 1, 2, 3... when saving .doc files, export filter issue

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120629

V Stuart Foote  changed:

   What|Removed |Added

Summary|Hebrew numbering sequence   |Hebrew numbering sequence
   |choice reverted to 1,2,3... |choice reverted to 1,2,3...
   |when saving .doc files  |when saving .doc files,
   ||export filter issue
 CC||mikekagan...@hotmail.com,
   ||vmik...@collabora.co.uk

-- 
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