mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Rename files in src/mathed and src/graphics from .C to .cpp, step 3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17970 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f497296c30
commit
04942a2116
172
rename.sh
172
rename.sh
@ -431,28 +431,6 @@ src/gettext.C src/Gettext.cpp
|
|||||||
src/gettext.h src/Gettext.h
|
src/gettext.h src/Gettext.h
|
||||||
src/graph.C src/Graph.cpp
|
src/graph.C src/Graph.cpp
|
||||||
src/graph.h src/Graph.h
|
src/graph.h src/Graph.h
|
||||||
src/graphics/GraphicsCache.C src/graphics/GraphicsCache.cpp
|
|
||||||
#src/graphics/GraphicsCache.h
|
|
||||||
src/graphics/GraphicsCacheItem.C src/graphics/GraphicsCacheItem.cpp
|
|
||||||
#src/graphics/GraphicsCacheItem.h
|
|
||||||
src/graphics/GraphicsConverter.C src/graphics/GraphicsConverter.cpp
|
|
||||||
#src/graphics/GraphicsConverter.h
|
|
||||||
src/graphics/GraphicsImage.C src/graphics/GraphicsImage.cpp
|
|
||||||
#src/graphics/GraphicsImage.h
|
|
||||||
src/graphics/GraphicsLoader.C src/graphics/GraphicsLoader.cpp
|
|
||||||
#src/graphics/GraphicsLoader.h
|
|
||||||
src/graphics/GraphicsParams.C src/graphics/GraphicsParams.cpp
|
|
||||||
#src/graphics/GraphicsParams.h
|
|
||||||
src/graphics/GraphicsTypes.C src/graphics/GraphicsTypes.cpp
|
|
||||||
#src/graphics/GraphicsTypes.h
|
|
||||||
src/graphics/LoaderQueue.C src/graphics/LoaderQueue.cpp
|
|
||||||
#src/graphics/LoaderQueue.h
|
|
||||||
src/graphics/PreviewImage.C src/graphics/PreviewImage.cpp
|
|
||||||
#src/graphics/PreviewImage.h
|
|
||||||
src/graphics/PreviewLoader.C src/graphics/PreviewLoader.cpp
|
|
||||||
#src/graphics/PreviewLoader.h
|
|
||||||
src/graphics/Previews.C src/graphics/Previews.cpp
|
|
||||||
#src/graphics/Previews.h
|
|
||||||
src/importer.C src/Importer.cpp
|
src/importer.C src/Importer.cpp
|
||||||
src/importer.h src/Importer.h
|
src/importer.h src/Importer.h
|
||||||
src/insetiterator.C src/InsetIterator.cpp
|
src/insetiterator.C src/InsetIterator.cpp
|
||||||
@ -518,156 +496,6 @@ src/lyxtext.h src/LyXText.h
|
|||||||
src/lyxvc.C src/LyXVC.cpp
|
src/lyxvc.C src/LyXVC.cpp
|
||||||
src/lyxvc.h src/LyXVC.h
|
src/lyxvc.h src/LyXVC.h
|
||||||
src/main.C src/main.cpp
|
src/main.C src/main.cpp
|
||||||
src/mathed/InsetFormulaMacro.C src/mathed/InsetFormulaMacro.cpp
|
|
||||||
#src/mathed/InsetFormulaMacro.h
|
|
||||||
src/mathed/InsetMathAMSArray.C src/mathed/InsetMathAMSArray.cpp
|
|
||||||
#src/mathed/InsetMathAMSArray.h
|
|
||||||
src/mathed/InsetMathArray.C src/mathed/InsetMathArray.cpp
|
|
||||||
#src/mathed/InsetMathArray.h
|
|
||||||
src/mathed/InsetMathBig.C src/mathed/InsetMathBig.cpp
|
|
||||||
#src/mathed/InsetMathBig.h
|
|
||||||
src/mathed/InsetMathBinom.C src/mathed/InsetMathBinom.cpp
|
|
||||||
#src/mathed/InsetMathBinom.h
|
|
||||||
src/mathed/InsetMathBoldSymbol.C src/mathed/InsetMathBoldSymbol.cpp
|
|
||||||
#src/mathed/InsetMathBoldSymbol.h
|
|
||||||
src/mathed/InsetMathBox.C src/mathed/InsetMathBox.cpp
|
|
||||||
src/mathed/InsetMathBoxed.C src/mathed/InsetMathBoxed.cpp
|
|
||||||
#src/mathed/InsetMathBoxed.h
|
|
||||||
#src/mathed/InsetMathBox.h
|
|
||||||
src/mathed/InsetMathBrace.C src/mathed/InsetMathBrace.cpp
|
|
||||||
#src/mathed/InsetMathBrace.h
|
|
||||||
src/mathed/InsetMath.C src/mathed/InsetMath.cpp
|
|
||||||
src/mathed/InsetMathCases.C src/mathed/InsetMathCases.cpp
|
|
||||||
#src/mathed/InsetMathCases.h
|
|
||||||
src/mathed/InsetMathChar.C src/mathed/InsetMathChar.cpp
|
|
||||||
#src/mathed/InsetMathChar.h
|
|
||||||
src/mathed/InsetMathColor.C src/mathed/InsetMathColor.cpp
|
|
||||||
#src/mathed/InsetMathColor.h
|
|
||||||
src/mathed/InsetMathCommand.C src/mathed/InsetMathCommand.cpp
|
|
||||||
#src/mathed/InsetMathCommand.h
|
|
||||||
src/mathed/InsetMathComment.C src/mathed/InsetMathComment.cpp
|
|
||||||
#src/mathed/InsetMathComment.h
|
|
||||||
src/mathed/InsetMathDecoration.C src/mathed/InsetMathDecoration.cpp
|
|
||||||
#src/mathed/InsetMathDecoration.h
|
|
||||||
src/mathed/InsetMathDelim.C src/mathed/InsetMathDelim.cpp
|
|
||||||
#src/mathed/InsetMathDelim.h
|
|
||||||
src/mathed/InsetMathDFrac.C src/mathed/InsetMathDFrac.cpp
|
|
||||||
#src/mathed/InsetMathDFrac.h
|
|
||||||
src/mathed/InsetMathDiff.C src/mathed/InsetMathDiff.cpp
|
|
||||||
#src/mathed/InsetMathDiff.h
|
|
||||||
src/mathed/InsetMathDim.C src/mathed/InsetMathDim.cpp
|
|
||||||
#src/mathed/InsetMathDim.h
|
|
||||||
src/mathed/InsetMathDots.C src/mathed/InsetMathDots.cpp
|
|
||||||
#src/mathed/InsetMathDots.h
|
|
||||||
src/mathed/InsetMathEnv.C src/mathed/InsetMathEnv.cpp
|
|
||||||
#src/mathed/InsetMathEnv.h
|
|
||||||
src/mathed/InsetMathExFunc.C src/mathed/InsetMathExFunc.cpp
|
|
||||||
#src/mathed/InsetMathExFunc.h
|
|
||||||
src/mathed/InsetMathExInt.C src/mathed/InsetMathExInt.cpp
|
|
||||||
#src/mathed/InsetMathExInt.h
|
|
||||||
src/mathed/InsetMathFBox.C src/mathed/InsetMathFBox.cpp
|
|
||||||
#src/mathed/InsetMathFBox.h
|
|
||||||
src/mathed/InsetMathFont.C src/mathed/InsetMathFont.cpp
|
|
||||||
#src/mathed/InsetMathFont.h
|
|
||||||
src/mathed/InsetMathFontOld.C src/mathed/InsetMathFontOld.cpp
|
|
||||||
#src/mathed/InsetMathFontOld.h
|
|
||||||
src/mathed/InsetMathFracBase.C src/mathed/InsetMathFracBase.cpp
|
|
||||||
#src/mathed/InsetMathFracBase.h
|
|
||||||
src/mathed/InsetMathFrac.C src/mathed/InsetMathFrac.cpp
|
|
||||||
#src/mathed/InsetMathFrac.h
|
|
||||||
src/mathed/InsetMathFrameBox.C src/mathed/InsetMathFrameBox.cpp
|
|
||||||
#src/mathed/InsetMathFrameBox.h
|
|
||||||
src/mathed/InsetMathGrid.C src/mathed/InsetMathGrid.cpp
|
|
||||||
#src/mathed/InsetMathGrid.h
|
|
||||||
#src/mathed/InsetMath.h
|
|
||||||
src/mathed/InsetMathHull.C src/mathed/InsetMathHull.cpp
|
|
||||||
#src/mathed/InsetMathHull.h
|
|
||||||
src/mathed/InsetMathKern.C src/mathed/InsetMathKern.cpp
|
|
||||||
#src/mathed/InsetMathKern.h
|
|
||||||
src/mathed/InsetMathLefteqn.C src/mathed/InsetMathLefteqn.cpp
|
|
||||||
#src/mathed/InsetMathLefteqn.h
|
|
||||||
src/mathed/InsetMathLim.C src/mathed/InsetMathLim.cpp
|
|
||||||
#src/mathed/InsetMathLim.h
|
|
||||||
src/mathed/InsetMathMacro.C src/mathed/InsetMathMacro.cpp
|
|
||||||
#src/mathed/InsetMathMacro.h
|
|
||||||
src/mathed/InsetMathMakebox.C src/mathed/InsetMathMakebox.cpp
|
|
||||||
src/mathed/InsetMathMakebox.h src/mathed/InsetMathMakeBox.h
|
|
||||||
src/mathed/InsetMathMatrix.C src/mathed/InsetMathMatrix.cpp
|
|
||||||
#src/mathed/InsetMathMatrix.h
|
|
||||||
src/mathed/InsetMathMBox.C src/mathed/InsetMathMBox.cpp
|
|
||||||
#src/mathed/InsetMathMBox.h
|
|
||||||
src/mathed/InsetMathNest.C src/mathed/InsetMathNest.cpp
|
|
||||||
#src/mathed/InsetMathNest.h
|
|
||||||
src/mathed/InsetMathNumber.C src/mathed/InsetMathNumber.cpp
|
|
||||||
#src/mathed/InsetMathNumber.h
|
|
||||||
src/mathed/InsetMathOverset.C src/mathed/InsetMathOverset.cpp
|
|
||||||
#src/mathed/InsetMathOverset.h
|
|
||||||
src/mathed/InsetMathPar.C src/mathed/InsetMathPar.cpp
|
|
||||||
#src/mathed/InsetMathPar.h
|
|
||||||
src/mathed/InsetMathPhantom.C src/mathed/InsetMathPhantom.cpp
|
|
||||||
#src/mathed/InsetMathPhantom.h
|
|
||||||
src/mathed/InsetMathRef.C src/mathed/InsetMathRef.cpp
|
|
||||||
#src/mathed/InsetMathRef.h
|
|
||||||
src/mathed/InsetMathRoot.C src/mathed/InsetMathRoot.cpp
|
|
||||||
#src/mathed/InsetMathRoot.h
|
|
||||||
src/mathed/InsetMathScript.C src/mathed/InsetMathScript.cpp
|
|
||||||
#src/mathed/InsetMathScript.h
|
|
||||||
src/mathed/InsetMathSize.C src/mathed/InsetMathSize.cpp
|
|
||||||
#src/mathed/InsetMathSize.h
|
|
||||||
src/mathed/InsetMathSpace.C src/mathed/InsetMathSpace.cpp
|
|
||||||
#src/mathed/InsetMathSpace.h
|
|
||||||
src/mathed/InsetMathSplit.C src/mathed/InsetMathSplit.cpp
|
|
||||||
#src/mathed/InsetMathSplit.h
|
|
||||||
src/mathed/InsetMathSqrt.C src/mathed/InsetMathSqrt.cpp
|
|
||||||
#src/mathed/InsetMathSqrt.h
|
|
||||||
src/mathed/InsetMathStackrel.C src/mathed/InsetMathStackrel.cpp
|
|
||||||
#src/mathed/InsetMathStackrel.h
|
|
||||||
src/mathed/InsetMathString.C src/mathed/InsetMathString.cpp
|
|
||||||
#src/mathed/InsetMathString.h
|
|
||||||
src/mathed/InsetMathSubstack.C src/mathed/InsetMathSubstack.cpp
|
|
||||||
#src/mathed/InsetMathSubstack.h
|
|
||||||
src/mathed/InsetMathSymbol.C src/mathed/InsetMathSymbol.cpp
|
|
||||||
#src/mathed/InsetMathSymbol.h
|
|
||||||
src/mathed/InsetMathTabular.C src/mathed/InsetMathTabular.cpp
|
|
||||||
#src/mathed/InsetMathTabular.h
|
|
||||||
src/mathed/InsetMathTFrac.C src/mathed/InsetMathTFrac.cpp
|
|
||||||
#src/mathed/InsetMathTFrac.h
|
|
||||||
src/mathed/InsetMathUnderset.C src/mathed/InsetMathUnderset.cpp
|
|
||||||
#src/mathed/InsetMathUnderset.h
|
|
||||||
src/mathed/InsetMathUnknown.C src/mathed/InsetMathUnknown.cpp
|
|
||||||
#src/mathed/InsetMathUnknown.h
|
|
||||||
src/mathed/InsetMathXArrow.C src/mathed/InsetMathXArrow.cpp
|
|
||||||
#src/mathed/InsetMathXArrow.h
|
|
||||||
src/mathed/InsetMathXYArrow.C src/mathed/InsetMathXYArrow.cpp
|
|
||||||
#src/mathed/InsetMathXYArrow.h
|
|
||||||
src/mathed/InsetMathXYMatrix.C src/mathed/InsetMathXYMatrix.cpp
|
|
||||||
#src/mathed/InsetMathXYMatrix.h
|
|
||||||
src/mathed/MathAtom.C src/mathed/MathAtom.cpp
|
|
||||||
#src/mathed/MathAtom.h
|
|
||||||
src/mathed/MathAutoCorrect.C src/mathed/MathAutoCorrect.cpp
|
|
||||||
#src/mathed/MathAutoCorrect.h
|
|
||||||
src/mathed/MathData.C src/mathed/MathData.cpp
|
|
||||||
#src/mathed/MathData.h
|
|
||||||
src/mathed/MathExtern.C src/mathed/MathExtern.cpp
|
|
||||||
#src/mathed/MathExtern.h
|
|
||||||
src/mathed/MathFactory.C src/mathed/MathFactory.cpp
|
|
||||||
#src/mathed/MathFactory.h
|
|
||||||
#src/mathed/MathGridInfo.h
|
|
||||||
src/mathed/MathMacroArgument.C src/mathed/MathMacroArgument.cpp
|
|
||||||
#src/mathed/MathMacroArgument.h
|
|
||||||
src/mathed/MathMacroTable.C src/mathed/MathMacroTable.cpp
|
|
||||||
#src/mathed/MathMacroTable.h
|
|
||||||
src/mathed/MathMacroTemplate.C src/mathed/MathMacroTemplate.cpp
|
|
||||||
#src/mathed/MathMacroTemplate.h
|
|
||||||
src/mathed/MathParser.C src/mathed/MathParser.cpp
|
|
||||||
#src/mathed/MathParser.h
|
|
||||||
#src/mathed/MathReplace.h
|
|
||||||
src/mathed/MathStream.C src/mathed/MathStream.cpp
|
|
||||||
#src/mathed/MathStream.h
|
|
||||||
src/mathed/MathSupport.C src/mathed/MathSupport.cpp
|
|
||||||
#src/mathed/MathSupport.h
|
|
||||||
src/mathed/TextPainter.C src/mathed/TextPainter.cpp
|
|
||||||
#src/mathed/TextPainter.h
|
|
||||||
src/MenuBackend.C src/MenuBackend.cpp
|
src/MenuBackend.C src/MenuBackend.cpp
|
||||||
#src/MenuBackend.h
|
#src/MenuBackend.h
|
||||||
src/messages.C src/Messages.cpp
|
src/messages.C src/Messages.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user