]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Keep dialog connected to External inset after Apply
[lyx.git] / src / lyxfind.h
index 8b9a8f09f06913de706f5c9f458a47ef8642b169..a5454f13e7a707afaa1d828d8fbabed128e09893 100644 (file)
@@ -60,8 +60,7 @@ bool lyxfind(BufferView * bv, FuncRequest const & ev);
  * The string is encoded by \c replace2string.
  * \return whether we did anything
  */
-bool lyxreplace(BufferView * bv,
-               FuncRequest const &, bool has_deleted = false);
+bool lyxreplace(BufferView * bv, FuncRequest const &);
 
 /// find the next change in the buffer
 bool findNextChange(BufferView * bv);
@@ -105,6 +104,7 @@ public:
        bool casesensitive;
        bool matchword;
        bool forward;
+       bool matchstart;
        bool expandmacros;
        bool ignoreformat;
        /// This is docstring() if no replace was requested