summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJames Raykowski <raykowj@gmail.com>2017-08-04 06:48:42 -0800
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-08-10 08:43:56 +0200
commit0e8208057d098f961a62efa5318a80b0d3372d2a (patch)
tree52da596e9f90b03554fc08353b73ce3f1efd842a /officecfg
parent67a61e54531801645d51ad89aac30064b8c4b4e8 (diff)
tdf#79167 Change search type through a drop down control
drop down control to change 'navigate by' search element small navigation popup relationally linked to drop down control dynamic tool tips added to previous and next 'navigate by' toolbar controls Change-Id: I4b1215b74b488f2571b529d9946f6574de6e270a Reviewed-on: https://gerrit.libreoffice.org/40776 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu33
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu4
2 files changed, 35 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
index 35c874fdfb1b..64fbbf30f4fc 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
@@ -441,6 +441,39 @@
</node>
</node>
<node oor:name="ToolBar">
+ <node oor:name="lo.writer.ScrollToPrevious" oor:op="replace">
+ <prop oor:name="Command">
+ <value>.uno:ScrollToPrevious</value>
+ </prop>
+ <prop oor:name="Module">
+ <value/>
+ </prop>
+ <prop oor:name="Controller">
+ <value>lo.writer.PreviousScrollToolboxController</value>
+ </prop>
+ </node>
+ <node oor:name="lo.writer.ScrollToNext" oor:op="replace">
+ <prop oor:name="Command">
+ <value>.uno:ScrollToNext</value>
+ </prop>
+ <prop oor:name="Module">
+ <value/>
+ </prop>
+ <prop oor:name="Controller">
+ <value>lo.writer.NextScrollToolboxController</value>
+ </prop>
+ </node>
+ <node oor:name="lo.writer.NavElement" oor:op="replace">
+ <prop oor:name="Command">
+ <value>.uno:NavElement</value>
+ </prop>
+ <prop oor:name="Module">
+ <value/>
+ </prop>
+ <prop oor:name="Controller">
+ <value>lo.writer.NavElementToolBoxController</value>
+ </prop>
+ </node>
<node oor:name="ZoomToolBox" oor:op="replace">
<prop oor:name="Command">
<value>.uno:ZoomToolBox</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index cf0e0cb1f400..adedee8965f2 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2718,9 +2718,9 @@
<value xml:lang="en-US">Continue previous numbering</value>
</prop>
</node>
- <node oor:name=".uno:NavigationPopup" oor:op="replace">
+ <node oor:name=".uno:NavElement" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Navigate by</value>
+ <value xml:lang="en-US">Navigate By</value>
</prop>
</node>
<node oor:name=".uno:ScrollToPrevious" oor:op="replace">