mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Rename files in src/mathed and src/graphics from .C to .cpp, step 1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17968 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7eb8bc283c
commit
fcfcc3ff6e
@ -10,8 +10,8 @@ file(GLOB mathed_sources ${TOP_SRC_DIR}/src/mathed/${LYX_CPP_FILES})
|
||||
file(GLOB mathed_headers ${TOP_SRC_DIR}/src/mathed/${LYX_CPP_FILES})
|
||||
|
||||
list(REMOVE_ITEM mathed_sources
|
||||
${TOP_SRC_DIR}/src/mathed/InsetMathXYArrow.C
|
||||
${TOP_SRC_DIR}/src/mathed/InsetFormulaMacro.C)
|
||||
${TOP_SRC_DIR}/src/mathed/InsetMathXYArrow.cpp
|
||||
${TOP_SRC_DIR}/src/mathed/InsetFormulaMacro.cpp)
|
||||
|
||||
lyx_add_msvc_pch(mathed)
|
||||
|
||||
|
@ -245,77 +245,77 @@ src_mathed_header_files = Split('''
|
||||
|
||||
|
||||
src_mathed_files = Split('''
|
||||
InsetMath.C
|
||||
InsetMathAMSArray.C
|
||||
InsetMathArray.C
|
||||
InsetMathBig.C
|
||||
InsetMathBinom.C
|
||||
InsetMathBoldSymbol.C
|
||||
InsetMathBox.C
|
||||
InsetMathBoxed.C
|
||||
InsetMathBrace.C
|
||||
InsetMathCases.C
|
||||
InsetMathChar.C
|
||||
InsetMathColor.C
|
||||
InsetMathCommand.C
|
||||
InsetMathComment.C
|
||||
InsetMathDFrac.C
|
||||
InsetMathDecoration.C
|
||||
InsetMathDelim.C
|
||||
InsetMathDiff.C
|
||||
InsetMathDim.C
|
||||
InsetMathDots.C
|
||||
InsetMathEnv.C
|
||||
InsetMathExFunc.C
|
||||
InsetMathExInt.C
|
||||
InsetMathFBox.C
|
||||
InsetMathFont.C
|
||||
InsetMathFontOld.C
|
||||
InsetMathFrac.C
|
||||
InsetMathFracBase.C
|
||||
InsetMathFrameBox.C
|
||||
InsetMathGrid.C
|
||||
InsetMathHull.C
|
||||
InsetMathKern.C
|
||||
InsetMathLefteqn.C
|
||||
InsetMathLim.C
|
||||
InsetMathMacro.C
|
||||
InsetMathMakebox.C
|
||||
InsetMathMatrix.C
|
||||
InsetMathNest.C
|
||||
InsetMathNumber.C
|
||||
InsetMathOverset.C
|
||||
InsetMathPar.C
|
||||
InsetMathPhantom.C
|
||||
InsetMathRef.C
|
||||
InsetMathRoot.C
|
||||
InsetMathScript.C
|
||||
InsetMathSize.C
|
||||
InsetMathSpace.C
|
||||
InsetMathSplit.C
|
||||
InsetMathSqrt.C
|
||||
InsetMathStackrel.C
|
||||
InsetMathString.C
|
||||
InsetMathSubstack.C
|
||||
InsetMathSymbol.C
|
||||
InsetMathTFrac.C
|
||||
InsetMathTabular.C
|
||||
InsetMathUnderset.C
|
||||
InsetMathUnknown.C
|
||||
InsetMathXArrow.C
|
||||
InsetMathXYMatrix.C
|
||||
MathAtom.C
|
||||
MathAutoCorrect.C
|
||||
MathData.C
|
||||
MathExtern.C
|
||||
MathFactory.C
|
||||
MathMacroArgument.C
|
||||
MathMacroTable.C
|
||||
MathMacroTemplate.C
|
||||
MathParser.C
|
||||
MathStream.C
|
||||
MathSupport.C
|
||||
TextPainter.C
|
||||
InsetMath.cpp
|
||||
InsetMathAMSArray.cpp
|
||||
InsetMathArray.cpp
|
||||
InsetMathBig.cpp
|
||||
InsetMathBinom.cpp
|
||||
InsetMathBoldSymbol.cpp
|
||||
InsetMathBox.cpp
|
||||
InsetMathBoxed.cpp
|
||||
InsetMathBrace.cpp
|
||||
InsetMathCases.cpp
|
||||
InsetMathChar.cpp
|
||||
InsetMathColor.cpp
|
||||
InsetMathCommand.cpp
|
||||
InsetMathComment.cpp
|
||||
InsetMathDFrac.cpp
|
||||
InsetMathDecoration.cpp
|
||||
InsetMathDelim.cpp
|
||||
InsetMathDiff.cpp
|
||||
InsetMathDim.cpp
|
||||
InsetMathDots.cpp
|
||||
InsetMathEnv.cpp
|
||||
InsetMathExFunc.cpp
|
||||
InsetMathExInt.cpp
|
||||
InsetMathFBox.cpp
|
||||
InsetMathFont.cpp
|
||||
InsetMathFontOld.cpp
|
||||
InsetMathFrac.cpp
|
||||
InsetMathFracBase.cpp
|
||||
InsetMathFrameBox.cpp
|
||||
InsetMathGrid.cpp
|
||||
InsetMathHull.cpp
|
||||
InsetMathKern.cpp
|
||||
InsetMathLefteqn.cpp
|
||||
InsetMathLim.cpp
|
||||
InsetMathMacro.cpp
|
||||
InsetMathMakebox.cpp
|
||||
InsetMathMatrix.cpp
|
||||
InsetMathNest.cpp
|
||||
InsetMathNumber.cpp
|
||||
InsetMathOverset.cpp
|
||||
InsetMathPar.cpp
|
||||
InsetMathPhantom.cpp
|
||||
InsetMathRef.cpp
|
||||
InsetMathRoot.cpp
|
||||
InsetMathScript.cpp
|
||||
InsetMathSize.cpp
|
||||
InsetMathSpace.cpp
|
||||
InsetMathSplit.cpp
|
||||
InsetMathSqrt.cpp
|
||||
InsetMathStackrel.cpp
|
||||
InsetMathString.cpp
|
||||
InsetMathSubstack.cpp
|
||||
InsetMathSymbol.cpp
|
||||
InsetMathTFrac.cpp
|
||||
InsetMathTabular.cpp
|
||||
InsetMathUnderset.cpp
|
||||
InsetMathUnknown.cpp
|
||||
InsetMathXArrow.cpp
|
||||
InsetMathXYMatrix.cpp
|
||||
MathAtom.cpp
|
||||
MathAutoCorrect.cpp
|
||||
MathData.cpp
|
||||
MathExtern.cpp
|
||||
MathFactory.cpp
|
||||
MathMacroArgument.cpp
|
||||
MathMacroTable.cpp
|
||||
MathMacroTemplate.cpp
|
||||
MathParser.cpp
|
||||
MathStream.cpp
|
||||
MathSupport.cpp
|
||||
TextPainter.cpp
|
||||
''')
|
||||
|
||||
|
||||
@ -481,17 +481,17 @@ src_graphics_header_files = Split('''
|
||||
|
||||
|
||||
src_graphics_files = Split('''
|
||||
GraphicsCache.C
|
||||
GraphicsCacheItem.C
|
||||
GraphicsConverter.C
|
||||
GraphicsImage.C
|
||||
GraphicsLoader.C
|
||||
GraphicsParams.C
|
||||
GraphicsTypes.C
|
||||
LoaderQueue.C
|
||||
PreviewImage.C
|
||||
PreviewLoader.C
|
||||
Previews.C
|
||||
GraphicsCache.cpp
|
||||
GraphicsCacheItem.cpp
|
||||
GraphicsConverter.cpp
|
||||
GraphicsImage.cpp
|
||||
GraphicsLoader.cpp
|
||||
GraphicsParams.cpp
|
||||
GraphicsTypes.cpp
|
||||
LoaderQueue.cpp
|
||||
PreviewImage.cpp
|
||||
PreviewLoader.cpp
|
||||
Previews.cpp
|
||||
''')
|
||||
|
||||
|
||||
|
@ -125,16 +125,16 @@ src/lyxfont.C
|
||||
src/lyxfunc.C
|
||||
src/lyxrc.C
|
||||
src/lyxvc.C
|
||||
src/mathed/InsetFormulaMacro.C
|
||||
src/mathed/InsetMathAMSArray.C
|
||||
src/mathed/InsetMathCases.C
|
||||
src/mathed/InsetMathGrid.C
|
||||
src/mathed/InsetMathHull.C
|
||||
src/mathed/InsetMathNest.C
|
||||
src/mathed/InsetMathRef.C
|
||||
src/mathed/InsetMathSplit.C
|
||||
src/mathed/InsetMathSubstack.C
|
||||
src/mathed/MathMacroTemplate.C
|
||||
src/mathed/InsetFormulaMacro.cpp
|
||||
src/mathed/InsetMathAMSArray.cpp
|
||||
src/mathed/InsetMathCases.cpp
|
||||
src/mathed/InsetMathGrid.cpp
|
||||
src/mathed/InsetMathHull.cpp
|
||||
src/mathed/InsetMathNest.cpp
|
||||
src/mathed/InsetMathRef.cpp
|
||||
src/mathed/InsetMathSplit.cpp
|
||||
src/mathed/InsetMathSubstack.cpp
|
||||
src/mathed/MathMacroTemplate.cpp
|
||||
src/output.C
|
||||
src/output_plaintext.C
|
||||
src/paragraph.C
|
||||
|
@ -38,7 +38,7 @@ ControlMath::ControlMath(Dialog & dialog)
|
||||
// in "lib/symbols". Unfortunately, some of those are already
|
||||
// defined with non-unicode ids for use within mathed.
|
||||
// FIXME 2: We should fill-in this map with the parsed "symbols"
|
||||
// file done in MathFactory.C.
|
||||
// file done in MathFactory.cpp.
|
||||
math_symbols_["("] = MathSymbol('(');
|
||||
math_symbols_[")"] = MathSymbol(')');
|
||||
math_symbols_["{"] = MathSymbol('{');
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file GraphicsCache.C
|
||||
* \file GraphicsCache.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file GraphicsCacheItem.C
|
||||
* \file GraphicsCacheItem.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file GraphicsConverter.C
|
||||
* \file GraphicsConverter.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file GraphicsImage.C
|
||||
* \file GraphicsImage.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file GraphicsLoader.C
|
||||
* \file GraphicsLoader.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file GraphicsParams.C
|
||||
* \file GraphicsParams.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file GraphicsTypes.C
|
||||
* \file GraphicsTypes.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file LoaderQueue.C
|
||||
* \file LoaderQueue.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -10,24 +10,24 @@ AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
|
||||
|
||||
libgraphics_la_SOURCES = \
|
||||
GraphicsCache.h \
|
||||
GraphicsCache.C \
|
||||
GraphicsCache.cpp \
|
||||
GraphicsCacheItem.h \
|
||||
GraphicsCacheItem.C \
|
||||
GraphicsCacheItem.cpp \
|
||||
GraphicsConverter.h \
|
||||
GraphicsConverter.C \
|
||||
GraphicsConverter.cpp \
|
||||
GraphicsImage.h \
|
||||
GraphicsImage.C \
|
||||
GraphicsImage.cpp \
|
||||
GraphicsLoader.h \
|
||||
GraphicsLoader.C \
|
||||
GraphicsParams.C \
|
||||
GraphicsLoader.cpp \
|
||||
GraphicsParams.cpp \
|
||||
GraphicsParams.h \
|
||||
LoaderQueue.h \
|
||||
LoaderQueue.C \
|
||||
LoaderQueue.cpp \
|
||||
GraphicsTypes.h \
|
||||
GraphicsTypes.C \
|
||||
GraphicsTypes.cpp \
|
||||
PreviewImage.h \
|
||||
PreviewImage.C \
|
||||
PreviewImage.cpp \
|
||||
PreviewLoader.h \
|
||||
PreviewLoader.C \
|
||||
PreviewLoader.cpp \
|
||||
Previews.h \
|
||||
Previews.C
|
||||
Previews.cpp
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file PreviewImage.C
|
||||
* \file PreviewImage.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file PreviewLoader.C
|
||||
* \file PreviewLoader.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file Previews.C
|
||||
* \file Previews.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetFormulaMacro.C
|
||||
* \file InsetFormulaMacro.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMath.C
|
||||
* \file InsetMath.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathAMSArray.C
|
||||
* \file InsetMathAMSArray.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathArray.C
|
||||
* \file InsetMathArray.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathBig.C
|
||||
* \file InsetMathBig.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathBinom.C
|
||||
* \file InsetMathBinom.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathBoldSymbol.C
|
||||
* \file InsetMathBoldSymbol.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathBox.C
|
||||
* \file InsetMathBox.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathBoxed.C
|
||||
* \file InsetMathBoxed.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathBrace.C
|
||||
* \file InsetMathBrace.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathCases.C
|
||||
* \file InsetMathCases.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathChar.C
|
||||
* \file InsetMathChar.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathColor.C
|
||||
* \file InsetMathColor.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathCommand.C
|
||||
* \file InsetMathCommand.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathComment.C
|
||||
* \file InsetMathComment.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathDFrac.C
|
||||
* \file InsetMathDFrac.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathDecoration.C
|
||||
* \file InsetMathDecoration.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathDelim.C
|
||||
* \file InsetMathDelim.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathDiff.C
|
||||
* \file InsetMathDiff.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathDim.C
|
||||
* \file InsetMathDim.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathDots.C
|
||||
* \file InsetMathDots.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathEnv.C
|
||||
* \file InsetMathEnv.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathExFunc.C
|
||||
* \file InsetMathExFunc.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathExInt.C
|
||||
* \file InsetMathExInt.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathFBox.C
|
||||
* \file InsetMathFBox.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathFont.C
|
||||
* \file InsetMathFont.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathFontOld.C
|
||||
* \file InsetMathFontOld.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathFrac.C
|
||||
* \file InsetMathFrac.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathFracBase.C
|
||||
* \file InsetMathFracBase.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathFrameBox.C
|
||||
* \file InsetMathFrameBox.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathGrid.C
|
||||
* \file InsetMathGrid.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathHull.C
|
||||
* \file InsetMathHull.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathKern.C
|
||||
* \file InsetMathKern.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathLefteqn.C
|
||||
* \file InsetMathLefteqn.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathLim.C
|
||||
* \file InsetMathLim.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathMBox.C
|
||||
* \file InsetMathMBox.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathMacro.C
|
||||
* \file InsetMathMacro.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathMakebox.C
|
||||
* \file InsetMathMakebox.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathMatrix.C
|
||||
* \file InsetMathMatrix.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathNest.C
|
||||
* \file InsetMathNest.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -1452,7 +1452,7 @@ bool InsetMathNest::script(LCursor & cur, bool up,
|
||||
}
|
||||
--cur.pos();
|
||||
InsetMathScript * inset = cur.nextAtom().nucleus()->asScriptInset();
|
||||
// See comment in MathParser.C for special handling of {}-bases
|
||||
// See comment in MathParser.cpp for special handling of {}-bases
|
||||
|
||||
cur.push(*inset);
|
||||
cur.idx() = 1;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathNumber.C
|
||||
* \file InsetMathNumber.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathOverset.C
|
||||
* \file InsetMathOverset.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathPar.C
|
||||
* \file InsetMathPar.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathPhantom.C
|
||||
* \file InsetMathPhantom.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathRef.C
|
||||
* \file InsetMathRef.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathRoot.C
|
||||
* \file InsetMathRoot.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathScript.C
|
||||
* \file InsetMathScript.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathSize.C
|
||||
* \file InsetMathSize.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathSpace.C
|
||||
* \file InsetMathSpace.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathSplit.C
|
||||
* \file InsetMathSplit.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathSqrt.C
|
||||
* \file InsetMathSqrt.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathStackrel.C
|
||||
* \file InsetMathStackrel.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathString.C
|
||||
* \file InsetMathString.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathSubstack.C
|
||||
* \file InsetMathSubstack.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathSymbol.C
|
||||
* \file InsetMathSymbol.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathDFrac.C
|
||||
* \file InsetMathDFrac.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathTabular.C
|
||||
* \file InsetMathTabular.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathUnderset.C
|
||||
* \file InsetMathUnderset.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathUnknown.C
|
||||
* \file InsetMathUnknown.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathXArrow.C
|
||||
* \file InsetMathXArrow.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathXYArrow.C
|
||||
* \file InsetMathXYArrow.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file InsetMathXYMatrix.C
|
||||
* \file InsetMathXYMatrix.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
include $(top_srcdir)/config/common.am
|
||||
|
||||
EXTRA_DIST = pch.h InsetFormulaMacro.C
|
||||
EXTRA_DIST = pch.h InsetFormulaMacro.cpp
|
||||
|
||||
BUILT_SOURCES = $(PCH_FILE)
|
||||
|
||||
@ -9,150 +9,150 @@ noinst_LTLIBRARIES = libmathed.la
|
||||
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
|
||||
|
||||
libmathed_la_SOURCES = \
|
||||
InsetMathAMSArray.C \
|
||||
InsetMathAMSArray.cpp \
|
||||
InsetMathAMSArray.h \
|
||||
InsetMathArray.C \
|
||||
InsetMathArray.cpp \
|
||||
InsetMathArray.h \
|
||||
InsetMathBig.C \
|
||||
InsetMathBig.cpp \
|
||||
InsetMathBig.h \
|
||||
InsetMathBinom.C \
|
||||
InsetMathBinom.cpp \
|
||||
InsetMathBinom.h \
|
||||
InsetMathBoldSymbol.C \
|
||||
InsetMathBoldSymbol.cpp \
|
||||
InsetMathBoldSymbol.h \
|
||||
InsetMathBox.C \
|
||||
InsetMathBoxed.C \
|
||||
InsetMathBox.cpp \
|
||||
InsetMathBoxed.cpp \
|
||||
InsetMathBoxed.h \
|
||||
InsetMathBox.h \
|
||||
InsetMathBrace.C \
|
||||
InsetMathBrace.cpp \
|
||||
InsetMathBrace.h \
|
||||
InsetMath.C \
|
||||
InsetMathCases.C \
|
||||
InsetMath.cpp \
|
||||
InsetMathCases.cpp \
|
||||
InsetMathCases.h \
|
||||
InsetMathChar.C \
|
||||
InsetMathChar.cpp \
|
||||
InsetMathChar.h \
|
||||
InsetMathColor.C \
|
||||
InsetMathColor.cpp \
|
||||
InsetMathColor.h \
|
||||
InsetMathCommand.C \
|
||||
InsetMathCommand.cpp \
|
||||
InsetMathCommand.h \
|
||||
InsetMathComment.C \
|
||||
InsetMathComment.cpp \
|
||||
InsetMathComment.h \
|
||||
InsetMathDecoration.C \
|
||||
InsetMathDecoration.cpp \
|
||||
InsetMathDecoration.h \
|
||||
InsetMathDelim.C \
|
||||
InsetMathDelim.cpp \
|
||||
InsetMathDelim.h \
|
||||
InsetMathDFrac.C \
|
||||
InsetMathDFrac.cpp \
|
||||
InsetMathDFrac.h \
|
||||
InsetMathDiff.C \
|
||||
InsetMathDiff.cpp \
|
||||
InsetMathDiff.h \
|
||||
InsetMathDim.C \
|
||||
InsetMathDim.cpp \
|
||||
InsetMathDim.h \
|
||||
InsetMathDots.C \
|
||||
InsetMathDots.cpp \
|
||||
InsetMathDots.h \
|
||||
InsetMathEnv.C \
|
||||
InsetMathEnv.cpp \
|
||||
InsetMathEnv.h \
|
||||
InsetMathExFunc.C \
|
||||
InsetMathExFunc.cpp \
|
||||
InsetMathExFunc.h \
|
||||
InsetMathExInt.C \
|
||||
InsetMathExInt.cpp \
|
||||
InsetMathExInt.h \
|
||||
InsetMathFBox.C \
|
||||
InsetMathFBox.cpp \
|
||||
InsetMathFBox.h \
|
||||
InsetMathFont.C \
|
||||
InsetMathFont.cpp \
|
||||
InsetMathFont.h \
|
||||
InsetMathFontOld.C \
|
||||
InsetMathFontOld.cpp \
|
||||
InsetMathFontOld.h \
|
||||
InsetMathFracBase.C \
|
||||
InsetMathFracBase.cpp \
|
||||
InsetMathFracBase.h \
|
||||
InsetMathFrac.C \
|
||||
InsetMathFrac.cpp \
|
||||
InsetMathFrac.h \
|
||||
InsetMathFrameBox.C \
|
||||
InsetMathFrameBox.cpp \
|
||||
InsetMathFrameBox.h \
|
||||
InsetMathGrid.C \
|
||||
InsetMathGrid.cpp \
|
||||
InsetMathGrid.h \
|
||||
InsetMath.h \
|
||||
InsetMathHull.C \
|
||||
InsetMathHull.cpp \
|
||||
InsetMathHull.h \
|
||||
InsetMathKern.C \
|
||||
InsetMathKern.cpp \
|
||||
InsetMathKern.h \
|
||||
InsetMathLefteqn.C \
|
||||
InsetMathLefteqn.cpp \
|
||||
InsetMathLefteqn.h \
|
||||
InsetMathLim.C \
|
||||
InsetMathLim.cpp \
|
||||
InsetMathLim.h \
|
||||
InsetMathMacro.C \
|
||||
InsetMathMacro.cpp \
|
||||
InsetMathMacro.h \
|
||||
InsetMathMakebox.C \
|
||||
InsetMathMakebox.cpp \
|
||||
InsetMathMakebox.h \
|
||||
InsetMathMatrix.C \
|
||||
InsetMathMatrix.cpp \
|
||||
InsetMathMatrix.h \
|
||||
InsetMathNest.C \
|
||||
InsetMathNest.cpp \
|
||||
InsetMathNest.h \
|
||||
InsetMathNumber.C \
|
||||
InsetMathNumber.cpp \
|
||||
InsetMathNumber.h \
|
||||
InsetMathOverset.C \
|
||||
InsetMathOverset.cpp \
|
||||
InsetMathOverset.h \
|
||||
InsetMathPar.C \
|
||||
InsetMathPar.cpp \
|
||||
InsetMathPar.h \
|
||||
InsetMathPhantom.C \
|
||||
InsetMathPhantom.cpp \
|
||||
InsetMathPhantom.h \
|
||||
InsetMathRef.C \
|
||||
InsetMathRef.cpp \
|
||||
InsetMathRef.h \
|
||||
InsetMathRoot.C \
|
||||
InsetMathRoot.cpp \
|
||||
InsetMathRoot.h \
|
||||
InsetMathScript.C \
|
||||
InsetMathScript.cpp \
|
||||
InsetMathScript.h \
|
||||
InsetMathSize.C \
|
||||
InsetMathSize.cpp \
|
||||
InsetMathSize.h \
|
||||
InsetMathSpace.C \
|
||||
InsetMathSpace.cpp \
|
||||
InsetMathSpace.h \
|
||||
InsetMathSplit.C \
|
||||
InsetMathSplit.cpp \
|
||||
InsetMathSplit.h \
|
||||
InsetMathSqrt.C \
|
||||
InsetMathSqrt.cpp \
|
||||
InsetMathSqrt.h \
|
||||
InsetMathStackrel.C \
|
||||
InsetMathStackrel.cpp \
|
||||
InsetMathStackrel.h \
|
||||
InsetMathString.C \
|
||||
InsetMathString.cpp \
|
||||
InsetMathString.h \
|
||||
InsetMathSubstack.C \
|
||||
InsetMathSubstack.cpp \
|
||||
InsetMathSubstack.h \
|
||||
InsetMathSymbol.C \
|
||||
InsetMathSymbol.cpp \
|
||||
InsetMathSymbol.h \
|
||||
InsetMathTabular.C \
|
||||
InsetMathTabular.cpp \
|
||||
InsetMathTabular.h \
|
||||
InsetMathTFrac.C \
|
||||
InsetMathTFrac.cpp \
|
||||
InsetMathTFrac.h \
|
||||
InsetMathUnderset.C \
|
||||
InsetMathUnderset.cpp \
|
||||
InsetMathUnderset.h \
|
||||
InsetMathUnknown.C \
|
||||
InsetMathUnknown.cpp \
|
||||
InsetMathUnknown.h \
|
||||
InsetMathXArrow.C \
|
||||
InsetMathXArrow.cpp \
|
||||
InsetMathXArrow.h \
|
||||
InsetMathXYMatrix.C \
|
||||
InsetMathXYMatrix.cpp \
|
||||
InsetMathXYMatrix.h \
|
||||
MathAtom.C \
|
||||
MathAtom.cpp \
|
||||
MathAtom.h \
|
||||
MathAutoCorrect.C \
|
||||
MathAutoCorrect.cpp \
|
||||
MathAutoCorrect.h \
|
||||
MathData.C \
|
||||
MathData.cpp \
|
||||
MathData.h \
|
||||
MathExtern.C \
|
||||
MathExtern.cpp \
|
||||
MathExtern.h \
|
||||
MathFactory.C \
|
||||
MathFactory.cpp \
|
||||
MathFactory.h \
|
||||
MathGridInfo.h \
|
||||
MathMacroArgument.C \
|
||||
MathMacroArgument.cpp \
|
||||
MathMacroArgument.h \
|
||||
MathMacroTable.C \
|
||||
MathMacroTable.cpp \
|
||||
MathMacroTable.h \
|
||||
MathMacroTemplate.C \
|
||||
MathMacroTemplate.cpp \
|
||||
MathMacroTemplate.h \
|
||||
MathParser.C \
|
||||
MathParser.cpp \
|
||||
MathParser.h \
|
||||
MathReplace.h \
|
||||
MathStream.C \
|
||||
MathStream.cpp \
|
||||
MathStream.h \
|
||||
MathSupport.C \
|
||||
MathSupport.cpp \
|
||||
MathSupport.h \
|
||||
TextPainter.C \
|
||||
TextPainter.cpp \
|
||||
TextPainter.h
|
||||
# InsetMathMBox.C
|
||||
# InsetMathMBox.cpp
|
||||
# InsetMathMBox.h
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file MathAtom.C
|
||||
* \file MathAtom.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file MathAutoCorrect.C
|
||||
* \file MathAutoCorrect.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file MathData.C
|
||||
* \file MathData.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file MathExtern.C
|
||||
* \file MathExtern.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file MathFactory.C
|
||||
* \file MathFactory.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file MathMacroArgument.C
|
||||
* \file MathMacroArgument.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file MathMacroTable.C
|
||||
* \file MathMacroTable.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file MathParser.C
|
||||
* \file MathParser.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file MathStream.C
|
||||
* \file MathStream.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file MathSupport.C
|
||||
* \file MathSupport.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file TextPainter.C
|
||||
* \file TextPainter.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user