From ad5756f0529a80fbb537979bcfd9de7a83a69805 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Fri, 7 Apr 2023 12:38:58 -0400 Subject: uno:TextAttributes - add to popupmenu draw.xml for textboxes Text Attributes includes margins for spacing the borders (lines) away from the text. I personally would like to see the order be Area, then lines, then textAttributes, but I suppose one could look at it as area margins instead of border margins. In any case, margins are a pretty critical piece of either lines or margins, and so should be a menu choice whenever either of these is available. Change-Id: Ifec5bbcd20dba6f42aba586bd0cd791bb9f3acae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150131 Tested-by: Jenkins Reviewed-by: Justin Luth --- sc/uiconfig/scalc/popupmenu/draw.xml | 1 + sw/uiconfig/sglobal/popupmenu/draw.xml | 1 + sw/uiconfig/swform/popupmenu/draw.xml | 1 + sw/uiconfig/swreport/popupmenu/draw.xml | 1 + sw/uiconfig/swriter/popupmenu/draw.xml | 1 + sw/uiconfig/swxform/popupmenu/draw.xml | 1 + 6 files changed, 6 insertions(+) diff --git a/sc/uiconfig/scalc/popupmenu/draw.xml b/sc/uiconfig/scalc/popupmenu/draw.xml index f8a19fe65309..41167edf00fd 100644 --- a/sc/uiconfig/scalc/popupmenu/draw.xml +++ b/sc/uiconfig/scalc/popupmenu/draw.xml @@ -19,6 +19,7 @@ + diff --git a/sw/uiconfig/sglobal/popupmenu/draw.xml b/sw/uiconfig/sglobal/popupmenu/draw.xml index 799c02cc5e2e..28c10613459e 100644 --- a/sw/uiconfig/sglobal/popupmenu/draw.xml +++ b/sw/uiconfig/sglobal/popupmenu/draw.xml @@ -18,6 +18,7 @@ + diff --git a/sw/uiconfig/swform/popupmenu/draw.xml b/sw/uiconfig/swform/popupmenu/draw.xml index 799c02cc5e2e..28c10613459e 100644 --- a/sw/uiconfig/swform/popupmenu/draw.xml +++ b/sw/uiconfig/swform/popupmenu/draw.xml @@ -18,6 +18,7 @@ + diff --git a/sw/uiconfig/swreport/popupmenu/draw.xml b/sw/uiconfig/swreport/popupmenu/draw.xml index 799c02cc5e2e..28c10613459e 100644 --- a/sw/uiconfig/swreport/popupmenu/draw.xml +++ b/sw/uiconfig/swreport/popupmenu/draw.xml @@ -18,6 +18,7 @@ + diff --git a/sw/uiconfig/swriter/popupmenu/draw.xml b/sw/uiconfig/swriter/popupmenu/draw.xml index 799c02cc5e2e..28c10613459e 100644 --- a/sw/uiconfig/swriter/popupmenu/draw.xml +++ b/sw/uiconfig/swriter/popupmenu/draw.xml @@ -18,6 +18,7 @@ + diff --git a/sw/uiconfig/swxform/popupmenu/draw.xml b/sw/uiconfig/swxform/popupmenu/draw.xml index 799c02cc5e2e..28c10613459e 100644 --- a/sw/uiconfig/swxform/popupmenu/draw.xml +++ b/sw/uiconfig/swxform/popupmenu/draw.xml @@ -18,6 +18,7 @@ + -- cgit