https://bugs.documentfoundation.org/show_bug.cgi?id=149396
--- Comment #3 from [email protected] --- (In reply to sdc.blanco from comment #1) > Making these changes is a little more demanding than just changing labels in > svx/inc/swframeposstrings.hrc because > cui/source/tabpages/swpossizetabpage.cxx uses LB::RelChar for all these cases. Just to avoid "surprises": the quoted fragment was trying to point out that this is a SkillCPP and difficulty might be a little greater than Beginner -- because it probably will be necessary to (a) add code to create and use some new labels, (b) follow the internal logic for which labels are shown in the dialog, which will also require changes in the internal code, so that the new labels are applied to the right options, while (c) making sure not to change "Character" for some of the existing options. Here is a place to start looking at how the present dialog is constructed for "Horizontal" "to" field with the "to character" anchor: https://opengrok.libreoffice.org/xref/core/cui/source/tabpages/swpossizetabpage.cxx?r=05fa375f#281 -- You are receiving this mail because: You are the assignee for the bug.
