summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-02-05 13:47:45 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-02-05 19:10:04 +0100
commitd50e08b4e18ad6fa8b4078df6e23ffbaf47e708c (patch)
treec21e3aa93ad22354bd3b8234f5e4ffd59010560e /include
parentGetSearchDialog() returns SvxSearchDialog; and use it in more places too. (diff)
downloadcore-d50e08b4e18ad6fa8b4078df6e23ffbaf47e708c.tar.gz
core-d50e08b4e18ad6fa8b4078df6e23ffbaf47e708c.zip
fdo#74132: Do not interrupt search in Calc.
Extending f25cdaa78d5e7d200fbaf31cce9895bab7c5ee63 "fdo#74132: Do not interrupt search in Writer." for Calc. Change-Id: I3a7e5070300993d2811a79f17cb1b2edb0355c44
Diffstat (limited to 'include')
-rw-r--r--include/svx/dialogs.hrc1
-rw-r--r--include/svx/srchdlg.hxx5
2 files changed, 4 insertions, 2 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc
index e0d70950f37b..cc31b77e504b 100644
--- a/include/svx/dialogs.hrc
+++ b/include/svx/dialogs.hrc
@@ -242,6 +242,7 @@
#define RID_SVXSTR_LANGUAGE_ALL (RID_SVX_START + 15)
// Strings from the search dialog
+#define RID_SVXSTR_SEARCH_END_SHEET (RID_SVX_START + 71)
#define RID_SVXSTR_SEARCH_END (RID_SVX_START + 79)
#define RID_SVXSTR_SEARCH_STYLES (RID_SVX_START + 80)
#define RID_SVXSTR_SEARCH (RID_SVX_START + 81)
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 50f7d6366254..07cf33028b6c 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -82,8 +82,9 @@ public:
enum SearchLabel
{
SL_Empty,
- SL_NotFound,
- SL_End
+ SL_End,
+ SL_EndSheet,
+ SL_NotFound
};
class SvxSearchDialog;