]> git.lyx.org Git - features.git/commitdiff
Rename files in src/mathed and src/graphics from .C to .cpp, step 1
authorBo Peng <bpeng@lyx.org>
Wed, 25 Apr 2007 03:01:35 +0000 (03:01 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 25 Apr 2007 03:01:35 +0000 (03:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17968 a592a061-630c-0410-9148-cb99ea01b6c8

90 files changed:
development/cmake/src/mathed/CMakeLists.txt
development/scons/scons_manifest.py
po/POTFILES.in
src/frontends/controllers/ControlMath.C
src/graphics/GraphicsCache.C
src/graphics/GraphicsCacheItem.C
src/graphics/GraphicsConverter.C
src/graphics/GraphicsImage.C
src/graphics/GraphicsLoader.C
src/graphics/GraphicsParams.C
src/graphics/GraphicsTypes.C
src/graphics/LoaderQueue.C
src/graphics/Makefile.am
src/graphics/PreviewImage.C
src/graphics/PreviewLoader.C
src/graphics/Previews.C
src/mathed/InsetFormulaMacro.C
src/mathed/InsetMath.C
src/mathed/InsetMathAMSArray.C
src/mathed/InsetMathArray.C
src/mathed/InsetMathBig.C
src/mathed/InsetMathBinom.C
src/mathed/InsetMathBoldSymbol.C
src/mathed/InsetMathBox.C
src/mathed/InsetMathBoxed.C
src/mathed/InsetMathBrace.C
src/mathed/InsetMathCases.C
src/mathed/InsetMathChar.C
src/mathed/InsetMathColor.C
src/mathed/InsetMathCommand.C
src/mathed/InsetMathComment.C
src/mathed/InsetMathDFrac.C
src/mathed/InsetMathDecoration.C
src/mathed/InsetMathDelim.C
src/mathed/InsetMathDiff.C
src/mathed/InsetMathDim.C
src/mathed/InsetMathDots.C
src/mathed/InsetMathEnv.C
src/mathed/InsetMathExFunc.C
src/mathed/InsetMathExInt.C
src/mathed/InsetMathFBox.C
src/mathed/InsetMathFont.C
src/mathed/InsetMathFontOld.C
src/mathed/InsetMathFrac.C
src/mathed/InsetMathFracBase.C
src/mathed/InsetMathFrameBox.C
src/mathed/InsetMathGrid.C
src/mathed/InsetMathHull.C
src/mathed/InsetMathKern.C
src/mathed/InsetMathLefteqn.C
src/mathed/InsetMathLim.C
src/mathed/InsetMathMBox.C
src/mathed/InsetMathMacro.C
src/mathed/InsetMathMakebox.C
src/mathed/InsetMathMatrix.C
src/mathed/InsetMathNest.C
src/mathed/InsetMathNumber.C
src/mathed/InsetMathOverset.C
src/mathed/InsetMathPar.C
src/mathed/InsetMathPhantom.C
src/mathed/InsetMathRef.C
src/mathed/InsetMathRoot.C
src/mathed/InsetMathScript.C
src/mathed/InsetMathSize.C
src/mathed/InsetMathSpace.C
src/mathed/InsetMathSplit.C
src/mathed/InsetMathSqrt.C
src/mathed/InsetMathStackrel.C
src/mathed/InsetMathString.C
src/mathed/InsetMathSubstack.C
src/mathed/InsetMathSymbol.C
src/mathed/InsetMathTFrac.C
src/mathed/InsetMathTabular.C
src/mathed/InsetMathUnderset.C
src/mathed/InsetMathUnknown.C
src/mathed/InsetMathXArrow.C
src/mathed/InsetMathXYArrow.C
src/mathed/InsetMathXYMatrix.C
src/mathed/Makefile.am
src/mathed/MathAtom.C
src/mathed/MathAutoCorrect.C
src/mathed/MathData.C
src/mathed/MathExtern.C
src/mathed/MathFactory.C
src/mathed/MathMacroArgument.C
src/mathed/MathMacroTable.C
src/mathed/MathParser.C
src/mathed/MathStream.C
src/mathed/MathSupport.C
src/mathed/TextPainter.C

index aefa2a66792d519a5fc39a16a60f2bbe633feca2..ffc7031bdc7503b8c23e9f4a46850ae1f5cc3b95 100644 (file)
@@ -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)
 
index 4d4609c59dcb47e439cd860589bf007e15bf13ac..e556eeb210f240fdf14eec78b5af9eb525df12ed 100644 (file)
@@ -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
 ''')
 
 
index 3f2a051a567f2546116b058fd224b469becbe71e..56d284b61e340cfedb561b0f4cbbc3814abc2792 100644 (file)
@@ -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
index bf598da024e4b81fde9c866ebe8b5093411aff69..b19180c0b2b494ade39588e90a2d7dac3f468811 100644 (file)
@@ -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('{');
index d263011277794c89342edfdf125da96f22e55592..10f9fc7a73b8f8141a77f7ffa9faeebafdf9ad32 100644 (file)
@@ -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.
  *
index 03142516ea84ac59841398214211e72540e085fb..74e9eb41272747f8bee2187911a8471374a56e40 100644 (file)
@@ -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.
  *
index c28d3fd0e22da5310e14cab01058e77d9da43808..3a69da9bdc76befc5cf2f67b6c125a449439fd0a 100644 (file)
@@ -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.
  *
index 0d53568530c6d983da465f5435d03124b3d6c189..c71304082448aa420ad5c885945e2f999a078ef0 100644 (file)
@@ -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.
  *
index dc128a1b6bd98bec92f6da4623641f70f0ba69b1..d7627481f6bc0ce960065c67305100062e1d8e6d 100644 (file)
@@ -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.
  *
index 6274ea1d6ba77814ef26152691ef95a333f952ae..d13dc1800fdc0737f4ca8dc37b7cd2e954425e8e 100644 (file)
@@ -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.
  *
index f33da586ea921c2626a8f00a01f9bb8dbdf3367a..f8f6f45a912079c4fe61c8b8cceb3738cdc63091 100644 (file)
@@ -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.
  *
index aca489598b4375237c75094a18d7361101f9a3e4..6038dbe4b933d676704f2b3374d87006979a9eef 100644 (file)
@@ -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.
  *
index 1c92b93c1bf49d399b5ed9f6a9bc15d989ff1004..74564578d88ba5ac88dde7d482b4f5da0d8d1563 100644 (file)
@@ -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
index 050ca62de8694efddff57a0096829c00081e374b..89289e282e016c34dd8a8e95cdc4e5d7de791ca9 100644 (file)
@@ -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.
  *
index b9cc288a019e6639c4f519ffa6964e5792419066..4c32c76928521aecaf94a4faea2fa34b4febc858 100644 (file)
@@ -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.
  *
index 0525b9efb8c55c078e4c4fac3d62bd9a3a6dcc94..0da83d901c9146096443b5183a9515a2b2e17ea1 100644 (file)
@@ -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.
  *
index 3020b2c8246a9dbc4968059711a99be5993ffbd5..1a17f8705cf60d8fffc78e23accddd7633444ad7 100644 (file)
@@ -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.
  *
index 0bd44048c1c3a94d91411c9e76a04ab1e342b0a9..64db5a21809d540012d0a50e35633ff91efc6ae5 100644 (file)
@@ -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.
  *
index 55eeb7f1593ac051573edd44137cd5e4767ed4d4..3febc45cb1c0a603bc6d79e2aff335640ce8ffa7 100644 (file)
@@ -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.
  *
index 893518f8e8fa3078729f5730ffd01e2b8d5bfc3f..8732f50c9cb4cae17b8135b49ef7340f992a507f 100644 (file)
@@ -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.
  *
index 9f6b09e1be1721b7d023de5cc9df24b5e2f172b3..e56acca0785c713ac60d8d2c1bc18ce7537ef2a2 100644 (file)
@@ -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.
  *
index 564c21979db77d5749306b015508fc076b5ab556..0a08e7bea356a107b4ff1b5056fa2d4b31686b86 100644 (file)
@@ -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.
  *
index 989fac4d1ac039b19f0122c8bae6aa04649022a4..1d7c6f67607bb4af4e919e053f7c086e4c0f15f2 100644 (file)
@@ -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.
  *
index 4e1bce9dc55b500cf76b39d5a67cd1b08eb2f826..0447e84467cb921ac0eaef4ba74f2ec038f43cc5 100644 (file)
@@ -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.
  *
index 303ba5d9f3b1d488c98ab805692b0c0b48b5d9a4..2ff48888f771fc0aaba0674460a658a2098333e7 100644 (file)
@@ -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.
  *
index 18ce779746a1ec5054294cbb7295ec654d843611..54b00d89c33c3eaf51a71329f411c55ccd853bfc 100644 (file)
@@ -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.
  *
index d998c0e4e49e0d9262ea353fb1bd013785b49069..86886299ba01c2b8adff5fb0edf288e0f6140ae9 100644 (file)
@@ -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.
  *
index bf0c00bcc70e1e89b9be711642861654591bc390..0baad6a7d53f8a4fc03a69e0e44dc96bf6cd6e7f 100644 (file)
@@ -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.
  *
index 32d7c298818d82a14504d8376ae3c5367cb31a81..c3358bfe34907c6c8e1d582df3a03ace9d103ca3 100644 (file)
@@ -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.
  *
index 3f58ea5117727f6204a0e5919798097849baa917..076096ef48a54ee14e484484191fb5adcb6d2867 100644 (file)
@@ -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.
  *
index 857d721693c6629139951f2d212619b29469ffae..ca0de54262e6d6b7e4bad023fa39eced24c485cb 100644 (file)
@@ -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.
  *
index 6a0a60f7a8666155df12dfbb307740d435e2500c..5dded132b687f7d2ec0c5da8b3f5f222cb7a253d 100644 (file)
@@ -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.
  *
index 0018581af5b3c5ad13b3599343613123c96a588c..f7a038bec879bd903db5d153da700ff69c47610f 100644 (file)
@@ -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.
  *
index fd660f025cb8ffc33b35cf705142475f9a8d1ce1..a0f6aaad5d3a6b69de89588a5a405e27137fe91f 100644 (file)
@@ -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.
  *
index 47ee1756544a0c18a2d64173d0787e2747689ed5..2f866d245b86316e1941d597ebe42973b02498dc 100644 (file)
@@ -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.
  *
index f7633a48435e56ed8338bff6616e02da5acb6488..e74bbbc2c68363e03a7caf4c69aec20ef8edf20d 100644 (file)
@@ -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.
  *
index e45748486edf4f5f28b27336077752c42ae195d5..6673d0483897673a040a044166d5cac2473afc8f 100644 (file)
@@ -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.
  *
index 3a13320fcb2e1e151c1b4e5805fb81a2e679c65e..110d09b2597bda01cbd4fdabc8bc0961efbd28d0 100644 (file)
@@ -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.
  *
index f74af99e0ceed46e8caa1dad2ec7517282aba29e..9ede0e43403f30a58e3231a16b5f34a4f5a83e8f 100644 (file)
@@ -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.
  *
index 84277234189a92ac08417b3c2d1c00ef9ca87876..23fca486bcdec8690a237be9cc95a6c8e595c3a1 100644 (file)
@@ -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.
  *
index 69ba854c1078fd6ce8adc8087985e5686154ce10..4eb91a8b97cdeab8edae0de21d05dec3809d2db2 100644 (file)
@@ -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.
  *
index dd66629c331e8fd69233c341d43d8ce7f6f938a2..e079868a1a103f2a74fcc5cdcc64334aafc0c960 100644 (file)
@@ -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.
  *
index 21c8e17bd095cf0a7e4b1d8ecfe7d0fa951873bf..d061280118250cdde7dc4882ec0206b8c8afb366 100644 (file)
@@ -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.
  *
index 6d7a137bd6ae1d69948f75369253243632872749..924cebe79cf423f323a3bd95367ddaa99c82650d 100644 (file)
@@ -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.
  *
index 91551aa12f111daad92331911283c776b3c0fc00..22b0befb64a540abd0d54f6d8c3b6f12df11de4d 100644 (file)
@@ -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.
  *
index a6c270b34e722303c650440547ec95aaeea00e13..e77fe38fc6dd276fca4a7916d77eefe43700a382 100644 (file)
@@ -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.
  *
index d88ebde29425e3280101322d0c64698644450679..53354fa623ae7b5c8baff7491b4e5dcd7ead18c3 100644 (file)
@@ -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.
  *
index 0b91b78d4742fea70fccbe2b90512c468dc7b3de..cd3a59081b16f3384ccb567a7c4085a58dcc1713 100644 (file)
@@ -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.
  *
index a36310238774aed0cc934632174015efb9a1757b..c5cab3ec30a00d23227afd4201062142c98b705a 100644 (file)
@@ -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.
  *
index 749bce70683c3001a3f68366b992965055ab8c2e..4122d781f9afa264bcaee522d23dcf4cdb95eb99 100644 (file)
@@ -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.
  *
index 59c6aa3dcca9f55a2135665264fe3b06b518fc2f..ed333d933bd734c4f325eba4d6e84a583bd93d5a 100644 (file)
@@ -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.
  *
index 6f2b098ecae9212cd3863503fe7501f02d3f2a25..875f9f8447edbc8a05e9ab6722d524b1741c9088 100644 (file)
@@ -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.
  *
index 0731acfb637817048de90f4836846581ffb1ce79..27b868c4a378a458a036cf44ce4737aacc2bba9f 100644 (file)
@@ -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.
  *
index 2ef56d955a728bd0b0470bb719014420db9343df..fb6a0b09a422d42fb55c924a477c7a5d306cc18e 100644 (file)
@@ -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.
  *
index 39087557455784bc99a26d95d6d84f8b993c0569..feb56cb3df61249d8c9c4c37488e872c1daa231f 100644 (file)
@@ -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.
  *
index b42a55c840641aad6752960950e5e359f7a9e6e7..1d18ae086e81d67128b896f8395c1fed1c46db72 100644 (file)
@@ -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;
index 41e7c60a7ca9b73d83c51310de76124643fe6cfe..0a56cb01e909ddfe3f21f09f871d9ecba25d4a05 100644 (file)
@@ -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.
  *
index 0ecc01577f021ed1f7ba37bbaeee9b3c2eb9f901..2157a623684729cb031b82ee306edf38bc29c700 100644 (file)
@@ -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.
  *
index 6ebe584c92e9c975e175066100aee2ba1b9e823a..8cc933e9a330fc6221aeda39b5675f67c1958b3e 100644 (file)
@@ -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.
  *
index 97f0bf2fd868b54755d478acb998994cf017fb83..e4374dce2eed5a8c674621b83d3d7beddd6329b0 100644 (file)
@@ -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.
  *
index 3b522fee9c0d226a18754c79dd0703f35523c11b..0817fc642c1b1cd8db484681f48eb07a491a7bab 100644 (file)
@@ -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.
  *
index 3700033f3729086cf5f0bfa482454ab227daff62..0d812391155a67bfa6ad2c20e852edc5c515096d 100644 (file)
@@ -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.
  *
index 40b718f3ff752b3ee25f9924cd5f63e4f8e1ce03..3080b60ce1dbd9fc036644ac6dfddce63485d19b 100644 (file)
@@ -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.
  *
index f700b8176216c68c1e097e932abec7e6f0e499ba..23eb69812a97b387b2d0808b94b27d430232aeb8 100644 (file)
@@ -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.
  *
index 6800380a8321078cf9aa3e200d581a7eb19d86b5..8d3df0930b28499ebd585483ec25fcbeec27948e 100644 (file)
@@ -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.
  *
index 00dd9e87ee7e0286d39c24c5cad4e952d7a7d3a1..a8575ac6878b8f199debd6c20b417c122bf62dfa 100644 (file)
@@ -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.
  *
index 33b5e7751424974598ab06830fcd5f7b7dd3d66c..55d773c946df7648f34703ff8615e240e4b8f2c7 100644 (file)
@@ -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.
  *
index b4e245faa3f3643662824fa195fc5675be762250..9f1a9baba9b2d8eb9cdfd501bc33ad7577651e1e 100644 (file)
@@ -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.
  *
index dc9e5b885839e93c23ca131e118b2ee8f9ce161b..ab4a13704ef65759e1c440ed79146021008999f5 100644 (file)
@@ -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.
  *
index 8b7fd3d5710d59fa445fd8cf444ce1a5f01ae011..ef494f7f4528e349cd23bbbe0c0e88e169667627 100644 (file)
@@ -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.
  *
index 0acb7e8a391e575949fae2c281dda6e9442bda38..87aff39550bcef472f9278bc5a8f0c92c5ddd061 100644 (file)
@@ -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.
  *
index f361dc7872157493bb09a761f664f2bed1b658b5..84ed2b8157f686ee03e00f57124b910060c26590 100644 (file)
@@ -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.
  *
index 54ef64cbbe5edd9e6736f0a7156a06fe9dfda510..7445044e3e4e602d29ff09cf6c7284ca83abd84a 100644 (file)
@@ -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.
  *
index f756a49f13ef2be153dfb2649dca177266761083..577d49e3bb5714ba9e5e969fcc0c0cfe20b85fb0 100644 (file)
@@ -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.
  *
index b99e5e64041da76876c44b49d322af636673eef8..e26e9180eaa0aa8549bb35210f37e9e4d659e873 100644 (file)
@@ -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.
  *
index b8f1f3af984393d6346fe920710aceb07acc70fc..dbd16ac31c53348a2e74c761fa462acc8eb130a7 100644 (file)
@@ -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.
  *
index 1b97ff5407d9f9ecc911619674a8d523e1874098..fb0f30252dc4067fe46c7286297d76f56fd94379 100644 (file)
@@ -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.
  *
index cbeba96583ae52465fb65c9af7bd8a46726f2f4f..f8de6c7072c6230b9d5c1a6fb6fa733a13a098d4 100644 (file)
@@ -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.
  *
index d71a8f1f1790845489f5c343b7e5bef151e54574..ec8f6725d20cbe48cf45c1fa7967b7d36384f6b2 100644 (file)
@@ -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
 
index 33ba85b09448d59135d66e35ecc153ba36ded994..87a569d821d50231de08c3faf685f265f2152ba0 100644 (file)
@@ -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.
  *
index 046fa0fa63924303af5d201d8e6a9d03714673e2..c275a9341fa071ae663b78c98be38620c83a21c0 100644 (file)
@@ -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.
  *
index b2ef50fb97f9196f07827f7f880ba5b405ff6df7..b0639032ff15c8c7c01ba05945ee519c68857401 100644 (file)
@@ -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.
  *
index 5c0f8e2d7e0a2036596886ef0c59dc78041d25f8..36ca80104ea63412c4bc7c996c8e442b83f552a5 100644 (file)
@@ -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.
  *
index 1d22a70cc137cdb547382f3531b48f2ba4992086..6cb6e702bafcbee43c6118db5ecd80515f052425 100644 (file)
@@ -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.
  *
index 155d325aee150c75a09339c9315fc05418de6a46..4d2badb9e072e830af90fd7082e18f1f9d33af2a 100644 (file)
@@ -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.
  *
index 20634191947803eeb569279a0ca453996ada38e6..779dc10625e241e087507023e981dd84efb8f493 100644 (file)
@@ -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.
  *
index bec1d1c9d23053bf6802541cf262505abc89971c..c985057b997dc3686b178165fa00074e3965ec0f 100644 (file)
@@ -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.
  *
index 820aeeab54e6d4239c0c6efdcc05274a6047d48c..83c95455e43fe77cddf761fe0b2908284b56ea80 100644 (file)
@@ -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.
  *
index 9db65f586e9c14c27d906353641d9eee650753bd..8f3aacb66b55503e3424677f0cec655247f98ac7 100644 (file)
@@ -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.
  *
index 9ee7f48b1ba5d7da9e9ed93c392cfe16892013eb..fa8ca9944fdf3e9c9250d049b471f4c340087e73 100644 (file)
@@ -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.
  *