diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 20:58:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-15 13:55:00 +0100 |
commit | 053223085d786b4d1e595a63e01c47e97728e720 (patch) | |
tree | f01f8ac13e714e82e26b372596d2a5ce8c2ab37e /officecfg | |
parent | 6deb0eea50a0dc7171459bdd1d662fde24de410c (diff) |
rework SvxColumnsToolBoxControl to be a PopupWindowController
and weld it, convert it and TableWindow to use two CustomWidgetController
for the content widgets. Change the ColumnsWindow from an auto-grow width
element to something with a fixed width and add a spinbutton to handle
the overflow cases that don't fit in the fixed width
Change-Id: I046a21dfd2a7c23828c4e2945b42c30db362b049
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86812
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index 07d0da5103fc..ec3474f0594c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -987,6 +987,39 @@ <value>com.sun.star.comp.svx.TableToolBoxControl</value> </prop> </node> + <node oor:name="InteractiveFrameColumnsToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:InsertFrameInteract</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.ColumnsToolBoxControl</value> + </prop> + </node> + <node oor:name="FrameColumnsToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:InsertFrame</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.ColumnsToolBoxControl</value> + </prop> + </node> + <node oor:name="SectionColumnsToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:InsertSection</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.ColumnsToolBoxControl</value> + </prop> + </node> <node oor:name="ExtrusionDirectionFloater" oor:op="replace"> <prop oor:name="Command"> <value>.uno:ExtrusionDirectionFloater</value> |