]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.h
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / lyxrow.h
index c82190dec62b9bca7a21841037a9aa2f1d0be5e0..ab94db1a4cade351edc9bc27ae9570e0b105b7c9 100644 (file)
@@ -67,6 +67,12 @@ public:
        ///
        Row * previous() const;
 
+       /// return true if this row is the start of a paragraph
+       bool isParStart() const;
+
+       /// return true if this  row is the end of a paragraph
+       bool isParEnd() const;
+
        /// return the position of the last character in this row
        lyx::pos_type lastPos() const;
        /// return the position of the last normal, printable character in this row