Bug 143254

Summary: "Greek Upper Letter" numbering style should be named "Greek Upper Numeral"
Product: LibreOffice Reporter: Mike Kaganski <mikekaganski>
Component: UIAssignee: Po-Yen Huang <jeff.huang>
Status: RESOLVED FIXED    
Severity: enhancement CC: heiko.tietze, mentoring
Priority: medium Keywords: difficultyBeginner, easyHack, skillDesign, topicDesign
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard: target:7.3.0
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 103364    

Description Mike Kaganski 2021-07-08 09:49:05 UTC
Customizing a list numbering scheme (Format->Bullets and Numbering), there are two options to use Greek: "Α, Β, Γ, ... (Greek Upper Letter)" and "α, β, γ, ... (Greek Lower Letter)". The word "Letter" here is misleading, making one think that the numbering scheme simply uses Greek alphabet for numbering, as in "a, b, c, ..." scheme. But actually, this scheme uses Greek Numerals [1]. So the names should be "Α, Β, Γ, ... (Greek Upper Numerals)" and "α, β, γ, ... (Greek Lower Numerals)", replacing "Letter" with "Numerals".

The real-life user confusion may be seen at https://ask.libreoffice.org/en/question/317434/change-letters-in-greek-upper-letter-numbering/.

This is a potential easy hack.

[1] https://en.wikipedia.org/wiki/Greek_numerals
Comment 1 Heiko Tietze 2021-07-19 13:53:47 UTC
I wonder if these need to be implemented as numerals.

But if so, the strings are defined in svx/inc/numberingtype.hrc.
Comment 2 Mike Kaganski 2021-07-19 13:57:08 UTC
(In reply to Heiko Tietze from comment #1)
> I wonder if these need to be implemented as numerals.

Yes - for external compatibility, backwards compatibility, and feature coverage (same as Roman numerals). If needed, Greek *characters* numbering scheme could be introduced separately (but of course, this is unrelated to the issue).

Thanks for the code pointer!
Comment 3 Po-Yen Huang 2021-11-04 03:11:12 UTC
Hi, I pushed a patch to Gerrit: https://gerrit.libreoffice.org/c/core/+/124665
Please review it :-)
Comment 4 Commit Notification 2021-11-04 06:24:31 UTC
Jeff Huang committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/3165f0ff32b002a6efbc61af4f778ba4075b496e

tdf#143254 Replaces "Greek Upper Letter" with "Greek Upper Numerals"

It will be available in 7.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 5 Heiko Tietze 2021-11-08 07:20:54 UTC
Please don't forget to resolve as fixed after submitting a patch.