]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.h
de.po
[lyx.git] / src / mathed / InsetMathOverset.h
index 5fdeb32e041606140c0a410aa821ec1946db8f67..213c96f5b3ef90915c8b7f9d19ed23749dd1811a 100644 (file)
@@ -28,6 +28,8 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
+       bool idxUpDown(Cursor & cur, bool up) const;
+       ///
        bool idxFirst(Cursor &) const;
        ///
        bool idxLast(Cursor &) const;
@@ -38,6 +40,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_OVERSET_CODE; }