diff options
author | Jim Raykowski <raykowj@gmail.com> | 2018-04-13 21:42:22 -0800 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-14 20:35:51 +0200 |
commit | f7d155e71dec5024f2d06dcf3697d1dcf505716a (patch) | |
tree | 979bd6ed35b243687b252731d59c61e567338da0 /include/svx | |
parent | 9bb6ed114c1b23ecde1df02d954a3bb1abb17e49 (diff) |
tdf#115600 Display messages in Findbar for Table navigation
...and make Table navigation wrap
Change-Id: Iac645cb7db65517519cfb791ca1eb26f2567ee7c
Reviewed-on: https://gerrit.libreoffice.org/52865
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/srchdlg.hxx | 3 | ||||
-rw-r--r-- | include/svx/strings.hrc | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index f655931008da..748ced9bdb58 100644 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -88,7 +88,8 @@ enum class SearchLabel EndSheet, NotFound, StartWrapped, - EndWrapped + EndWrapped, + NavElementNotFound }; class SvxSearchDialog; diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 9593cf515623..c38e028bf76a 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1255,6 +1255,7 @@ #define RID_SVXSTR_SEARCH_END_WRAPPED NC_("RID_SVXSTR_SEARCH_END_WRAPPED", "Reached the end of the document, continued from the beginning") #define RID_SVXSTR_SEARCH_END_SHEET NC_("RID_SVXSTR_SEARCH_END_SHEET", "Reached the end of the sheet") #define RID_SVXSTR_SEARCH_NOT_FOUND NC_("RID_SVXSTR_SEARCH_NOT_FOUND", "Search key not found") +#define RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND NC_("RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND", "Navigation Element not found") #define RID_SVXSTR_SEARCH_START NC_("RID_SVXSTR_SEARCH_START", "Reached the beginning of the document") #define RID_SVXSTR_SEARCH_START_WRAPPED NC_("RID_SVXSTR_SEARCH_START_WRAPPED", "Reached the beginning of the document, continued from the end") |