]> git.lyx.org Git - features.git/blobdiff - src/Paragraph.h
Break the paragraph's big row according to margins
[features.git] / src / Paragraph.h
index c67a507397c671273c093396efbc46cda04124e1..d6e4a7667af63fed93add7c1fc4804d1076d250b 100644 (file)
@@ -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<docstring> simpleDocBookOnePar(Buffer const & buf,
+       std::tuple<std::vector<docstring>, std::vector<docstring>, std::vector<docstring>>
+       simpleDocBookOnePar(Buffer const & buf,
                                                                           OutputParams const & runparams,
                                                                           Font const & outerfont,
                                                                           pos_type initial = 0,
@@ -238,6 +239,8 @@ public:
        ///
        bool isPassThru() const;
        ///
+       bool isPartOfTextSequence() const;
+       ///
        pos_type size() const;
        ///
        bool empty() const;