mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
Commit r37853 was missing FindAndReplace.h.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37860 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b1d043e915
commit
e1d4a68904
@ -45,22 +45,16 @@ private:
|
||||
/// add a string to the combo if needed
|
||||
void remember(std::string const & find, QComboBox & combo);
|
||||
|
||||
/// FIXME Probably to be merged with findAndReplace(bool, bool)
|
||||
void findAndReplace(
|
||||
bool casesensitive, bool matchword, bool backwards,
|
||||
bool expandmacros, bool ignoreformat, bool replace,
|
||||
bool keep_case
|
||||
);
|
||||
|
||||
/// Perform the scope-related buffer switch while searching
|
||||
bool findAndReplaceScope(FindAndReplaceOptions & opt, bool replace_all);
|
||||
bool findAndReplaceScope(FindAndReplaceOptions & opt, bool replace_all = false);
|
||||
|
||||
/// Collect options from the GUI elements, then perform the search
|
||||
bool findAndReplace(bool backwards, bool replace, bool replace_all = false);
|
||||
|
||||
/// FIXME Probably to be merged with findAndReplace(bool, bool, bool)
|
||||
bool findAndReplace(bool casesensitive, bool matchword, bool backwards,
|
||||
bool expandmacros, bool ignoreformat, bool replace,
|
||||
bool keep_case, bool replace_all);
|
||||
bool keep_case, bool replace_all = false);
|
||||
|
||||
bool eventFilter(QObject *obj, QEvent *event);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user