cosmetics: rename support.[Ch] into math_support.[Ch]

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2985 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-11-08 12:15:12 +00:00
parent 0daba49b1d
commit 1b787e207d
34 changed files with 35 additions and 35 deletions

View File

@ -104,7 +104,7 @@ libmathed_la_SOURCES = \
math_stackrelinset.h \
math_stringinset.C \
math_stringinset.h \
math_support.C \
math_support.h \
math_symbolinset.C \
math_symbolinset.h \
support.C \
support.h
math_symbolinset.h

View File

@ -7,7 +7,7 @@
#include "math_scriptinset.h"
#include "math_stringinset.h"
#include "math_mathmlstream.h"
#include "support.h"
#include "math_support.h"
#include "debug.h"
#include "array.h"
#include "support/LAssert.h"

View File

@ -41,7 +41,7 @@
#include "Painter.h"
#include "lyxrc.h"
#include "math_matrixinset.h"
#include "support.h"
#include "math_support.h"
#include "math_mathmlstream.h"
using std::ostream;

View File

@ -32,7 +32,7 @@
#include "gettext.h"
#include "LaTeXFeatures.h"
#include "debug.h"
#include "support.h"
#include "math_support.h"
#include "support/lstrings.h"
#include "LyXView.h"
#include "Painter.h"

View File

@ -32,7 +32,7 @@
#include "Painter.h"
#include "font.h"
#include "support/lyxlib.h"
#include "mathed/support.h"
#include "mathed/math_support.h"
#include "support/LOstream.h"
#include "debug.h"
#include "lyxlex.h"

View File

@ -5,7 +5,7 @@
#include "math_binaryopinset.h"
#include "Painter.h"
#include "support/LOstream.h"
#include "support.h"
#include "math_support.h"
#include "math_mathmlstream.h"

View File

@ -3,7 +3,7 @@
#endif
#include "math_binominset.h"
#include "support.h"
#include "math_support.h"
#include "support/LOstream.h"
#include "math_mathmlstream.h"

View File

@ -6,7 +6,7 @@
#include "math_braceinset.h"
#include "math_parser.h"
#include "support.h"
#include "math_support.h"
#include "math_mathmlstream.h"

View File

@ -8,7 +8,7 @@
#include "LColor.h"
#include "Painter.h"
#include "support/LOstream.h"
#include "support.h"
#include "math_support.h"
#include "math_parser.h"
#include "debug.h"
#include "math_mathmlstream.h"

View File

@ -28,7 +28,7 @@
#include "debug.h"
#include "LColor.h"
#include "Painter.h"
#include "support.h"
#include "math_support.h"
#include "formulabase.h"
#include "math_cursor.h"
#include "math_factory.h"

View File

@ -3,7 +3,7 @@
#endif
#include "math_decorationinset.h"
#include "support.h"
#include "math_support.h"
#include "math_parser.h"
#include "math_mathmlstream.h"

View File

@ -6,7 +6,7 @@
#include "math_deliminset.h"
#include "math_parser.h"
#include "support.h"
#include "math_support.h"
#include "support/LOstream.h"
#include "math_mathmlstream.h"

View File

@ -4,7 +4,7 @@
#include "math_dotsinset.h"
#include "math_mathmlstream.h"
#include "support.h"
#include "math_support.h"
MathDotsInset::MathDotsInset(string const & name)

View File

@ -1,5 +1,5 @@
#include "math_exfuncinset.h"
#include "support.h"
#include "math_support.h"
#include "math_mathmlstream.h"

View File

@ -1,5 +1,5 @@
#include "math_exintinset.h"
#include "support.h"
#include "math_support.h"
#include "debug.h"
#include "math_mathmlstream.h"
#include "math_symbolinset.h"

View File

@ -3,7 +3,7 @@
#endif
#include "math_fracinset.h"
#include "support.h"
#include "math_support.h"
#include "Painter.h"
#include "math_mathmlstream.h"

