X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=641cf27a59be7a4217626739083146ca92dd4362;hb=8c23318a997c6f080b8815722f9199281a8e6734;hp=0ea959fd544804779b3589392da91b8bb86109ea;hpb=c999e35e54eca6e0b736a034d415b6a90a866bc0;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index 0ea959fd54..641cf27a59 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -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;