]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.h
mathed uglyfication
[lyx.git] / src / mathed / ref_inset.h
index 094f098ef4e95a2c2ea6ef76892c91d3013f7b19..a65f9be9e28458ae6b3943c5fa3ec77902366af0 100644 (file)
@@ -36,11 +36,11 @@ public:
        virtual RefInset * asRefInset() { return this; }
 
        /// plain ascii output
-       int ascii(std::ostream & os, LatexRunParams const &) const;
+       int plaintext(std::ostream & os, OutputParams const &) const;
        /// linuxdoc output
-       int linuxdoc(std::ostream & os, LatexRunParams const &) const;
+       int linuxdoc(std::ostream & os, OutputParams const &) const;
        /// docbook output
-       int docbook(std::ostream & os, LatexRunParams const &) const;
+       int docbook(std::ostream & os, OutputParams const &) const;
 
        /// small wrapper for the time being
        DispatchResult localDispatch(FuncRequest const & cmd);
@@ -62,7 +62,7 @@ protected:
        ///
        virtual
        DispatchResult
-       priv_dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
+       priv_dispatch(BufferView & bv, FuncRequest const & cmd);
 };
 
 #endif