]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
some support for det and abs for math-extern
[lyx.git] / src / mathed / math_gridinset.h
index c0b64f03e7c8154031470f468b2d375c098b078d..af3f69e68db6d8081411b9b2e86cbff86a8579c5 100644 (file)
@@ -120,6 +120,10 @@ public:
        ///
        bool idxLast(idx_type &, pos_type &) const;
        ///
+       bool idxHome(idx_type &, pos_type &) const;
+       ///
+       bool idxEnd(idx_type &, pos_type &) const;
+       ///
        void idxDelete(idx_type &, bool &, bool &);
        ///
        void idxDeleteRange(idx_type, idx_type);
@@ -145,6 +149,11 @@ public:
        ///
        void setDefaults();
 
+       ///
+       string octavize() const;
+       ///
+       string maplize() const;
+
 protected:
        /// returns proper 'end of line' code for LaTeX
        string eolString(row_type row) const;