]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Fixed #6335.
[lyx.git] / src / Buffer.h
index f52bb828b8de79914c90e46451c5b0e866954453..6581313965fc2961dde062ee5389ac409e9149d6 100644 (file)
@@ -474,6 +474,8 @@ public:
        /// This function is called when the buffer is changed.
        void changed(bool update_metrics) const;
        ///
+       void setChild(DocIterator const & dit, Buffer * child);
+       ///
        void updateTocItem(std::string const &, DocIterator const &) const;
        /// This function is called when the buffer structure is changed.
        void structureChanged() const;
@@ -511,11 +513,12 @@ public:
 
        ///
        bool doExport(std::string const & format, bool put_in_tempdir,
-               std::string & result_file) const;
+               bool includeall, std::string & result_file) const;
        ///
-       bool doExport(std::string const & format, bool put_in_tempdir) const;
+       bool doExport(std::string const & format, bool put_in_tempdir,
+                     bool includeall = false) const;
        ///
-       bool preview(std::string const & format) const;
+       bool preview(std::string const & format, bool includeall = false) const;
        ///
        bool isExportable(std::string const & format) const;
        ///