diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-25 20:04:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-25 22:44:57 +0100 |
commit | eeb2d19e77d6dc47c68e8ba0920a02cf64a1247b (patch) | |
tree | 48b058b83abd59d61047d91afe43c6a190412acf /officecfg | |
parent | 9ce254a7797405b3b655ba4e5be2190cddad2902 (diff) |
Resolves: tdf#130159 hide writedirection unless CTL is enabled
rework as ToolboxControllers registered in Controller.xcu
Change-Id: I3e7fea09fe83d1ed6400218c41384f82b38b07a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87419
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 | 88 |
1 files changed, 88 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 8ed8d5c901de..b9c4d64f4278 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1371,6 +1371,94 @@ <value>com.sun.star.comp.svx.LineEndToolBoxControl</value> </prop> </node> + <node oor:name="VertTopToBottomToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:TextdirectionTopToBottom</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.VertTextToolBoxControl</value> + </prop> + </node> + <node oor:name="VertLeftToRightToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:TextdirectionLeftToRight</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.VertTextToolBoxControl</value> + </prop> + </node> + <node oor:name="VertCaptionToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:VerticalCaption</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.VertTextToolBoxControl</value> + </prop> + </node> + <node oor:name="VertDrawFontworkToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:DrawFontworkVertical</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.VertTextToolBoxControl</value> + </prop> + </node> + <node oor:name="VertTextToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:VerticalText</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.VertTextToolBoxControl</value> + </prop> + </node> + <node oor:name="VertTextFitToSizeToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:VerticalTextFitToSizeTool</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.VertTextToolBoxControl</value> + </prop> + </node> + <node oor:name="CTLParaLeftToRightToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:ParaLeftToRight</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.CTLToolBoxControl</value> + </prop> + </node> + <node oor:name="CTLParaRightToLeftToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:ParaRightToLeft</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.svx.CTLToolBoxControl</value> + </prop> + </node> <node oor:name="LineStyleToolBoxControl" oor:op="replace"> <prop oor:name="Command"> <value>.uno:XLineStyle</value> |