]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
de.po
[lyx.git] / src / Text.h
index a177a8321794dd1bad0ded4692608a6bf1aebfca..dc96d839bbd21037712b75b7b56fa8d9c74f2dca 100644 (file)
@@ -285,7 +285,7 @@ public:
        /// FIXME: replace Cursor with DocIterator.
        docstring getPossibleLabel(DocIterator const & cur) const;
        /// is this paragraph right-to-left?
-       bool isRTL(Paragraph const & par) const;
+       bool isRTL(pit_type pit) const;
 
        ///
        bool checkAndActivateInset(Cursor & cur, bool front);
@@ -345,6 +345,8 @@ public:
        /// Get the font of the "environment" of paragraph \p par_offset in \p pars.
        /// All font changes of the paragraph are relative to this font.
        Font const outerFont(pit_type pit_offset) const;
+       /// Return the label type at the end of paragraph \c pit.
+       int getEndLabel(pit_type pit) const;
 
 private:
        /// The InsetText owner shall have access to everything.