How can I move/reorder the layer labels/tabs at the bottom of the window in LO Draw?

I can’t seem to find a way to reorder the layers are shown at the bottom of the screen. That is, I have layers “Layout”, “Controls”, “Dimensions”, 1, 2, 3, 4. But say I want the order of the TABS to be 1,3,2,4 instead. I can’t find a way to move the tabs to a different order. IS there a way to do this? How? Thanks.
LO Version: 6.1.4.2, Mac OS 10.14.4, MBP 15" retina mid 2015

Obviously there is no way to do that, same in ancestor program OpenOffice. Despite other drawing programs it is not possible to change entire layers in arranging (to front or background), only the single objects (or groups etc) indipendent of layer…

In addition to @Grantler answer, please note that Draw’s “layers” are not real layers, but “labels.” The order of the objects in the drawing is set in a case by case basis independently from the layer in which the object was created: layers are only used to group objects and assign to them, all at once, some properties, such as making them invisible, not printing them, even protect them from modifications independently from the other objects attached to the other “layers.”

For whom it might be of interest:
I came across a google search to this page having exact the same problem of not being able to re-arrange the (custom) layers in LO Draw. Obviously the issue still exists in 2022. So while not having now the time to fix it in the code, here is at least a quick work-around:
Reorder_Layers_in ODG.pdf (62.1 KB)

2 Likes

Perfect
Thanks

Here is a refinement to the workaround suggested by /u/slartibartfass22:

  1. Save a copy of the document as “Flat ODF XML Drawing” (so the copy of document.odf will now be named document.fodf)

  2. Open document.fodf in a text editor and search for

draw:layer draw:name="
  1. Select the entire line referencing the layer you want to move and reorder it anywhere AFTER the “measurelines” layer *(see note)

  2. Save the modified fodf document, close the text editor, and reopen the fodf document in LibreOffice Draw.

*NOTE: I haven’t tested to see what happens if one reorders the existing layout, background, backgroundobjects, controls, or measurelines layers. I presume changes to the order or names of those layers could lead to undesired behavior.

ALSO NOTE Despite reordering the tabs, in order to change the “stacking order” of the contents of a tab, you still must select the tab, select all its objects, cut, then paste. This will bring the contents to the “front” of the other tabs.