mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Fix a few rename inconsistencies discovered by JMarc in insets and mathed, step 1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17991 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
893094e132
commit
6e3a75969b
@ -180,7 +180,7 @@ src_mathed_header_files = Split('''
|
||||
InsetMathCases.h
|
||||
InsetMathChar.h
|
||||
InsetMathColor.h
|
||||
InsetMathCommand.h
|
||||
CommandInset.h
|
||||
InsetMathComment.h
|
||||
InsetMathDFrac.h
|
||||
InsetMathDecoration.h
|
||||
@ -202,7 +202,7 @@ src_mathed_header_files = Split('''
|
||||
InsetMathKern.h
|
||||
InsetMathLefteqn.h
|
||||
InsetMathLim.h
|
||||
InsetMathMacro.h
|
||||
MathMacro.h
|
||||
InsetMathMakebox.h
|
||||
InsetMathMatrix.h
|
||||
InsetMathNest.h
|
||||
@ -229,7 +229,7 @@ src_mathed_header_files = Split('''
|
||||
InsetMathXYMatrix.h
|
||||
MathAtom.h
|
||||
MathAutoCorrect.h
|
||||
MathData.h
|
||||
MathArray.h
|
||||
MathExtern.h
|
||||
MathFactory.h
|
||||
MathGridInfo.h
|
||||
@ -306,7 +306,7 @@ src_mathed_files = Split('''
|
||||
InsetMathXYMatrix.cpp
|
||||
MathAtom.cpp
|
||||
MathAutoCorrect.cpp
|
||||
MathData.cpp
|
||||
MathArray.cpp
|
||||
MathExtern.cpp
|
||||
MathFactory.cpp
|
||||
MathMacroArgument.cpp
|
||||
@ -331,7 +331,7 @@ src_insets_header_files = Split('''
|
||||
InsetBranch.h
|
||||
InsetCaption.h
|
||||
InsetCharStyle.h
|
||||
InsetCite.h
|
||||
InsetCitation.h
|
||||
InsetCollapsable.h
|
||||
InsetCommand.h
|
||||
InsetCommandParams.h
|
||||
@ -354,7 +354,7 @@ src_insets_header_files = Split('''
|
||||
InsetNomencl.h
|
||||
InsetNote.h
|
||||
InsetOptArg.h
|
||||
InsetPageBreak.h
|
||||
InsetPagebreak.h
|
||||
InsetQuotes.h
|
||||
InsetRef.h
|
||||
InsetSpace.h
|
||||
@ -386,7 +386,7 @@ src_insets_files = Split('''
|
||||
InsetBranch.cpp
|
||||
InsetCaption.cpp
|
||||
InsetCharStyle.cpp
|
||||
InsetCite.cpp
|
||||
InsetCitation.cpp
|
||||
InsetCollapsable.cpp
|
||||
InsetCommand.cpp
|
||||
InsetCommandParams.cpp
|
||||
@ -409,7 +409,7 @@ src_insets_files = Split('''
|
||||
InsetNomencl.cpp
|
||||
InsetNote.cpp
|
||||
InsetOptArg.cpp
|
||||
InsetPageBreak.cpp
|
||||
InsetPagebreak.cpp
|
||||
InsetQuotes.cpp
|
||||
InsetRef.cpp
|
||||
InsetSpace.cpp
|
||||
|
@ -104,7 +104,7 @@ src/insets/InsetMarginal.cpp
|
||||
src/insets/InsetNomencl.cpp
|
||||
src/insets/InsetNote.cpp
|
||||
src/insets/InsetOptArg.cpp
|
||||
src/insets/InsetPageBreak.h
|
||||
src/insets/InsetPagebreak.h
|
||||
src/insets/InsetRef.cpp
|
||||
src/insets/InsetTabular.cpp
|
||||
src/insets/InsetText.cpp
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include "insets/InsetCharStyle.h"
|
||||
#include "insets/InsetTabular.h"
|
||||
|
||||
#include "mathed/MathData.h"
|
||||
#include "mathed/MathArray.h"
|
||||
#include "mathed/InsetMath.h"
|
||||
#include "mathed/MathSupport.h"
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "insets/InsetTabular.h"
|
||||
#include "insets/InsetText.h"
|
||||
|
||||
#include "mathed/MathData.h"
|
||||
#include "mathed/MathArray.h"
|
||||
#include "mathed/InsetMath.h"
|
||||
#include "mathed/InsetMathScript.h"
|
||||
#include "mathed/MathMacroTable.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "paragraph.h"
|
||||
|
||||
#include "mathed/InsetMath.h"
|
||||
#include "mathed/MathData.h"
|
||||
#include "mathed/MathArray.h"
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "lyxtext.h"
|
||||
#include "paragraph.h"
|
||||
|
||||
#include "mathed/MathData.h"
|
||||
#include "mathed/MathArray.h"
|
||||
#include "mathed/InsetMath.h"
|
||||
|
||||
#include "insets/InsetTabular.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "insets/InsetBibitem.h"
|
||||
#include "insets/InsetBibtex.h"
|
||||
#include "insets/InsetCaption.h"
|
||||
#include "insets/InsetCite.h"
|
||||
#include "insets/InsetCitation.h"
|
||||
#include "insets/InsetCharStyle.h"
|
||||
#include "insets/InsetEnv.h"
|
||||
#include "insets/InsetERT.h"
|
||||
@ -46,7 +46,7 @@
|
||||
#include "insets/InsetBox.h"
|
||||
#include "insets/InsetBranch.h"
|
||||
#include "insets/InsetOptArg.h"
|
||||
#include "insets/InsetPageBreak.h"
|
||||
#include "insets/InsetPagebreak.h"
|
||||
#include "insets/InsetRef.h"
|
||||
#include "insets/InsetSpace.h"
|
||||
#include "insets/InsetTabular.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetCite.cpp
|
||||
* \file InsetCitation.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetCite.h"
|
||||
#include "InsetCitation.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bufferparams.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file InsetCite.h
|
||||
* \file InsetCitation.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetPageBreak.cpp
|
||||
* \file InsetPagebreak.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetPageBreak.h"
|
||||
#include "InsetPagebreak.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include "gettext.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file InsetPageBreak.h
|
||||
* \file InsetPagebreak.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -43,8 +43,8 @@ libinsets_la_SOURCES = \
|
||||
InsetCaption.h \
|
||||
InsetCharStyle.cpp \
|
||||
InsetCharStyle.h \
|
||||
InsetCite.cpp \
|
||||
InsetCite.h \
|
||||
InsetCitation.cpp \
|
||||
InsetCitation.h \
|
||||
InsetCollapsable.cpp \
|
||||
InsetCollapsable.h \
|
||||
InsetCommand.cpp \
|
||||
@ -89,8 +89,8 @@ libinsets_la_SOURCES = \
|
||||
InsetNote.h \
|
||||
InsetOptArg.cpp \
|
||||
InsetOptArg.h \
|
||||
InsetPageBreak.cpp \
|
||||
InsetPageBreak.h \
|
||||
InsetPagebreak.cpp \
|
||||
InsetPagebreak.h \
|
||||
InsetQuotes.cpp \
|
||||
InsetQuotes.h \
|
||||
InsetRef.cpp \
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMath.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "gettext.h"
|
||||
#include "debug.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef MATH_INSET_H
|
||||
#define MATH_INSET_H
|
||||
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
|
||||
#include "insets/InsetBase.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "InsetMathAMSArray.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "InsetMathArray.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathParser.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathBinom.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathSupport.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "InsetMathBoldSymbol.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "support/std_ostream.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathBox.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathStream.h"
|
||||
#include "support/std_ostream.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathBoxed.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "LColor.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathBrace.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
#include "LColor.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathCases.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
#include "FuncStatus.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathColor.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathCommand.cpp
|
||||
* \file CommandInset.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,8 +10,8 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathCommand.h"
|
||||
#include "MathData.h"
|
||||
#include "CommandInset.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "dispatchresult.h"
|
||||
#include "funcrequest.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file InsetMathCommand.h
|
||||
* \file CommandInset.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathComment.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
#include "support/std_ostream.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathDFrac.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "LColor.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathDecoration.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathParser.h"
|
||||
#include "MathSupport.h"
|
||||
#include "MathStream.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathDelim.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathDiff.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathEnv.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathStream.h"
|
||||
#include "support/std_ostream.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathExFunc.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathExInt.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathStream.h"
|
||||
#include "InsetMathSymbol.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathFBox.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "LColor.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathFont.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathParser.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathFontOld.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathParser.h"
|
||||
#include "MathStream.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathFrac.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "TextPainter.h"
|
||||
#include "LaTeXFeatures.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathFracBase.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "cursor.h"
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathFrameBox.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
#include "LColor.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathGrid.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathParser.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "InsetMathArray.h"
|
||||
#include "InsetMathChar.h"
|
||||
#include "InsetMathColor.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "InsetMathDelim.h"
|
||||
#include "MathExtern.h"
|
||||
#include "MathFactory.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathLefteqn.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "support/std_ostream.h"
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathLim.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathMBox.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
#include "BufferView.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathMacro.cpp
|
||||
* \file MathMacro.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathMacro.h"
|
||||
#include "MathMacro.h"
|
||||
#include "MathSupport.h"
|
||||
#include "MathExtern.h"
|
||||
#include "MathStream.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file InsetMathMacro.h
|
||||
* \file MathMacro.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -14,7 +14,7 @@
|
||||
#define MATH_MACRO_H
|
||||
|
||||
#include "InsetMathNest.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "InsetMathNest.h"
|
||||
#include "MathMacroTable.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathMakebox.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathMatrix.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "InsetMathBrace.h"
|
||||
#include "InsetMathColor.h"
|
||||
#include "InsetMathComment.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "InsetMathDelim.h"
|
||||
#include "MathFactory.h"
|
||||
#include "InsetMathHull.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathOverset.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
#include "cursor.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathPar.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "support/std_ostream.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "funcrequest.h"
|
||||
#include "FuncStatus.h"
|
||||
#include "gettext.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathFactory.h"
|
||||
#include "MathSupport.h"
|
||||
#include "outputparams.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define REF_INSET_H
|
||||
|
||||
|
||||
#include "InsetMathCommand.h"
|
||||
#include "CommandInset.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathRoot.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "cursor.h"
|
||||
#include "LColor.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathScript.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
#include "InsetMathSymbol.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathSize.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathParser.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathSpace.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
#include "LaTeXFeatures.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathSplit.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathSqrt.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "TextPainter.h"
|
||||
#include "LColor.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathStackrel.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "LaTeXFeatures.h"
|
||||
#include "InsetMathSubstack.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "support/std_ostream.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "InsetMathTFrac.h"
|
||||
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
#include "LaTeXFeatures.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathTabular.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathUnderset.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
#include "cursor.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMathXArrow.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
|
@ -32,8 +32,8 @@ libmathed_la_SOURCES = \
|
||||
InsetMathChar.h \
|
||||
InsetMathColor.cpp \
|
||||
InsetMathColor.h \
|
||||
InsetMathCommand.cpp \
|
||||
InsetMathCommand.h \
|
||||
CommandInset.cpp \
|
||||
CommandInset.h \
|
||||
InsetMathComment.cpp \
|
||||
InsetMathComment.h \
|
||||
InsetMathDecoration.cpp \
|
||||
@ -77,8 +77,8 @@ libmathed_la_SOURCES = \
|
||||
InsetMathLefteqn.h \
|
||||
InsetMathLim.cpp \
|
||||
InsetMathLim.h \
|
||||
InsetMathMacro.cpp \
|
||||
InsetMathMacro.h \
|
||||
MathMacro.cpp \
|
||||
MathMacro.h \
|
||||
InsetMathMakebox.cpp \
|
||||
InsetMathMakebox.h \
|
||||
InsetMathMatrix.cpp \
|
||||
@ -131,8 +131,8 @@ libmathed_la_SOURCES = \
|
||||
MathAtom.h \
|
||||
MathAutoCorrect.cpp \
|
||||
MathAutoCorrect.h \
|
||||
MathData.cpp \
|
||||
MathData.h \
|
||||
MathArray.cpp \
|
||||
MathArray.h \
|
||||
MathExtern.cpp \
|
||||
MathExtern.h \
|
||||
MathFactory.cpp \
|
||||
@ -146,7 +146,7 @@ libmathed_la_SOURCES = \
|
||||
MathMacroTemplate.h \
|
||||
MathParser.cpp \
|
||||
MathParser.h \
|
||||
MathReplace.h \
|
||||
ReplaceData.h \
|
||||
MathStream.cpp \
|
||||
MathStream.h \
|
||||
MathSupport.cpp \
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "MathAutoCorrect.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "InsetMath.h"
|
||||
#include "MathSupport.h"
|
||||
#include "MathParser.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file MathData.cpp
|
||||
* \file MathArray.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,14 +10,14 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "InsetMathFont.h"
|
||||
#include "InsetMathScript.h"
|
||||
#include "InsetMathMacro.h"
|
||||
#include "MathMacro.h"
|
||||
#include "MathMacroTable.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathSupport.h"
|
||||
#include "MathReplace.h"
|
||||
#include "ReplaceData.h"
|
||||
|
||||
#include "BufferView.h"
|
||||
#include "buffer.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file MathData.h
|
||||
* \file MathArray.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "InsetMathArray.h"
|
||||
#include "InsetMathChar.h"
|
||||
#include "InsetMathDelim.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "InsetMathDiff.h"
|
||||
#include "InsetMathExFunc.h"
|
||||
#include "InsetMathExInt.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "InsetMathFrameBox.h"
|
||||
#include "InsetMathKern.h"
|
||||
#include "InsetMathLefteqn.h"
|
||||
#include "InsetMathMacro.h"
|
||||
#include "MathMacro.h"
|
||||
#include "InsetMathMakebox.h"
|
||||
#include "InsetMathOverset.h"
|
||||
#include "InsetMathPhantom.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef MATH_MACROTEMPLATE_H
|
||||
#define MATH_MACROTEMPLATE_H
|
||||
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathMacroTable.h"
|
||||
#include "InsetMathNest.h"
|
||||
|
||||
|
@ -49,7 +49,7 @@ following hack as starting point to write some macros:
|
||||
#include "InsetMathDelim.h"
|
||||
#include "InsetMathEnv.h"
|
||||
#include "InsetMathKern.h"
|
||||
#include "InsetMathMacro.h"
|
||||
#include "MathMacro.h"
|
||||
#include "InsetMathPar.h"
|
||||
#include "InsetMathRef.h"
|
||||
#include "InsetMathRoot.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file MathReplace.h
|
||||
* \file ReplaceData.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,7 +13,7 @@
|
||||
#define MATH_REPLACE_H
|
||||
|
||||
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "InsetMath.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "MathExtern.h"
|
||||
#include "MathStream.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "MathSupport.h"
|
||||
#include "MathData.h"
|
||||
#include "MathArray.h"
|
||||
#include "InsetMath.h"
|
||||
#include "MathStream.h"
|
||||
#include "MathParser.h"
|
||||
|
@ -60,7 +60,7 @@
|
||||
#include "insets/InsetHFill.h"
|
||||
#include "insets/InsetLine.h"
|
||||
#include "insets/InsetNewline.h"
|
||||
#include "insets/InsetPageBreak.h"
|
||||
#include "insets/InsetPagebreak.h"
|
||||
#include "insets/InsetOptArg.h"
|
||||
#include "insets/InsetSpace.h"
|
||||
#include "insets/InsetSpecialChar.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "ParagraphList.h"
|
||||
|
||||
#include "mathed/MathSupport.h"
|
||||
#include "mathed/MathData.h"
|
||||
#include "mathed/MathArray.h"
|
||||
|
||||
#include "insets/Inset.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user