]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphMetrics.h
Cleanup the TEXT_TO_INSET_OFFSET mess. This correction is done now once in InsetText...
[lyx.git] / src / ParagraphMetrics.h
index 5cf587f788820ee430d7cf87dece138fc3a34818..69ac74df417aa567bef66a8a8e841b059ca1ee87 100644 (file)
@@ -82,7 +82,14 @@ public:
        /// 
        void computeRowSignature(Row &, BufferParams const & bparams);
 
+       ///
+       int position() const { return position_; }
+       void setPosition(int position);
+
+
 private:
+       ///
+       int position_;
        ///
        mutable RowList rows_;
        /// cached dimensions of paragraph