[LyX/master] Rename WriteStream to TeXMathStream.

Thibaut Cuvelier tcuvelier at lyx.org
Sat Jan 2 18:52:27 UTC 2021


commit 649755f48180b0466cdf212178dc9bdcc5d18210
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Sat Dec 26 20:04:36 2020 +0100

    Rename WriteStream to TeXMathStream.

 src/Cursor.cpp                        |    2 +-
 src/graphics/PreviewLoader.cpp        |    4 +-
 src/lyxfind.cpp                       |    4 +-
 src/mathed/InsetMath.cpp              |   10 ++++----
 src/mathed/InsetMath.h                |    6 ++--
 src/mathed/InsetMathAMSArray.cpp      |    2 +-
 src/mathed/InsetMathAMSArray.h        |    2 +-
 src/mathed/InsetMathArray.cpp         |    2 +-
 src/mathed/InsetMathArray.h           |    2 +-
 src/mathed/InsetMathBig.cpp           |    2 +-
 src/mathed/InsetMathBig.h             |    2 +-
 src/mathed/InsetMathBoldSymbol.cpp    |    2 +-
 src/mathed/InsetMathBoldSymbol.h      |    2 +-
 src/mathed/InsetMathBox.cpp           |    8 +++---
 src/mathed/InsetMathBox.h             |    8 +++---
 src/mathed/InsetMathBrace.cpp         |    2 +-
 src/mathed/InsetMathBrace.h           |    2 +-
 src/mathed/InsetMathCancel.cpp        |    2 +-
 src/mathed/InsetMathCancel.h          |    2 +-
 src/mathed/InsetMathCancelto.cpp      |    2 +-
 src/mathed/InsetMathCancelto.h        |    2 +-
 src/mathed/InsetMathCases.cpp         |    2 +-
 src/mathed/InsetMathCases.h           |    2 +-
 src/mathed/InsetMathChar.cpp          |    2 +-
 src/mathed/InsetMathChar.h            |    2 +-
 src/mathed/InsetMathClass.cpp         |    2 +-
 src/mathed/InsetMathClass.h           |    2 +-
 src/mathed/InsetMathColor.cpp         |    2 +-
 src/mathed/InsetMathColor.h           |    2 +-
 src/mathed/InsetMathCommand.cpp       |    2 +-
 src/mathed/InsetMathCommand.h         |    2 +-
 src/mathed/InsetMathComment.cpp       |    2 +-
 src/mathed/InsetMathComment.h         |    2 +-
 src/mathed/InsetMathDecoration.cpp    |    2 +-
 src/mathed/InsetMathDecoration.h      |    2 +-
 src/mathed/InsetMathDelim.cpp         |    2 +-
 src/mathed/InsetMathDelim.h           |    2 +-
 src/mathed/InsetMathDiagram.cpp       |    2 +-
 src/mathed/InsetMathDiagram.h         |    2 +-
 src/mathed/InsetMathDiff.cpp          |    2 +-
 src/mathed/InsetMathDiff.h            |    2 +-
 src/mathed/InsetMathEnsureMath.cpp    |    2 +-
 src/mathed/InsetMathEnsureMath.h      |    2 +-
 src/mathed/InsetMathEnv.cpp           |    2 +-
 src/mathed/InsetMathEnv.h             |    2 +-
 src/mathed/InsetMathExInt.cpp         |    2 +-
 src/mathed/InsetMathExInt.h           |    2 +-
 src/mathed/InsetMathFont.cpp          |    2 +-
 src/mathed/InsetMathFont.h            |    2 +-
 src/mathed/InsetMathFontOld.cpp       |    2 +-
 src/mathed/InsetMathFontOld.h         |    2 +-
 src/mathed/InsetMathFrac.cpp          |    4 +-
 src/mathed/InsetMathFrac.h            |    4 +-
 src/mathed/InsetMathGrid.cpp          |    8 +++---
 src/mathed/InsetMathGrid.h            |    8 +++---
 src/mathed/InsetMathHull.cpp          |   34 ++++++++++++++--------------
 src/mathed/InsetMathHull.h            |    8 +++---
 src/mathed/InsetMathKern.cpp          |    2 +-
 src/mathed/InsetMathKern.h            |    2 +-
 src/mathed/InsetMathLim.cpp           |    2 +-
 src/mathed/InsetMathLim.h             |    2 +-
 src/mathed/InsetMathMacro.cpp         |    2 +-
 src/mathed/InsetMathMacro.h           |    2 +-
 src/mathed/InsetMathMacroArgument.cpp |    2 +-
 src/mathed/InsetMathMacroArgument.h   |    2 +-
 src/mathed/InsetMathMacroTemplate.cpp |    6 ++--
 src/mathed/InsetMathMacroTemplate.h   |    4 +-
 src/mathed/InsetMathMatrix.cpp        |    2 +-
 src/mathed/InsetMathMatrix.h          |    2 +-
 src/mathed/InsetMathNest.cpp          |   14 ++++++------
 src/mathed/InsetMathNest.h            |    2 +-
 src/mathed/InsetMathNumber.cpp        |    2 +-
 src/mathed/InsetMathNumber.h          |    2 +-
 src/mathed/InsetMathOverset.cpp       |    2 +-
 src/mathed/InsetMathOverset.h         |    2 +-
 src/mathed/InsetMathPar.cpp           |    2 +-
 src/mathed/InsetMathPar.h             |    2 +-
 src/mathed/InsetMathPhantom.cpp       |    2 +-
 src/mathed/InsetMathPhantom.h         |    2 +-
 src/mathed/InsetMathRef.h             |    2 +-
 src/mathed/InsetMathRoot.cpp          |    2 +-
 src/mathed/InsetMathRoot.h            |    2 +-
 src/mathed/InsetMathScript.cpp        |    2 +-
 src/mathed/InsetMathScript.h          |    2 +-
 src/mathed/InsetMathSideset.cpp       |    2 +-
 src/mathed/InsetMathSideset.h         |    2 +-
 src/mathed/InsetMathSize.cpp          |    2 +-
 src/mathed/InsetMathSize.h            |    2 +-
 src/mathed/InsetMathSpace.cpp         |    2 +-
 src/mathed/InsetMathSpace.h           |    2 +-
 src/mathed/InsetMathSpecialChar.cpp   |    2 +-
 src/mathed/InsetMathSpecialChar.h     |    2 +-
 src/mathed/InsetMathSplit.cpp         |    2 +-
 src/mathed/InsetMathSplit.h           |    2 +-
 src/mathed/InsetMathSqrt.cpp          |    2 +-
 src/mathed/InsetMathSqrt.h            |    2 +-
 src/mathed/InsetMathStackrel.cpp      |    2 +-
 src/mathed/InsetMathStackrel.h        |    2 +-
 src/mathed/InsetMathString.cpp        |    2 +-
 src/mathed/InsetMathString.h          |    2 +-
 src/mathed/InsetMathSubstack.cpp      |    2 +-
 src/mathed/InsetMathSubstack.h        |    2 +-
 src/mathed/InsetMathSymbol.cpp        |    2 +-
 src/mathed/InsetMathSymbol.h          |    2 +-
 src/mathed/InsetMathTabular.cpp       |    2 +-
 src/mathed/InsetMathTabular.h         |    2 +-
 src/mathed/InsetMathUnderset.cpp      |    2 +-
 src/mathed/InsetMathUnderset.h        |    2 +-
 src/mathed/InsetMathXArrow.cpp        |    2 +-
 src/mathed/InsetMathXArrow.h          |    2 +-
 src/mathed/InsetMathXYMatrix.cpp      |    2 +-
 src/mathed/InsetMathXYMatrix.h        |    2 +-
 src/mathed/MacroTable.cpp             |    2 +-
 src/mathed/MathExtern.cpp             |   16 +++++++-------
 src/mathed/MathExtern.h               |    6 ++--
 src/mathed/MathFactory.cpp            |    6 ++--
 src/mathed/MathStream.cpp             |   36 +++++++++++++++---------------
 src/mathed/MathStream.h               |   38 ++++++++++++++++----------------
 src/mathed/MathSupport.cpp            |    6 ++--
 119 files changed, 217 insertions(+), 217 deletions(-)


More information about the lyx-cvs mailing list