]> git.lyx.org Git - features.git/blobdiff - src/OutputParams.h
CALS tables: base implementation of row separators on the new code from XHTML.
[features.git] / src / OutputParams.h
index a909ddd925aae523ec8218fe7d284372610d1dad..d00ec02d88a5d2cee665ddbb41dbec82546bd4b5 100644 (file)
@@ -426,12 +426,13 @@ public:
 
        /// Are we generating this material for use by advanced search?
        enum Search {
-               NoSearch,
-               SearchWithDeleted,
-               SearchWithoutDeleted
+               NoSearch = 0,
+               SearchWithDeleted = 1,
+               SearchWithoutDeleted = 2,
+               SearchNonOutput = 8
        };
                
-       enum Search for_searchAdv = NoSearch;
+       int for_searchAdv = NoSearch;
 
        /// Are we generating this material for instant preview?
        bool for_preview = false;