]> git.lyx.org Git - features.git/commit
Rename LM_ST_* to *_STYLE and FONT_SIZE_* to *_SIZE
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 14 Jun 2019 14:42:02 +0000 (16:42 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:33 +0000 (15:48 +0200)
commit006bc070201892694790f5965d286c34c988ad8f
tree276dd27d077166853dd9f6dba95ef4987ddab8ea
parent3da09a28a97bf060411e6c895871e373b8758597
Rename LM_ST_* to *_STYLE and FONT_SIZE_* to *_SIZE

This makes code more uniform. This is typically something that is done
at end of cycle to limit backport issues later.
21 files changed:
src/Font.cpp
src/FontEnums.h
src/FontInfo.cpp
src/LyXRC.cpp
src/MetricsInfo.cpp
src/Paragraph.cpp
src/TextMetrics.cpp
src/frontends/qt4/GuiCharacter.cpp
src/frontends/qt4/GuiFontLoader.cpp
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiView.cpp
src/insets/RenderGraphic.cpp
src/insets/RenderPreview.cpp
src/mathed/InsetMathDiagram.cpp
src/mathed/InsetMathFrac.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathMacroTemplate.cpp
src/mathed/InsetMathRoot.cpp
src/mathed/InsetMathSymbol.cpp
src/mathed/MathClass.cpp
src/mathed/MathRow.cpp