]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Do not let cursor overlap with inserted graphics.
[lyx.git] / src / Paragraph.h
index 67f41ddb8d4cbfbdfe355880bc9b95f532f8d890..ca88dd774e9d48e7f0472b8db35972899af5c0d0 100644 (file)
@@ -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.
@@ -239,6 +239,10 @@ public:
        ///
        bool isPassThru() const;
        ///
+       bool parbreakIsNewline() const;
+       ///
+       bool isPartOfTextSequence() const;
+       ///
        pos_type size() const;
        ///
        bool empty() const;