https://bugs.documentfoundation.org/show_bug.cgi?id=139205
Kevin Suo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|[email protected] |[email protected] | |desktop.org --- Comment #14 from Kevin Suo <[email protected]> --- I self-abandoned the patch. This issue need more investigation. Although my patch fixes this bug, the current programmatic <-> display name conversion logic seems to be improved a little bit. For instance, currently in https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/stylehelper.cxx?r=3b6dd549#61 there are duplicated entries in the aCellMap. Also the SC_STYLE_PROG_RESULT1 = u"Result2" seems never used in our code base. In addition, we have already defined the style names in https://opengrok.libreoffice.org/xref/core/sc/inc/globstr.hrc?r=14cfff50#272 so why not use that directly but define additional "programmic names"? Further, in bug 132137 someone tried to improve the Calc style names, but caused regression and thus the patch was reverted. One reason was that they found there should be hard-coded style names someone, without identifying the exact place. So let me think about all these further but it may take time. Set back to NEW in case someone else want to work on this. -- You are receiving this mail because: You are the assignee for the bug.
