]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Next step in fixing problems noted by Vincent: Remove magic boolean from
[lyx.git] / src / Buffer.h
index 811727e5a856294f2ed97c165f117f25ef3a722e..54e66ab3dd0c6a95224511aa8c1e48d4946f77a0 100644 (file)
@@ -427,7 +427,7 @@ public:
        // Macro handling
        //
        /// Collect macro definitions in paragraphs
-       void updateMacros(bool record_docit = false) const;
+       void updateMacros() const;
        /// Iterate through the whole buffer and try to resolve macros
        void updateMacroInstances() const;
 
@@ -525,6 +525,10 @@ public:
        std::vector<Format const *> exportableFormats(bool only_viewable) const;
        ///
        bool isExportableFormat(std::string const & format) const;
+       /// mark the buffer as busy exporting something, or not
+       void setExportStatus(bool e) const;
+       ///
+       bool isExporting() const;
 
        ///
        typedef std::vector<std::pair<Inset *, ParIterator> > References;