]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / tabular.h
index eae41187fe7b08e99d3fa19fd4b3527196bfaff5..2486a71e2ddeb2b10f5f11534860d952f6858ac2 100644 (file)
@@ -225,10 +225,10 @@ public:
        void setLeftLine(int cell, bool line, bool onlycolumn = false);
        ///
        void setRightLine(int cell, bool line, bool onlycolumn = false);
-       /// 
+       ///
        void setAlignment(int cell, LyXAlignment align,
                          bool onlycolumn = false);
-       /// 
+       ///
        void setVAlignment(int cell, VAlignment align,
                           bool onlycolumn = false);
        ///
@@ -280,6 +280,8 @@ public:
        ///
        int latex(Buffer const *, std::ostream &,
                  LatexRunParams const &) const;
+       //
+       int linuxdoc(Buffer const * buf, std::ostream & os) const;
        ///
        int docbook(Buffer const * buf, std::ostream & os, bool mixcont) const;
        ///
@@ -365,7 +367,7 @@ public:
        InsetText & getCellInset(int row, int column) const;
        /// Search for \param inset in the tabular, with the
        /// additional hint that it could be at \param maybe_cell
-       int getCellFromInset(Inset const * inset, int maybe_cell = -1) const;
+       int getCellFromInset(InsetOld const * inset, int maybe_cell = -1) const;
        ///
        int rows() const { return rows_; }
        ///