]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_scriptinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_scriptinset.h
index fad32bf22e243e971873a71665e3e28dd4bed5f2..fa5dc7653fc92d2a3d7ea3132cc63375e99559c0 100644 (file)
@@ -35,13 +35,13 @@ public:
        /// write normalized content
        void normalize(NormalStream &) const;
        /// write content as something readable by Maple
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        /// write content as something readable by Mathematica
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        /// write content as something resembling MathML
        void mathmlize(MathMLStream &) const;
        /// write content as something readable by Octave
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        /// move cursor left
        bool idxLeft(idx_type &, pos_type &) const;
        /// move cursor right
@@ -91,7 +91,7 @@ public:
        /// say whether we have displayed limits
        void infoize2(std::ostream & os) const;
        /// local dispatcher
-       result_type dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
+       dispatch_result dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
 
 private:
        /// returns x offset for main part