]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Run codespell on src/frontends
[lyx.git] / src / BufferParams.h
index 778da6b2bd6fec8513d41a9f82382cd59e9d30b4..84a5e58eab7cb4cd75ba7894270e6e4db846255b 100644 (file)
@@ -214,7 +214,12 @@ public:
        void clearIncludedChildren() { included_children_.clear(); }
 
        /// update aux files of unincluded children (with \includeonly)
-       bool maintain_unincluded_children;
+       enum ChildrenMaintenance {
+               CM_None,
+               CM_Mostly,
+               CM_Strict
+       };
+       ChildrenMaintenance maintain_unincluded_children;
 
        /// returns the main font for the buffer (document)
        Font const getFont() const;
@@ -434,7 +439,11 @@ public:
         */
        bool output_changes;
        ///
+       bool change_bars;
+       ///
        bool compressed;
+       ///
+       bool postpone_fragile_content;
 
        /// the author list for the document
        AuthorList & authors();
@@ -467,7 +476,7 @@ public:
        };
        ///
        std::string paperSizeName(PapersizePurpose purpose,
-                                 std::string const psize = std::string()) const;
+                                 std::string const psize = std::string()) const;
        /// set up if and how babel is called
        std::string babelCall(std::string const & lang_opts, bool const langoptions) const;
        /// return supported drivers for specific packages