commit 890cd6f21d63a1866e7b932d982a6ccf66cc45b2
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Mon Apr 28 14:14:59 2025 +0200
Finish MathArray->MathData transition (3/4): rename ar variables to md
Having a MathData variable named 'ar' is strange. Here we use md instead.
This has been done in three stages:
1/ mechanical search and replace of standalone 'ar' variables,
2/ visual inspection to exclude false positives,
3/ mechanical search of 'MathData.*\<ar' and correction by hand, to
catch variable names like ar1, arr or array.
src/BufferView.cpp | 28 +--
src/Cursor.cpp | 34 +--
src/Undo.cpp | 8 +-
src/lyxfind.cpp | 8 +-
src/mathed/InsetMathBrace.cpp | 4 +-
src/mathed/InsetMathBrace.h | 2 +-
src/mathed/InsetMathComment.cpp | 6 +-
src/mathed/InsetMathComment.h | 2 +-
src/mathed/InsetMathDelim.cpp | 8 +-
src/mathed/InsetMathExFunc.cpp | 4 +-
src/mathed/InsetMathExFunc.h | 2 +-
src/mathed/InsetMathGrid.cpp | 6 +-
src/mathed/InsetMathHull.cpp | 56 ++---
src/mathed/InsetMathMacro.cpp | 18 +-
src/mathed/InsetMathMacroTemplate.cpp | 22 +-
src/mathed/InsetMathNest.cpp | 84 +++----
src/mathed/InsetMathPar.cpp | 4 +-
src/mathed/InsetMathPar.h | 2 +-
src/mathed/InsetMathRef.cpp | 18 +-
src/mathed/InsetMathScript.cpp | 4 +-
src/mathed/InsetMathSpace.cpp | 6 +-
src/mathed/MacroTable.cpp | 2 +-
src/mathed/MathAutoCorrect.cpp | 12 +-
src/mathed/MathData.cpp | 76 +++---
src/mathed/MathData.h | 22 +-
src/mathed/MathExtern.cpp | 422 +++++++++++++++++-----------------
src/mathed/MathExtern.h | 6 +-
src/mathed/MathFactory.cpp | 16 +-
src/mathed/MathFactory.h | 2 +-
src/mathed/MathParser.cpp | 132 +++++------
src/mathed/MathParser.h | 4 +-
src/mathed/MathRow.cpp | 26 +--
src/mathed/MathRow.h | 4 +-
src/mathed/MathStream.cpp | 32 +--
src/mathed/MathSupport.cpp | 16 +-
src/mathed/MathSupport.h | 2 +-
36 files changed, 550 insertions(+), 550 deletions(-)
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs