]> git.lyx.org Git - lyx.git/commit
#9376 prepare use of Length in lyxrc - move the class Length to support
authorStephan Witt <switt@lyx.org>
Mon, 3 Aug 2020 12:15:09 +0000 (14:15 +0200)
committerStephan Witt <switt@lyx.org>
Fri, 7 Aug 2020 07:24:31 +0000 (09:24 +0200)
commit0fa4b7e736a6cc9c22620dcebbab457c219f79c8
treed3142f578f1864bdf5cca68f48ccef23e174d5dd
parent582296d79a143d918f30c14971c428d830f3752d
#9376 prepare use of Length in lyxrc - move the class Length to support
44 files changed:
src/BufferParams.cpp
src/BufferView.cpp
src/Length.cpp [deleted file]
src/Length.h [deleted file]
src/LyXRC.h
src/Makefile.am
src/Paragraph.cpp
src/ParagraphParameters.h
src/Text.cpp
src/VSpace.cpp
src/VSpace.h
src/frontends/qt/GuiBox.cpp
src/frontends/qt/GuiExternal.cpp
src/frontends/qt/GuiGraphics.cpp
src/frontends/qt/LengthCombo.h
src/frontends/qt/Validator.h
src/frontends/qt/qt_helpers.cpp
src/frontends/qt/qt_helpers.h
src/graphics/GraphicsParams.h
src/insets/ExternalTransforms.h
src/insets/InsetBox.h
src/insets/InsetGraphics.cpp
src/insets/InsetInfo.cpp
src/insets/InsetLine.cpp
src/insets/InsetListingsParams.cpp
src/insets/InsetNomencl.cpp
src/insets/InsetSpace.cpp
src/insets/InsetSpace.h
src/insets/InsetTabular.h
src/insets/InsetWrap.h
src/lengthcommon.cpp [deleted file]
src/mathed/InsetMathGrid.h
src/mathed/InsetMathKern.h
src/mathed/InsetMathSpace.h
src/mathed/InsetMathXYMatrix.h
src/mathed/MathSupport.cpp
src/support/Length.cpp [new file with mode: 0644]
src/support/Length.h [new file with mode: 0644]
src/support/Makefile.am
src/support/lengthcommon.cpp [new file with mode: 0644]
src/tests/CMakeLists.txt
src/tex2lyx/CMakeLists.txt
src/tex2lyx/Makefile.am
src/tex2lyx/text.cpp