]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
Correction: The inset name is citation, not cite
[lyx.git] / src / TextMetrics.h
index be44d4f45ae506bd3aaee7597d486021546d4700..66d310fcc60ef4164c23152341d88b2385da8f3f 100644 (file)
@@ -46,9 +46,6 @@ public:
        ///
        std::pair<pit_type, ParagraphMetrics const *> last() const;
 
-       ///
-       int parPosition(pit_type pit) const;
-
        ///
        Dimension const & dimension() const { return dim_; }
        ///
@@ -102,7 +99,7 @@ public:
        int descent() const { return dim_.des; }
        /// current text width.
        int width() const { return dim_.wid; }
-       /// current text heigth.
+       /// current text height.
        int height() const { return dim_.height(); }
 
        ///
@@ -158,10 +155,6 @@ private:
                pos_type const end
                ) const;
 
-       /// draw selection for a single row
-       void drawRowSelection(PainterInfo & pi, int x, Row const & row,
-               Cursor const & cur, pit_type const pit) const;
-
 // Temporary public:
 public:
        /// returns the column near the specified x-coordinate of the row.
@@ -179,7 +172,7 @@ public:
        /// returns the row near the specified y-coordinate in a given paragraph
        /// (relative to the screen). If assert_in_view is true, it is made sure
        /// that the row is on screen completely; this might change the given pit.
-       Row const & getPitAndRowNearY(int y, pit_type & pit,
+       Row const & getPitAndRowNearY(int y, pit_type & pit,
                bool assert_in_view, bool up);
 
        /// returns the paragraph number closest to screen y-coordinate.