]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Another warning.
[lyx.git] / src / mathed / InsetMathGrid.h
index 17e9650124e28380a146050abd804bba4e48c6ea..3b1b5a1c25109b1c6e072013d8f8457ac8b5a50b 100644 (file)
@@ -222,6 +222,10 @@ public:
        //void maple(MapleStream &) const;
        ///
        void mathmlize(MathStream &) const;
+       /// 
+       void htmlize(HtmlStream &) const;
+       ///
+       void htmlize(HtmlStream &, std::string attrib) const;
        ///
        //void octave(OctaveStream &) const;
 
@@ -236,7 +240,8 @@ protected:
        /// returns y offset of cell compared to inset
        int cellYOffset(idx_type idx) const;
        /// returns proper 'end of line' code for LaTeX
-       virtual docstring eolString(row_type row, bool fragile) const;
+       virtual docstring eolString(row_type row, bool fragile, bool latex,
+                       bool last_eoln) const;
        /// returns proper 'end of column' code for LaTeX
        virtual docstring eocString(col_type col, col_type lastcol) const;
        /// splits cells and shifts right part to the next cell