On the user interface there are different names for too similar Arrange commands: Writer/Calc: Format 3fB7Y||Bring to Front a7yVj||Forward One (.uno:ObjectForwardOne) 63eWW||Back One (.uno:ObjectBackOne) 7bpa4||Send to Back DRAW/IMPRESS: 3fB7Y||Bring to Front GFbAp||Bring Forward (.uno:Forward) 7ove4||Send Backward (.uno:Backward) 7bpa4||Send to Back These commands should be named equally, as they give the same results.
Both commands haven't been touched in the past 20 years. Find .uno:Forward and .uno:Backward in officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
Karthik committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/9a1be61b2f4e07d18da603bbfc9cd8cd31a147ed tdf#158798 Nomenclature: "Arrange" commands not homogeneous in UI It will be available in 25.8.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.
In help: $ git grep -in 'bring forward' source/text/schart/01/05120000.xhp:42: <h2 id="hd_id3147339">Bring Forward</h2> source/text/sdraw/04/01020000.xhp:243: <paragraph xml-lang="en-US" id="par_id3148393" role="tablecontent">Bring forward.</paragraph> source/text/sdraw/guide/align_arrange.xhp:50: <emph>Bring Forward</emph> places the object one place forward in the stack of objects</paragraph> source/text/shared/00/00040501.xhp:313: <paragraph role="paragraph" id="par_id121693056018199">Choose <menuitem>Shape - Arrange - Bring Forward</menuitem>.</paragraph> source/text/shared/00/00040501.xhp:315: <paragraph role="paragraph" id="par_id41693056021228">Choose <menuitem>Arrange - Bring Forward</menuitem>.</paragraph> source/text/shared/00/00040501.xhp:319: <paragraph role="paragraph" id="par_id131693056023742">Choose <menuitem>Image - Bring Forward</menuitem>.</paragraph> source/text/shared/00/00040501.xhp:320: <paragraph role="paragraph" id="par_id581693056028175">Choose <menuitem>Object - Bring Forward</menuitem>.</paragraph> source/text/shared/00/00040501.xhp:322: <paragraph role="paragraph" id="par_id331693061557858">Choose <menuitem>Home - Arrange - Bring Forward</menuitem>.</paragraph> source/text/shared/00/00040501.xhp:342: <paragraph role="paragraph" id="par_id3159121"><image id="img_id3156142" src="cmd/lc_forward.svg" width="1cm" height="1cm"><alt id="alt_id3156142">Icon Bring Forward</alt></image></paragraph> source/text/shared/00/00040501.xhp:345: <paragraph role="paragraph" id="par_id3155848">Bring Forward</paragraph> source/text/shared/01/05250200.xhp:25: <title id="tit">Bring Forward </title> source/text/shared/01/05250200.xhp:33: <h1 id="hd_id3152790"><link href="text/shared/01/05250200.xhp">Bring Forward </link></h1> source/text/simpress/04/01020000.xhp:390:<paragraph role="tablecontent" id="par_id3154900" xml-lang="en-US">Bring Forward.</paragraph> $ git grep -in 'send backward' source/text/schart/01/05120000.xhp:44: <h2 id="hd_id3146316">Send Backward</h2> source/text/sdraw/04/01020000.xhp:252: <paragraph xml-lang="en-US" id="par_id3156062" role="tablecontent">Send backward.</paragraph> source/text/sdraw/guide/align_arrange.xhp:52: <emph>Send Backward</emph> places the object one place back in the stack of objects</paragraph> source/text/shared/00/00040501.xhp:356: <paragraph role="paragraph" id="par_id181693053501533">Choose <menuitem>Shape - Arrange - Send Backward</menuitem>.</paragraph> source/text/shared/00/00040501.xhp:358: <paragraph role="paragraph" id="par_id651693053507310">Choose <menuitem>Arrange - Send Backward</menuitem>.</paragraph> source/text/shared/00/00040501.xhp:362: <paragraph role="paragraph" id="par_id131693053510310">Choose <menuitem>Image - Send Backward</menuitem>.</paragraph> source/text/shared/00/00040501.xhp:363: <paragraph role="paragraph" id="par_id201693055365731">Choose <menuitem>Object - Send Backward</menuitem>.</paragraph> source/text/shared/00/00040501.xhp:365: <paragraph role="paragraph" id="par_id51693061505782">Choose <menuitem>Home - Arrange - Send Backward</menuitem>.</paragraph> source/text/shared/00/00040501.xhp:385: <paragraph role="paragraph" id="par_id3152994"><image id="img_id3163723" src="cmd/lc_backward.svg" width="1cm" height="1cm"><alt id="alt_id3163723">Icon Send Backward</alt></image></paragraph> source/text/shared/00/00040501.xhp:388: <paragraph role="paragraph" id="par_id3152795">Send Backward</paragraph> source/text/shared/01/05250300.xhp:25: <title id="tit">Send Backward</title> source/text/shared/01/05250300.xhp:33: <h1 id="hd_id3150146"><link href="text/shared/01/05250300.xhp">Send Backward</link></h1> source/text/simpress/04/01020000.xhp:399:<paragraph role="tablecontent" id="par_id3147580" xml-lang="en-US">Send Backward.</paragraph>