]> git.lyx.org Git - features.git/commit
FindAdv: Use private variable for_search
authorKornel Benko <kornel@lyx.org>
Mon, 9 May 2022 20:06:02 +0000 (22:06 +0200)
committerKornel Benko <kornel@lyx.org>
Mon, 9 May 2022 20:11:38 +0000 (22:11 +0200)
commit62ab563c257d64df879ac27c1d77a1f45aea68a9
tree4fcb4400b1f16b529f774e8a8bb0b2c435d5cf33
parente6f5f428d7fbb10dde24aca79fca7623af5f7749
FindAdv: Use private variable for_search

Using the new inline statements
find_effective(), find_with_non_output(), find_with_deleted(),
find_set_feature(), find_add_feature() and find_clean_features()
makes the code a slightly better readable.
14 files changed:
src/Font.cpp
src/OutputParams.h
src/Paragraph.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetBranch.cpp
src/insets/InsetInclude.cpp
src/insets/InsetIndex.cpp
src/insets/InsetNote.cpp
src/insets/InsetQuotes.cpp
src/insets/InsetSpace.cpp
src/lyxfind.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathNest.cpp
src/output_latex.cpp