From 9a85743766e8a063d20d5f93ee88758e243397f4 Mon Sep 17 00:00:00 2001 From: Dennis Francis Date: Sat, 17 Oct 2015 23:14:35 +0530 Subject: tdf#48456 : when searching for a number, consider formatting Change-Id: I4a1e3e269a269bb37e88aa8810a46d0f4ecfc518 Reviewed-on: https://gerrit.libreoffice.org/19420 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- .../registry/data/org/openoffice/Office/UI/Controller.xcu | 11 +++++++++++ .../data/org/openoffice/Office/UI/GenericCommands.xcu | 5 +++++ officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 +++++++ 3 files changed, 23 insertions(+) (limited to 'officecfg/registry') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index cb12c82e5ae3..5e885fd81b89 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -793,6 +793,17 @@ com.sun.star.svx.MatchCaseToolboxController + + + .uno:SearchFormattedDisplayString + + + + + + com.sun.star.svx.SearchFormattedToolboxController + + .uno:FindAll diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index a53158bc33c3..4c0b47d21788 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1534,6 +1534,11 @@ Match Case + + + Search Formatted Display String + + Find All diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 9c40c457bbc1..ac5b6348873a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6020,6 +6020,13 @@ false + + + + Specifies if formatted display strings are searched instead of cell content (Calc). + + false + Contains search options for the Japanese language. -- cgit