]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspecialchar.h
reformatting and remove using delc
[lyx.git] / src / insets / insetspecialchar.h
index cb696cd97e280ff18b4cdd4db15dd9a44b442894..33315256d9f88ef0933bf2047bce042a7e753a4f 100644 (file)
@@ -44,11 +44,11 @@ public:
        explicit
        InsetSpecialChar(Kind k);
        ///
-       int ascent(Painter &, LyXFont const &) const;
+       int ascent(BufferView *, LyXFont const &) const;
        ///
-       int descent(Painter &, LyXFont const &) const;
+       int descent(BufferView *, LyXFont const &) const;
        ///
-       int width(Painter &, LyXFont const &) const;
+       int width(BufferView *, LyXFont const &) const;
        ///
        void draw(BufferView *, LyXFont const &, int, float &, bool) const;
        ///
@@ -56,15 +56,16 @@ public:
        /// Will not be used when lyxf3
        void Read(Buffer const *, LyXLex & lex);
        /// 
-       int Latex(Buffer const *, std::ostream &, bool fragile, bool free_spc) const;
+       int Latex(Buffer const *, std::ostream &,
+                 bool fragile, bool free_spc) const;
        ///
-       int Ascii(Buffer const *, std::ostream &) const;
+       int Ascii(Buffer const *, std::ostream &, int linelen) const;
        ///
        int Linuxdoc(Buffer const *, std::ostream &) const;
        ///
        int DocBook(Buffer const *, std::ostream &) const;
        ///
-       Inset * Clone() const;
+       Inset * Clone(Buffer const &) const;
        ///  
        Inset::Code LyxCode() const
        {