From eae55d7397f953ca8a4be1a2665e8ca887adfe81 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 21 Jan 2020 15:43:46 +0000 Subject: rework line style to be a wide toolbar button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit involves converting SvxLineStyleToolBoxControl to a PopupWindowController because chart is doing interesting things in its panel there needs to be a non-standard way to report/detect the selected line style, which is then reused to disable/enable the arrows when none is selected/deselected in non-chart sidebars SvxLineBox becomes a toolbar dropdown instead of a combobox itemwindow linectrl.cxx split into linewidthctrl.cxx and linewidthctrl because SvxLineBox is now needed in svxcore Change-Id: Icf0ef5e612b894a43d389af8a2908138c2e9c580 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87164 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- .../registry/data/org/openoffice/Office/UI/Controller.xcu | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index bad60fb6b38f..8ed8d5c901de 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1371,6 +1371,17 @@ com.sun.star.comp.svx.LineEndToolBoxControl + + + .uno:XLineStyle + + + + + + com.sun.star.comp.svx.LineStyleToolBoxControl + + .uno:LineSpacing -- cgit