]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.h
fix lyxalgo.h, dra pagebreak with text on line, change the math_deco_search a bit
[features.git] / src / mathed / math_inset.h
index bee3ffb0a59083b1df944de6fb97a491338d53e9..a623d760b53cb08397a961546c4ab64ceee8a5bf 100644 (file)
@@ -47,10 +47,6 @@ public:
        void draw(Painter &, int, int);
        ///
        void Write(ostream &);
-#ifndef USE_OSTREAM_ONLY
-       ///
-       void Write(string & file);
-#endif
        ///
        void Metrics();
        ///
@@ -80,10 +76,6 @@ public:
        void draw(Painter &, int, int);
        ///
        void Write(ostream &);
-#ifndef USE_OSTREAM_ONLY
-       ///
-       void Write(string & file);
-#endif
        ///
        void Metrics();
        ///
@@ -114,10 +106,6 @@ public:
        void draw(Painter &, int, int);
        ///
        void Write(ostream &);
-#ifndef USE_OSTREAM_ONLY
-       ///
-       void Write(string & file);
-#endif
        ///
        void Metrics();
 protected:
@@ -137,10 +125,6 @@ public:
        void draw(Painter &, int, int);
        ///
        void Write(ostream &);
-#ifndef USE_OSTREAM_ONLY
-       ///
-       void Write(string & file);
-#endif
        ///
        inline void Metrics();
        ///
@@ -164,10 +148,6 @@ public:
        void draw(Painter &, int, int);
        ///
        void Write(ostream &);
-#ifndef USE_OSTREAM_ONLY
-       ///
-       void Write(string & file);
-#endif
        ///
        void Metrics();
        ///
@@ -195,10 +175,6 @@ public:
        void draw(Painter &, int x, int baseline);
        ///
        void Write(ostream &);
-#ifndef USE_OSTREAM_ONLY
-       ///
-       void Write(string & file);
-#endif
        ///
        void Metrics();
        ///
@@ -222,10 +198,6 @@ public:
        void draw(Painter &, int x, int baseline);
        ///
        void Write(ostream &);
-#ifndef USE_OSTREAM_ONLY
-       ///
-       void Write(string & file);
-#endif
        ///
        void Metrics();
        
@@ -272,10 +244,6 @@ public:
        void draw(Painter &, int, int);
        ///
        void Write(ostream &);
-#ifndef USE_OSTREAM_ONLY
-       ///
-       void Write(string & file);
-#endif
        ///
        void Metrics();
 protected:
@@ -297,10 +265,6 @@ public:
        void draw(Painter &, int, int);
        ///
        void Write(ostream &);
-#ifndef USE_OSTREAM_ONLY
-       ///
-       void Write(string & file);
-#endif
        ///
        void Metrics();
        ///
@@ -339,17 +303,6 @@ void MathFuncInset::Write(ostream & os)
 }
 
 
-#ifndef USE_OSTREAM_ONLY
-inline
-void MathFuncInset::Write(string & file)
-{
-   file += '\\';
-   file += name;
-   file += ' ';
-}
-#endif
-
-
 inline
 void MathSpaceInset::Metrics()
 {