X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfind.h;h=61f44366ec0671a93f48a9349d8bd8a3298d73c4;hb=874ad18178ac387c407534fd18e33c116c753430;hp=94efba865e43e6575dfc5943a42e3f424afc37f6;hpb=8f821dba70647b1547473aa44926eb1e6819b7a0;p=lyx.git diff --git a/src/lyxfind.h b/src/lyxfind.h index 94efba865e..61f44366ec 100644 --- a/src/lyxfind.h +++ b/src/lyxfind.h @@ -64,7 +64,7 @@ bool lyxfind(BufferView * bv, FuncRequest const & ev); * The string is encoded by \c replace2string. * \return whether we did anything */ -bool lyxreplace(BufferView * bv, +bool lyxreplace(BufferView * bv, FuncRequest const &, bool has_deleted = false); /// find the next change in the buffer @@ -101,7 +101,9 @@ public: SearchScope scope = S_BUFFER, SearchRestriction restr = R_EVERYTHING ); - FindAndReplaceOptions() {} + FindAndReplaceOptions() : casesensitive(false), matchword(false), forward(false), + expandmacros(false), ignoreformat(false), + keep_case(false), scope(S_BUFFER), restr(R_EVERYTHING) {} docstring find_buf_name; bool casesensitive; bool matchword; @@ -123,7 +125,7 @@ std::istringstream & operator>>(std::istringstream & is, lyx::FindAndReplaceOpti /// Perform a FindAdv operation. bool findAdv(BufferView * bv, FindAndReplaceOptions const & opt); - + /** Computes the simple-text or LaTeX export (depending on opt) of buf starting ** from cur and ending len positions after cur, if len is positive, or at the ** paragraph or innermost inset end if len is -1.