X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=ca88dd774e9d48e7f0472b8db35972899af5c0d0;hb=90ea50811191dc891d2b3407c01527f1f2d745dd;hp=c67a507397c671273c093396efbc46cda04124e1;hpb=22ee249c3ea6426dbf24956ae36986e3ee6f81c0;p=features.git diff --git a/src/Paragraph.h b/src/Paragraph.h index c67a507397..ca88dd774e 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -194,7 +194,7 @@ public: /// Can we drop the standard paragraph wrapper? bool emptyTag() const; - /// Get the id of the paragraph, usefull for docbook + /// Get the id of the paragraph, useful for DocBook std::string getID(Buffer const & buf, OutputParams const & runparams) const; /// Output the first word of a paragraph, return the position where it left. @@ -204,7 +204,8 @@ public: pos_type firstWordLyXHTML(XMLStream & xs, OutputParams const & runparams) const; /// Outputs to stream the DocBook representation, one element per paragraph. - std::vector simpleDocBookOnePar(Buffer const & buf, + std::tuple, std::vector, std::vector> + simpleDocBookOnePar(Buffer const & buf, OutputParams const & runparams, Font const & outerfont, pos_type initial = 0, @@ -238,6 +239,10 @@ public: /// bool isPassThru() const; /// + bool parbreakIsNewline() const; + /// + bool isPartOfTextSequence() const; + /// pos_type size() const; /// bool empty() const;