X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfind.h;h=984473e77db341e414cc6b3f42236c4005d4a25f;hb=aa185824cf6d4c8ea22b180a20ad27263e270ffc;hp=896d88e5a02873dad938ba1bec501ee8c3564396;hpb=7055bb0098f2dd60bfa8054a4841a6c5bd485eb3;p=lyx.git diff --git a/src/lyxfind.h b/src/lyxfind.h index 896d88e5a0..984473e77d 100644 --- a/src/lyxfind.h +++ b/src/lyxfind.h @@ -99,11 +99,12 @@ public: docstring const & repl_buf_name, bool keep_case, SearchScope scope = S_BUFFER, - SearchRestriction restr = R_EVERYTHING + SearchRestriction restr = R_EVERYTHING, + bool replace_all = false ); FindAndReplaceOptions() : casesensitive(false), matchword(false), forward(false), expandmacros(false), ignoreformat(false), - keep_case(false), scope(S_BUFFER), restr(R_EVERYTHING) {} + keep_case(false), scope(S_BUFFER), restr(R_EVERYTHING), replace_all(false) {} docstring find_buf_name; bool casesensitive; bool matchword; @@ -115,6 +116,7 @@ public: bool keep_case; SearchScope scope; SearchRestriction restr; + bool replace_all; }; /// Set the formats that should be ignored