]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
* header_check.sh: filter headers; we should suspect only .h files.
[lyx.git] / src / Paragraph.h
index 0ea959fd544804779b3589392da91b8bb86109ea..641cf27a59be7a4217626739083146ca92dd4362 100644 (file)
@@ -154,7 +154,8 @@ public:
        void setId(int id);
 
        ///
-       void addChangesToToc(DocIterator const & cdit, Buffer const & buf) const;
+       void addChangesToToc(DocIterator const & cdit, Buffer const & buf,
+               bool output_active) const;
        ///
        Language const * getParLanguage(BufferParams const &) const;
        ///
@@ -182,18 +183,19 @@ public:
 
        /// Extract only the explicitly visible text (without any formatting),
        /// descending into insets
-       docstring stringify(pos_type beg, pos_type end, int options, OutputParams & runparams) const;
+       docstring stringify(pos_type beg, pos_type end, int options,
+               OutputParams const & runparams) const;
 
        ///
        void write(std::ostream &, BufferParams const &,
-                  depth_type & depth) const;
+               depth_type & depth) const;
        ///
        void validate(LaTeXFeatures &) const;
 
        /// \param force means: output even if layout.inpreamble is true.
        void latex(BufferParams const &, Font const & outerfont, otexstream &,
-                  OutputParams const &, int start_pos = 0, int end_pos = -1,
-                  bool force = false) const;
+               OutputParams const &, int start_pos = 0, int end_pos = -1,
+               bool force = false) const;
 
        /// Can we drop the standard paragraph wrapper?
        bool emptyTag() const;