]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
mathed31.diff
[lyx.git] / src / tabular.h
index 8e4ddce6de609a4fe50b9816edde7e7b2954764a..78db842465f2e0fed954bab51ca97ab5dcd5890b 100644 (file)
@@ -366,6 +366,8 @@ public:
     ///
     InsetText * GetCellInset(int cell) const;
     ///
+    InsetText * GetCellInset(int row, int column) const;
+    ///
     int rows() const { return rows_; }
     ///
     int columns() const { return columns_;}
@@ -453,6 +455,12 @@ private: //////////////////////////////////////////////////////////////////
     ///
     typedef std::vector<columnstruct> column_vector;
 
+    ///
+    void ReadNew(Buffer const * buf, std::istream & is,
+            LyXLex & lex, string const & l);
+    ///
+    void ReadOld(Buffer const * buf, std::istream & is,
+            LyXLex & lex, string const & l);
     ///
     int rows_;
     ///