View File

@ -5,7 +5,7 @@
#include "math_funcinset.h"
#include "font.h"
#include "Painter.h"
#include "support.h"
#include "math_support.h"
#include "math_mathmlstream.h"

View File

@ -1,6 +1,6 @@
#include "math_funcliminset.h"
#include "math_mathmlstream.h"
#include "support.h"
#include "math_support.h"
MathFuncLimInset::MathFuncLimInset(string const & name)

View File

@ -4,7 +4,7 @@
#include "math_kerninset.h"
#include "math_mathmlstream.h"
#include "support.h"
#include "math_support.h"
MathKernInset::MathKernInset()

View File

@ -23,7 +23,7 @@
#include "support/lstrings.h"
#include "support/LAssert.h"
#include "debug.h"
#include "support.h"
#include "math_support.h"
#include "math_cursor.h"
#include "math_macrotable.h"
#include "math_macrotemplate.h"

View File

@ -6,7 +6,7 @@
#include "math_macro.h"
#include "math_defs.h"
#include "math_mathmlstream.h"
#include "support.h"
#include "math_support.h"
#include "debug.h"

View File

@ -12,7 +12,7 @@
#include "math_parser.h"
#include "math_mathmlstream.h"
#include "debug.h"
#include "support.h" // math_font_available
#include "math_support.h" // math_font_available
MathMacroTable::table_type MathMacroTable::macro_table;

View File

@ -5,7 +5,7 @@
#include <vector>
#include "math_matrixinset.h"
#include "support.h"
#include "math_support.h"
#include "debug.h"
#include "Painter.h"
#include "LaTeXFeatures.h"

View File

@ -1,7 +1,7 @@
#include "math_notinset.h"
#include "math_parser.h"
#include "math_mathmlstream.h"
#include "support.h"
#include "math_support.h"
MathNotInset::MathNotInset()

View File

@ -73,7 +73,7 @@ point to write some macros:
#include "math_splitinset.h"
#include "math_sqrtinset.h"
#include "debug.h"
#include "support.h"
#include "math_support.h"
#include "lyxlex.h"
#include "support/lstrings.h"

View File

@ -4,7 +4,7 @@
#include "math_scriptinset.h"
#include "debug.h"
#include "support.h"
#include "math_support.h"
#include "math_mathmlstream.h"
#include "support/LAssert.h"

View File

@ -3,7 +3,7 @@
#endif
#include "math_spaceinset.h"
#include "support.h"
#include "math_support.h"
#include "LColor.h"
#include "Painter.h"
#include "math_mathmlstream.h"

View File

@ -4,7 +4,7 @@
#include "math_specialcharinset.h"
#include "math_mathmlstream.h"
#include "support.h"
#include "math_support.h"
MathSpecialCharInset::MathSpecialCharInset(char c)

View File

@ -4,7 +4,7 @@
#include "math_stackrelinset.h"
#include "math_mathmlstream.h"
#include "support.h"
#include "math_support.h"
MathStackrelInset::MathStackrelInset()

View File

@ -8,7 +8,7 @@
#include "math_mathmlstream.h"
#include "LColor.h"
#include "Painter.h"
#include "support.h"
#include "math_support.h"
#include "math_parser.h"
#include "debug.h"

View File

@ -2,7 +2,7 @@
#include <map>
#include "support.h"
#include "math_support.h"
#include "lyxfont.h"
#include "FontLoader.h"
#include "font.h"

View File

@ -2,7 +2,7 @@
#include "math_parser.h"
#include "math_mathmlstream.h"
#include "debug.h"
#include "support.h"
#include "math_support.h"
MathSymbolInset::MathSymbolInset(const latexkeys * l)

View File

@ -7,7 +7,7 @@
#include "xarray.h"
#include "math_inset.h"
#include "math_scriptinset.h"
#include "support.h"
#include "math_support.h"
#include "math_defs.h"
#include "Painter.h"
#include "debug.h"