[LyX/master] #9376 prepare use of Length in lyxrc - move the class Length to support

Stephan Witt switt at lyx.org
Fri Aug 7 06:59:34 UTC 2020


commit 0fa4b7e736a6cc9c22620dcebbab457c219f79c8
Author: Stephan Witt <switt at lyx.org>
Date:   Mon Aug 3 14:15:09 2020 +0200

    #9376 prepare use of Length in lyxrc - move the class Length to support

 src/BufferParams.cpp               |    2 +-
 src/BufferView.cpp                 |    2 +-
 src/Length.cpp                     |  463 ------------------------------------
 src/Length.h                       |  211 ----------------
 src/LyXRC.h                        |    2 +-
 src/Makefile.am                    |   12 +-
 src/Paragraph.cpp                  |    2 +-
 src/ParagraphParameters.h          |    2 +-
 src/Text.cpp                       |    2 +-
 src/VSpace.cpp                     |    2 +-
 src/VSpace.h                       |    2 +-
 src/frontends/qt/GuiBox.cpp        |    2 +-
 src/frontends/qt/GuiExternal.cpp   |    2 +-
 src/frontends/qt/GuiGraphics.cpp   |    2 +-
 src/frontends/qt/LengthCombo.h     |    2 +-
 src/frontends/qt/Validator.h       |    3 +-
 src/frontends/qt/qt_helpers.cpp    |    2 +-
 src/frontends/qt/qt_helpers.h      |    2 +-
 src/graphics/GraphicsParams.h      |    3 +-
 src/insets/ExternalTransforms.h    |    3 +-
 src/insets/InsetBox.h              |    3 +-
 src/insets/InsetGraphics.cpp       |    2 +-
 src/insets/InsetInfo.cpp           |    2 +-
 src/insets/InsetLine.cpp           |    2 +-
 src/insets/InsetListingsParams.cpp |    2 +-
 src/insets/InsetNomencl.cpp        |    2 +-
 src/insets/InsetSpace.cpp          |    2 +-
 src/insets/InsetSpace.h            |    3 +-
 src/insets/InsetTabular.h          |    3 +-
 src/insets/InsetWrap.h             |    3 +-
 src/lengthcommon.cpp               |  367 ----------------------------
 src/mathed/InsetMathGrid.h         |    3 +-
 src/mathed/InsetMathKern.h         |    3 +-
 src/mathed/InsetMathSpace.h        |    3 +-
 src/mathed/InsetMathXYMatrix.h     |    3 +-
 src/mathed/MathSupport.cpp         |    2 +-
 src/support/Length.cpp             |  463 ++++++++++++++++++++++++++++++++++++
 src/support/Length.h               |  211 ++++++++++++++++
 src/support/Makefile.am            |    3 +
 src/support/lengthcommon.cpp       |  366 ++++++++++++++++++++++++++++
 src/tests/CMakeLists.txt           |    4 +-
 src/tex2lyx/CMakeLists.txt         |    5 +-
 src/tex2lyx/Makefile.am            |    2 -
 src/tex2lyx/text.cpp               |    2 +-
 44 files changed, 1091 insertions(+), 1093 deletions(-)


More information about the lyx-cvs mailing list