]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
mathed31.diff
[lyx.git] / src / tabular.h
index 6b5a9449e58f0be96cf27c6dd82c5b3b324b73b2..78db842465f2e0fed954bab51ca97ab5dcd5890b 100644 (file)
@@ -365,6 +365,7 @@ public:
     bool GetLTNewPage(int cell) const;
     ///
     InsetText * GetCellInset(int cell) const;
+    ///
     InsetText * GetCellInset(int row, int column) const;
     ///
     int rows() const { return rows_; }
@@ -454,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_;
     ///