]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Use CJKutf8 package if input encoding is "utf8" and a used language requires CJK.
[lyx.git] / src / lyxfind.h
index 61f44366ec0671a93f48a9349d8bd8a3298d73c4..896d88e5a02873dad938ba1bec501ee8c3564396 100644 (file)
@@ -117,6 +117,9 @@ public:
        SearchRestriction restr;
 };
 
+/// Set the formats that should be ignored
+void setIgnoreFormat(std::string type, bool value);
+
 /// Write a FindAdvOptions instance to a stringstream
 std::ostringstream & operator<<(std::ostringstream & os, lyx::FindAndReplaceOptions const & opt);
 
@@ -138,6 +141,10 @@ docstring stringifyFromForSearch(
        DocIterator const & cur,
        int len = -1);
 
+/** Set format type to be ignore by search
+ **/
+void setIgnoreFormat(std::string type, bool value);
+
 } // namespace lyx
 
 #endif // LYXFIND_H