[office/calligra] /: Port to SPDX and reuse

Carl Schwan null at kde.org
Sat Apr 24 19:26:03 BST 2021


Git commit df929d60dc540dc5c2907618321409f6ab67b6db by Carl Schwan.
Committed on 24/04/2021 at 18:22.
Pushed by carlschwan into branch 'master'.

Port to SPDX and reuse

M  +2    -14   KoAlwaysInline.h
M  +3    -16   KoIcon.h
A  +22   -0    LICENSES/BSD-2-Clause.txt
A  +26   -0    LICENSES/BSD-3-Clause.txt
A  +23   -0    LICENSES/BSL-1.0.txt
A  +87   -0    LICENSES/CPL-1.0.txt
A  +311  -0    LICENSES/GPL-2.0-only.txt
A  +311  -0    LICENSES/GPL-2.0-or-later.txt
A  +604  -0    LICENSES/GPL-3.0-only.txt
A  +604  -0    LICENSES/GPL-3.0-or-later.txt
A  +444  -0    LICENSES/LGPL-2.0-only.txt
A  +444  -0    LICENSES/LGPL-2.0-or-later.txt
A  +462  -0    LICENSES/LGPL-2.1-only.txt
A  +462  -0    LICENSES/LGPL-2.1-or-later.txt
A  +12   -0    LICENSES/LicenseRef-KDE-Accepted-GPL.txt
A  +20   -0    LICENSES/MIT.txt
M  +2    -18   braindump/braindumpcore/State.cpp
M  +2    -18   braindump/braindumpcore/State.h
M  +2    -18   braindump/braindumpcore/StateCategory.cpp
M  +2    -18   braindump/braindumpcore/StateCategory.h
M  +1    -1    braindump/braindumpcore/StateCategory_p.h
M  +2    -18   braindump/braindumpcore/StatesRegistry.cpp
M  +2    -18   braindump/braindumpcore/StatesRegistry.h
M  +1    -1    braindump/plugins/quickstates/BraindumpQuickStatesPlugin.cpp
M  +1    -1    braindump/plugins/quickstates/BraindumpQuickStatesPlugin.h
M  +1    -1    braindump/plugins/quickstates/QuickStateHandler.cpp
M  +1    -1    braindump/plugins/quickstates/QuickStateHandler.h
M  +2    -14   braindump/plugins/stateshape/CategorizedItemDelegate.cpp
M  +2    -14   braindump/plugins/stateshape/CategorizedItemDelegate.h
M  +1    -1    braindump/plugins/stateshape/StateShape.cpp
M  +1    -1    braindump/plugins/stateshape/StateShape.h
M  +1    -1    braindump/plugins/stateshape/StateShapeChangeStateCommand.cpp
M  +1    -1    braindump/plugins/stateshape/StateShapeChangeStateCommand.h
M  +1    -1    braindump/plugins/stateshape/StateShapeFactory.cpp
M  +1    -1    braindump/plugins/stateshape/StateShapeFactory.h
M  +1    -1    braindump/plugins/stateshape/StateShapePlugin.cpp
M  +1    -1    braindump/plugins/stateshape/StateShapePlugin.h
M  +1    -1    braindump/plugins/stateshape/StateTool.cpp
M  +1    -1    braindump/plugins/stateshape/StateTool.h
M  +1    -1    braindump/plugins/stateshape/StateToolFactory.cpp
M  +1    -1    braindump/plugins/stateshape/StateToolFactory.h
M  +1    -1    braindump/plugins/stateshape/StateToolWidget.cpp
M  +1    -1    braindump/plugins/stateshape/StateToolWidget.h
M  +1    -1    braindump/plugins/stateshape/StatesModel.cpp
M  +1    -1    braindump/plugins/stateshape/StatesModel.h
M  +1    -1    braindump/plugins/webshape/WebShape.cpp
M  +1    -1    braindump/plugins/webshape/WebShape.h
M  +1    -1    braindump/plugins/webshape/WebShapeFactory.cpp
M  +1    -1    braindump/plugins/webshape/WebShapeFactory.h
M  +1    -1    braindump/plugins/webshape/WebShapePlugin.cpp
M  +1    -1    braindump/plugins/webshape/WebShapePlugin.h
M  +1    -1    braindump/plugins/webshape/WebTool.cpp
M  +1    -1    braindump/plugins/webshape/WebTool.h
M  +1    -1    braindump/plugins/webshape/WebToolFactory.cpp
M  +1    -1    braindump/plugins/webshape/WebToolFactory.h
M  +1    -1    braindump/plugins/webshape/WebToolWidget.cpp
M  +1    -1    braindump/plugins/webshape/WebToolWidget.h
M  +1    -1    braindump/src/AboutData.h
M  +2    -2    braindump/src/Canvas.cpp
M  +2    -2    braindump/src/Canvas.h
M  +1    -1    braindump/src/DocumentModel.cpp
M  +1    -1    braindump/src/DocumentModel.h
M  +1    -1    braindump/src/Layout.cpp
M  +1    -1    braindump/src/Layout.h
M  +1    -1    braindump/src/LayoutFactory.cpp
M  +1    -1    braindump/src/LayoutFactory.h
M  +1    -1    braindump/src/LayoutFactoryRegistry.cpp
M  +1    -1    braindump/src/LayoutFactoryRegistry.h
M  +1    -1    braindump/src/MainWindow.cpp
M  +1    -1    braindump/src/MainWindow.h
M  +1    -1    braindump/src/RootSection.cpp
M  +1    -1    braindump/src/RootSection.h
M  +1    -1    braindump/src/Section.cpp
M  +1    -1    braindump/src/Section.h
M  +1    -1    braindump/src/SectionContainer.cpp
M  +1    -1    braindump/src/SectionContainer.h
M  +1    -1    braindump/src/SectionGroup.cpp
M  +1    -1    braindump/src/SectionGroup.h
M  +1    -1    braindump/src/SectionPropertiesDock.cpp
M  +1    -1    braindump/src/SectionPropertiesDock.h
M  +2    -2    braindump/src/SectionShapeContainerModel.cpp
M  +2    -2    braindump/src/SectionShapeContainerModel.h
M  +1    -1    braindump/src/SectionsBoxDock.cpp
M  +1    -1    braindump/src/SectionsBoxDock.h
M  +1    -1    braindump/src/SectionsIO.cpp
M  +1    -1    braindump/src/SectionsIO.h
M  +3    -3    braindump/src/StatusBarItem.h
M  +1    -1    braindump/src/TreeSortFilter.cpp
M  +1    -1    braindump/src/TreeSortFilter.h
M  +1    -1    braindump/src/Utils.cpp
M  +1    -1    braindump/src/Utils.h
M  +1    -1    braindump/src/View.cpp
M  +1    -1    braindump/src/View.h
M  +1    -1    braindump/src/ViewManager.cpp
M  +1    -1    braindump/src/ViewManager.h
M  +1    -1    braindump/src/Xml.h
M  +1    -1    braindump/src/commands/ChangeLayoutCommand.cpp
M  +1    -1    braindump/src/commands/ChangeLayoutCommand.h
M  +1    -1    braindump/src/commands/InsertSectionCommand.cpp
M  +1    -1    braindump/src/commands/InsertSectionCommand.h
M  +1    -1    braindump/src/commands/MoveSectionCommand.cpp
M  +1    -1    braindump/src/commands/MoveSectionCommand.h
M  +1    -1    braindump/src/commands/RememberPositionCommand.cpp
M  +1    -1    braindump/src/commands/RememberPositionCommand.h
M  +1    -1    braindump/src/commands/RemoveSectionCommand.cpp
M  +1    -1    braindump/src/commands/RemoveSectionCommand.h
M  +1    -1    braindump/src/commands/RenameSectionCommand.cpp
M  +1    -1    braindump/src/commands/RenameSectionCommand.h
M  +3    -16   braindump/src/import/DockerManager.cpp
M  +2    -15   braindump/src/import/DockerManager.h
M  +3    -16   braindump/src/import/DockerManager_p.h
M  +4    -17   braindump/src/import/ToolDocker.cpp
M  +3    -16   braindump/src/import/ToolDocker.h
M  +4    -17   braindump/src/import/ToolDocker_p.h
M  +1    -1    braindump/src/layouts/ColumnLayout.cpp
M  +1    -1    braindump/src/layouts/ColumnLayout.h
M  +1    -1    braindump/src/layouts/FreeLayout.cpp
M  +1    -1    braindump/src/layouts/FreeLayout.h
M  +1    -1    braindump/src/main.cpp
M  +1    -1    cmake/modules/CalligraProductSetMacros.cmake
M  +1    -1    cmake/modules/FindCauchy.cmake
M  +3    -3    cmake/modules/FindEigen3.cmake
M  +2    -2    cmake/modules/FindLCMS2.cmake
M  +1    -1    cmake/modules/FindLibEtonyek.cmake
M  +1    -1    cmake/modules/FindLibOdfGen.cmake
M  +1    -1    cmake/modules/FindLibVisio.cmake
M  +1    -1    cmake/modules/FindLibWpg.cmake
M  +1    -1    cmake/modules/FindLibWps.cmake
M  +1    -1    cmake/modules/FindLibgit2.cmake
M  +1    -1    cmake/modules/FindLibqgit2.cmake
M  +1    -1    cmake/modules/FindOOoSDK.cmake
M  +1    -1    cmake/modules/FindOpenEXR.cmake
M  +1    -1    cmake/modules/FindVc.cmake
M  +1    -3    cmake/modules/GetGitRevisionDescription.cmake
M  +1    -3    cmake/modules/GetGitRevisionDescription.cmake.in
M  +1    -1    cmake/modules/MacroBoolTo01.cmake
M  +4    -4    cmake/modules/MacroCalligraAddBenchmark.cmake
M  +1    -1    cmake/modules/MacroDesktopToJson.cmake
M  +6    -6    cmake/modules/MacroEnsureVersion.cmake
M  +1    -1    cmake/modules/MacroOptionalFindPackage.cmake
M  +2    -15   components/CalligraComponentsPlugin.cpp
M  +2    -15   components/CalligraComponentsPlugin.h
M  +2    -15   components/Document.cpp
M  +2    -15   components/Document.h
M  +2    -15   components/Enums.cpp
M  +2    -15   components/Enums.h
M  +2    -15   components/Global.cpp
M  +2    -15   components/Global.h
M  +2    -15   components/ImageDataItem.cpp
M  +2    -15   components/ImageDataItem.h
M  +3    -16   components/LinkArea.cpp
M  +3    -16   components/LinkArea.h
M  +2    -15   components/View.cpp
M  +2    -15   components/View.h
M  +2    -15   components/ViewController.cpp
M  +2    -15   components/ViewController.h
M  +2    -15   components/examples/Viewer.qml
M  +4    -17   components/impl/ComponentsKoCanvasController.cpp
M  +4    -17   components/impl/ComponentsKoCanvasController.h
M  +2    -15   components/impl/DocumentImpl.cpp
M  +2    -15   components/impl/DocumentImpl.h
M  +2    -15   components/impl/PresentationImpl.cpp
M  +2    -15   components/impl/PresentationImpl.h
M  +4    -17   components/impl/PresentationKoPAView.cpp
M  +4    -17   components/impl/PresentationKoPAView.h
M  +2    -15   components/impl/SpreadsheetImpl.cpp
M  +2    -15   components/impl/SpreadsheetImpl.h
M  +2    -15   components/impl/TextDocumentImpl.cpp
M  +2    -15   components/impl/TextDocumentImpl.h
M  +2    -15   components/models/ContentsModel.cpp
M  +2    -15   components/models/ContentsModel.h
M  +2    -15   components/models/ContentsModelImpl.h
M  +2    -15   components/models/PresentationContentsModelImpl.cpp
M  +2    -15   components/models/PresentationContentsModelImpl.h
M  +2    -15   components/models/SpreadsheetContentsModelImpl.cpp
M  +2    -15   components/models/SpreadsheetContentsModelImpl.h
M  +2    -15   components/models/TextContentsModelImpl.cpp
M  +2    -15   components/models/TextContentsModelImpl.h
M  +2    -14   devtools/cstester/CSThumbProvider.h
M  +2    -14   devtools/cstester/CSThumbProviderKarbon.cpp
M  +2    -14   devtools/cstester/CSThumbProviderKarbon.h
M  +2    -14   devtools/cstester/CSThumbProviderStage.cpp
M  +2    -14   devtools/cstester/CSThumbProviderStage.h
M  +2    -14   devtools/cstester/CSThumbProviderTables.cpp
M  +2    -14   devtools/cstester/CSThumbProviderTables.h
M  +2    -14   devtools/cstester/CSThumbProviderText.h
M  +2    -14   devtools/cstester/CSThumbProviderWords.cpp
M  +2    -14   devtools/cstester/CSThumbProviderWords.h
M  +2    -14   devtools/cstester/cstester.cpp
M  +2    -14   devtools/cstester/cstrunner/CSTProcessRunner.cpp
M  +2    -14   devtools/cstester/cstrunner/CSTProcessRunner.h
M  +2    -14   devtools/cstester/cstrunner/cstrunner.cpp
M  +4    -17   devtools/cstester/visualimagecompare/CSTCompareView.cpp
M  +2    -15   devtools/cstester/visualimagecompare/CSTCompareView.h
M  +4    -17   devtools/cstester/visualimagecompare/CompareView.cpp
M  +3    -16   devtools/cstester/visualimagecompare/CompareView.h
M  +3    -16   devtools/cstester/visualimagecompare/visualimagecompare.cpp
M  +6    -6    devtools/release/create_tarball.rb
M  +3    -16   devtools/rng2cpp/rng2cpp.cpp
M  +1    -1    devtools/scripts/downloadMSOfficeDocuments.pl
M  +1    -1    devtools/scripts/profileOfficeFileLoading.py
M  +2    -15   devtools/slidecompare/combinedview.cpp
M  +2    -15   devtools/slidecompare/combinedview.h
M  +2    -15   devtools/slidecompare/dirslideloader.h
M  +2    -15   devtools/slidecompare/kpresenterslideloader.cpp
M  +2    -15   devtools/slidecompare/kpresenterslideloader.h
M  +2    -15   devtools/slidecompare/oothread.cpp
M  +2    -15   devtools/slidecompare/oothread.h
M  +2    -15   devtools/slidecompare/slidecompare.cpp
M  +2    -15   devtools/slidecompare/slideloader.h
M  +2    -15   devtools/slidecompare/slideview.cpp
M  +2    -15   devtools/slidecompare/slideview.h
M  +1    -1    doc/api/gendocs.pl
M  +1    -1    doc/sheets/index.docbook
M  +2    -2    doc/stage/index.docbook
M  +3    -16   extras/calligra/main.cpp
M  +5    -18   extras/converter/calligraconverter.cpp
M  +4    -17   extras/okularodpgenerator/OkularOdpGenerator.cpp
M  +3    -16   extras/okularodpgenerator/OkularOdpGenerator.h
M  +2    -15   extras/okularodpgenerator/OkularOdpGeneratorPlugin.cpp
M  +5    -18   extras/okularodtgenerator/OkularOdtGenerator.cpp
M  +3    -16   extras/okularodtgenerator/OkularOdtGenerator.h
M  +2    -15   extras/okularodtgenerator/OkularOdtGeneratorPlugin.cpp
M  +2    -15   extras/properties/KoDocInfoPropsFactory.cpp
M  +4    -17   extras/thumbnail/calligracreator.cpp
M  +4    -17   extras/thumbnail/calligracreator.h
M  +3    -16   filters/karbon/eps/EpsImport.cpp
M  +3    -16   filters/karbon/eps/EpsImport.h
M  +3    -16   filters/karbon/eps/PsCommentLexer.cpp
M  +3    -16   filters/karbon/eps/PsCommentLexer.h
M  +14   -27   filters/karbon/image/ImageExport.cpp
M  +6    -19   filters/karbon/image/ImageExport.h
M  +3    -16   filters/karbon/image/ImageExportOptionsWidget.cpp
M  +2    -15   filters/karbon/image/ImageExportOptionsWidget.h
M  +2    -15   filters/karbon/karbon1.x/Karbon1xImport.cpp
M  +2    -15   filters/karbon/karbon1.x/Karbon1xImport.h
M  +2    -15   filters/karbon/pdf/Pdf2OdgImport.cpp
M  +2    -15   filters/karbon/pdf/Pdf2OdgImport.h
M  +2    -15   filters/karbon/pdf/PdfImport.cpp
M  +2    -15   filters/karbon/pdf/PdfImport.h
M  +2    -15   filters/karbon/pdf/PdfImportDebug.cpp
M  +2    -15   filters/karbon/pdf/PdfImportDebug.h
M  +2    -15   filters/karbon/pdf/SvgOutputDev.cpp
M  +2    -15   filters/karbon/pdf/SvgOutputDev.h
M  +19   -32   filters/karbon/svg/SvgExport.cpp
M  +12   -25   filters/karbon/svg/SvgExport.h
M  +9    -22   filters/karbon/svg/SvgImport.cpp
M  +4    -17   filters/karbon/svg/SvgImport.h
M  +3    -15   filters/karbon/wmf/WmfExport.cpp
M  +3    -15   filters/karbon/wmf/WmfExport.h
M  +4    -17   filters/karbon/wmf/WmfImport.cpp
M  +3    -16   filters/karbon/wmf/WmfImport.h
M  +2    -14   filters/karbon/wmf/WmfImportDebug.cpp
M  +2    -14   filters/karbon/wmf/WmfImportDebug.h
M  +3    -15   filters/karbon/wmf/WmfImportParser.cpp
M  +3    -15   filters/karbon/wmf/WmfImportParser.h
M  +3    -16   filters/karbon/wpg/WPGImport.cpp
M  +3    -16   filters/karbon/wpg/WPGImport.h
M  +3    -16   filters/karbon/xaml/xamlexport.cc
M  +3    -16   filters/karbon/xaml/xamlexport.h
M  +2    -15   filters/karbon/xaml/xamlgraphiccontext.h
M  +3    -16   filters/karbon/xaml/xamlimport.cc
M  +2    -15   filters/karbon/xaml/xamlimport.h
M  +3    -16   filters/karbon/xfig/XFigDocument.cpp
M  +3    -16   filters/karbon/xfig/XFigDocument.h
M  +3    -16   filters/karbon/xfig/XFigImportFilter.cpp
M  +3    -16   filters/karbon/xfig/XFigImportFilter.h
M  +3    -16   filters/karbon/xfig/XFigOdgWriter.cpp
M  +3    -16   filters/karbon/xfig/XFigOdgWriter.h
M  +3    -16   filters/karbon/xfig/XFigParser.cpp
M  +3    -16   filters/karbon/xfig/XFigParser.h
M  +3    -16   filters/karbon/xfig/XFigStreamLineReader.cpp
M  +3    -16   filters/karbon/xfig/XFigStreamLineReader.h
M  +22   -34   filters/libmso/MsoUtils.cpp
M  +5    -17   filters/libmso/MsoUtils.h
M  +2    -14   filters/libmso/NumberFormatParser.cpp
M  +2    -14   filters/libmso/NumberFormatParser.h
M  +4    -17   filters/libmso/ODrawToOdf.cpp
M  +2    -15   filters/libmso/ODrawToOdf.h
M  +2    -14   filters/libmso/XlsUtils.h
M  +3    -16   filters/libmso/drawstyle.cpp
M  +3    -16   filters/libmso/drawstyle.h
M  +3    -16   filters/libmso/generated/leinputstream.h
M  +1    -1    filters/libmso/msodraw.h
M  +1    -1    filters/libmso/msoleps.h
M  +3    -16   filters/libmso/pictures.cpp
M  +2    -15   filters/libmso/pictures.h
M  +2    -2    filters/libmso/pole.cpp
M  +1    -1    filters/libmso/pole.h
M  +4    -17   filters/libmso/shapes.cpp
M  +2    -14   filters/libmso/shapes2.cpp
M  +2    -15   filters/libmso/writer.cpp
M  +2    -15   filters/libmso/writer.h
M  +2    -14   filters/libmsooxml/ComplexShapeHandler.cpp
M  +2    -14   filters/libmsooxml/ComplexShapeHandler.h
M  +4    -17   filters/libmsooxml/KoOdfExporter.cpp
M  +3    -16   filters/libmsooxml/KoOdfExporter.h
M  +2    -14   filters/libmsooxml/MsooXmlCommonReader.cpp
M  +2    -14   filters/libmsooxml/MsooXmlCommonReader.h
M  +3    -15   filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
M  +3    -15   filters/libmsooxml/MsooXmlCommonReaderDrawingMLMethods.h
M  +2    -14   filters/libmsooxml/MsooXmlCommonReaderImpl.h
M  +2    -14   filters/libmsooxml/MsooXmlCommonReaderMethods.h
M  +2    -14   filters/libmsooxml/MsooXmlContentTypes.h
M  +2    -14   filters/libmsooxml/MsooXmlDebug.cpp
M  +2    -14   filters/libmsooxml/MsooXmlDebug.h
M  +4    -16   filters/libmsooxml/MsooXmlDiagramReader.cpp
M  +3    -15   filters/libmsooxml/MsooXmlDiagramReader.h
M  +4    -16   filters/libmsooxml/MsooXmlDiagramReader_p.cpp
M  +4    -16   filters/libmsooxml/MsooXmlDiagramReader_p.h
M  +2    -14   filters/libmsooxml/MsooXmlDocPropertiesReader.cpp
M  +2    -14   filters/libmsooxml/MsooXmlDocPropertiesReader.h
M  +3    -15   filters/libmsooxml/MsooXmlDrawingMLShared.h
M  +3    -15   filters/libmsooxml/MsooXmlDrawingMLSharedImpl.h
M  +2    -15   filters/libmsooxml/MsooXmlDrawingReaderTableImpl.h
M  +2    -15   filters/libmsooxml/MsooXmlDrawingReaderTableMethods.h
M  +2    -15   filters/libmsooxml/MsooXmlDrawingTableStyle.h
M  +2    -15   filters/libmsooxml/MsooXmlDrawingTableStyleReader.cpp
M  +2    -15   filters/libmsooxml/MsooXmlDrawingTableStyleReader.h
M  +5    -17   filters/libmsooxml/MsooXmlGlobal.cpp
M  +5    -17   filters/libmsooxml/MsooXmlGlobal.h
M  +5    -17   filters/libmsooxml/MsooXmlImport.cpp
M  +5    -17   filters/libmsooxml/MsooXmlImport.h
M  +2    -14   filters/libmsooxml/MsooXmlReader.cpp
M  +2    -14   filters/libmsooxml/MsooXmlReader.h
M  +2    -14   filters/libmsooxml/MsooXmlReader_p.h
M  +2    -14   filters/libmsooxml/MsooXmlRelationships.cpp
M  +2    -14   filters/libmsooxml/MsooXmlRelationships.h
M  +2    -14   filters/libmsooxml/MsooXmlRelationshipsReader.cpp
M  +2    -14   filters/libmsooxml/MsooXmlRelationshipsReader.h
M  +2    -14   filters/libmsooxml/MsooXmlSchemas.h
M  +2    -15   filters/libmsooxml/MsooXmlTableStyle.cpp
M  +2    -15   filters/libmsooxml/MsooXmlTableStyle.h
M  +2    -14   filters/libmsooxml/MsooXmlTheme.h
M  +2    -14   filters/libmsooxml/MsooXmlThemesReader.cpp
M  +2    -14   filters/libmsooxml/MsooXmlThemesReader.h
M  +5    -17   filters/libmsooxml/MsooXmlUnits.h
M  +21   -33   filters/libmsooxml/MsooXmlUtils.cpp
M  +5    -17   filters/libmsooxml/MsooXmlUtils.h
M  +2    -14   filters/libmsooxml/MsooXmlVmlReaderImpl.h
M  +2    -14   filters/libmsooxml/MsooXmlVmlReaderMethods.h
M  +2    -14   filters/libmsooxml/PredefinedShapeHelper.cpp
M  +2    -14   filters/libmsooxml/PredefinedShapeHelper.h
M  +2    -14   filters/libmsooxml/PresetDrawingMLTables.h
M  +2    -14   filters/libmsooxml/VmlDrawingReader.cpp
M  +2    -14   filters/libmsooxml/VmlDrawingReader.h
M  +2    -14   filters/libmsooxml/generated/generatedShapes.h
M  +3    -15   filters/libmsooxml/generated/generator.cpp
M  +1    -1    filters/libmsooxml/ooxml_pole.cpp
M  +1    -1    filters/libmsooxml/ooxml_pole.h
M  +2    -14   filters/libodf2/KoCell.cpp
M  +2    -14   filters/libodf2/KoCell.h
M  +2    -14   filters/libodf2/KoCellChild.cpp
M  +2    -14   filters/libodf2/KoCellChild.h
M  +2    -14   filters/libodf2/KoCellStyle.cpp
M  +2    -14   filters/libodf2/KoCellStyle.h
M  +2    -14   filters/libodf2/KoCellValue.cpp
M  +2    -14   filters/libodf2/KoCellValue.h
M  +2    -14   filters/libodf2/KoColumn.cpp
M  +2    -14   filters/libodf2/KoColumn.h
M  +2    -14   filters/libodf2/KoColumnStyle.cpp
M  +2    -14   filters/libodf2/KoColumnStyle.h
M  +2    -14   filters/libodf2/KoDummyCellValue.cpp
M  +2    -14   filters/libodf2/KoDummyCellValue.h
M  +2    -15   filters/libodf2/KoOdfGraphicProperties.cpp
M  +2    -15   filters/libodf2/KoOdfGraphicProperties.h
M  +2    -15   filters/libodf2/KoOdfHeaderFooterProperties.cpp
M  +2    -15   filters/libodf2/KoOdfHeaderFooterProperties.h
M  +3    -16   filters/libodf2/KoOdfListLevelProperties.cpp
M  +3    -16   filters/libodf2/KoOdfListLevelProperties.h
M  +3    -16   filters/libodf2/KoOdfListStyle.cpp
M  +3    -16   filters/libodf2/KoOdfListStyle.h
M  +2    -15   filters/libodf2/KoOdfPageLayout.cpp
M  +2    -15   filters/libodf2/KoOdfPageLayout.h
M  +2    -15   filters/libodf2/KoOdfPageLayoutProperties.cpp
M  +2    -15   filters/libodf2/KoOdfPageLayoutProperties.h
M  +2    -15   filters/libodf2/KoOdfParagraphProperties.cpp
M  +2    -15   filters/libodf2/KoOdfParagraphProperties.h
M  +2    -15   filters/libodf2/KoOdfStyle.cpp
M  +2    -15   filters/libodf2/KoOdfStyle.h
M  +2    -15   filters/libodf2/KoOdfStyleBase.cpp
M  +2    -15   filters/libodf2/KoOdfStyleBase.h
M  +2    -15   filters/libodf2/KoOdfStyleManager.cpp
M  +2    -15   filters/libodf2/KoOdfStyleManager.h
M  +2    -15   filters/libodf2/KoOdfStyleProperties.cpp
M  +2    -15   filters/libodf2/KoOdfStyleProperties.h
M  +2    -15   filters/libodf2/KoOdfTextProperties.cpp
M  +2    -15   filters/libodf2/KoOdfTextProperties.h
M  +2    -14   filters/libodf2/KoRawCellChild.cpp
M  +2    -14   filters/libodf2/KoRawCellChild.h
M  +2    -14   filters/libodf2/KoRow.cpp
M  +2    -14   filters/libodf2/KoRow.h
M  +2    -14   filters/libodf2/KoRowStyle.cpp
M  +2    -14   filters/libodf2/KoRowStyle.h
M  +2    -14   filters/libodf2/KoStyle.cpp
M  +2    -14   filters/libodf2/KoStyle.h
M  +2    -14   filters/libodf2/KoTable.cpp
M  +2    -14   filters/libodf2/KoTable.h
M  +2    -14   filters/libodf2/KoTblStyle.cpp
M  +2    -14   filters/libodf2/KoTblStyle.h
M  +3    -16   filters/libodf2/KoXmlStreamReader.cpp
M  +3    -16   filters/libodf2/KoXmlStreamReader.h
M  +3    -16   filters/libodf2/KoXmlUtils.cpp
M  +3    -16   filters/libodf2/KoXmlUtils.h
M  +2    -14   filters/libodf2/Odf2Debug.cpp
M  +2    -14   filters/libodf2/Odf2Debug.h
M  +4    -16   filters/libodf2/chart/Charting.h
M  +4    -16   filters/libodf2/chart/KoOdfChartWriter.cpp
M  +4    -16   filters/libodf2/chart/KoOdfChartWriter.h
M  +3    -16   filters/libodfreader/OdfChartReader.cpp
M  +3    -16   filters/libodfreader/OdfChartReader.h
M  +3    -16   filters/libodfreader/OdfChartReaderBackend.cpp
M  +2    -15   filters/libodfreader/OdfChartReaderBackend.h
M  +3    -16   filters/libodfreader/OdfDrawReader.cpp
M  +3    -16   filters/libodfreader/OdfDrawReader.h
M  +3    -16   filters/libodfreader/OdfDrawReaderBackend.cpp
M  +3    -16   filters/libodfreader/OdfDrawReaderBackend.h
M  +3    -16   filters/libodfreader/OdfParser.cpp
M  +2    -15   filters/libodfreader/OdfParser.h
M  +3    -16   filters/libodfreader/OdfReader.cpp
M  +3    -16   filters/libodfreader/OdfReader.h
M  +3    -16   filters/libodfreader/OdfReaderBackend.cpp
M  +2    -15   filters/libodfreader/OdfReaderBackend.h
M  +3    -16   filters/libodfreader/OdfReaderContext.cpp
M  +3    -16   filters/libodfreader/OdfReaderContext.h
M  +2    -14   filters/libodfreader/OdfReaderDebug.cpp
M  +2    -14   filters/libodfreader/OdfReaderDebug.h
M  +3    -16   filters/libodfreader/OdfReaderInternals.h
M  +3    -16   filters/libodfreader/OdfTextReader.cpp
M  +3    -16   filters/libodfreader/OdfTextReader.h
M  +3    -16   filters/libodfreader/OdfTextReaderBackend.cpp
M  +3    -16   filters/libodfreader/OdfTextReaderBackend.h
M  +3    -16   filters/libodfreader/OdsReader.cpp
M  +3    -16   filters/libodfreader/OdsReader.h
M  +3    -16   filters/libodfreader/OdsReaderBackend.cpp
M  +2    -15   filters/libodfreader/OdsReaderBackend.h
M  +3    -16   filters/libodfreader/OdtReader.cpp
M  +2    -15   filters/libodfreader/OdtReader.h
M  +3    -16   filters/libodfreader/OdtReaderBackend.cpp
M  +2    -15   filters/libodfreader/OdtReaderBackend.h
M  +2    -2    filters/odg/visio/import/VSDXImport.cpp
M  +2    -15   filters/odg/visio/import/VSDXImport.h
M  +2    -2    filters/odg/wpg/import/WPGImport.cpp
M  +2    -15   filters/odg/wpg/import/WPGImport.h
M  +3    -16   filters/sheets/applixspread/applixspreadimport.cc
M  +2    -15   filters/sheets/applixspread/applixspreadimport.h
M  +4    -17   filters/sheets/csv/csvexport.cc
M  +4    -17   filters/sheets/csv/csvexport.h
M  +4    -17   filters/sheets/csv/csvexportdialog.cpp
M  +3    -16   filters/sheets/csv/csvexportdialog.h
M  +4    -17   filters/sheets/csv/csvimport.cc
M  +2    -15   filters/sheets/csv/csvimport.h
M  +2    -15   filters/sheets/dbase/dbase.cpp
M  +2    -15   filters/sheets/dbase/dbase.h
M  +3    -16   filters/sheets/dbase/dbaseimport.cc
M  +3    -16   filters/sheets/dbase/dbaseimport.h
M  +3    -16   filters/sheets/excel/export/CFBWriter.cpp
M  +3    -16   filters/sheets/excel/export/CFBWriter.h
M  +3    -16   filters/sheets/excel/export/ExcelExport.cpp
M  +3    -16   filters/sheets/excel/export/ExcelExport.h
M  +6    -19   filters/sheets/excel/import/ExcelImport.cpp
M  +3    -16   filters/sheets/excel/import/ExcelImport.h
M  +6    -19   filters/sheets/excel/import/ImportUtils.cpp
M  +6    -19   filters/sheets/excel/import/ImportUtils.h
M  +3    -16   filters/sheets/excel/import/ODrawClient.cpp
M  +2    -15   filters/sheets/excel/import/ODrawClient.h
M  +6    -19   filters/sheets/excel/import/excelimporttoods.cc
M  +3    -16   filters/sheets/excel/import/excelimporttoods.h
M  +3    -16   filters/sheets/excel/sidewinder/XlsRecordOutputStream.cpp
M  +2    -15   filters/sheets/excel/sidewinder/XlsRecordOutputStream.h
M  +3    -16   filters/sheets/excel/sidewinder/cell.cpp
M  +3    -16   filters/sheets/excel/sidewinder/cell.h
M  +4    -17   filters/sheets/excel/sidewinder/chartsubstreamhandler.cpp
M  +2    -15   filters/sheets/excel/sidewinder/chartsubstreamhandler.h
M  +3    -16   filters/sheets/excel/sidewinder/conditionals.cpp
M  +3    -16   filters/sheets/excel/sidewinder/conditionals.h
M  +3    -16   filters/sheets/excel/sidewinder/decrypt.cpp
M  +3    -16   filters/sheets/excel/sidewinder/decrypt.h
M  +5    -18   filters/sheets/excel/sidewinder/excel.cpp
M  +4    -17   filters/sheets/excel/sidewinder/excel.h
M  +4    -17   filters/sheets/excel/sidewinder/format.cpp
M  +4    -17   filters/sheets/excel/sidewinder/format.h
M  +5    -18   filters/sheets/excel/sidewinder/formulas.cpp
M  +5    -18   filters/sheets/excel/sidewinder/formulas.h
M  +5    -18   filters/sheets/excel/sidewinder/globalssubstreamhandler.cpp
M  +5    -18   filters/sheets/excel/sidewinder/globalssubstreamhandler.h
M  +3    -16   filters/sheets/excel/sidewinder/objects.cpp
M  +3    -16   filters/sheets/excel/sidewinder/objects.h
M  +3    -16   filters/sheets/excel/sidewinder/recordsxml2cpp.cpp
M  +4    -17   filters/sheets/excel/sidewinder/sheet.cpp
M  +3    -16   filters/sheets/excel/sidewinder/sheet.h
M  +2    -15   filters/sheets/excel/sidewinder/substreamhandler.cpp
M  +2    -15   filters/sheets/excel/sidewinder/substreamhandler.h
M  +2    -15   filters/sheets/excel/sidewinder/swinder.h
M  +5    -18   filters/sheets/excel/sidewinder/utils.cpp
M  +5    -18   filters/sheets/excel/sidewinder/utils.h
M  +3    -16   filters/sheets/excel/sidewinder/value.cpp
M  +3    -16   filters/sheets/excel/sidewinder/value.h
M  +4    -17   filters/sheets/excel/sidewinder/workbook.cpp
M  +4    -17   filters/sheets/excel/sidewinder/workbook.h
M  +6    -19   filters/sheets/excel/sidewinder/worksheetsubstreamhandler.cpp
M  +4    -17   filters/sheets/excel/sidewinder/worksheetsubstreamhandler.h
M  +3    -16   filters/sheets/excel/sidewinder/xmltk.h
M  +4    -17   filters/sheets/gnumeric/gnumericexport.cc
M  +2    -15   filters/sheets/gnumeric/gnumericexport.h
M  +4    -17   filters/sheets/gnumeric/gnumericimport.cc
M  +2    -15   filters/sheets/gnumeric/gnumericimport.h
M  +2    -15   filters/sheets/html/HtmlImportDebug.cpp
M  +2    -15   filters/sheets/html/HtmlImportDebug.h
M  +3    -16   filters/sheets/html/exportdialog.cc
M  +2    -15   filters/sheets/html/exportdialog.h
M  +3    -16   filters/sheets/html/htmlexport.cc
M  +3    -16   filters/sheets/html/htmlexport.h
M  +3    -16   filters/sheets/html/htmlimport.cc
M  +3    -16   filters/sheets/html/htmlimport.h
M  +2    -15   filters/sheets/latex/export/LatexDebug.cpp
M  +2    -15   filters/sheets/latex/export/LatexDebug.h
M  +1    -1    filters/sheets/latex/export/cell.cc
M  +1    -1    filters/sheets/latex/export/cell.h
M  +1    -1    filters/sheets/latex/export/column.cc
M  +1    -1    filters/sheets/latex/export/column.h
M  +1    -1    filters/sheets/latex/export/config.cc
M  +1    -1    filters/sheets/latex/export/config.h
M  +1    -1    filters/sheets/latex/export/document.cc
M  +1    -1    filters/sheets/latex/export/document.h
M  +1    -1    filters/sheets/latex/export/fileheader.cc
M  +1    -1    filters/sheets/latex/export/fileheader.h
M  +1    -1    filters/sheets/latex/export/format.cc
M  +1    -1    filters/sheets/latex/export/format.h
M  +2    -15   filters/sheets/latex/export/latexexport.cc
M  +3    -16   filters/sheets/latex/export/latexexport.h
M  +3    -16   filters/sheets/latex/export/latexexportAdaptor.cc
M  +4    -17   filters/sheets/latex/export/latexexportAdaptor.h
M  +2    -15   filters/sheets/latex/export/latexexportIface.cc
M  +3    -16   filters/sheets/latex/export/latexexportIface.h
M  +3    -16   filters/sheets/latex/export/latexexportdialog.cc
M  +3    -16   filters/sheets/latex/export/latexexportdialog.h
M  +1    -1    filters/sheets/latex/export/map.cc
M  +1    -1    filters/sheets/latex/export/map.h
M  +1    -1    filters/sheets/latex/export/pen.cc
M  +1    -1    filters/sheets/latex/export/pen.h
M  +1    -1    filters/sheets/latex/export/row.cc
M  +1    -1    filters/sheets/latex/export/row.h
M  +1    -1    filters/sheets/latex/export/spreadsheet.cc
M  +1    -1    filters/sheets/latex/export/spreadsheet.h
M  +1    -1    filters/sheets/latex/export/table.cc
M  +1    -1    filters/sheets/latex/export/table.h
M  +1    -1    filters/sheets/latex/export/xmlparser.cc
M  +1    -1    filters/sheets/latex/export/xmlparser.h
M  +3    -16   filters/sheets/libkspreadexport/KSpreadBaseWorker.cc
M  +3    -16   filters/sheets/libkspreadexport/KSpreadBaseWorker.h
M  +3    -16   filters/sheets/libkspreadexport/KSpreadLeader.cc
M  +2    -15   filters/sheets/libkspreadexport/KSpreadLeader.h
M  +5    -18   filters/sheets/opencalc/ooutils.cc
M  +5    -18   filters/sheets/opencalc/ooutils.h
M  +5    -18   filters/sheets/opencalc/opencalcexport.cc
M  +4    -17   filters/sheets/opencalc/opencalcexport.h
M  +4    -17   filters/sheets/opencalc/opencalcimport.cc
M  +4    -17   filters/sheets/opencalc/opencalcimport.h
M  +3    -16   filters/sheets/opencalc/opencalcstyleexport.cc
M  +3    -16   filters/sheets/opencalc/opencalcstyleexport.h
M  +2    -14   filters/sheets/qpro/3rdparty/libqpro/qpro/common.h
M  +2    -14   filters/sheets/qpro/3rdparty/libqpro/qpro/formula.h
M  +2    -14   filters/sheets/qpro/3rdparty/libqpro/qpro/record.h
M  +2    -14   filters/sheets/qpro/3rdparty/libqpro/qpro/record_factory.h
M  +2    -14   filters/sheets/qpro/3rdparty/libqpro/qpro/stream.h
M  +2    -14   filters/sheets/qpro/3rdparty/libqpro/qpro/tablenames.h
M  +2    -14   filters/sheets/qpro/3rdparty/libqpro/src/formula.cc
M  +2    -14   filters/sheets/qpro/3rdparty/libqpro/src/record.cc
M  +2    -14   filters/sheets/qpro/3rdparty/libqpro/src/record_factory.cc
M  +2    -14   filters/sheets/qpro/3rdparty/libqpro/src/stream.cc
M  +2    -14   filters/sheets/qpro/3rdparty/libqpro/src/tablenames.cc
M  +2    -15   filters/sheets/qpro/qproformula.cc
M  +2    -15   filters/sheets/qpro/qproformula.h
M  +3    -16   filters/sheets/qpro/qproimport.cc
M  +2    -15   filters/sheets/qpro/qproimport.h
M  +4    -16   filters/sheets/xlsx/FormulaParser.cpp
M  +4    -16   filters/sheets/xlsx/FormulaParser.h
M  +4    -16   filters/sheets/xlsx/TestFormulaParser.cpp
M  +4    -16   filters/sheets/xlsx/TestFormulaParser.h
M  +3    -3    filters/sheets/xlsx/XlsxChartOdfWriter.cpp
M  +2    -2    filters/sheets/xlsx/XlsxChartOdfWriter.h
M  +5    -17   filters/sheets/xlsx/XlsxImport.cpp
M  +5    -17   filters/sheets/xlsx/XlsxImport.h
M  +2    -15   filters/sheets/xlsx/XlsxUtils.h
M  +4    -16   filters/sheets/xlsx/XlsxXmlChartReader.cpp
M  +3    -15   filters/sheets/xlsx/XlsxXmlChartReader.h
M  +2    -14   filters/sheets/xlsx/XlsxXmlCommentsReader.cpp
M  +2    -14   filters/sheets/xlsx/XlsxXmlCommentsReader.h
M  +2    -14   filters/sheets/xlsx/XlsxXmlCommonReader.cpp
M  +2    -14   filters/sheets/xlsx/XlsxXmlCommonReader.h
M  +2    -14   filters/sheets/xlsx/XlsxXmlDocumentReader.cpp
M  +2    -14   filters/sheets/xlsx/XlsxXmlDocumentReader.h
M  +3    -15   filters/sheets/xlsx/XlsxXmlDrawingReader.cpp
M  +3    -15   filters/sheets/xlsx/XlsxXmlDrawingReader.h
M  +2    -14   filters/sheets/xlsx/XlsxXmlSharedStringsReader.cpp
M  +2    -14   filters/sheets/xlsx/XlsxXmlSharedStringsReader.h
M  +2    -14   filters/sheets/xlsx/XlsxXmlStylesReader.cpp
M  +2    -14   filters/sheets/xlsx/XlsxXmlStylesReader.h
M  +2    -14   filters/sheets/xlsx/XlsxXmlTableReader.cpp
M  +2    -14   filters/sheets/xlsx/XlsxXmlTableReader.h
M  +3    -15   filters/sheets/xlsx/XlsxXmlWorksheetReader.cpp
M  +3    -15   filters/sheets/xlsx/XlsxXmlWorksheetReader.h
M  +3    -15   filters/sheets/xlsx/XlsxXmlWorksheetReader_p.h
M  +2    -2    filters/stage/keynote/import/KeyImport.cpp
M  +3    -16   filters/stage/keynote/import/KeyImport.h
M  +2    -2    filters/stage/kpr2odf/Filterkpr2odf.cpp
M  +2    -2    filters/stage/kpr2odf/Filterkpr2odf.h
M  +2    -2    filters/stage/kpr2odf/StylesFilterkpr2odf.cpp
M  +1    -1    filters/stage/powerpoint/DateTimeFormat.cpp
M  +1    -1    filters/stage/powerpoint/DateTimeFormat.h
M  +2    -15   filters/stage/powerpoint/OkularPptGeneratorPlugin.cpp
M  +2    -15   filters/stage/powerpoint/ParsedPresentation.cpp
M  +2    -15   filters/stage/powerpoint/ParsedPresentation.h
M  +4    -17   filters/stage/powerpoint/PowerPointImport.cpp
M  +3    -16   filters/stage/powerpoint/PowerPointImport.h
M  +2    -15   filters/stage/powerpoint/PptDebug.cpp
M  +2    -15   filters/stage/powerpoint/PptDebug.h
M  +6    -19   filters/stage/powerpoint/PptToOdp.cpp
M  +6    -19   filters/stage/powerpoint/PptToOdp.h
M  +2    -15   filters/stage/powerpoint/globalobjectcollectors.h
M  +2    -15   filters/stage/powerpoint/msppt.h
M  +4    -17   filters/stage/powerpoint/pptstyle.cpp
M  +4    -17   filters/stage/powerpoint/pptstyle.h
M  +2    -15   filters/stage/powerpoint/ppttoodpmain.cpp
M  +2    -15   filters/stage/powerpoint/tests/TestPPT.cpp
M  +2    -15   filters/stage/powerpoint/tests/TestPPT.h
M  +2    -15   filters/stage/pptx/OkularPptxGeneratorPlugin.cpp
M  +2    -14   filters/stage/pptx/PptxDebug.cpp
M  +2    -14   filters/stage/pptx/PptxDebug.h
M  +5    -17   filters/stage/pptx/PptxImport.cpp
M  +5    -17   filters/stage/pptx/PptxImport.h
M  +2    -15   filters/stage/pptx/PptxXmlCommentAuthorsReader.cpp
M  +2    -15   filters/stage/pptx/PptxXmlCommentAuthorsReader.h
M  +2    -15   filters/stage/pptx/PptxXmlCommentsReader.cpp
M  +2    -15   filters/stage/pptx/PptxXmlCommentsReader.h
M  +2    -14   filters/stage/pptx/PptxXmlDocumentReader.cpp
M  +2    -14   filters/stage/pptx/PptxXmlDocumentReader.h
M  +3    -15   filters/stage/pptx/PptxXmlSlideReader.cpp
M  +2    -14   filters/stage/pptx/PptxXmlSlideReader.h
M  +4    -17   filters/words/applixword/applixwordimport.cc
M  +3    -16   filters/words/applixword/applixwordimport.h
M  +8    -21   filters/words/ascii/AsciiExport.cpp
M  +3    -16   filters/words/ascii/AsciiExport.h
M  +2    -15   filters/words/ascii/AsciiExportDebug.cpp
M  +2    -15   filters/words/ascii/AsciiExportDebug.h
M  +7    -20   filters/words/ascii/AsciiImport.cpp
M  +3    -16   filters/words/ascii/AsciiImport.h
M  +2    -15   filters/words/ascii/AsciiImportDebug.cpp
M  +2    -15   filters/words/ascii/AsciiImportDebug.h
M  +3    -16   filters/words/ascii/ImportDialog.cc
M  +2    -15   filters/words/ascii/ImportDialog.h
M  +3    -16   filters/words/ascii/OdfReaderAsciiContext.cpp
M  +3    -16   filters/words/ascii/OdfReaderAsciiContext.h
M  +3    -16   filters/words/ascii/OdtReaderAsciiBackend.cpp
M  +3    -16   filters/words/ascii/OdtReaderAsciiBackend.h
M  +8    -21   filters/words/docx/export/DocxExport.cpp
M  +3    -16   filters/words/docx/export/DocxExport.h
M  +2    -15   filters/words/docx/export/DocxExportDebug.cpp
M  +2    -15   filters/words/docx/export/DocxExportDebug.h
M  +4    -17   filters/words/docx/export/DocxFile.cpp
M  +3    -16   filters/words/docx/export/DocxFile.h
M  +3    -16   filters/words/docx/export/DocxStyleHelper.cpp
M  +3    -16   filters/words/docx/export/DocxStyleHelper.h
M  +2    -15   filters/words/docx/export/DocxStyleWriter.cpp
M  +3    -16   filters/words/docx/export/DocxStyleWriter.h
M  +4    -17   filters/words/docx/export/FileCollector.cpp
M  +3    -16   filters/words/docx/export/FileCollector.h
M  +3    -16   filters/words/docx/export/OdfReaderDocxContext.cpp
M  +3    -16   filters/words/docx/export/OdfReaderDocxContext.h
M  +3    -16   filters/words/docx/export/OdfTextReaderDocxBackend.cpp
M  +3    -16   filters/words/docx/export/OdfTextReaderDocxBackend.h
M  +3    -16   filters/words/docx/export/OdtReaderDocxBackend.cpp
M  +3    -16   filters/words/docx/export/OdtReaderDocxBackend.h
M  +3    -16   filters/words/docx/export/OpcContentTypes.cpp
M  +3    -16   filters/words/docx/export/OpcContentTypes.h
M  +3    -16   filters/words/docx/export/OpcRelSet.cpp
M  +3    -16   filters/words/docx/export/OpcRelSet.h
M  +2    -15   filters/words/docx/export/OpcRelSetManager.cpp
M  +2    -15   filters/words/docx/export/OpcRelSetManager.h
M  +2    -15   filters/words/docx/export/UnitConversions.cpp
M  +2    -15   filters/words/docx/export/UnitConversions.h
M  +2    -14   filters/words/docx/import/DocxDebug.cpp
M  +2    -14   filters/words/docx/import/DocxDebug.h
M  +5    -17   filters/words/docx/import/DocxImport.cpp
M  +5    -17   filters/words/docx/import/DocxImport.h
M  +2    -14   filters/words/docx/import/DocxXmlCommentsReader.cpp
M  +2    -14   filters/words/docx/import/DocxXmlCommentsReader.h
M  +3    -15   filters/words/docx/import/DocxXmlDocumentReader.cpp
M  +2    -14   filters/words/docx/import/DocxXmlDocumentReader.h
M  +2    -14   filters/words/docx/import/DocxXmlEndnoteReader.cpp
M  +2    -14   filters/words/docx/import/DocxXmlEndnoteReader.h
M  +2    -14   filters/words/docx/import/DocxXmlFontTableReader.cpp
M  +2    -14   filters/words/docx/import/DocxXmlFontTableReader.h
M  +2    -14   filters/words/docx/import/DocxXmlFooterReader.cpp
M  +2    -14   filters/words/docx/import/DocxXmlFooterReader.h
M  +2    -14   filters/words/docx/import/DocxXmlFootnoteReader.cpp
M  +2    -14   filters/words/docx/import/DocxXmlFootnoteReader.h
M  +2    -14   filters/words/docx/import/DocxXmlHeaderReader.cpp
M  +2    -14   filters/words/docx/import/DocxXmlHeaderReader.h
M  +2    -14   filters/words/docx/import/DocxXmlNumberingReader.cpp
M  +2    -14   filters/words/docx/import/DocxXmlNumberingReader.h
M  +2    -14   filters/words/docx/import/DocxXmlSettingsReader.cpp
M  +2    -14   filters/words/docx/import/DocxXmlSettingsReader.h
M  +2    -14   filters/words/docx/import/DocxXmlStylesReader.cpp
M  +2    -14   filters/words/docx/import/DocxXmlStylesReader.h
M  +2    -15   filters/words/docx/import/OkularDocxGeneratorPlugin.cpp
M  +2    -15   filters/words/epub/EpubExportDebug.cpp
M  +2    -15   filters/words/epub/EpubExportDebug.h
M  +4    -17   filters/words/epub/EpubFile.cpp
M  +3    -16   filters/words/epub/EpubFile.h
M  +4    -17   filters/words/epub/FileCollector.cpp
M  +3    -16   filters/words/epub/FileCollector.h
M  +2    -15   filters/words/epub/HtmlExportDebug.cpp
M  +2    -15   filters/words/epub/HtmlExportDebug.h
M  +4    -17   filters/words/epub/HtmlFile.cpp
M  +3    -16   filters/words/epub/HtmlFile.h
M  +4    -17   filters/words/epub/OdfParser.cpp
M  +3    -16   filters/words/epub/OdfParser.h
M  +4    -17   filters/words/epub/OdtHtmlConverter.cpp
M  +4    -17   filters/words/epub/OdtHtmlConverter.h
M  +3    -16   filters/words/epub/SharedExportDebug.h
M  +4    -17   filters/words/epub/exportepub2.cpp
M  +4    -17   filters/words/epub/exportepub2.h
M  +4    -17   filters/words/epub/exporthtml.cpp
M  +3    -16   filters/words/epub/exporthtml.h
M  +2    -15   filters/words/mobi/MobiExportDebug.cpp
M  +2    -15   filters/words/mobi/MobiExportDebug.h
M  +3    -16   filters/words/mobi/MobiFile.cpp
M  +3    -16   filters/words/mobi/MobiFile.h
M  +2    -15   filters/words/mobi/MobiHeaderGenerator.cpp
M  +3    -16   filters/words/mobi/MobiHeaderGenerator.h
M  +4    -17   filters/words/mobi/OdtMobiHtmlConverter.cpp
M  +4    -17   filters/words/mobi/OdtMobiHtmlConverter.h
M  +3    -16   filters/words/mobi/PalmDocCompression.cpp
M  +3    -16   filters/words/mobi/PalmDocCompression.h
M  +3    -16   filters/words/mobi/exportmobi.cpp
M  +3    -16   filters/words/mobi/exportmobi.h
M  +1    -1    filters/words/msword-odf/MsDocDebug.cpp
M  +1    -1    filters/words/msword-odf/MsDocDebug.h
M  +2    -15   filters/words/msword-odf/OkularDocGeneratorPlugin.cpp
M  +4    -4    filters/words/msword-odf/conversion.cpp
M  +3    -3    filters/words/msword-odf/conversion.h
M  +6    -6    filters/words/msword-odf/document.cpp
M  +5    -5    filters/words/msword-odf/document.h
M  +1    -1    filters/words/msword-odf/drawclient.cpp
M  +1    -1    filters/words/msword-odf/exceptions.h
M  +5    -5    filters/words/msword-odf/graphicshandler.cpp
M  +5    -5    filters/words/msword-odf/graphicshandler.h
M  +1    -1    filters/words/msword-odf/msdoc.h
M  +4    -4    filters/words/msword-odf/mswordodfimport.cpp
M  +3    -3    filters/words/msword-odf/mswordodfimport.h
M  +2    -2    filters/words/msword-odf/paragraph.cpp
M  +1    -1    filters/words/msword-odf/paragraph.h
M  +5    -5    filters/words/msword-odf/tablehandler.cpp
M  +4    -4    filters/words/msword-odf/tablehandler.h
M  +5    -5    filters/words/msword-odf/texthandler.cpp
M  +5    -5    filters/words/msword-odf/texthandler.h
M  +2    -2    filters/words/msword-odf/versionmagic.h
M  +2    -2    filters/words/msword-odf/wv2/src/annotations.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/annotations.h
M  +1    -1    filters/words/msword-odf/wv2/src/associatedstrings.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/associatedstrings.h
M  +2    -2    filters/words/msword-odf/wv2/src/bookmark.cpp
M  +2    -2    filters/words/msword-odf/wv2/src/bookmark.h
M  +1    -1    filters/words/msword-odf/wv2/src/convert.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/convert.h
M  +1    -1    filters/words/msword-odf/wv2/src/fields.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/fields.h
M  +1    -1    filters/words/msword-odf/wv2/src/fonts.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/fonts.h
M  +2    -2    filters/words/msword-odf/wv2/src/footnotes97.cpp
M  +2    -2    filters/words/msword-odf/wv2/src/footnotes97.h
M  +1    -1    filters/words/msword-odf/wv2/src/functor.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/functor.h
M  +1    -1    filters/words/msword-odf/wv2/src/functordata.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/functordata.h
M  +1    -1    filters/words/msword-odf/wv2/src/generator/converter.pl
M  +1    -1    filters/words/msword-odf/wv2/src/generator/generate.pl
M  +1    -1    filters/words/msword-odf/wv2/src/generator/template-Word95.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/generator/template-Word95.h
M  +1    -1    filters/words/msword-odf/wv2/src/generator/template-Word97.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/generator/template-Word97.h
M  +1    -1    filters/words/msword-odf/wv2/src/generator/template-conv.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/generator/template-conv.h
M  +1    -1    filters/words/msword-odf/wv2/src/global.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/global.h
M  +1    -1    filters/words/msword-odf/wv2/src/graphics.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/graphics.h
M  +1    -1    filters/words/msword-odf/wv2/src/handlers.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/handlers.h
M  +2    -2    filters/words/msword-odf/wv2/src/headers.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/headers.h
M  +1    -1    filters/words/msword-odf/wv2/src/headers95.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/headers95.h
M  +1    -1    filters/words/msword-odf/wv2/src/headers97.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/headers97.h
M  +1    -1    filters/words/msword-odf/wv2/src/lists.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/lists.h
M  +1    -1    filters/words/msword-odf/wv2/src/olestorage.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/olestorage.h
M  +1    -1    filters/words/msword-odf/wv2/src/olestream.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/olestream.h
M  +1    -1    filters/words/msword-odf/wv2/src/paragraphproperties.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/paragraphproperties.h
M  +1    -1    filters/words/msword-odf/wv2/src/parser.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/parser.h
M  +1    -1    filters/words/msword-odf/wv2/src/parser95.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/parser95.h
M  +1    -1    filters/words/msword-odf/wv2/src/parser97.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/parser97.h
M  +2    -2    filters/words/msword-odf/wv2/src/parser9x.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/parser9x.h
M  +1    -1    filters/words/msword-odf/wv2/src/parserfactory.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/parserfactory.h
M  +1    -1    filters/words/msword-odf/wv2/src/properties97.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/properties97.h
M  +2    -2    filters/words/msword-odf/wv2/src/sharedptr.h
M  +2    -2    filters/words/msword-odf/wv2/src/styles.cpp
M  +2    -2    filters/words/msword-odf/wv2/src/styles.h
M  +1    -1    filters/words/msword-odf/wv2/src/textconverter.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/textconverter.h
M  +1    -1    filters/words/msword-odf/wv2/src/ustring.h
M  +1    -1    filters/words/msword-odf/wv2/src/utilities.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/utilities.h
M  +1    -1    filters/words/msword-odf/wv2/src/word95_generated.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/word95_generated.h
M  +2    -2    filters/words/msword-odf/wv2/src/word95_helper.cpp
M  +2    -2    filters/words/msword-odf/wv2/src/word95_helper.h
M  +1    -1    filters/words/msword-odf/wv2/src/word97_generated.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/word97_generated.h
M  +2    -2    filters/words/msword-odf/wv2/src/word97_helper.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/word97_helper.h
M  +1    -1    filters/words/msword-odf/wv2/src/word_helper.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/word_helper.h
M  +2    -2    filters/words/msword-odf/wv2/src/wv2version.cpp
M  +2    -2    filters/words/msword-odf/wv2/src/wv2version.h
M  +1    -1    filters/words/msword-odf/wv2/src/wvlog.cpp
M  +1    -1    filters/words/msword-odf/wv2/src/wvlog.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/AbstractRtfOutput.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/AbstractRtfOutput.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/AuthorPcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/AuthorPcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/CategoryPcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/CategoryPcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/ColorTableDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/ColorTableDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/CommentPcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/CommentPcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/CompanyPcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/CompanyPcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/Destination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/Destination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/DocumentCommentPcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/DocumentCommentPcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/DocumentDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/DocumentDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/FontTableDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/FontTableDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/FontTableEntry.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/GeneratorPcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/GeneratorPcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/HLinkBasePcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/HLinkBasePcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/IgnoredDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/IgnoredDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/InfoCreatedTimeDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/InfoCreatedTimeDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/InfoDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/InfoDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/InfoPrintedTimeDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/InfoPrintedTimeDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/InfoRevisedTimeDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/InfoRevisedTimeDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/InfoTimeDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/InfoTimeDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/KeywordsPcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/KeywordsPcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/ManagerPcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/ManagerPcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/OperatorPcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/OperatorPcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/PcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/PcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/PictDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/PictDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/RtfGroupState.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/StyleSheetDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/StyleSheetDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/StyleSheetTableEntry.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/SubjectPcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/SubjectPcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/TextDocumentRtfOutput.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/TextDocumentRtfOutput.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/TitlePcdataDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/TitlePcdataDestination.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/Token.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/Token.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/Tokenizer.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/Tokenizer.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/UserPropsDestination.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/UserPropsDestination.h
M  +2    -21   filters/words/rtf/import/3rdparty/rtf-qt/src/controlword.cpp
M  +2    -21   filters/words/rtf/import/3rdparty/rtf-qt/src/controlword.h
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/rtfreader.cpp
M  +1    -1    filters/words/rtf/import/3rdparty/rtf-qt/src/rtfreader.h
M  +2    -15   filters/words/rtf/import/OkularRtfGeneratorPlugin.cpp
M  +4    -4    filters/words/rtf/import/rtfimport.cpp
M  +4    -4    filters/words/rtf/import/rtfimport.h
M  +3    -16   filters/words/wiki/export/OdfReaderWikiContext.cpp
M  +4    -17   filters/words/wiki/export/OdfReaderWikiContext.h
M  +4    -17   filters/words/wiki/export/OdtReaderWikiBackend.cpp
M  +4    -17   filters/words/wiki/export/OdtReaderWikiBackend.h
M  +4    -17   filters/words/wiki/export/WikiExport.cpp
M  +4    -17   filters/words/wiki/export/WikiExport.h
M  +2    -15   filters/words/wiki/export/WikiExportDebug.cpp
M  +2    -15   filters/words/wiki/export/WikiExportDebug.h
M  +2    -15   filters/words/wordperfect/import/OkularWpdGeneratorPlugin.cpp
M  +2    -2    filters/words/wordperfect/import/WPDImport.cpp
M  +3    -16   filters/words/wordperfect/import/WPDImport.h
M  +2    -2    filters/words/works/import/WPSImport.cpp
M  +3    -16   filters/words/works/import/WPSImport.h
M  +2    -16   gemini/CloudAccountsModel.cpp
M  +2    -16   gemini/CloudAccountsModel.h
M  +2    -15   gemini/Constants.cpp
M  +2    -15   gemini/Constants.h
M  +2    -15   gemini/DocumentListModel.cpp
M  +2    -15   gemini/DocumentListModel.h
M  +2    -14   gemini/DocumentManager.cpp
M  +2    -14   gemini/DocumentManager.h
M  +2    -14   gemini/KeyboardModel.cpp
M  +2    -14   gemini/KeyboardModel.h
M  +4    -17   gemini/MainWindow.cpp
M  +3    -16   gemini/MainWindow.h
M  +2    -16   gemini/ParagraphStylesModel.cpp
M  +2    -16   gemini/ParagraphStylesModel.h
M  +2    -15   gemini/ProgressProxy.cpp
M  +2    -15   gemini/ProgressProxy.h
M  +2    -14   gemini/PropertyContainer.cpp
M  +2    -14   gemini/PropertyContainer.h
M  +2    -14   gemini/QmlGlobalEngine.cpp
M  +2    -14   gemini/QmlGlobalEngine.h
M  +2    -14   gemini/RecentFileManager.cpp
M  +2    -14   gemini/RecentFileManager.h
M  +2    -14   gemini/RecentFilesModel.cpp
M  +2    -14   gemini/RecentFilesModel.h
M  +2    -14   gemini/RecentImageImageProvider.cpp
M  +2    -14   gemini/RecentImageImageProvider.h
M  +2    -16   gemini/ScribbleArea.cpp
M  +2    -16   gemini/ScribbleArea.h
M  +2    -15   gemini/Settings.cpp
M  +2    -15   gemini/Settings.h
M  +2    -14   gemini/SimpleTouchArea.cpp
M  +2    -14   gemini/SimpleTouchArea.h
M  +2    -14   gemini/TemplateVariantsModel.cpp
M  +2    -14   gemini/TemplateVariantsModel.h
M  +2    -14   gemini/TemplatesModel.cpp
M  +2    -14   gemini/TemplatesModel.h
M  +2    -14   gemini/Theme.cpp
M  +2    -14   gemini/Theme.h
M  +2    -16   gemini/ThumbnailHelperImpl.cpp
M  +2    -16   gemini/ThumbnailHelperImpl.h
M  +2    -14   gemini/ToolManager.cpp
M  +2    -14   gemini/ToolManager.h
M  +1    -13   gemini/TouchDeclarativeView.cpp
M  +1    -13   gemini/TouchDeclarativeView.h
M  +2    -14   gemini/calligragemini.qml
M  +2    -13   gemini/cloud/dropbox/3rdparty/droprestapi.cc
M  +2    -13   gemini/cloud/dropbox/3rdparty/droprestapi.h
M  +2    -13   gemini/cloud/dropbox/3rdparty/filetransferitem.cc
M  +2    -13   gemini/cloud/dropbox/3rdparty/filetransferitem.h
M  +2    -13   gemini/cloud/dropbox/3rdparty/folderitem.cc
M  +2    -13   gemini/cloud/dropbox/3rdparty/folderitem.h
M  +2    -2    gemini/cloud/dropbox/3rdparty/json.cc
M  +2    -2    gemini/cloud/dropbox/3rdparty/json.h
M  +2    -13   gemini/cloud/dropbox/3rdparty/listmodel.cc
M  +2    -13   gemini/cloud/dropbox/3rdparty/listmodel.h
M  +2    -13   gemini/cloud/dropbox/3rdparty/networkcontroller.cc
M  +2    -13   gemini/cloud/dropbox/3rdparty/networkcontroller.h
M  +2    -13   gemini/cloud/dropbox/3rdparty/oauth.cc
M  +2    -13   gemini/cloud/dropbox/3rdparty/oauth.h
M  +2    -13   gemini/cloud/dropbox/3rdparty/options.cc
M  +2    -13   gemini/cloud/dropbox/3rdparty/options.h
M  +2    -13   gemini/cloud/dropbox/controller.cc
M  +2    -13   gemini/cloud/dropbox/controller.h
M  +2    -13   gemini/cloud/dropbox/dropboxplugin.cpp
M  +2    -16   gemini/cloud/git/checkoutcreator.cpp
M  +2    -16   gemini/cloud/git/checkoutcreator.h
M  +2    -16   gemini/cloud/git/documentlistmodel.cpp
M  +2    -16   gemini/cloud/git/documentlistmodel.h
M  +2    -16   gemini/cloud/git/gitcontroller.cpp
M  +2    -16   gemini/cloud/git/gitcontroller.h
M  +2    -16   gemini/cloud/git/gitlogmodel.cpp
M  +2    -16   gemini/cloud/git/gitlogmodel.h
M  +2    -16   gemini/cloud/git/gitplugin.cpp
M  +2    -16   gemini/cloud/git/gitplugin.h
M  +2    -16   gemini/desktopviewproxy.cpp
M  +2    -16   gemini/desktopviewproxy.h
M  +2    -15   gemini/lib/GeminiMainWindow.cpp
M  +2    -15   gemini/lib/GeminiMainWindow.h
M  +3    -15   gemini/lib/GeminiModeSwitchEvent.h
M  +2    -15   gemini/main.cpp
M  +2    -14   gemini/qml/MainPage.qml
M  +2    -14   gemini/qml/PresentationDJMode.qml
M  +2    -14   gemini/qml/StageDocumentPage.qml
M  +2    -14   gemini/qml/WelcomePage.qml
M  +2    -14   gemini/qml/WordsDocumentPage.qml
M  +2    -14   gemini/qml/components/Button.qml
M  +2    -14   gemini/qml/components/CategorySwitcher.qml
M  +2    -14   gemini/qml/components/CheckBox.qml
M  +3    -15   gemini/qml/components/CohereButton.qml
M  +2    -14   gemini/qml/components/ColorSwatch.qml
M  +2    -14   gemini/qml/components/Dialog.qml
M  +2    -14   gemini/qml/components/Divider.qml
M  +2    -14   gemini/qml/components/DropShadow.qml
M  +2    -14   gemini/qml/components/ExpandingListView.qml
M  +2    -14   gemini/qml/components/Header.qml
M  +2    -14   gemini/qml/components/Label.qml
M  +2    -14   gemini/qml/components/ListItem.qml
M  +2    -14   gemini/qml/components/MessageStack.qml
M  +2    -14   gemini/qml/components/NewImageList.qml
M  +2    -14   gemini/qml/components/NewsList.qml
M  +2    -29   gemini/qml/components/Page.qml
M  +2    -29   gemini/qml/components/PageStack.js
M  +3    -30   gemini/qml/components/PageStack.qml
M  +2    -14   gemini/qml/components/PanelTextField.qml
M  +2    -14   gemini/qml/components/ProgressBar.qml
M  +2    -14   gemini/qml/components/RangeInput.qml
M  +2    -14   gemini/qml/components/RecentFilesList.qml
M  +2    -14   gemini/qml/components/ScrollDecorator.qml
M  +2    -14   gemini/qml/components/Shadow.qml
M  +2    -14   gemini/qml/components/Slider.qml
M  +2    -14   gemini/qml/components/TextField.qml
M  +3    -15   gemini/qml/components/TextFieldMultiline.qml
M  +2    -14   gemini/qml/components/Tooltip.qml
M  +2    -14   gemini/qml/components/VirtualKeyboard.qml
M  +2    -14   gemini/qml/panels/ImageToolsPanel.qml
M  +2    -14   gemini/qml/panels/NotesPanel.qml
M  +2    -14   gemini/qml/panels/OptionsPanel.qml
M  +2    -14   gemini/qml/panels/TextStylePanel.qml
M  +2    -14   gemini/qml/panels/notespanelpages/NotesPanelAddCustom.qml
M  +2    -14   gemini/qml/panels/notespanelpages/NotesPanelMain.qml
M  +2    -14   gemini/qml/panels/notespanelpages/NotesPanelSummary.qml
M  +2    -14   gemini/qml/welcomepages/CustomDocWords.qml
M  +2    -14   gemini/qml/welcomepages/VariantSelector.qml
M  +2    -14   gemini/qml/welcomepages/WelcomePageCloud.qml
M  +2    -14   gemini/qml/welcomepages/WelcomePageFilebrowser.qml
M  +2    -14   gemini/qml/welcomepages/WelcomePageRecent.qml
M  +2    -14   gemini/qml/welcomepages/cloud/AddDropbox.qml
M  +2    -14   gemini/qml/welcomepages/cloud/AddGit.qml
M  +2    -14   gemini/qml/welcomepages/cloud/AddWebdav.qml
M  +2    -14   gemini/qml/welcomepages/cloud/Dropbox.qml
M  +2    -14   gemini/qml/welcomepages/cloud/EditDetailsBase.qml
M  +2    -14   gemini/qml/welcomepages/cloud/EditGit.qml
M  +2    -14   gemini/qml/welcomepages/cloud/Git.qml
M  +2    -14   gemini/qml/welcomepages/cloud/RemoveAccountDlg.qml
M  +2    -14   gemini/qml/welcomepages/cloud/Webdav.qml
M  +2    -14   gemini/qml/welcomepages/cloud/dropbox/DropboxWebView.qml
M  +2    -14   gemini/qml/welcomepages/cloud/dropbox/FileNavigator.qml
M  +2    -14   gemini/qml/welcomepages/cloud/dropbox/InfoBanner.qml
M  +2    -14   gemini/qml/welcomepages/cloud/dropbox/LoginPage.qml
M  +2    -14   gemini/qml/welcomepages/cloud/dropbox/SetupPage.qml
M  +2    -14   gemini/qml/welcomepages/cloud/git/CreateCheckout.qml
M  +2    -14   gemini/qml/welcomepages/cloud/git/GetUserCredentials.qml
M  +2    -14   gemini/qml/welcomepages/cloud/git/RepositoryContent.qml
M  +2    -14   gemini/qml/welcomepages/cloud/git/createCheckoutContainer.qml
M  +2    -14   gemini/qml/welcomepages/cloud/git/repositoryContentContainer.qml
M  +2    -14   gemini/themes/default/colors.js
M  +2    -14   gemini/themes/default/fonts.js
M  +2    -14   gemini/themes/default/sizes.js
M  +2    -14   gemini/themes/default/theme.qml
M  +2    -15   gemini/thumbnailhelper.cpp
M  +2    -15   interfaces/KoCanvasResourceIdentities.h
M  +2    -14   interfaces/KoChartInterface.h
M  +2    -14   interfaces/KoChartModel.h
M  +3    -16   interfaces/KoGenericRegistry.h
M  +4    -17   interfaces/KoID.h
M  +2    -14   interfaces/SimpleTextShapeInterface.h
M  +2    -15   karbon/KarbonFactoryInit.cpp
M  +2    -15   karbon/KarbonFactoryInit.h
M  +2    -15   karbon/common/Karbon.h
M  +7    -20   karbon/common/KarbonGlobal.cpp
M  +7    -20   karbon/common/KarbonGlobal.h
M  +2    -15   karbon/common/KarbonOutlinePaintingStrategy.cpp
M  +2    -15   karbon/common/KarbonOutlinePaintingStrategy.h
M  +2    -15   karbon/common/commands/KarbonBooleanCommand.cpp
M  +2    -15   karbon/common/commands/KarbonBooleanCommand.h
M  +11   -24   karbon/main.cpp
M  +12   -25   karbon/plugins/flattenpath/FlattenPathPlugin.cpp
M  +6    -19   karbon/plugins/flattenpath/FlattenPathPlugin.h
M  +2    -15   karbon/plugins/flattenpath/KarbonPathFlattenCommand.cpp
M  +2    -15   karbon/plugins/flattenpath/KarbonPathFlattenCommand.h
M  +2    -15   karbon/plugins/refinepath/KarbonPathRefineCommand.cpp
M  +2    -15   karbon/plugins/refinepath/KarbonPathRefineCommand.h
M  +12   -25   karbon/plugins/refinepath/RefinePathPlugin.cpp
M  +6    -19   karbon/plugins/refinepath/RefinePathPlugin.h
M  +2    -15   karbon/plugins/roundcorners/RoundCornersCommand.cpp
M  +2    -15   karbon/plugins/roundcorners/RoundCornersCommand.h
M  +11   -24   karbon/plugins/roundcorners/RoundCornersPlugin.cpp
M  +8    -21   karbon/plugins/roundcorners/RoundCornersPlugin.h
M  +2    -15   karbon/plugins/whirlpinch/KarbonWhirlPinchCommand.cpp
M  +2    -15   karbon/plugins/whirlpinch/KarbonWhirlPinchCommand.h
M  +15   -28   karbon/plugins/whirlpinch/WhirlPinchPlugin.cpp
M  +6    -19   karbon/plugins/whirlpinch/WhirlPinchPlugin.h
M  +2    -15   karbon/ui/KarbonAboutData.h
M  +26   -39   karbon/ui/KarbonDocument.cpp
M  +15   -28   karbon/ui/KarbonDocument.h
M  +2    -15   karbon/ui/KarbonDocumentMergeCommand.cpp
M  +2    -15   karbon/ui/KarbonDocumentMergeCommand.h
M  +14   -27   karbon/ui/KarbonFactory.cpp
M  +10   -23   karbon/ui/KarbonFactory.h
M  +25   -38   karbon/ui/KarbonPart.cpp
M  +14   -27   karbon/ui/KarbonPart.h
M  +2    -15   karbon/ui/KarbonUiDebug.cpp
M  +2    -15   karbon/ui/KarbonUiDebug.h
M  +28   -41   karbon/ui/KarbonView.cpp
M  +16   -29   karbon/ui/KarbonView.h
M  +3    -16   karbon/ui/KarbonZoomController.cpp
M  +3    -16   karbon/ui/KarbonZoomController.h
M  +2    -15   karbon/ui/ProxyView.cpp
M  +2    -15   karbon/ui/ProxyView.h
M  +9    -22   karbon/ui/commands/KarbonLayerReorderCommand.cpp
M  +8    -21   karbon/ui/commands/KarbonLayerReorderCommand.h
M  +4    -17   karbon/ui/dialogs/KarbonConfigureDialog.cpp
M  +4    -17   karbon/ui/dialogs/KarbonConfigureDialog.h
M  +4    -17   karbon/ui/widgets/KarbonConfigInterfacePage.cpp
M  +4    -17   karbon/ui/widgets/KarbonConfigInterfacePage.h
M  +2    -15   karbon/ui/widgets/KarbonPaletteBarWidget.cpp
M  +2    -15   karbon/ui/widgets/KarbonPaletteBarWidget.h
M  +2    -15   karbon/ui/widgets/KarbonPaletteWidget.cpp
M  +2    -15   karbon/ui/widgets/KarbonPaletteWidget.h
M  +5    -18   karbon/ui/widgets/KarbonSmallStylePreview.cpp
M  +4    -17   karbon/ui/widgets/KarbonSmallStylePreview.h
M  +2    -15   libs/basicflakes/plugin/KoCreatePathToolFactory.cpp
M  +2    -15   libs/basicflakes/plugin/KoCreatePathToolFactory.h
M  +2    -15   libs/basicflakes/plugin/KoPencilToolFactory.cpp
M  +2    -15   libs/basicflakes/plugin/KoPencilToolFactory.h
M  +3    -16   libs/basicflakes/plugin/Plugin.cpp
M  +2    -15   libs/basicflakes/plugin/Plugin.h
M  +3    -16   libs/basicflakes/tools/KoCreatePathTool.cpp
M  +3    -16   libs/basicflakes/tools/KoCreatePathTool.h
M  +3    -16   libs/basicflakes/tools/KoCreatePathTool_p.h
M  +2    -15   libs/basicflakes/tools/KoPencilTool.cpp
M  +2    -15   libs/basicflakes/tools/KoPencilTool.h
M  +2    -14   libs/flake/FlakeDebug.cpp
M  +2    -14   libs/flake/FlakeDebug.h
M  +2    -15   libs/flake/KoAnnotationLayoutManager.cpp
M  +2    -15   libs/flake/KoAnnotationLayoutManager.h
M  +3    -16   libs/flake/KoCanvasBase.cpp
M  +5    -18   libs/flake/KoCanvasBase.h
M  +2    -15   libs/flake/KoCanvasController.cpp
M  +6    -19   libs/flake/KoCanvasController.h
M  +7    -20   libs/flake/KoCanvasControllerWidget.cpp
M  +6    -19   libs/flake/KoCanvasControllerWidget.h
M  +4    -17   libs/flake/KoCanvasControllerWidgetViewport_p.cpp
M  +3    -16   libs/flake/KoCanvasControllerWidgetViewport_p.h
M  +7    -20   libs/flake/KoCanvasControllerWidget_p.h
M  +2    -15   libs/flake/KoCanvasObserverBase.cpp
M  +2    -15   libs/flake/KoCanvasObserverBase.h
M  +6    -19   libs/flake/KoCanvasResourceManager.cpp
M  +5    -18   libs/flake/KoCanvasResourceManager.h
M  +2    -15   libs/flake/KoCanvasSupervisor.cpp
M  +2    -15   libs/flake/KoCanvasSupervisor.h
M  +2    -15   libs/flake/KoClipPath.cpp
M  +2    -15   libs/flake/KoClipPath.h
M  +2    -15   libs/flake/KoColorBackground.cpp
M  +2    -15   libs/flake/KoColorBackground.h
M  +2    -15   libs/flake/KoColorBackground_p.h
M  +2    -15   libs/flake/KoConnectionPoint.cpp
M  +2    -15   libs/flake/KoConnectionPoint.h
M  +4    -17   libs/flake/KoConnectionShape.cpp
M  +5    -18   libs/flake/KoConnectionShape.h
M  +2    -15   libs/flake/KoConnectionShapeConfigWidget.cpp
M  +2    -15   libs/flake/KoConnectionShapeConfigWidget.h
M  +4    -17   libs/flake/KoConnectionShapeFactory.cpp
M  +4    -17   libs/flake/KoConnectionShapeFactory.h
M  +2    -15   libs/flake/KoConnectionShapeLoadingUpdater.cpp
M  +3    -16   libs/flake/KoConnectionShapeLoadingUpdater.h
M  +2    -15   libs/flake/KoConnectionShape_p.h
M  +3    -16   libs/flake/KoCopyController.cpp
M  +2    -15   libs/flake/KoCopyController.h
M  +2    -15   libs/flake/KoCopyController_p.h
M  +4    -17   libs/flake/KoCurveFit.cpp
M  +4    -17   libs/flake/KoCurveFit.h
M  +2    -15   libs/flake/KoCutController.cpp
M  +2    -15   libs/flake/KoCutController.h
M  +2    -15   libs/flake/KoDataCenterBase.cpp
M  +6    -19   libs/flake/KoDataCenterBase.h
M  +2    -15   libs/flake/KoDeferredShapeFactoryBase.cpp
M  +2    -15   libs/flake/KoDeferredShapeFactoryBase.h
M  +2    -15   libs/flake/KoDockFactoryBase.cpp
M  +2    -15   libs/flake/KoDockFactoryBase.h
M  +2    -15   libs/flake/KoDockRegistry.cpp
M  +2    -15   libs/flake/KoDockRegistry.h
M  +6    -19   libs/flake/KoDocumentResourceManager.cpp
M  +5    -18   libs/flake/KoDocumentResourceManager.h
M  +3    -16   libs/flake/KoDrag.cpp
M  +2    -15   libs/flake/KoDrag.h
M  +2    -15   libs/flake/KoDragOdfSaveHelper.cpp
M  +1    -14   libs/flake/KoDragOdfSaveHelper.h
M  +2    -15   libs/flake/KoDragOdfSaveHelper_p.h
M  +2    -15   libs/flake/KoEventAction.cpp
M  +2    -15   libs/flake/KoEventAction.h
M  +3    -16   libs/flake/KoEventActionFactoryBase.cpp
M  +2    -15   libs/flake/KoEventActionFactoryBase.h
M  +3    -16   libs/flake/KoEventActionRegistry.cpp
M  +3    -16   libs/flake/KoEventActionRegistry.h
M  +3    -16   libs/flake/KoFilterEffect.cpp
M  +3    -16   libs/flake/KoFilterEffect.h
M  +2    -15   libs/flake/KoFilterEffectConfigWidgetBase.cpp
M  +2    -15   libs/flake/KoFilterEffectConfigWidgetBase.h
M  +2    -15   libs/flake/KoFilterEffectFactoryBase.cpp
M  +2    -15   libs/flake/KoFilterEffectFactoryBase.h
M  +2    -15   libs/flake/KoFilterEffectLoadingContext.cpp
M  +2    -15   libs/flake/KoFilterEffectLoadingContext.h
M  +2    -15   libs/flake/KoFilterEffectRegistry.cpp
M  +2    -15   libs/flake/KoFilterEffectRegistry.h
M  +2    -15   libs/flake/KoFilterEffectRenderContext.cpp
M  +2    -15   libs/flake/KoFilterEffectRenderContext.h
M  +2    -15   libs/flake/KoFilterEffectStack.cpp
M  +2    -15   libs/flake/KoFilterEffectStack.h
M  +5    -18   libs/flake/KoFlake.cpp
M  +4    -17   libs/flake/KoFlake.h
M  +3    -16   libs/flake/KoFrameShape.cpp
M  +2    -15   libs/flake/KoFrameShape.h
M  +2    -15   libs/flake/KoGradientBackground.cpp
M  +2    -15   libs/flake/KoGradientBackground.h
M  +2    -15   libs/flake/KoGradientHelper.cpp
M  +2    -15   libs/flake/KoGradientHelper.h
M  +4    -17   libs/flake/KoGridData.cpp
M  +4    -17   libs/flake/KoGridData.h
M  +4    -17   libs/flake/KoGuidesData.cpp
M  +4    -17   libs/flake/KoGuidesData.h
M  +2    -15   libs/flake/KoHatchBackground.cpp
M  +2    -15   libs/flake/KoHatchBackground.h
M  +3    -16   libs/flake/KoImageCollection.cpp
M  +2    -15   libs/flake/KoImageCollection.h
M  +5    -18   libs/flake/KoImageData.cpp
M  +4    -17   libs/flake/KoImageData.h
M  +5    -18   libs/flake/KoImageData_p.cpp
M  +5    -18   libs/flake/KoImageData_p.h
M  +2    -15   libs/flake/KoInputDevice.cpp
M  +4    -17   libs/flake/KoInputDevice.h
M  +2    -15   libs/flake/KoInputDeviceHandler.cpp
M  +2    -15   libs/flake/KoInputDeviceHandler.h
M  +2    -15   libs/flake/KoInputDeviceHandlerEvent.cpp
M  +2    -15   libs/flake/KoInputDeviceHandlerEvent.h
M  +2    -15   libs/flake/KoInputDeviceHandlerRegistry.cpp
M  +2    -15   libs/flake/KoInputDeviceHandlerRegistry.h
M  +2    -15   libs/flake/KoInsets.cpp
M  +2    -15   libs/flake/KoInsets.h
M  +2    -15   libs/flake/KoLoadingShapeUpdater.cpp
M  +2    -15   libs/flake/KoLoadingShapeUpdater.h
M  +3    -16   libs/flake/KoMarker.cpp
M  +2    -15   libs/flake/KoMarker.h
M  +3    -16   libs/flake/KoMarkerCollection.cpp
M  +2    -15   libs/flake/KoMarkerCollection.h
M  +3    -16   libs/flake/KoMarkerData.cpp
M  +3    -16   libs/flake/KoMarkerData.h
M  +2    -15   libs/flake/KoMarkerSharedLoadingData.cpp
M  +3    -16   libs/flake/KoMarkerSharedLoadingData.h
M  +2    -15   libs/flake/KoOdfGradientBackground.cpp
M  +2    -15   libs/flake/KoOdfGradientBackground.h
M  +6    -19   libs/flake/KoOdfWorkaround.cpp
M  +5    -18   libs/flake/KoOdfWorkaround.h
M  +4    -17   libs/flake/KoParameterShape.cpp
M  +4    -17   libs/flake/KoParameterShape.h
M  +4    -17   libs/flake/KoParameterShape_p.h
M  +2    -15   libs/flake/KoPasteController.cpp
M  +2    -15   libs/flake/KoPasteController.h
M  +2    -15   libs/flake/KoPasteController_p.h
M  +5    -18   libs/flake/KoPathPoint.cpp
M  +5    -18   libs/flake/KoPathPoint.h
M  +3    -16   libs/flake/KoPathPointData.h
M  +2    -15   libs/flake/KoPathSegment.cpp
M  +2    -15   libs/flake/KoPathSegment.h
M  +6    -19   libs/flake/KoPathShape.cpp
M  +6    -19   libs/flake/KoPathShape.h
M  +3    -16   libs/flake/KoPathShapeFactory.cpp
M  +3    -16   libs/flake/KoPathShapeFactory.h
M  +2    -15   libs/flake/KoPathShapeLoader.cpp
M  +2    -15   libs/flake/KoPathShapeLoader.h
M  +2    -15   libs/flake/KoPathShape_p.h
M  +2    -15   libs/flake/KoPatternBackground.cpp
M  +2    -15   libs/flake/KoPatternBackground.h
M  +5    -18   libs/flake/KoPointerEvent.cpp
M  +6    -19   libs/flake/KoPointerEvent.h
M  +2    -15   libs/flake/KoPostscriptPaintDevice.cpp
M  +2    -15   libs/flake/KoPostscriptPaintDevice.h
M  +3    -16   libs/flake/KoRTree.h
M  +6    -19   libs/flake/KoResourceManager_p.cpp
M  +5    -18   libs/flake/KoResourceManager_p.h
M  +6    -19   libs/flake/KoSelection.cpp
M  +6    -19   libs/flake/KoSelection.h
M  +2    -15   libs/flake/KoSelection_p.h
M  +7    -20   libs/flake/KoShape.cpp
M  +6    -19   libs/flake/KoShape.h
M  +5    -18   libs/flake/KoShapeAnchor.cpp
M  +4    -17   libs/flake/KoShapeAnchor.h
M  +2    -15   libs/flake/KoShapeApplicationData.cpp
M  +2    -15   libs/flake/KoShapeApplicationData.h
M  +2    -15   libs/flake/KoShapeBackground.cpp
M  +2    -15   libs/flake/KoShapeBackground.h
M  +2    -15   libs/flake/KoShapeBackground_p.h
M  +3    -16   libs/flake/KoShapeBasedDocumentBase.cpp
M  +4    -17   libs/flake/KoShapeBasedDocumentBase.h
M  +2    -15   libs/flake/KoShapeConfigFactoryBase.cpp
M  +2    -15   libs/flake/KoShapeConfigFactoryBase.h
M  +2    -15   libs/flake/KoShapeConfigWidgetBase.cpp
M  +2    -15   libs/flake/KoShapeConfigWidgetBase.h
M  +3    -16   libs/flake/KoShapeContainer.cpp
M  +2    -15   libs/flake/KoShapeContainer.h
M  +4    -17   libs/flake/KoShapeContainerDefaultModel.cpp
M  +3    -16   libs/flake/KoShapeContainerDefaultModel.h
M  +2    -15   libs/flake/KoShapeContainerModel.cpp
M  +2    -15   libs/flake/KoShapeContainerModel.h
M  +2    -15   libs/flake/KoShapeContainer_p.h
M  +4    -17   libs/flake/KoShapeController.cpp
M  +3    -16   libs/flake/KoShapeController.h
M  +5    -18   libs/flake/KoShapeFactoryBase.cpp
M  +4    -17   libs/flake/KoShapeFactoryBase.h
M  +3    -16   libs/flake/KoShapeGroup.cpp
M  +2    -15   libs/flake/KoShapeGroup.h
M  +2    -15   libs/flake/KoShapeLayer.cpp
M  +3    -16   libs/flake/KoShapeLayer.h
M  +5    -18   libs/flake/KoShapeLoadingContext.cpp
M  +5    -18   libs/flake/KoShapeLoadingContext.h
M  +5    -18   libs/flake/KoShapeManager.cpp
M  +4    -17   libs/flake/KoShapeManager.h
M  +2    -15   libs/flake/KoShapeManagerPaintingStrategy.cpp
M  +2    -15   libs/flake/KoShapeManagerPaintingStrategy.h
M  +4    -17   libs/flake/KoShapeManager_p.h
M  +2    -15   libs/flake/KoShapeOdfSaveHelper.cpp
M  +2    -15   libs/flake/KoShapeOdfSaveHelper.h
M  +3    -16   libs/flake/KoShapePainter.cpp
M  +2    -15   libs/flake/KoShapePainter.h
M  +2    -15   libs/flake/KoShapePaintingContext.cpp
M  +3    -16   libs/flake/KoShapePaintingContext.h
M  +5    -18   libs/flake/KoShapePaste.cpp
M  +4    -17   libs/flake/KoShapePaste.h
M  +6    -19   libs/flake/KoShapeRegistry.cpp
M  +3    -16   libs/flake/KoShapeRegistry.h
M  +6    -19   libs/flake/KoShapeSavingContext.cpp
M  +6    -19   libs/flake/KoShapeSavingContext.h
M  +5    -18   libs/flake/KoShapeShadow.cpp
M  +3    -16   libs/flake/KoShapeShadow.h
M  +5    -18   libs/flake/KoShapeStroke.cpp
M  +5    -18   libs/flake/KoShapeStroke.h
M  +3    -16   libs/flake/KoShapeStrokeModel.cpp
M  +4    -17   libs/flake/KoShapeStrokeModel.h
M  +2    -15   libs/flake/KoShapeUserData.cpp
M  +2    -15   libs/flake/KoShapeUserData.h
M  +3    -16   libs/flake/KoShape_p.h
M  +2    -15   libs/flake/KoSharedLoadingData.cpp
M  +2    -15   libs/flake/KoSharedLoadingData.h
M  +2    -15   libs/flake/KoSharedSavingData.cpp
M  +2    -15   libs/flake/KoSharedSavingData.h
M  +2    -15   libs/flake/KoSnapData.cpp
M  +2    -15   libs/flake/KoSnapData.h
M  +2    -15   libs/flake/KoSnapGuide.cpp
M  +2    -15   libs/flake/KoSnapGuide.h
M  +2    -15   libs/flake/KoSnapProxy.cpp
M  +2    -15   libs/flake/KoSnapProxy.h
M  +2    -15   libs/flake/KoSnapStrategy.cpp
M  +2    -15   libs/flake/KoSnapStrategy.h
M  +2    -15   libs/flake/KoTextShapeDataBase.cpp
M  +2    -15   libs/flake/KoTextShapeDataBase.h
M  +2    -15   libs/flake/KoTextShapeDataBase_p.h
M  +3    -16   libs/flake/KoToolBase.cpp
M  +3    -16   libs/flake/KoToolBase.h
M  +3    -16   libs/flake/KoToolBase_p.h
M  +2    -15   libs/flake/KoToolFactoryBase.cpp
M  +3    -16   libs/flake/KoToolFactoryBase.h
M  +5    -18   libs/flake/KoToolManager.cpp
M  +4    -17   libs/flake/KoToolManager.h
M  +2    -15   libs/flake/KoToolManager_p.cpp
M  +2    -15   libs/flake/KoToolManager_p.h
M  +3    -16   libs/flake/KoToolProxy.cpp
M  +3    -16   libs/flake/KoToolProxy.h
M  +2    -15   libs/flake/KoToolProxy_p.h
M  +3    -16   libs/flake/KoToolRegistry.cpp
M  +3    -16   libs/flake/KoToolRegistry.h
M  +2    -15   libs/flake/KoToolSelection.cpp
M  +2    -15   libs/flake/KoToolSelection.h
M  +4    -17   libs/flake/KoTosContainer.cpp
M  +4    -17   libs/flake/KoTosContainer.h
M  +3    -16   libs/flake/KoTosContainerModel.cpp
M  +2    -15   libs/flake/KoTosContainerModel.h
M  +2    -15   libs/flake/KoUnavailShape.cpp
M  +2    -15   libs/flake/KoUnavailShape.h
M  +2    -15   libs/flake/KoViewConverter.cpp
M  +2    -15   libs/flake/KoViewConverter.h
M  +3    -16   libs/flake/SimpleShapeContainerModel.h
M  +2    -15   libs/flake/SnapGuideConfigWidget.cpp
M  +2    -15   libs/flake/SnapGuideConfigWidget.h
M  +2    -15   libs/flake/commands/KoConnectionShapeTypeCommand.cpp
M  +2    -15   libs/flake/commands/KoConnectionShapeTypeCommand.h
M  +2    -15   libs/flake/commands/KoEventActionAddCommand.cpp
M  +2    -15   libs/flake/commands/KoEventActionAddCommand.h
M  +2    -15   libs/flake/commands/KoEventActionRemoveCommand.cpp
M  +2    -15   libs/flake/commands/KoEventActionRemoveCommand.h
M  +4    -17   libs/flake/commands/KoParameterHandleMoveCommand.cpp
M  +4    -17   libs/flake/commands/KoParameterHandleMoveCommand.h
M  +3    -16   libs/flake/commands/KoParameterToPathCommand.cpp
M  +3    -16   libs/flake/commands/KoParameterToPathCommand.h
M  +3    -16   libs/flake/commands/KoPathBaseCommand.cpp
M  +3    -16   libs/flake/commands/KoPathBaseCommand.h
M  +3    -16   libs/flake/commands/KoPathBreakAtPointCommand.cpp
M  +3    -16   libs/flake/commands/KoPathBreakAtPointCommand.h
M  +3    -16   libs/flake/commands/KoPathCombineCommand.cpp
M  +3    -16   libs/flake/commands/KoPathCombineCommand.h
M  +3    -16   libs/flake/commands/KoPathControlPointMoveCommand.cpp
M  +3    -16   libs/flake/commands/KoPathControlPointMoveCommand.h
M  +2    -15   libs/flake/commands/KoPathFillRuleCommand.cpp
M  +2    -15   libs/flake/commands/KoPathFillRuleCommand.h
M  +3    -16   libs/flake/commands/KoPathPointInsertCommand.cpp
M  +3    -16   libs/flake/commands/KoPathPointInsertCommand.h
M  +3    -16   libs/flake/commands/KoPathPointMergeCommand.cpp
M  +2    -15   libs/flake/commands/KoPathPointMergeCommand.h
M  +4    -17   libs/flake/commands/KoPathPointMoveCommand.cpp
M  +4    -17   libs/flake/commands/KoPathPointMoveCommand.h
M  +3    -16   libs/flake/commands/KoPathPointRemoveCommand.cpp
M  +3    -16   libs/flake/commands/KoPathPointRemoveCommand.h
M  +3    -16   libs/flake/commands/KoPathPointTypeCommand.cpp
M  +3    -16   libs/flake/commands/KoPathPointTypeCommand.h
M  +2    -15   libs/flake/commands/KoPathReverseCommand.cpp
M  +2    -15   libs/flake/commands/KoPathReverseCommand.h
M  +3    -16   libs/flake/commands/KoPathSegmentBreakCommand.cpp
M  +3    -16   libs/flake/commands/KoPathSegmentBreakCommand.h
M  +3    -16   libs/flake/commands/KoPathSegmentTypeCommand.cpp
M  +3    -16   libs/flake/commands/KoPathSegmentTypeCommand.h
M  +3    -16   libs/flake/commands/KoPathShapeMarkerCommand.cpp
M  +3    -16   libs/flake/commands/KoPathShapeMarkerCommand.h
M  +3    -16   libs/flake/commands/KoShapeAlignCommand.cpp
M  +3    -16   libs/flake/commands/KoShapeAlignCommand.h
M  +3    -16   libs/flake/commands/KoShapeBackgroundCommand.cpp
M  +3    -16   libs/flake/commands/KoShapeBackgroundCommand.h
M  +2    -15   libs/flake/commands/KoShapeClipCommand.cpp
M  +2    -15   libs/flake/commands/KoShapeClipCommand.h
M  +2    -15   libs/flake/commands/KoShapeConnectionChangeCommand.cpp
M  +2    -15   libs/flake/commands/KoShapeConnectionChangeCommand.h
M  +3    -16   libs/flake/commands/KoShapeCreateCommand.cpp
M  +2    -15   libs/flake/commands/KoShapeCreateCommand.h
M  +3    -16   libs/flake/commands/KoShapeDeleteCommand.cpp
M  +3    -16   libs/flake/commands/KoShapeDeleteCommand.h
M  +3    -16   libs/flake/commands/KoShapeDistributeCommand.cpp
M  +3    -16   libs/flake/commands/KoShapeDistributeCommand.h
M  +3    -16   libs/flake/commands/KoShapeGroupCommand.cpp
M  +3    -16   libs/flake/commands/KoShapeGroupCommand.h
M  +3    -16   libs/flake/commands/KoShapeGroupCommand_p.h
M  +2    -15   libs/flake/commands/KoShapeKeepAspectRatioCommand.cpp
M  +2    -15   libs/flake/commands/KoShapeKeepAspectRatioCommand.h
M  +3    -16   libs/flake/commands/KoShapeLockCommand.cpp
M  +3    -16   libs/flake/commands/KoShapeLockCommand.h
M  +3    -16   libs/flake/commands/KoShapeMoveCommand.cpp
M  +3    -16   libs/flake/commands/KoShapeMoveCommand.h
M  +2    -15   libs/flake/commands/KoShapeRenameCommand.cpp
M  +2    -15   libs/flake/commands/KoShapeRenameCommand.h
M  +2    -15   libs/flake/commands/KoShapeReorderCommand.cpp
M  +2    -15   libs/flake/commands/KoShapeReorderCommand.h
M  +2    -15   libs/flake/commands/KoShapeRunAroundCommand.cpp
M  +2    -15   libs/flake/commands/KoShapeRunAroundCommand.h
M  +2    -15   libs/flake/commands/KoShapeShadowCommand.cpp
M  +2    -15   libs/flake/commands/KoShapeShadowCommand.h
M  +3    -16   libs/flake/commands/KoShapeShearCommand.cpp
M  +3    -16   libs/flake/commands/KoShapeShearCommand.h
M  +3    -16   libs/flake/commands/KoShapeSizeCommand.cpp
M  +3    -16   libs/flake/commands/KoShapeSizeCommand.h
M  +4    -17   libs/flake/commands/KoShapeStrokeCommand.cpp
M  +4    -17   libs/flake/commands/KoShapeStrokeCommand.h
M  +3    -16   libs/flake/commands/KoShapeTransformCommand.cpp
M  +3    -16   libs/flake/commands/KoShapeTransformCommand.h
M  +2    -15   libs/flake/commands/KoShapeTransparencyCommand.cpp
M  +2    -15   libs/flake/commands/KoShapeTransparencyCommand.h
M  +2    -15   libs/flake/commands/KoShapeUnclipCommand.cpp
M  +2    -15   libs/flake/commands/KoShapeUnclipCommand.h
M  +3    -16   libs/flake/commands/KoShapeUngroupCommand.cpp
M  +3    -16   libs/flake/commands/KoShapeUngroupCommand.h
M  +3    -16   libs/flake/commands/KoSubpathJoinCommand.cpp
M  +3    -16   libs/flake/commands/KoSubpathJoinCommand.h
M  +3    -16   libs/flake/commands/KoSubpathRemoveCommand.cpp
M  +3    -16   libs/flake/commands/KoSubpathRemoveCommand.h
M  +2    -15   libs/flake/svg/SvgClipPathHelper.cpp
M  +2    -15   libs/flake/svg/SvgClipPathHelper.h
M  +2    -15   libs/flake/svg/SvgCssHelper.cpp
M  +2    -15   libs/flake/svg/SvgCssHelper.h
M  +2    -15   libs/flake/svg/SvgFilterHelper.cpp
M  +2    -15   libs/flake/svg/SvgFilterHelper.h
M  +3    -16   libs/flake/svg/SvgGradientHelper.cpp
M  +3    -16   libs/flake/svg/SvgGradientHelper.h
M  +3    -16   libs/flake/svg/SvgGraphicContext.cpp
M  +3    -16   libs/flake/svg/SvgGraphicContext.h
M  +2    -15   libs/flake/svg/SvgLoadingContext.cpp
M  +2    -15   libs/flake/svg/SvgLoadingContext.h
M  +9    -22   libs/flake/svg/SvgParser.cpp
M  +4    -17   libs/flake/svg/SvgParser.h
M  +2    -15   libs/flake/svg/SvgPatternHelper.cpp
M  +2    -15   libs/flake/svg/SvgPatternHelper.h
M  +2    -15   libs/flake/svg/SvgSavingContext.cpp
M  +2    -15   libs/flake/svg/SvgSavingContext.h
M  +2    -15   libs/flake/svg/SvgShape.cpp
M  +2    -15   libs/flake/svg/SvgShape.h
M  +2    -15   libs/flake/svg/SvgShapeFactory.cpp
M  +2    -15   libs/flake/svg/SvgShapeFactory.h
M  +9    -22   libs/flake/svg/SvgStyleParser.cpp
M  +4    -17   libs/flake/svg/SvgStyleParser.h
M  +19   -32   libs/flake/svg/SvgStyleWriter.cpp
M  +12   -25   libs/flake/svg/SvgStyleWriter.h
M  +2    -15   libs/flake/svg/SvgUtil.cpp
M  +2    -15   libs/flake/svg/SvgUtil.h
M  +19   -32   libs/flake/svg/SvgWriter.cpp
M  +12   -25   libs/flake/svg/SvgWriter.h
M  +2    -14   libs/flake/tests/MockShapes.h
M  +2    -14   libs/flake/tests/TestAllowedInteraction.cpp
M  +2    -14   libs/flake/tests/TestAllowedInteraction.h
M  +3    -16   libs/flake/tests/TestControlPointMoveCommand.cpp
M  +2    -15   libs/flake/tests/TestControlPointMoveCommand.h
M  +2    -14   libs/flake/tests/TestImageCollection.cpp
M  +2    -14   libs/flake/tests/TestImageCollection.h
M  +2    -14   libs/flake/tests/TestInputDevice.cpp
M  +2    -14   libs/flake/tests/TestInputDevice.h
M  +2    -15   libs/flake/tests/TestKoShapeFactory.cpp
M  +2    -15   libs/flake/tests/TestKoShapeFactory.h
M  +2    -15   libs/flake/tests/TestKoShapeRegistry.cpp
M  +2    -15   libs/flake/tests/TestKoShapeRegistry.h
M  +2    -15   libs/flake/tests/TestPathSegment.cpp
M  +2    -15   libs/flake/tests/TestPathSegment.h
M  +3    -16   libs/flake/tests/TestPathShape.cpp
M  +2    -15   libs/flake/tests/TestPathShape.h
M  +2    -15   libs/flake/tests/TestPathTool.cpp
M  +2    -15   libs/flake/tests/TestPathTool.h
M  +2    -15   libs/flake/tests/TestPointMergeCommand.cpp
M  +2    -15   libs/flake/tests/TestPointMergeCommand.h
M  +3    -16   libs/flake/tests/TestPointRemoveCommand.cpp
M  +2    -15   libs/flake/tests/TestPointRemoveCommand.h
M  +3    -16   libs/flake/tests/TestPointTypeCommand.cpp
M  +2    -15   libs/flake/tests/TestPointTypeCommand.h
M  +2    -14   libs/flake/tests/TestPosition.cpp
M  +2    -14   libs/flake/tests/TestPosition.h
M  +3    -16   libs/flake/tests/TestRemoveSubpathCommand.cpp
M  +2    -15   libs/flake/tests/TestRemoveSubpathCommand.h
M  +3    -16   libs/flake/tests/TestResourceManager.cpp
M  +2    -15   libs/flake/tests/TestResourceManager.h
M  +2    -15   libs/flake/tests/TestSegmentTypeCommand.cpp
M  +2    -15   libs/flake/tests/TestSegmentTypeCommand.h
M  +2    -14   libs/flake/tests/TestSelection.cpp
M  +2    -14   libs/flake/tests/TestSelection.h
M  +2    -14   libs/flake/tests/TestShapeAt.cpp
M  +2    -14   libs/flake/tests/TestShapeAt.h
M  +2    -15   libs/flake/tests/TestShapeBackgroundCommand.cpp
M  +2    -15   libs/flake/tests/TestShapeBackgroundCommand.h
M  +3    -15   libs/flake/tests/TestShapeContainer.cpp
M  +2    -14   libs/flake/tests/TestShapeContainer.h
M  +2    -15   libs/flake/tests/TestShapeGroupCommand.cpp
M  +2    -15   libs/flake/tests/TestShapeGroupCommand.h
M  +2    -14   libs/flake/tests/TestShapePainting.cpp
M  +2    -14   libs/flake/tests/TestShapePainting.h
M  +2    -15   libs/flake/tests/TestShapeReorderCommand.cpp
M  +2    -15   libs/flake/tests/TestShapeReorderCommand.h
M  +2    -15   libs/flake/tests/TestShapeShadowCommand.cpp
M  +2    -15   libs/flake/tests/TestShapeShadowCommand.h
M  +2    -15   libs/flake/tests/TestShapeStrokeCommand.cpp
M  +2    -15   libs/flake/tests/TestShapeStrokeCommand.h
M  +1    -13   libs/flake/tests/TestSnapStrategy.cpp
M  +1    -13   libs/flake/tests/TestSnapStrategy.h
M  +3    -16   libs/flake/tools/KoCreateShapeStrategy.cpp
M  +3    -16   libs/flake/tools/KoCreateShapeStrategy.h
M  +3    -16   libs/flake/tools/KoCreateShapesTool.cpp
M  +3    -16   libs/flake/tools/KoCreateShapesTool.h
M  +2    -15   libs/flake/tools/KoCreateShapesToolFactory.cpp
M  +2    -15   libs/flake/tools/KoCreateShapesToolFactory.h
M  +3    -16   libs/flake/tools/KoInteractionStrategy.cpp
M  +5    -18   libs/flake/tools/KoInteractionStrategy.h
M  +2    -15   libs/flake/tools/KoInteractionStrategy_p.h
M  +2    -15   libs/flake/tools/KoInteractionTool.cpp
M  +4    -17   libs/flake/tools/KoInteractionTool.h
M  +2    -15   libs/flake/tools/KoInteractionTool_p.h
M  +4    -17   libs/flake/tools/KoPanTool.cpp
M  +3    -16   libs/flake/tools/KoPanTool.h
M  +2    -15   libs/flake/tools/KoPanToolFactory.cpp
M  +2    -15   libs/flake/tools/KoPanToolFactory.h
M  +4    -17   libs/flake/tools/KoParameterChangeStrategy.cpp
M  +4    -17   libs/flake/tools/KoParameterChangeStrategy.h
M  +3    -16   libs/flake/tools/KoParameterChangeStrategy_p.h
M  +4    -17   libs/flake/tools/KoPathConnectionPointStrategy.cpp
M  +4    -17   libs/flake/tools/KoPathConnectionPointStrategy.h
M  +4    -17   libs/flake/tools/KoPathConnectionPointStrategy_p.h
M  +3    -16   libs/flake/tools/KoPathControlPointMoveStrategy.cpp
M  +3    -16   libs/flake/tools/KoPathControlPointMoveStrategy.h
M  +4    -17   libs/flake/tools/KoPathPointMoveStrategy.cpp
M  +3    -16   libs/flake/tools/KoPathPointMoveStrategy.h
M  +3    -16   libs/flake/tools/KoPathPointRubberSelectStrategy.cpp
M  +3    -16   libs/flake/tools/KoPathPointRubberSelectStrategy.h
M  +2    -15   libs/flake/tools/KoPathSegmentChangeStrategy.cpp
M  +2    -15   libs/flake/tools/KoPathSegmentChangeStrategy.h
M  +5    -18   libs/flake/tools/KoPathTool.cpp
M  +5    -18   libs/flake/tools/KoPathTool.h
M  +2    -15   libs/flake/tools/KoPathToolFactory.cpp
M  +2    -15   libs/flake/tools/KoPathToolFactory.h
M  +5    -18   libs/flake/tools/KoPathToolHandle.cpp
M  +5    -18   libs/flake/tools/KoPathToolHandle.h
M  +5    -18   libs/flake/tools/KoPathToolSelection.cpp
M  +5    -18   libs/flake/tools/KoPathToolSelection.h
M  +3    -16   libs/flake/tools/KoShapeRubberSelectStrategy.cpp
M  +3    -16   libs/flake/tools/KoShapeRubberSelectStrategy.h
M  +3    -16   libs/flake/tools/KoShapeRubberSelectStrategy_p.h
M  +3    -16   libs/flake/tools/KoZoomStrategy.cpp
M  +2    -15   libs/flake/tools/KoZoomStrategy.h
M  +3    -16   libs/flake/tools/KoZoomTool.cpp
M  +3    -16   libs/flake/tools/KoZoomTool.h
M  +2    -15   libs/flake/tools/KoZoomToolFactory.cpp
M  +2    -15   libs/flake/tools/KoZoomToolFactory.h
M  +2    -15   libs/flake/tools/KoZoomToolWidget.cpp
M  +2    -15   libs/flake/tools/KoZoomToolWidget.h
M  +2    -15   libs/flake/tools/PathToolOptionWidget.cpp
M  +2    -15   libs/flake/tools/PathToolOptionWidget.h
M  +1    -1    libs/kross/KoKrossDebug.cpp
M  +1    -1    libs/kross/KoKrossDebug.h
M  +2    -2    libs/kross/KoScriptManager.cpp
M  +2    -2    libs/kross/KoScriptManager.h
M  +1    -1    libs/kross/KoScriptManagerAdd.cpp
M  +1    -1    libs/kross/KoScriptManagerAdd.h
M  +1    -1    libs/kross/KoScriptingDocker.cpp
M  +1    -1    libs/kross/KoScriptingDocker.h
M  +1    -1    libs/kross/KoScriptingModule.cpp
M  +1    -1    libs/kross/KoScriptingModule.h
M  +1    -1    libs/kross/KoScriptingOdf.cpp
M  +1    -1    libs/kross/KoScriptingOdf.h
M  +1    -1    libs/kross/KoScriptingPart.cpp
M  +1    -1    libs/kross/KoScriptingPart.h
M  +2    -14   libs/kundo2/kundo2commandextradata.cpp
M  +2    -14   libs/kundo2/kundo2commandextradata.h
M  +1    -1    libs/kundo2/kundo2group.cpp
M  +1    -1    libs/kundo2/kundo2group.h
M  +3    -16   libs/kundo2/kundo2magicstring.cpp
M  +3    -16   libs/kundo2/kundo2magicstring.h
M  +3    -16   libs/kundo2/kundo2model.cpp
M  +3    -16   libs/kundo2/kundo2model.h
M  +4    -16   libs/kundo2/kundo2stack.cpp
M  +4    -16   libs/kundo2/kundo2stack.h
M  +1    -1    libs/kundo2/kundo2stack_p.h
M  +3    -16   libs/kundo2/kundo2view.cpp
M  +3    -16   libs/kundo2/kundo2view.h
M  +2    -15   libs/main/Calligra2Migration.cpp
M  +2    -15   libs/main/Calligra2Migration.h
M  +5    -18   libs/main/KoApplication.cpp
M  +3    -16   libs/main/KoApplication.h
M  +3    -16   libs/main/KoApplicationAdaptor.cpp
M  +4    -17   libs/main/KoApplicationAdaptor.h
M  +3    -16   libs/main/KoAutoSaveRecoveryDialog.cpp
M  +3    -16   libs/main/KoAutoSaveRecoveryDialog.h
M  +2    -15   libs/main/KoComponentData.cpp
M  +3    -16   libs/main/KoComponentData.h
M  +2    -15   libs/main/KoComponentData_p.h
M  +3    -16   libs/main/KoDetailsPane.cpp
M  +3    -16   libs/main/KoDetailsPane.h
M  +3    -16   libs/main/KoDockerManager.cpp
M  +2    -15   libs/main/KoDockerManager.h
M  +3    -16   libs/main/KoDockerManager_p.h
M  +6    -19   libs/main/KoDocument.cpp
M  +6    -19   libs/main/KoDocument.h
M  +4    -17   libs/main/KoDocumentEntry.cpp
M  +4    -17   libs/main/KoDocumentEntry.h
M  +5    -18   libs/main/KoDocumentSectionDelegate.cpp
M  +2    -15   libs/main/KoDocumentSectionDelegate.h
M  +4    -17   libs/main/KoDocumentSectionModel.h
M  +2    -15   libs/main/KoDocumentSectionPropertyAction_p.h
M  +2    -15   libs/main/KoDocumentSectionToolTip.cpp
M  +3    -16   libs/main/KoDocumentSectionToolTip.h
M  +3    -16   libs/main/KoDocumentSectionView.cpp
M  +3    -16   libs/main/KoDocumentSectionView.h
M  +2    -15   libs/main/KoFilter.cpp
M  +2    -15   libs/main/KoFilter.h
M  +3    -16   libs/main/KoFilterChain.cpp
M  +3    -16   libs/main/KoFilterChain.h
M  +3    -16   libs/main/KoFilterChainLink.cpp
M  +3    -16   libs/main/KoFilterChainLink.h
M  +2    -15   libs/main/KoFilterChainLinkList.cpp
M  +3    -16   libs/main/KoFilterChainLinkList.h
M  +2    -15   libs/main/KoFilterEdge.cpp
M  +2    -15   libs/main/KoFilterEdge.h
M  +4    -17   libs/main/KoFilterEntry.cpp
M  +4    -17   libs/main/KoFilterEntry.h
M  +3    -16   libs/main/KoFilterGraph.cpp
M  +2    -15   libs/main/KoFilterGraph.h
M  +5    -18   libs/main/KoFilterManager.cpp
M  +4    -17   libs/main/KoFilterManager.h
M  +5    -18   libs/main/KoFilterManager_p.cpp
M  +3    -16   libs/main/KoFilterManager_p.h
M  +2    -15   libs/main/KoFilterVertex.cpp
M  +3    -16   libs/main/KoFilterVertex.h
M  +2    -15   libs/main/KoFindBase.cpp
M  +2    -15   libs/main/KoFindBase.h
M  +2    -15   libs/main/KoFindMatch.cpp
M  +2    -15   libs/main/KoFindMatch.h
M  +2    -15   libs/main/KoFindOption.cpp
M  +2    -15   libs/main/KoFindOption.h
M  +2    -15   libs/main/KoFindOptionSet.cpp
M  +2    -15   libs/main/KoFindOptionSet.h
M  +2    -15   libs/main/KoFindStyle.cpp
M  +2    -15   libs/main/KoFindStyle.h
M  +3    -16   libs/main/KoFindText.cpp
M  +2    -15   libs/main/KoFindText.h
M  +3    -16   libs/main/KoFindText_p.h
M  +6    -19   libs/main/KoMainWindow.cpp
M  +4    -17   libs/main/KoMainWindow.h
M  +3    -16   libs/main/KoOpenPane.cpp
M  +3    -16   libs/main/KoOpenPane.h
M  +6    -19   libs/main/KoPart.cpp
M  +6    -19   libs/main/KoPart.h
M  +4    -17   libs/main/KoPartAdaptor.cpp
M  +4    -17   libs/main/KoPartAdaptor.h
M  +2    -15   libs/main/KoPrintJob.cpp
M  +2    -15   libs/main/KoPrintJob.h
M  +3    -16   libs/main/KoPrintingDialog.cpp
M  +2    -15   libs/main/KoPrintingDialog.h
M  +3    -16   libs/main/KoPrintingDialog_p.h
M  +4    -17   libs/main/KoRecentDocumentsPane.cpp
M  +3    -16   libs/main/KoRecentDocumentsPane.h
M  +2    -14   libs/main/KoStandardAction.cpp
M  +2    -14   libs/main/KoStandardAction.h
M  +2    -15   libs/main/KoStartupDialog.cpp
M  +2    -15   libs/main/KoStartupDialog.h
M  +3    -16   libs/main/KoTemplate.cpp
M  +3    -16   libs/main/KoTemplate.h
M  +4    -17   libs/main/KoTemplateCreateDia.cpp
M  +2    -15   libs/main/KoTemplateCreateDia.h
M  +3    -16   libs/main/KoTemplateGroup.cpp
M  +2    -15   libs/main/KoTemplateGroup.h
M  +2    -15   libs/main/KoTemplateTree.cpp
M  +2    -15   libs/main/KoTemplateTree.h
M  +2    -15   libs/main/KoTemplates.cpp
M  +2    -15   libs/main/KoTemplates.h
M  +3    -16   libs/main/KoTemplatesPane.cpp
M  +2    -15   libs/main/KoTemplatesPane.h
M  +2    -15   libs/main/KoUndoStackAction.cpp
M  +3    -16   libs/main/KoUndoStackAction.h
M  +4    -17   libs/main/KoVersionDialog.cpp
M  +3    -16   libs/main/KoVersionDialog.h
M  +5    -18   libs/main/KoView.cpp
M  +5    -18   libs/main/KoView.h
M  +3    -16   libs/main/KoViewAdaptor.cpp
M  +3    -16   libs/main/KoViewAdaptor.h
M  +2    -15   libs/main/KoView_p.h
M  +2    -14   libs/main/MainDebug.cpp
M  +2    -14   libs/main/MainDebug.h
M  +2    -14   libs/main/PriorityQueue_p.h
M  +4    -17   libs/main/config/KoConfigDocumentPage.cpp
M  +4    -17   libs/main/config/KoConfigDocumentPage.h
M  +4    -17   libs/main/config/KoConfigGridPage.cpp
M  +4    -17   libs/main/config/KoConfigGridPage.h
M  +5    -18   libs/main/config/KoConfigMiscPage.cpp
M  +5    -18   libs/main/config/KoConfigMiscPage.h
M  +2    -14   libs/main/gemini/ViewModeSwitchEvent.h
M  +3    -16   libs/main/komain_export.h
M  +2    -14   libs/main/tests/Tool.cpp
M  +2    -15   libs/main/tests/documentstructuretest.cpp
M  +2    -15   libs/main/tests/documentstructuretest.h
M  +2    -15   libs/main/tests/filter_graph.cpp
M  +2    -15   libs/main/tests/filterchain_test.cpp
M  +4    -17   libs/main/tests/priorityqueue_test.cpp
M  +2    -14   libs/main/tests/rtreetestapp.cpp
M  +2    -14   libs/main/tests/rtreetestapp.h
M  +2    -15   libs/main/tests/testfindmatch.cpp
M  +2    -15   libs/main/tests/testfindmatch.h
M  +2    -15   libs/odf/Ko3dScene.cpp
M  +2    -15   libs/odf/Ko3dScene.h
M  +4    -17   libs/odf/KoBorder.cpp
M  +4    -17   libs/odf/KoBorder.h
M  +3    -16   libs/odf/KoColumns.cpp
M  +7    -20   libs/odf/KoColumns.h
M  +5    -18   libs/odf/KoDocumentBase.cpp
M  +6    -19   libs/odf/KoDocumentBase.h
M  +4    -17   libs/odf/KoDocumentInfo.cpp
M  +5    -18   libs/odf/KoDocumentInfo.h
M  +2    -15   libs/odf/KoElementReference.cpp
M  +2    -15   libs/odf/KoElementReference.h
M  +3    -17   libs/odf/KoEmbeddedDocumentLoader.cpp
M  +1    -14   libs/odf/KoEmbeddedDocumentLoader.h
M  +6    -19   libs/odf/KoEmbeddedDocumentSaver.cpp
M  +3    -16   libs/odf/KoEmbeddedDocumentSaver.h
M  +2    -15   libs/odf/KoFontFace.cpp
M  +2    -15   libs/odf/KoFontFace.h
M  +3    -16   libs/odf/KoGenChange.cpp
M  +3    -16   libs/odf/KoGenChange.h
M  +4    -17   libs/odf/KoGenChanges.cpp
M  +3    -16   libs/odf/KoGenChanges.h
M  +6    -19   libs/odf/KoGenStyle.cpp
M  +8    -21   libs/odf/KoGenStyle.h
M  +9    -21   libs/odf/KoGenStyles.cpp
M  +5    -18   libs/odf/KoGenStyles.h
M  +3    -16   libs/odf/KoOasisSettings.cpp
M  +2    -15   libs/odf/KoOasisSettings.h
M  +4    -17   libs/odf/KoOdf.cpp
M  +2    -15   libs/odf/KoOdf.h
M  +2    -15   libs/odf/KoOdfBibliographyConfiguration.cpp
M  +2    -15   libs/odf/KoOdfBibliographyConfiguration.h
M  +6    -19   libs/odf/KoOdfGraphicStyles.cpp
M  +5    -18   libs/odf/KoOdfGraphicStyles.h
M  +2    -14   libs/odf/KoOdfLineNumberingConfiguration.cpp
M  +2    -14   libs/odf/KoOdfLineNumberingConfiguration.h
M  +4    -17   libs/odf/KoOdfLoadingContext.cpp
M  +4    -17   libs/odf/KoOdfLoadingContext.h
M  +3    -16   libs/odf/KoOdfManifestEntry.cpp
M  +3    -16   libs/odf/KoOdfManifestEntry.h
M  +2    -14   libs/odf/KoOdfNotesConfiguration.cpp
M  +2    -14   libs/odf/KoOdfNotesConfiguration.h
M  +4    -16   libs/odf/KoOdfNumberDefinition.cpp
M  +4    -16   libs/odf/KoOdfNumberDefinition.h
M  +5    -17   libs/odf/KoOdfNumberStyles.cpp
M  +4    -16   libs/odf/KoOdfNumberStyles.h
M  +3    -16   libs/odf/KoOdfPaste.cpp
M  +3    -16   libs/odf/KoOdfPaste.h
M  +4    -17   libs/odf/KoOdfReadStore.cpp
M  +3    -16   libs/odf/KoOdfReadStore.h
M  +5    -17   libs/odf/KoOdfStylesReader.cpp
M  +5    -17   libs/odf/KoOdfStylesReader.h
M  +4    -17   libs/odf/KoOdfWriteStore.cpp
M  +4    -17   libs/odf/KoOdfWriteStore.h
M  +6    -19   libs/odf/KoPageFormat.cpp
M  +6    -19   libs/odf/KoPageFormat.h
M  +7    -20   libs/odf/KoPageLayout.cpp
M  +6    -19   libs/odf/KoPageLayout.h
M  +2    -15   libs/odf/KoShadowStyle.cpp
M  +2    -15   libs/odf/KoShadowStyle.h
M  +3    -16   libs/odf/KoStyleStack.cpp
M  +4    -17   libs/odf/KoStyleStack.h
M  +2    -14   libs/odf/KoTableProperties.h
M  +2    -14   libs/odf/KoTableTemplate.h
M  +5    -18   libs/odf/KoUnit.cpp
M  +7    -20   libs/odf/KoUnit.h
M  +2    -14   libs/odf/OdfDebug.cpp
M  +2    -14   libs/odf/OdfDebug.h
M  +2    -15   libs/odf/tests/TestKoElementReference.cpp
M  +2    -15   libs/odf/tests/TestKoElementReference.h
M  +6    -19   libs/odf/tests/TestKoGenStyles.cpp
M  +3    -15   libs/odf/tests/TestKoGenStyles.h
M  +2    -14   libs/odf/tests/TestKoOdfLoadingContext.cpp
M  +2    -14   libs/odf/tests/TestKoOdfLoadingContext.h
M  +3    -16   libs/odf/tests/TestKoUnit.cpp
M  +3    -16   libs/odf/tests/TestKoUnit.h
M  +2    -15   libs/odf/tests/TestNumberStyle.cpp
M  +2    -15   libs/odf/tests/TestNumberStyle.h
M  +4    -17   libs/odf/tests/TestStorage.cpp
M  +2    -15   libs/odf/tests/TestWriteStyleXml.cpp
M  +3    -16   libs/odf/tests/TestXmlWriter.cpp
M  +3    -16   libs/odf/tests/kodomtest.cpp
M  +2    -15   libs/odf/tests/kodomtest.h
M  +2    -15   libs/odf/writeodf/helpers.cpp
M  +2    -15   libs/odf/writeodf/helpers.h
M  +2    -15   libs/odf/writeodf/odfwriter.h
M  +3    -16   libs/pageapp/KoPACanvas.cpp
M  +3    -16   libs/pageapp/KoPACanvas.h
M  +3    -16   libs/pageapp/KoPACanvasBase.cpp
M  +3    -16   libs/pageapp/KoPACanvasBase.h
M  +4    -17   libs/pageapp/KoPACanvasItem.cpp
M  +4    -17   libs/pageapp/KoPACanvasItem.h
M  +4    -17   libs/pageapp/KoPADocument.cpp
M  +3    -16   libs/pageapp/KoPADocument.h
M  +3    -16   libs/pageapp/KoPADocumentModel.cpp
M  +2    -15   libs/pageapp/KoPADocumentModel.h
M  +4    -17   libs/pageapp/KoPADocumentStructureDocker.cpp
M  +3    -16   libs/pageapp/KoPADocumentStructureDocker.h
M  +3    -16   libs/pageapp/KoPALoadingContext.cpp
M  +3    -16   libs/pageapp/KoPALoadingContext.h
M  +3    -16   libs/pageapp/KoPAMasterPage.cpp
M  +3    -16   libs/pageapp/KoPAMasterPage.h
M  +2    -15   libs/pageapp/KoPAOdfPageSaveHelper.cpp
M  +2    -15   libs/pageapp/KoPAOdfPageSaveHelper.h
M  +3    -16   libs/pageapp/KoPAPage.cpp
M  +3    -16   libs/pageapp/KoPAPage.h
M  +3    -16   libs/pageapp/KoPAPageBase.cpp
M  +3    -16   libs/pageapp/KoPAPageBase.h
M  +2    -15   libs/pageapp/KoPAPageContainerModel.cpp
M  +2    -15   libs/pageapp/KoPAPageContainerModel.h
M  +2    -15   libs/pageapp/KoPAPageProvider.cpp
M  +3    -16   libs/pageapp/KoPAPageProvider.h
M  +2    -15   libs/pageapp/KoPAPageThumbnailModel.cpp
M  +2    -15   libs/pageapp/KoPAPageThumbnailModel.h
M  +3    -16   libs/pageapp/KoPAPastePage.cpp
M  +3    -16   libs/pageapp/KoPAPastePage.h
M  +3    -16   libs/pageapp/KoPAPixmapCache.cpp
M  +3    -16   libs/pageapp/KoPAPixmapCache.h
M  +3    -16   libs/pageapp/KoPAPrintJob.cpp
M  +3    -16   libs/pageapp/KoPAPrintJob.h
M  +2    -15   libs/pageapp/KoPASavingContext.cpp
M  +3    -16   libs/pageapp/KoPASavingContext.h
M  +3    -16   libs/pageapp/KoPATextPage.cpp
M  +3    -16   libs/pageapp/KoPATextPage.h
M  +2    -15   libs/pageapp/KoPAUtil.cpp
M  +3    -16   libs/pageapp/KoPAUtil.h
M  +6    -19   libs/pageapp/KoPAView.cpp
M  +4    -17   libs/pageapp/KoPAView.h
M  +1    -14   libs/pageapp/KoPAViewBase.cpp
M  +1    -14   libs/pageapp/KoPAViewBase.h
M  +1    -14   libs/pageapp/KoPAViewMode.cpp
M  +1    -14   libs/pageapp/KoPAViewMode.h
M  +2    -15   libs/pageapp/KoPAViewModeNormal.cpp
M  +1    -14   libs/pageapp/KoPAViewModeNormal.h
M  +3    -16   libs/pageapp/KoPageApp.h
M  +3    -16   libs/pageapp/KoShapeTraversal.cpp
M  +2    -15   libs/pageapp/KoShapeTraversal.h
M  +2    -14   libs/pageapp/PageAppDebug.cpp
M  +2    -14   libs/pageapp/PageAppDebug.h
M  +2    -15   libs/pageapp/commands/KoPAChangeMasterPageCommand.cpp
M  +2    -15   libs/pageapp/commands/KoPAChangeMasterPageCommand.h
M  +2    -15   libs/pageapp/commands/KoPAChangePageLayoutCommand.cpp
M  +2    -15   libs/pageapp/commands/KoPAChangePageLayoutCommand.h
M  +2    -15   libs/pageapp/commands/KoPADisplayMasterBackgroundCommand.cpp
M  +2    -15   libs/pageapp/commands/KoPADisplayMasterBackgroundCommand.h
M  +2    -15   libs/pageapp/commands/KoPADisplayMasterShapesCommand.cpp
M  +2    -15   libs/pageapp/commands/KoPADisplayMasterShapesCommand.h
M  +2    -15   libs/pageapp/commands/KoPAPageDeleteCommand.cpp
M  +1    -14   libs/pageapp/commands/KoPAPageDeleteCommand.h
M  +1    -14   libs/pageapp/commands/KoPAPageInsertCommand.cpp
M  +1    -14   libs/pageapp/commands/KoPAPageInsertCommand.h
M  +2    -15   libs/pageapp/commands/KoPAPageMoveCommand.cpp
M  +1    -14   libs/pageapp/commands/KoPAPageMoveCommand.h
M  +3    -16   libs/pageapp/dialogs/KoPAConfigureDialog.cpp
M  +3    -16   libs/pageapp/dialogs/KoPAConfigureDialog.h
M  +2    -15   libs/pageapp/dialogs/KoPAMasterPageDialog.cpp
M  +2    -15   libs/pageapp/dialogs/KoPAMasterPageDialog.h
M  +2    -15   libs/pageapp/dialogs/KoPAPageLayoutDialog.cpp
M  +2    -15   libs/pageapp/dialogs/KoPAPageLayoutDialog.h
M  +2    -15   libs/pageapp/kopageapp_export.h
M  +1    -1    libs/pageapp/tests/TestPAPageMoveCommand.cpp
M  +3    -16   libs/pageapp/tools/backgroundTool/KoPABackgroundTool.cpp
M  +3    -16   libs/pageapp/tools/backgroundTool/KoPABackgroundTool.h
M  +2    -15   libs/pageapp/tools/backgroundTool/KoPABackgroundToolFactory.cpp
M  +2    -15   libs/pageapp/tools/backgroundTool/KoPABackgroundToolFactory.h
M  +2    -15   libs/pageapp/tools/backgroundTool/KoPABackgroundToolWidget.cpp
M  +2    -15   libs/pageapp/tools/backgroundTool/KoPABackgroundToolWidget.h
M  +2    -15   libs/pageapp/tools/backgroundTool/KoPAMasterPageDocker.cpp
M  +2    -15   libs/pageapp/tools/backgroundTool/KoPAMasterPageDocker.h
M  +2    -15   libs/pageapp/tools/backgroundTool/Plugin.cpp
M  +2    -15   libs/pageapp/tools/backgroundTool/Plugin.h
M  +2    -15   libs/pageapp/widgets/KoPABackgroundFillWidget.cpp
M  +2    -15   libs/pageapp/widgets/KoPABackgroundFillWidget.h
M  +2    -15   libs/pageapp/widgets/KoPageNavigator.cpp
M  +2    -15   libs/pageapp/widgets/KoPageNavigator.h
M  +2    -15   libs/pageapp/widgets/KoPageNavigatorButton.cpp
M  +2    -15   libs/pageapp/widgets/KoPageNavigatorButton_p.h
M  +2    -14   libs/pigment/DebugPigment.cpp
M  +2    -14   libs/pigment/DebugPigment.h
M  +2    -14   libs/pigment/KoBasicHistogramProducers.cpp
M  +2    -14   libs/pigment/KoBasicHistogramProducers.h
M  +2    -15   libs/pigment/KoBgrColorSpaceTraits.h
M  +2    -15   libs/pigment/KoChannelInfo.h
M  +2    -15   libs/pigment/KoCmykColorSpaceTraits.h
M  +4    -17   libs/pigment/KoColor.cpp
M  +3    -16   libs/pigment/KoColor.h
M  +2    -15   libs/pigment/KoColorConversionAlphaTransformation.cpp
M  +2    -15   libs/pigment/KoColorConversionAlphaTransformation.h
M  +2    -15   libs/pigment/KoColorConversionCache.cpp
M  +2    -15   libs/pigment/KoColorConversionCache.h
M  +2    -15   libs/pigment/KoColorConversionSystem.cpp
M  +2    -15   libs/pigment/KoColorConversionSystem.h
M  +2    -15   libs/pigment/KoColorConversionSystem_p.h
M  +2    -15   libs/pigment/KoColorConversionTransformation.cpp
M  +2    -15   libs/pigment/KoColorConversionTransformation.h
M  +2    -15   libs/pigment/KoColorConversionTransformationAbstractFactory.h
M  +2    -15   libs/pigment/KoColorConversionTransformationFactory.cpp
M  +2    -15   libs/pigment/KoColorConversionTransformationFactory.h
M  +3    -15   libs/pigment/KoColorConversions.cpp
M  +2    -14   libs/pigment/KoColorConversions.h
M  +2    -15   libs/pigment/KoColorDisplayRendererInterface.cpp
M  +2    -15   libs/pigment/KoColorDisplayRendererInterface.h
M  +2    -15   libs/pigment/KoColorModelStandardIds.cpp
M  +2    -15   libs/pigment/KoColorModelStandardIds.h
M  +2    -15   libs/pigment/KoColorProfile.cpp
M  +2    -15   libs/pigment/KoColorProfile.h
M  +2    -15   libs/pigment/KoColorSpace.cpp
M  +3    -16   libs/pigment/KoColorSpace.h
M  +3    -16   libs/pigment/KoColorSpaceAbstract.h
M  +2    -15   libs/pigment/KoColorSpaceConstants.h
M  +2    -15   libs/pigment/KoColorSpaceEngine.cpp
M  +2    -15   libs/pigment/KoColorSpaceEngine.h
M  +2    -15   libs/pigment/KoColorSpaceFactory.cpp
M  +3    -16   libs/pigment/KoColorSpaceFactory.h
M  +2    -15   libs/pigment/KoColorSpaceMaths.cpp
M  +2    -15   libs/pigment/KoColorSpaceMaths.h
M  +3    -16   libs/pigment/KoColorSpaceRegistry.cpp
M  +3    -16   libs/pigment/KoColorSpaceRegistry.h
M  +2    -15   libs/pigment/KoColorSpaceTraits.h
M  +2    -15   libs/pigment/KoColorSpace_p.h
M  +2    -15   libs/pigment/KoColorTransformation.cpp
M  +2    -15   libs/pigment/KoColorTransformation.h
M  +2    -15   libs/pigment/KoColorTransformationFactory.cpp
M  +2    -15   libs/pigment/KoColorTransformationFactory.h
M  +2    -15   libs/pigment/KoColorTransformationFactoryRegistry.cpp
M  +2    -15   libs/pigment/KoColorTransformationFactoryRegistry.h
M  +2    -14   libs/pigment/KoCompositeColorTransformation.cpp
M  +2    -14   libs/pigment/KoCompositeColorTransformation.h
M  +2    -15   libs/pigment/KoCompositeOp.cpp
M  +3    -16   libs/pigment/KoCompositeOp.h
M  +2    -15   libs/pigment/KoCompositeOpRegistry.cpp
M  +3    -16   libs/pigment/KoCompositeOpRegistry.h
M  +3    -16   libs/pigment/KoConvolutionOp.h
M  +3    -16   libs/pigment/KoConvolutionOpImpl.h
M  +2    -15   libs/pigment/KoCopyColorConversionTransformation.cpp
M  +2    -15   libs/pigment/KoCopyColorConversionTransformation.h
M  +2    -15   libs/pigment/KoFallBackColorTransformation.cpp
M  +2    -15   libs/pigment/KoFallBackColorTransformation.h
M  +2    -15   libs/pigment/KoGrayColorSpaceTraits.h
M  +2    -14   libs/pigment/KoHistogramProducer.cpp
M  +2    -14   libs/pigment/KoHistogramProducer.h
M  +2    -15   libs/pigment/KoIntegerMaths.h
M  +3    -16   libs/pigment/KoInvertColorTransformation.h
M  +2    -15   libs/pigment/KoLabColorSpaceTraits.h
M  +4    -17   libs/pigment/KoLabDarkenColorTransformation.h
M  +2    -15   libs/pigment/KoLut.h
M  +3    -16   libs/pigment/KoMixColorsOp.h
M  +3    -16   libs/pigment/KoMixColorsOpImpl.h
M  +2    -15   libs/pigment/KoMultipleColorConversionTransformation.cpp
M  +2    -15   libs/pigment/KoMultipleColorConversionTransformation.h
M  +2    -15   libs/pigment/KoRgbColorSpaceTraits.h
M  +2    -14   libs/pigment/KoScaleColorConversionTransformation.h
M  +2    -15   libs/pigment/KoUniqueNumberForIdServer.cpp
M  +2    -15   libs/pigment/KoUniqueNumberForIdServer.h
M  +2    -15   libs/pigment/KoXyzColorSpaceTraits.h
M  +2    -15   libs/pigment/KoYcbcrColorSpaceTraits.h
M  +2    -14   libs/pigment/benchmarks/KoColorSpacesBenchmark.cpp
M  +2    -14   libs/pigment/benchmarks/KoColorSpacesBenchmark.h
M  +2    -14   libs/pigment/benchmarks/KoCompositeOpsBenchmark.cpp
M  +2    -14   libs/pigment/benchmarks/KoCompositeOpsBenchmark.h
M  +2    -15   libs/pigment/colorprofiles/KoDummyColorProfile.cpp
M  +2    -15   libs/pigment/colorprofiles/KoDummyColorProfile.h
M  +4    -16   libs/pigment/colorspaces/KoAlphaColorSpace.cpp
M  +3    -15   libs/pigment/colorspaces/KoAlphaColorSpace.h
M  +3    -15   libs/pigment/colorspaces/KoLabColorSpace.cpp
M  +3    -15   libs/pigment/colorspaces/KoLabColorSpace.h
M  +3    -15   libs/pigment/colorspaces/KoRgbU16ColorSpace.cpp
M  +3    -15   libs/pigment/colorspaces/KoRgbU16ColorSpace.h
M  +3    -15   libs/pigment/colorspaces/KoRgbU8ColorSpace.cpp
M  +3    -15   libs/pigment/colorspaces/KoRgbU8ColorSpace.h
M  +3    -15   libs/pigment/colorspaces/KoSimpleColorSpace.h
M  +2    -15   libs/pigment/colorspaces/KoSimpleColorSpaceEngine.cpp
M  +2    -15   libs/pigment/colorspaces/KoSimpleColorSpaceEngine.h
M  +4    -17   libs/pigment/colorspaces/KoSimpleColorSpaceFactory.h
M  +2    -15   libs/pigment/compositeops/KoCompositeOpAlphaBase.h
M  +3    -16   libs/pigment/compositeops/KoCompositeOpAlphaDarken.h
M  +2    -15   libs/pigment/compositeops/KoCompositeOpBase.h
M  +2    -15   libs/pigment/compositeops/KoCompositeOpBehind.h
M  +4    -17   libs/pigment/compositeops/KoCompositeOpCopy.h
M  +5    -18   libs/pigment/compositeops/KoCompositeOpCopy2.h
M  +2    -15   libs/pigment/compositeops/KoCompositeOpCopyChannel.h
M  +2    -15   libs/pigment/compositeops/KoCompositeOpDissolve.h
M  +2    -15   libs/pigment/compositeops/KoCompositeOpErase.h
M  +2    -15   libs/pigment/compositeops/KoCompositeOpFunctions.h
M  +2    -15   libs/pigment/compositeops/KoCompositeOpGeneric.h
M  +3    -6    libs/pigment/compositeops/KoCompositeOpGreater.h
M  +2    -15   libs/pigment/compositeops/KoCompositeOpOver.h
M  +3    -16   libs/pigment/compositeops/KoCompositeOps.h
M  +2    -15   libs/pigment/compositeops/KoOptimizedCompositeOpAlphaDarken128.h
M  +3    -16   libs/pigment/compositeops/KoOptimizedCompositeOpAlphaDarken32.h
M  +2    -15   libs/pigment/compositeops/KoOptimizedCompositeOpFactory.cpp
M  +2    -15   libs/pigment/compositeops/KoOptimizedCompositeOpFactory.h
M  +2    -15   libs/pigment/compositeops/KoOptimizedCompositeOpFactoryPerArch.cpp
M  +2    -15   libs/pigment/compositeops/KoOptimizedCompositeOpFactoryPerArch.h
M  +2    -15   libs/pigment/compositeops/KoOptimizedCompositeOpFactoryPerArch_Scalar.cpp
M  +2    -15   libs/pigment/compositeops/KoOptimizedCompositeOpOver128.h
M  +3    -16   libs/pigment/compositeops/KoOptimizedCompositeOpOver32.h
M  +2    -15   libs/pigment/compositeops/KoStreamedMath.h
M  +2    -15   libs/pigment/compositeops/KoVcMultiArchBuildSupport.h
M  +2    -23   libs/pigment/lut.h
M  +5    -17   libs/pigment/resources/KoAbstractGradient.cpp
M  +2    -14   libs/pigment/resources/KoAbstractGradient.h
M  +2    -14   libs/pigment/resources/KoColorSet.cpp
M  +2    -14   libs/pigment/resources/KoColorSet.h
M  +2    -15   libs/pigment/resources/KoHashGenerator.h
M  +2    -15   libs/pigment/resources/KoHashGeneratorProvider.cpp
M  +2    -15   libs/pigment/resources/KoHashGeneratorProvider.h
M  +2    -15   libs/pigment/resources/KoMD5Generator.cpp
M  +2    -15   libs/pigment/resources/KoMD5Generator.h
M  +4    -16   libs/pigment/resources/KoPattern.cpp
M  +2    -14   libs/pigment/resources/KoPattern.h
M  +5    -17   libs/pigment/resources/KoResource.cpp
M  +4    -16   libs/pigment/resources/KoResource.h
M  +2    -14   libs/pigment/resources/KoSegmentGradient.cpp
M  +2    -14   libs/pigment/resources/KoSegmentGradient.h
M  +5    -17   libs/pigment/resources/KoStopGradient.cpp
M  +2    -14   libs/pigment/resources/KoStopGradient.h
M  +2    -15   libs/pigment/tests/CCSGraph.cpp
M  +3    -15   libs/pigment/tests/KoRgbU8ColorSpaceTester.cpp
M  +2    -14   libs/pigment/tests/KoRgbU8ColorSpaceTester.h
M  +2    -15   libs/pigment/tests/TestColorConversionSystem.cpp
M  +2    -15   libs/pigment/tests/TestColorConversionSystem.h
M  +2    -15   libs/pigment/tests/TestConvolutionOpImpl.cpp
M  +2    -15   libs/pigment/tests/TestConvolutionOpImpl.h
M  +2    -14   libs/pigment/tests/TestFallBackColorTransformation.h
M  +2    -15   libs/pigment/tests/TestKoChannelInfo.cpp
M  +2    -15   libs/pigment/tests/TestKoChannelInfo.h
M  +2    -15   libs/pigment/tests/TestKoColor.cpp
M  +2    -15   libs/pigment/tests/TestKoColor.h
M  +2    -15   libs/pigment/tests/TestKoColorSpaceRegistry.cpp
M  +2    -15   libs/pigment/tests/TestKoColorSpaceRegistry.h
M  +2    -15   libs/pigment/tests/TestKoColorSpaceSanity.cpp
M  +2    -15   libs/pigment/tests/TestKoColorSpaceSanity.h
M  +2    -14   libs/pigment/tests/TestKoIntegerMaths.cpp
M  +2    -14   libs/pigment/tests/TestKoIntegerMaths.h
M  +4    -17   libs/plugin/KoPluginLoader.cpp
M  +3    -16   libs/plugin/KoPluginLoader.h
M  +2    -15   libs/rdf/InsertSemanticObjectActionBase.cpp
M  +3    -16   libs/rdf/InsertSemanticObjectActionBase.h
M  +2    -15   libs/rdf/InsertSemanticObjectCreateAction.cpp
M  +3    -16   libs/rdf/InsertSemanticObjectCreateAction.h
M  +2    -15   libs/rdf/InsertSemanticObjectReferenceAction.cpp
M  +2    -15   libs/rdf/InsertSemanticObjectReferenceAction.h
M  +2    -15   libs/rdf/KoChangeTrackerDisabledRAII.cpp
M  +2    -15   libs/rdf/KoChangeTrackerDisabledRAII.h
M  +4    -17   libs/rdf/KoDocumentRdf.cpp
M  +3    -16   libs/rdf/KoDocumentRdf.h
M  +3    -16   libs/rdf/KoDocumentRdfEditWidget.cpp
M  +3    -16   libs/rdf/KoDocumentRdfEditWidget.h
M  +3    -16   libs/rdf/KoRdfBasicSemanticItem.cpp
M  +2    -15   libs/rdf/KoRdfBasicSemanticItem.h
M  +3    -16   libs/rdf/KoRdfPrefixMapping.cpp
M  +3    -16   libs/rdf/KoRdfPrefixMapping.h
M  +3    -16   libs/rdf/KoRdfSemanticItem.cpp
M  +3    -16   libs/rdf/KoRdfSemanticItem.h
M  +2    -2    libs/rdf/KoRdfSemanticItemFactoryBase.cpp
M  +2    -2    libs/rdf/KoRdfSemanticItemFactoryBase.h
M  +2    -2    libs/rdf/KoRdfSemanticItemRegistry.cpp
M  +2    -2    libs/rdf/KoRdfSemanticItemRegistry.h
M  +3    -16   libs/rdf/KoRdfSemanticItemViewSite.cpp
M  +3    -16   libs/rdf/KoRdfSemanticItemViewSite.h
M  +4    -17   libs/rdf/KoRdfSemanticTree.cpp
M  +3    -16   libs/rdf/KoRdfSemanticTree.h
M  +3    -16   libs/rdf/KoRdfSemanticTreeWidgetItem.cpp
M  +2    -15   libs/rdf/KoRdfSemanticTreeWidgetItem.h
M  +3    -16   libs/rdf/KoSemanticStylesheet.cpp
M  +2    -15   libs/rdf/KoSemanticStylesheet.h
M  +2    -15   libs/rdf/KoSemanticStylesheetsEditor.cpp
M  +2    -15   libs/rdf/KoSemanticStylesheetsEditor.h
M  +2    -15   libs/rdf/KoSopranoTableModel.cpp
M  +3    -16   libs/rdf/KoSopranoTableModel.h
M  +2    -15   libs/rdf/KoSopranoTableModelDelegate.cpp
M  +2    -15   libs/rdf/KoSopranoTableModelDelegate.h
M  +2    -15   libs/rdf/RdfForward.h
M  +2    -15   libs/rdf/RdfSemanticTreeWidgetAction.cpp
M  +3    -16   libs/rdf/RdfSemanticTreeWidgetAction.h
M  +3    -16   libs/rdf/RdfSemanticTreeWidgetSelectAction.cpp
M  +2    -15   libs/rdf/RdfSemanticTreeWidgetSelectAction.h
M  +4    -17   libs/rdf/kordf_export.h
M  +3    -16   libs/rdf/tests/TestKoDocumentRdf.cpp
M  +2    -15   libs/rdf/tests/TestKoDocumentRdf.h
M  +2    -15   libs/rdf/tests/TestSemanticItem.h
M  +3    -16   libs/rdf/tests/rdf_test.cpp
M  +2    -15   libs/rdf/tests/rdf_test.h
M  +3    -16   libs/store/KoDirectoryStore.cpp
M  +3    -16   libs/store/KoDirectoryStore.h
M  +4    -17   libs/store/KoEncryptedStore.cpp
M  +3    -16   libs/store/KoEncryptedStore.h
M  +2    -15   libs/store/KoEncryptionChecker.cpp
M  +2    -15   libs/store/KoEncryptionChecker.h
M  +4    -17   libs/store/KoLZF.cpp
M  +4    -17   libs/store/KoLZF.h
M  +5    -18   libs/store/KoNetAccess.cpp
M  +5    -18   libs/store/KoNetAccess.h
M  +5    -18   libs/store/KoStore.cpp
M  +4    -17   libs/store/KoStore.h
M  +2    -15   libs/store/KoStoreDevice.cpp
M  +2    -15   libs/store/KoStoreDevice.h
M  +2    -15   libs/store/KoStore_p.h
M  +4    -17   libs/store/KoTarStore.cpp
M  +2    -15   libs/store/KoTarStore.h
M  +2    -15   libs/store/KoXmlNS.cpp
M  +2    -15   libs/store/KoXmlNS.h
M  +3    -16   libs/store/KoXmlReader.cpp
M  +3    -16   libs/store/KoXmlReader.h
M  +4    -17   libs/store/KoXmlReaderForward.h
M  +3    -16   libs/store/KoXmlVector.h
M  +4    -17   libs/store/KoXmlWriter.cpp
M  +4    -17   libs/store/KoXmlWriter.h
M  +4    -17   libs/store/KoZipStore.cpp
M  +2    -15   libs/store/KoZipStore.h
M  +2    -14   libs/store/StoreDebug.cpp
M  +2    -14   libs/store/StoreDebug.h
M  +2    -15   libs/store/tests/TestKoLZF.cpp
M  +2    -15   libs/store/tests/TestKoLZF.h
M  +2    -15   libs/store/tests/TestKoXmlVector.cpp
M  +2    -15   libs/store/tests/TestKoXmlVector.h
M  +2    -15   libs/store/tests/storedroptest.cpp
M  +2    -15   libs/text/BibliographyGenerator.cpp
M  +3    -16   libs/text/BibliographyGenerator.h
M  +2    -15   libs/text/FindDirection_p.cpp
M  +2    -15   libs/text/FindDirection_p.h
M  +3    -16   libs/text/InsertInlineObjectActionBase_p.cpp
M  +2    -15   libs/text/InsertInlineObjectActionBase_p.h
M  +2    -15   libs/text/InsertNamedVariableAction.cpp
M  +2    -15   libs/text/InsertNamedVariableAction_p.h
M  +2    -15   libs/text/InsertTextLocator.cpp
M  +2    -15   libs/text/InsertTextLocator_p.h
M  +2    -15   libs/text/InsertTextReferenceAction.cpp
M  +2    -15   libs/text/InsertTextReferenceAction_p.h
M  +3    -16   libs/text/InsertVariableAction.cpp
M  +3    -16   libs/text/InsertVariableAction_p.h
M  +5    -18   libs/text/KoAnchorInlineObject.cpp
M  +4    -17   libs/text/KoAnchorInlineObject.h
M  +5    -18   libs/text/KoAnchorTextRange.cpp
M  +4    -17   libs/text/KoAnchorTextRange.h
M  +4    -17   libs/text/KoAnnotation.cpp
M  +4    -17   libs/text/KoAnnotation.h
M  +4    -17   libs/text/KoAnnotationManager.cpp
M  +3    -16   libs/text/KoAnnotationManager.h
M  +2    -15   libs/text/KoBibliographyInfo.cpp
M  +2    -15   libs/text/KoBibliographyInfo.h
M  +4    -17   libs/text/KoBookmark.cpp
M  +4    -17   libs/text/KoBookmark.h
M  +3    -16   libs/text/KoBookmarkManager.cpp
M  +3    -16   libs/text/KoBookmarkManager.h
M  +3    -16   libs/text/KoDocumentRdfBase.cpp
M  +3    -16   libs/text/KoDocumentRdfBase.h
M  +4    -17   libs/text/KoFind.cpp
M  +3    -16   libs/text/KoFind.h
M  +2    -15   libs/text/KoFindStrategy.cpp
M  +2    -15   libs/text/KoFindStrategy.h
M  +2    -15   libs/text/KoFindStrategyBase.h
M  +4    -17   libs/text/KoFind_p.cpp
M  +4    -17   libs/text/KoFind_p.h
M  +2    -15   libs/text/KoInlineCite.cpp
M  +2    -15   libs/text/KoInlineCite.h
M  +3    -16   libs/text/KoInlineNote.cpp
M  +2    -15   libs/text/KoInlineNote.h
M  +2    -15   libs/text/KoInlineObject.cpp
M  +2    -15   libs/text/KoInlineObject.h
M  +2    -15   libs/text/KoInlineObjectFactoryBase.cpp
M  +2    -15   libs/text/KoInlineObjectFactoryBase.h
M  +2    -15   libs/text/KoInlineObjectRegistry.cpp
M  +2    -15   libs/text/KoInlineObjectRegistry.h
M  +2    -15   libs/text/KoInlineObject_p.h
M  +4    -17   libs/text/KoInlineTextObjectManager.cpp
M  +2    -15   libs/text/KoInlineTextObjectManager.h
M  +3    -16   libs/text/KoList.cpp
M  +2    -15   libs/text/KoList.h
M  +3    -16   libs/text/KoList_p.h
M  +2    -15   libs/text/KoNamedVariable.cpp
M  +2    -15   libs/text/KoNamedVariable.h
M  +2    -15   libs/text/KoPageProvider.cpp
M  +2    -15   libs/text/KoPageProvider.h
M  +2    -15   libs/text/KoReplaceStrategy.cpp
M  +2    -15   libs/text/KoReplaceStrategy.h
M  +3    -16   libs/text/KoSection.cpp
M  +3    -16   libs/text/KoSection.h
M  +3    -16   libs/text/KoSectionEnd.cpp
M  +3    -16   libs/text/KoSectionEnd.h
M  +2    -15   libs/text/KoSectionUtils.cpp
M  +2    -15   libs/text/KoSectionUtils.h
M  +2    -15   libs/text/KoTableColumnAndRowStyleManager.cpp
M  +3    -16   libs/text/KoTableColumnAndRowStyleManager.h
M  +4    -17   libs/text/KoTableOfContentsGeneratorInfo.cpp
M  +3    -16   libs/text/KoTableOfContentsGeneratorInfo.h
M  +4    -17   libs/text/KoText.cpp
M  +4    -17   libs/text/KoText.h
M  +3    -16   libs/text/KoTextBlockBorderData.cpp
M  +2    -15   libs/text/KoTextBlockBorderData.h
M  +4    -17   libs/text/KoTextBlockData.cpp
M  +3    -16   libs/text/KoTextBlockData.h
M  +3    -16   libs/text/KoTextBlockPaintStrategyBase.cpp
M  +3    -16   libs/text/KoTextBlockPaintStrategyBase.h
M  +3    -16   libs/text/KoTextCommandBase.cpp
M  +3    -16   libs/text/KoTextCommandBase.h
M  +3    -16   libs/text/KoTextDebug.cpp
M  +3    -16   libs/text/KoTextDebug.h
M  +6    -19   libs/text/KoTextDocument.cpp
M  +5    -18   libs/text/KoTextDocument.h
M  +3    -16   libs/text/KoTextDrag.cpp
M  +1    -14   libs/text/KoTextDrag.h
M  +2    -15   libs/text/KoTextEditingFactory.cpp
M  +2    -15   libs/text/KoTextEditingFactory.h
M  +2    -15   libs/text/KoTextEditingPlugin.cpp
M  +2    -15   libs/text/KoTextEditingPlugin.h
M  +2    -15   libs/text/KoTextEditingRegistry.cpp
M  +2    -15   libs/text/KoTextEditingRegistry.h
M  +7    -20   libs/text/KoTextEditor.cpp
M  +6    -19   libs/text/KoTextEditor.h
M  +6    -19   libs/text/KoTextEditor_format.cpp
M  +4    -17   libs/text/KoTextEditor_p.h
M  +5    -18   libs/text/KoTextEditor_undo.cpp
M  +4    -17   libs/text/KoTextInlineRdf.cpp
M  +3    -16   libs/text/KoTextInlineRdf.h
M  +2    -15   libs/text/KoTextLocator.cpp
M  +2    -15   libs/text/KoTextLocator.h
M  +2    -15   libs/text/KoTextMeta.cpp
M  +2    -15   libs/text/KoTextMeta.h
M  +3    -16   libs/text/KoTextOdfSaveHelper.cpp
M  +2    -15   libs/text/KoTextOdfSaveHelper.h
M  +2    -15   libs/text/KoTextPage.cpp
M  +2    -15   libs/text/KoTextPage.h
M  +3    -16   libs/text/KoTextPaste.cpp
M  +2    -15   libs/text/KoTextPaste.h
M  +2    -15   libs/text/KoTextRange.cpp
M  +2    -15   libs/text/KoTextRange.h
M  +3    -16   libs/text/KoTextRangeManager.cpp
M  +3    -16   libs/text/KoTextRangeManager.h
M  +2    -15   libs/text/KoTextRdfCore.cpp
M  +3    -16   libs/text/KoTextRdfCore.h
M  +2    -15   libs/text/KoTextReference.cpp
M  +2    -15   libs/text/KoTextReference.h
M  +2    -15   libs/text/KoTextShapeSavingContext.cpp
M  +3    -16   libs/text/KoTextShapeSavingContext.h
M  +2    -15   libs/text/KoTextSoftPageBreak.cpp
M  +2    -15   libs/text/KoTextSoftPageBreak.h
M  +2    -15   libs/text/KoTextTableTemplate.cpp
M  +2    -15   libs/text/KoTextTableTemplate.h
M  +2    -15   libs/text/KoVariable.cpp
M  +3    -16   libs/text/KoVariable.h
M  +4    -17   libs/text/KoVariableManager.cpp
M  +4    -17   libs/text/KoVariableManager.h
M  +3    -16   libs/text/OdfTextTrackStyles.cpp
M  +3    -16   libs/text/OdfTextTrackStyles.h
M  +2    -14   libs/text/TextDebug.cpp
M  +2    -14   libs/text/TextDebug.h
M  +3    -16   libs/text/ToCBibGeneratorInfo.cpp
M  +3    -16   libs/text/ToCBibGeneratorInfo.h
M  +3    -16   libs/text/changetracker/KoChangeTracker.cpp
M  +3    -16   libs/text/changetracker/KoChangeTracker.h
M  +2    -15   libs/text/changetracker/KoChangeTrackerElement.cpp
M  +2    -15   libs/text/changetracker/KoChangeTrackerElement.h
M  +2    -15   libs/text/changetracker/KoDeletedCellData.cpp
M  +2    -15   libs/text/changetracker/KoDeletedCellData.h
M  +2    -15   libs/text/changetracker/KoDeletedColumnData.cpp
M  +2    -15   libs/text/changetracker/KoDeletedColumnData.h
M  +2    -15   libs/text/changetracker/KoDeletedRowColumnDataStore.cpp
M  +2    -15   libs/text/changetracker/KoDeletedRowColumnDataStore.h
M  +2    -15   libs/text/changetracker/KoDeletedRowData.cpp
M  +2    -15   libs/text/changetracker/KoDeletedRowData.h
M  +2    -15   libs/text/changetracker/KoFormatChangeInformation.cpp
M  +2    -15   libs/text/changetracker/KoFormatChangeInformation.h
M  +7    -21   libs/text/commands/AddAnnotationCommand.cpp
M  +3    -18   libs/text/commands/AddAnnotationCommand.h
M  +6    -21   libs/text/commands/AddTextRangeCommand.cpp
M  +3    -18   libs/text/commands/AddTextRangeCommand.h
M  +2    -15   libs/text/commands/ChangeAnchorPropertiesCommand.cpp
M  +2    -15   libs/text/commands/ChangeAnchorPropertiesCommand.h
M  +3    -16   libs/text/commands/ChangeListCommand.cpp
M  +3    -16   libs/text/commands/ChangeListCommand.h
M  +2    -15   libs/text/commands/ChangeStylesCommand.cpp
M  +2    -15   libs/text/commands/ChangeStylesCommand.h
M  +2    -15   libs/text/commands/ChangeStylesMacroCommand.cpp
M  +2    -15   libs/text/commands/ChangeStylesMacroCommand.h
M  +4    -17   libs/text/commands/ChangeTrackedDeleteCommand.cpp
M  +2    -15   libs/text/commands/ChangeTrackedDeleteCommand.h
M  +3    -18   libs/text/commands/DeleteAnchorsCommand.cpp
M  +4    -18   libs/text/commands/DeleteAnchorsCommand.h
M  +2    -15   libs/text/commands/DeleteAnnotationsCommand.cpp
M  +2    -15   libs/text/commands/DeleteAnnotationsCommand.h
M  +8    -21   libs/text/commands/DeleteCommand.cpp
M  +5    -20   libs/text/commands/DeleteCommand.h
M  +4    -19   libs/text/commands/DeleteTableColumnCommand.cpp
M  +4    -19   libs/text/commands/DeleteTableColumnCommand.h
M  +4    -19   libs/text/commands/DeleteTableRowCommand.cpp
M  +5    -19   libs/text/commands/DeleteTableRowCommand.h
M  +2    -15   libs/text/commands/InsertDeleteChangesCommand.cpp
M  +2    -15   libs/text/commands/InsertDeleteChangesCommand.h
M  +2    -15   libs/text/commands/InsertInlineObjectCommand.cpp
M  +2    -15   libs/text/commands/InsertInlineObjectCommand.h
M  +3    -18   libs/text/commands/InsertNoteCommand.cpp
M  +4    -19   libs/text/commands/InsertNoteCommand.h
M  +4    -19   libs/text/commands/InsertTableColumnCommand.cpp
M  +4    -19   libs/text/commands/InsertTableColumnCommand.h
M  +4    -19   libs/text/commands/InsertTableRowCommand.cpp
M  +4    -19   libs/text/commands/InsertTableRowCommand.h
M  +2    -15   libs/text/commands/ListItemNumberingCommand.cpp
M  +2    -15   libs/text/commands/ListItemNumberingCommand.h
M  +3    -18   libs/text/commands/NewSectionCommand.cpp
M  +3    -18   libs/text/commands/NewSectionCommand.h
M  +2    -15   libs/text/commands/ParagraphFormattingCommand.cpp
M  +2    -15   libs/text/commands/ParagraphFormattingCommand.h
M  +2    -15   libs/text/commands/RemoveDeleteChangesCommand.cpp
M  +2    -15   libs/text/commands/RemoveDeleteChangesCommand.h
M  +3    -18   libs/text/commands/RenameSectionCommand.cpp
M  +3    -18   libs/text/commands/RenameSectionCommand.h
M  +4    -19   libs/text/commands/ResizeTableCommand.cpp
M  +3    -18   libs/text/commands/ResizeTableCommand.h
M  +3    -18   libs/text/commands/SplitSectionsCommand.cpp
M  +3    -18   libs/text/commands/SplitSectionsCommand.h
M  +4    -19   libs/text/commands/TextPasteCommand.cpp
M  +3    -18   libs/text/commands/TextPasteCommand.h
M  +17   -30   libs/text/opendocument/KoTextLoader.cpp
M  +12   -25   libs/text/opendocument/KoTextLoader.h
M  +7    -20   libs/text/opendocument/KoTextSharedLoadingData.cpp
M  +4    -17   libs/text/opendocument/KoTextSharedLoadingData.h
M  +3    -16   libs/text/opendocument/KoTextSharedSavingData.cpp
M  +4    -17   libs/text/opendocument/KoTextSharedSavingData.h
M  +8    -21   libs/text/opendocument/KoTextWriter.cpp
M  +2    -15   libs/text/opendocument/KoTextWriter.h
M  +3    -16   libs/text/opendocument/KoTextWriter_p.cpp
M  +2    -15   libs/text/opendocument/KoTextWriter_p.h
M  +6    -19   libs/text/styles/KoCharacterStyle.cpp
M  +8    -21   libs/text/styles/KoCharacterStyle.h
M  +9    -22   libs/text/styles/KoListLevelProperties.cpp
M  +4    -17   libs/text/styles/KoListLevelProperties.h
M  +5    -18   libs/text/styles/KoListStyle.cpp
M  +6    -19   libs/text/styles/KoListStyle.h
M  +8    -21   libs/text/styles/KoParagraphStyle.cpp
M  +6    -19   libs/text/styles/KoParagraphStyle.h
M  +7    -20   libs/text/styles/KoSectionStyle.cpp
M  +5    -18   libs/text/styles/KoSectionStyle.h
M  +6    -19   libs/text/styles/KoStyleManager.cpp
M  +6    -19   libs/text/styles/KoStyleManager.h
M  +7    -20   libs/text/styles/KoTableCellStyle.cpp
M  +5    -18   libs/text/styles/KoTableCellStyle.h
M  +5    -18   libs/text/styles/KoTableCellStyle_p.h
M  +7    -20   libs/text/styles/KoTableColumnStyle.cpp
M  +6    -19   libs/text/styles/KoTableColumnStyle.h
M  +7    -20   libs/text/styles/KoTableRowStyle.cpp
M  +6    -19   libs/text/styles/KoTableRowStyle.h
M  +7    -20   libs/text/styles/KoTableStyle.cpp
M  +6    -19   libs/text/styles/KoTableStyle.h
M  +3    -16   libs/text/styles/Styles_p.cpp
M  +3    -16   libs/text/styles/Styles_p.h
M  +2    -15   libs/text/styles/tests/TestListStyle.cpp
M  +2    -15   libs/text/styles/tests/TestListStyle.h
M  +2    -14   libs/text/styles/tests/TestOpenDocumentStyle.cpp
M  +2    -14   libs/text/styles/tests/TestOpenDocumentStyle.h
M  +2    -15   libs/text/styles/tests/TestSectionStyle.cpp
M  +2    -15   libs/text/styles/tests/TestSectionStyle.h
M  +2    -15   libs/text/styles/tests/TestStyleManager.cpp
M  +2    -15   libs/text/styles/tests/TestStyleManager.h
M  +4    -17   libs/text/styles/tests/TestStyles.cpp
M  +3    -16   libs/text/styles/tests/TestStyles.h
M  +2    -14   libs/text/tests/MockTextShape.h
M  +2    -14   libs/text/tests/TestBorder.cpp
M  +2    -14   libs/text/tests/TestBorder.h
M  +2    -15   libs/text/tests/TestDeleteSectionHandling_data.cpp
M  +2    -15   libs/text/tests/TestInsertSectionHandling_data.cpp
M  +2    -15   libs/text/tests/TestKoBookmarkManager.cpp
M  +3    -16   libs/text/tests/TestKoBookmarkManager.h
M  +2    -15   libs/text/tests/TestKoInlineTextObjectManager.cpp
M  +2    -15   libs/text/tests/TestKoInlineTextObjectManager.h
M  +2    -14   libs/text/tests/TestKoTableColumnAndRowStyleManager.cpp
M  +2    -14   libs/text/tests/TestKoTableColumnAndRowStyleManager.h
M  +3    -16   libs/text/tests/TestKoTextEditor.cpp
M  +3    -16   libs/text/tests/TestKoTextEditor.h
M  +3    -16   libs/textlayout/AnchorStrategy.cpp
M  +2    -15   libs/textlayout/AnchorStrategy.h
M  +3    -16   libs/textlayout/DummyDocumentLayout.cpp
M  +2    -15   libs/textlayout/DummyDocumentLayout.h
M  +3    -16   libs/textlayout/FloatingAnchorStrategy.cpp
M  +3    -16   libs/textlayout/FloatingAnchorStrategy.h
M  +2    -15   libs/textlayout/FrameIterator.cpp
M  +2    -15   libs/textlayout/FrameIterator.h
M  +2    -15   libs/textlayout/IndexGeneratorManager.cpp
M  +2    -15   libs/textlayout/IndexGeneratorManager.h
M  +2    -15   libs/textlayout/InlineAnchorStrategy.cpp
M  +2    -15   libs/textlayout/InlineAnchorStrategy.h
M  +3    -16   libs/textlayout/KoCharAreaInfo.h
M  +3    -16   libs/textlayout/KoPointedAt.cpp
M  +3    -16   libs/textlayout/KoPointedAt.h
M  +8    -21   libs/textlayout/KoStyleThumbnailer.cpp
M  +8    -21   libs/textlayout/KoStyleThumbnailer.h
M  +5    -18   libs/textlayout/KoTextDocumentLayout.cpp
M  +4    -17   libs/textlayout/KoTextDocumentLayout.h
M  +13   -26   libs/textlayout/KoTextLayoutArea.cpp
M  +2    -15   libs/textlayout/KoTextLayoutArea.h
M  +13   -26   libs/textlayout/KoTextLayoutArea_p.h
M  +14   -27   libs/textlayout/KoTextLayoutArea_paint.cpp
M  +7    -20   libs/textlayout/KoTextLayoutCellHelper.cpp
M  +7    -20   libs/textlayout/KoTextLayoutCellHelper.h
M  +2    -15   libs/textlayout/KoTextLayoutEndNotesArea.cpp
M  +2    -15   libs/textlayout/KoTextLayoutEndNotesArea.h
M  +2    -15   libs/textlayout/KoTextLayoutNoteArea.cpp
M  +2    -15   libs/textlayout/KoTextLayoutNoteArea.h
M  +3    -16   libs/textlayout/KoTextLayoutObstruction.cpp
M  +3    -16   libs/textlayout/KoTextLayoutObstruction.h
M  +2    -15   libs/textlayout/KoTextLayoutRootArea.cpp
M  +2    -15   libs/textlayout/KoTextLayoutRootArea.h
M  +2    -15   libs/textlayout/KoTextLayoutRootAreaProvider.cpp
M  +2    -15   libs/textlayout/KoTextLayoutRootAreaProvider.h
M  +3    -16   libs/textlayout/KoTextLayoutTableArea.cpp
M  +2    -15   libs/textlayout/KoTextLayoutTableArea.h
M  +3    -16   libs/textlayout/KoTextShapeContainerModel.cpp
M  +2    -15   libs/textlayout/KoTextShapeContainerModel.h
M  +5    -18   libs/textlayout/KoTextShapeData.cpp
M  +2    -15   libs/textlayout/KoTextShapeData.h
M  +3    -16   libs/textlayout/ListItemsHelper.cpp
M  +2    -15   libs/textlayout/ListItemsHelper.h
M  +3    -16   libs/textlayout/RunAroundHelper.cpp
M  +3    -16   libs/textlayout/RunAroundHelper.h
M  +2    -15   libs/textlayout/TableIterator.cpp
M  +2    -15   libs/textlayout/TableIterator.h
M  +2    -14   libs/textlayout/TextLayoutDebug.cpp
M  +2    -14   libs/textlayout/TextLayoutDebug.h
M  +6    -19   libs/textlayout/ToCGenerator.cpp
M  +5    -18   libs/textlayout/ToCGenerator.h
M  +2    -15   libs/textlayout/tests/MockRootAreaProvider.cpp
M  +2    -15   libs/textlayout/tests/MockRootAreaProvider.h
M  +2    -14   libs/textlayout/tests/MockTextShape.h
M  +3    -15   libs/textlayout/tests/TestBlockLayout.cpp
M  +2    -14   libs/textlayout/tests/TestBlockLayout.h
M  +3    -15   libs/textlayout/tests/TestDocumentLayout.cpp
M  +3    -15   libs/textlayout/tests/TestDocumentLayout.h
M  +3    -15   libs/textlayout/tests/TestTableLayout.cpp
M  +2    -14   libs/textlayout/tests/TestTableLayout.h
M  +2    -14   libs/vectorimage/VectorImageDebug.cpp
M  +2    -14   libs/vectorimage/VectorImageDebug.h
M  +2    -13   libs/vectorimage/libemf/Bitmap.cpp
M  +4    -15   libs/vectorimage/libemf/Bitmap.h
M  +2    -13   libs/vectorimage/libemf/BitmapHeader.cpp
M  +4    -15   libs/vectorimage/libemf/BitmapHeader.h
M  +4    -15   libs/vectorimage/libemf/EmfEnums.h
M  +3    -14   libs/vectorimage/libemf/EmfHeader.cpp
M  +4    -15   libs/vectorimage/libemf/EmfHeader.h
M  +4    -15   libs/vectorimage/libemf/EmfObjects.cpp
M  +4    -15   libs/vectorimage/libemf/EmfObjects.h
M  +3    -14   libs/vectorimage/libemf/EmfOutput.cpp
M  +4    -15   libs/vectorimage/libemf/EmfOutput.h
M  +3    -14   libs/vectorimage/libemf/EmfOutputDebugStrategy.cpp
M  +3    -14   libs/vectorimage/libemf/EmfOutputDebugStrategy.h
M  +3    -14   libs/vectorimage/libemf/EmfOutputPainterStrategy.cpp
M  +4    -15   libs/vectorimage/libemf/EmfOutputPainterStrategy.h
M  +3    -14   libs/vectorimage/libemf/EmfParser.cpp
M  +4    -15   libs/vectorimage/libemf/EmfParser.h
M  +4    -15   libs/vectorimage/libemf/EmfRecords.cpp
M  +4    -15   libs/vectorimage/libemf/EmfRecords.h
M  +4    -15   libs/vectorimage/libemf/demo/EmfViewer.cpp
M  +4    -15   libs/vectorimage/libemf/demo/EmfViewer.h
M  +3    -14   libs/vectorimage/libemf/demo/emf_demo.cpp
M  +2    -13   libs/vectorimage/libemf/tests/bad_header.cpp
M  +2    -13   libs/vectorimage/libemf/tests/bad_header.h
M  +2    -13   libs/vectorimage/libemf/tests/no_such.cpp
M  +2    -13   libs/vectorimage/libemf/tests/no_such.h
M  +2    -13   libs/vectorimage/libemf/tests/pyemf_tests.cpp
M  +2    -13   libs/vectorimage/libemf/tests/pyemf_tests.h
M  +2    -13   libs/vectorimage/libemf/tests/render.cpp
M  +2    -13   libs/vectorimage/libemf/tests/snp_tests.cpp
M  +2    -13   libs/vectorimage/libemf/tests/snp_tests.h
M  +2    -13   libs/vectorimage/libemf/tests/visio_tests.cpp
M  +2    -13   libs/vectorimage/libemf/tests/visio_tests.h
M  +3    -14   libs/vectorimage/libsvm/SvmAbstractBackend.h
M  +3    -14   libs/vectorimage/libsvm/SvmEnums.h
M  +3    -14   libs/vectorimage/libsvm/SvmGraphicsContext.cpp
M  +3    -14   libs/vectorimage/libsvm/SvmGraphicsContext.h
M  +3    -14   libs/vectorimage/libsvm/SvmPainterBackend.cpp
M  +3    -14   libs/vectorimage/libsvm/SvmPainterBackend.h
M  +4    -15   libs/vectorimage/libsvm/SvmParser.cpp
M  +3    -14   libs/vectorimage/libsvm/SvmParser.h
M  +3    -14   libs/vectorimage/libsvm/SvmStructs.cpp
M  +3    -14   libs/vectorimage/libsvm/SvmStructs.h
M  +2    -14   libs/vectorimage/libwmf/WmfAbstractBackend.cpp
M  +4    -16   libs/vectorimage/libwmf/WmfAbstractBackend.h
M  +3    -14   libs/vectorimage/libwmf/WmfDeviceContext.cpp
M  +3    -14   libs/vectorimage/libwmf/WmfDeviceContext.h
M  +2    -15   libs/vectorimage/libwmf/WmfEnums.h
M  +2    -14   libs/vectorimage/libwmf/WmfPainterBackend.cpp
M  +2    -14   libs/vectorimage/libwmf/WmfPainterBackend.h
M  +2    -14   libs/vectorimage/libwmf/WmfParser.cpp
M  +2    -14   libs/vectorimage/libwmf/WmfParser.h
M  +2    -14   libs/vectorimage/libwmf/WmfStack.cpp
M  +2    -14   libs/vectorimage/libwmf/WmfStack.h
M  +1    -14   libs/vectorimage/libwmf/WmfStructs.h
M  +3    -15   libs/vectorimage/libwmf/WmfWriter.cpp
M  +4    -16   libs/vectorimage/libwmf/WmfWriter.h
M  +2    -15   libs/vectorimage/libwmf/kwmf.cc
M  +1    -1    libs/vectorimage/libwmf/kwmf.h
M  +2    -14   libs/vectorimage/libwmf/metafuncs.h
M  +2    -14   libs/vectorimage/libwmf/wmfstruct.h
M  +2    -14   libs/version/CalligraVersionWrapper.cpp
M  +2    -14   libs/version/CalligraVersionWrapper.h
M  +3    -16   libs/version/calligragitversion.h.cmake
M  +2    -15   libs/version/calligraversion.cpp
M  +6    -19   libs/version/calligraversion.h.cmake
M  +2    -15   libs/widgets/KoAspectButton.cpp
M  +2    -15   libs/widgets/KoAspectButton.h
M  +2    -15   libs/widgets/KoCheckerBoardPainter.cpp
M  +2    -15   libs/widgets/KoCheckerBoardPainter.h
M  +2    -15   libs/widgets/KoColorPatch.cpp
M  +2    -15   libs/widgets/KoColorPatch.h
M  +3    -16   libs/widgets/KoColorPopupAction.cpp
M  +3    -16   libs/widgets/KoColorPopupAction.h
M  +2    -15   libs/widgets/KoColorPopupButton.cpp
M  +2    -15   libs/widgets/KoColorPopupButton.h
M  +4    -17   libs/widgets/KoColorSetWidget.cpp
M  +4    -17   libs/widgets/KoColorSetWidget.h
M  +3    -16   libs/widgets/KoColorSetWidget_p.h
M  +4    -17   libs/widgets/KoColorSlider.cpp
M  +3    -16   libs/widgets/KoColorSlider.h
M  +2    -15   libs/widgets/KoConfigAuthorPage.cpp
M  +5    -18   libs/widgets/KoConfigAuthorPage.h
M  +4    -17   libs/widgets/KoContextBarButton.cpp
M  +4    -17   libs/widgets/KoContextBarButton.h
M  +4    -17   libs/widgets/KoCsvImportDialog.cpp
M  +4    -17   libs/widgets/KoCsvImportDialog.h
M  +2    -15   libs/widgets/KoDialog.cpp
M  +2    -15   libs/widgets/KoDialog.h
M  +2    -14   libs/widgets/KoDialog_p.h
M  +4    -17   libs/widgets/KoDockWidgetTitleBar.cpp
M  +2    -15   libs/widgets/KoDockWidgetTitleBar.h
M  +4    -17   libs/widgets/KoDockWidgetTitleBarButton.cpp
M  +3    -16   libs/widgets/KoDockWidgetTitleBarButton.h
M  +3    -16   libs/widgets/KoDockWidgetTitleBar_p.h
M  +2    -15   libs/widgets/KoDocumentInfoDlg.cpp
M  +2    -15   libs/widgets/KoDocumentInfoDlg.h
M  +3    -16   libs/widgets/KoDocumentInfoPropsPage.cpp
M  +3    -16   libs/widgets/KoDocumentInfoPropsPage.h
M  +4    -17   libs/widgets/KoDpi.cpp
M  +4    -17   libs/widgets/KoDpi.h
M  +2    -14   libs/widgets/KoDualColorButton.cpp
M  +2    -14   libs/widgets/KoDualColorButton.h
M  +2    -15   libs/widgets/KoEditColorSetDialog.cpp
M  +2    -15   libs/widgets/KoEditColorSetDialog.h
M  +2    -15   libs/widgets/KoFillConfigWidget.cpp
M  +2    -15   libs/widgets/KoFillConfigWidget.h
M  +2    -15   libs/widgets/KoFontComboBox.cpp
M  +2    -15   libs/widgets/KoFontComboBox.h
M  +2    -15   libs/widgets/KoGenericRegistryModel.h
M  +4    -17   libs/widgets/KoGlobal.cpp
M  +4    -17   libs/widgets/KoGlobal.h
M  +5    -18   libs/widgets/KoGradientEditWidget.cpp
M  +5    -18   libs/widgets/KoGradientEditWidget.h
M  +5    -18   libs/widgets/KoIconToolTip.cpp
M  +3    -16   libs/widgets/KoIconToolTip.h
M  +3    -16   libs/widgets/KoItemToolTip.cpp
M  +2    -15   libs/widgets/KoItemToolTip.h
M  +2    -15   libs/widgets/KoLineStyleItemDelegate.cpp
M  +2    -15   libs/widgets/KoLineStyleItemDelegate_p.h
M  +2    -15   libs/widgets/KoLineStyleModel.cpp
M  +2    -15   libs/widgets/KoLineStyleModel_p.h
M  +2    -15   libs/widgets/KoLineStyleSelector.cpp
M  +2    -15   libs/widgets/KoLineStyleSelector.h
M  +3    -16   libs/widgets/KoMarkerItemDelegate.cpp
M  +2    -15   libs/widgets/KoMarkerItemDelegate.h
M  +2    -15   libs/widgets/KoMarkerModel.cpp
M  +2    -15   libs/widgets/KoMarkerModel.h
M  +2    -15   libs/widgets/KoMarkerSelector.cpp
M  +2    -15   libs/widgets/KoMarkerSelector.h
M  +5    -18   libs/widgets/KoModeBox.cpp
M  +4    -17   libs/widgets/KoModeBoxDocker.cpp
M  +5    -18   libs/widgets/KoModeBoxDocker_p.h
M  +3    -16   libs/widgets/KoModeBoxFactory.cpp
M  +4    -17   libs/widgets/KoModeBoxFactory.h
M  +6    -19   libs/widgets/KoModeBox_p.h
M  +2    -15   libs/widgets/KoPageLayoutDialog.cpp
M  +2    -15   libs/widgets/KoPageLayoutDialog.h
M  +2    -15   libs/widgets/KoPageLayoutWidget.cpp
M  +2    -15   libs/widgets/KoPageLayoutWidget.h
M  +3    -16   libs/widgets/KoPagePreviewWidget.cpp
M  +3    -16   libs/widgets/KoPagePreviewWidget.h
M  +2    -15   libs/widgets/KoPageWidgetItem.h
M  +3    -16   libs/widgets/KoPositionSelector.cpp
M  +2    -15   libs/widgets/KoPositionSelector.h
M  +2    -14   libs/widgets/KoResourceFiltering.cpp
M  +2    -14   libs/widgets/KoResourceFiltering.h
M  +8    -21   libs/widgets/KoResourceItemChooser.cpp
M  +9    -22   libs/widgets/KoResourceItemChooser.h
M  +2    -15   libs/widgets/KoResourceItemChooserContextMenu.cpp
M  +2    -15   libs/widgets/KoResourceItemChooserContextMenu.h
M  +3    -16   libs/widgets/KoResourceItemChooserSync.cpp
M  +2    -15   libs/widgets/KoResourceItemChooserSync.h
M  +2    -15   libs/widgets/KoResourceItemDelegate.cpp
M  +2    -15   libs/widgets/KoResourceItemDelegate.h
M  +3    -16   libs/widgets/KoResourceItemView.cpp
M  +3    -16   libs/widgets/KoResourceItemView.h
M  +3    -16   libs/widgets/KoResourceModel.cpp
M  +3    -16   libs/widgets/KoResourceModel.h
M  +3    -16   libs/widgets/KoResourceModelBase.cpp
M  +2    -15   libs/widgets/KoResourceModelBase.h
M  +3    -15   libs/widgets/KoResourcePaths.cpp
M  +3    -15   libs/widgets/KoResourcePaths.h
M  +2    -15   libs/widgets/KoResourcePopupAction.cpp
M  +2    -15   libs/widgets/KoResourcePopupAction.h
M  +2    -15   libs/widgets/KoResourceSelector.cpp
M  +2    -15   libs/widgets/KoResourceSelector.h
M  +8    -20   libs/widgets/KoResourceServer.h
M  +2    -14   libs/widgets/KoResourceServerAdapter.cpp
M  +5    -17   libs/widgets/KoResourceServerAdapter.h
M  +2    -14   libs/widgets/KoResourceServerObserver.h
M  +2    -14   libs/widgets/KoResourceServerPolicies.h
M  +6    -18   libs/widgets/KoResourceServerProvider.cpp
M  +5    -17   libs/widgets/KoResourceServerProvider.h
M  +4    -16   libs/widgets/KoResourceTagStore.cpp
M  +4    -16   libs/widgets/KoResourceTagStore.h
M  +7    -20   libs/widgets/KoResourceTaggingManager.cpp
M  +7    -20   libs/widgets/KoResourceTaggingManager.h
M  +7    -20   libs/widgets/KoRuler.cpp
M  +6    -19   libs/widgets/KoRuler.h
M  +2    -15   libs/widgets/KoRulerController.cpp
M  +2    -15   libs/widgets/KoRulerController.h
M  +2    -15   libs/widgets/KoRulerController_p.h
M  +2    -15   libs/widgets/KoRuler_p.h
M  +3    -16   libs/widgets/KoShadowConfigWidget.cpp
M  +3    -16   libs/widgets/KoShadowConfigWidget.h
M  +3    -16   libs/widgets/KoSliderCombo.cpp
M  +3    -16   libs/widgets/KoSliderCombo.h
M  +2    -15   libs/widgets/KoSliderCombo_p.h
M  +12   -25   libs/widgets/KoStrokeConfigWidget.cpp
M  +11   -24   libs/widgets/KoStrokeConfigWidget.h
M  +2    -15   libs/widgets/KoTableView.cpp
M  +2    -15   libs/widgets/KoTableView.h
M  +7    -20   libs/widgets/KoTagChooserWidget.cpp
M  +7    -20   libs/widgets/KoTagChooserWidget.h
M  +7    -20   libs/widgets/KoTagFilterWidget.cpp
M  +7    -20   libs/widgets/KoTagFilterWidget.h
M  +7    -20   libs/widgets/KoTagToolButton.cpp
M  +7    -20   libs/widgets/KoTagToolButton.h
M  +4    -17   libs/widgets/KoToolBox.cpp
M  +2    -15   libs/widgets/KoToolBoxButton.cpp
M  +2    -15   libs/widgets/KoToolBoxButton_p.h
M  +4    -17   libs/widgets/KoToolBoxDocker.cpp
M  +5    -18   libs/widgets/KoToolBoxDocker_p.h
M  +2    -15   libs/widgets/KoToolBoxFactory.cpp
M  +3    -16   libs/widgets/KoToolBoxFactory.h
M  +4    -17   libs/widgets/KoToolBoxLayout_p.cpp
M  +4    -17   libs/widgets/KoToolBoxLayout_p.h
M  +2    -15   libs/widgets/KoToolBoxScrollArea_p.h
M  +5    -18   libs/widgets/KoToolBox_p.h
M  +4    -17   libs/widgets/KoToolDocker.cpp
M  +3    -16   libs/widgets/KoToolDocker.h
M  +2    -14   libs/widgets/KoTriangleColorSelector.cpp
M  +2    -14   libs/widgets/KoTriangleColorSelector.h
M  +5    -18   libs/widgets/KoUnitDoubleSpinBox.cpp
M  +5    -18   libs/widgets/KoUnitDoubleSpinBox.h
M  +2    -14   libs/widgets/KoVBox.cpp
M  +2    -14   libs/widgets/KoVBox.h
M  +3    -16   libs/widgets/KoViewItemContextBar.cpp
M  +3    -16   libs/widgets/KoViewItemContextBar.h
M  +5    -17   libs/widgets/KoZoomAction.cpp
M  +4    -16   libs/widgets/KoZoomAction.h
M  +6    -19   libs/widgets/KoZoomController.cpp
M  +4    -17   libs/widgets/KoZoomController.h
M  +6    -19   libs/widgets/KoZoomController_p.h
M  +5    -18   libs/widgets/KoZoomHandler.cpp
M  +4    -17   libs/widgets/KoZoomHandler.h
M  +2    -15   libs/widgets/KoZoomInput.cpp
M  +2    -15   libs/widgets/KoZoomInput.h
M  +3    -16   libs/widgets/KoZoomMode.cpp
M  +3    -16   libs/widgets/KoZoomMode.h
M  +6    -18   libs/widgets/KoZoomWidget.cpp
M  +5    -17   libs/widgets/KoZoomWidget.h
M  +2    -14   libs/widgets/WidgetsDebug.cpp
M  +2    -14   libs/widgets/WidgetsDebug.h
M  +2    -15   libs/widgets/tests/KoProgressUpdater_test.cpp
M  +2    -15   libs/widgets/tests/KoProgressUpdater_test.h
M  +2    -14   libs/widgets/tests/KoResourceTaggingTest.cpp
M  +2    -14   libs/widgets/tests/KoResourceTaggingTest.h
M  +2    -14   libs/widgets/tests/zoomcontroller_test.cpp
M  +2    -14   libs/widgets/tests/zoomcontroller_test.h
M  +2    -14   libs/widgets/tests/zoomhandler_test.cpp
M  +2    -14   libs/widgets/tests/zoomhandler_test.h
M  +3    -16   libs/widgetutils/KoFileDialog.cpp
M  +3    -16   libs/widgetutils/KoFileDialog.h
M  +4    -16   libs/widgetutils/KoGroupButton.cpp
M  +4    -16   libs/widgetutils/KoGroupButton.h
M  +3    -16   libs/widgetutils/KoKineticScroller.cpp
M  +3    -16   libs/widgetutils/KoKineticScroller.h
M  +1    -14   libs/widgetutils/KoProgressBar.cpp
M  +1    -14   libs/widgetutils/KoProgressBar.h
M  +3    -16   libs/widgetutils/KoProgressProxy.h
M  +3    -16   libs/widgetutils/KoProgressUpdater.cpp
M  +2    -15   libs/widgetutils/KoProgressUpdater.h
M  +3    -16   libs/widgetutils/KoProperties.cpp
M  +4    -17   libs/widgetutils/KoProperties.h
M  +3    -16   libs/widgetutils/KoUpdater.cpp
M  +3    -16   libs/widgetutils/KoUpdater.h
M  +3    -16   libs/widgetutils/KoUpdaterPrivate_p.cpp
M  +3    -16   libs/widgetutils/KoUpdaterPrivate_p.h
M  +1    -14   libs/widgetutils/tests/KoFileDialogTester.cpp
M  +1    -14   libs/widgetutils/tests/KoFileDialogTester.h
M  +2    -14   libs/widgetutils/tests/KoPropertiesTest.cpp
M  +2    -14   libs/widgetutils/tests/KoPropertiesTest.h
M  +3    -16   plugins/artistictextshape/AddTextRangeCommand.cpp
M  +3    -16   plugins/artistictextshape/AddTextRangeCommand.h
M  +2    -15   plugins/artistictextshape/ArtisticTextLoadingContext.cpp
M  +2    -15   plugins/artistictextshape/ArtisticTextLoadingContext.h
M  +3    -16   plugins/artistictextshape/ArtisticTextRange.cpp
M  +3    -16   plugins/artistictextshape/ArtisticTextRange.h
M  +3    -16   plugins/artistictextshape/ArtisticTextShape.cpp
M  +3    -16   plugins/artistictextshape/ArtisticTextShape.h
M  +3    -16   plugins/artistictextshape/ArtisticTextShapeConfigWidget.cpp
M  +3    -16   plugins/artistictextshape/ArtisticTextShapeConfigWidget.h
M  +2    -15   plugins/artistictextshape/ArtisticTextShapeFactory.cpp
M  +2    -15   plugins/artistictextshape/ArtisticTextShapeFactory.h
M  +2    -15   plugins/artistictextshape/ArtisticTextShapeLoadingUpdater.cpp
M  +2    -15   plugins/artistictextshape/ArtisticTextShapeLoadingUpdater.h
M  +2    -15   plugins/artistictextshape/ArtisticTextShapeOnPathWidget.cpp
M  +2    -15   plugins/artistictextshape/ArtisticTextShapeOnPathWidget.h
M  +2    -15   plugins/artistictextshape/ArtisticTextShapePlugin.cpp
M  +2    -15   plugins/artistictextshape/ArtisticTextShapePlugin.h
M  +3    -16   plugins/artistictextshape/ArtisticTextTool.cpp
M  +3    -16   plugins/artistictextshape/ArtisticTextTool.h
M  +2    -15   plugins/artistictextshape/ArtisticTextToolFactory.cpp
M  +2    -15   plugins/artistictextshape/ArtisticTextToolFactory.h
M  +2    -15   plugins/artistictextshape/ArtisticTextToolSelection.cpp
M  +2    -15   plugins/artistictextshape/ArtisticTextToolSelection.h
M  +2    -15   plugins/artistictextshape/AttachTextToPathCommand.cpp
M  +2    -15   plugins/artistictextshape/AttachTextToPathCommand.h
M  +3    -16   plugins/artistictextshape/ChangeTextAnchorCommand.cpp
M  +3    -16   plugins/artistictextshape/ChangeTextAnchorCommand.h
M  +3    -16   plugins/artistictextshape/ChangeTextFontCommand.cpp
M  +3    -16   plugins/artistictextshape/ChangeTextFontCommand.h
M  +2    -15   plugins/artistictextshape/ChangeTextOffsetCommand.cpp
M  +2    -15   plugins/artistictextshape/ChangeTextOffsetCommand.h
M  +2    -15   plugins/artistictextshape/DetachTextFromPathCommand.cpp
M  +2    -15   plugins/artistictextshape/DetachTextFromPathCommand.h
M  +2    -15   plugins/artistictextshape/MoveStartOffsetStrategy.cpp
M  +2    -15   plugins/artistictextshape/MoveStartOffsetStrategy.h
M  +3    -16   plugins/artistictextshape/RemoveTextRangeCommand.cpp
M  +3    -16   plugins/artistictextshape/RemoveTextRangeCommand.h
M  +2    -15   plugins/artistictextshape/ReplaceTextRangeCommand.cpp
M  +2    -15   plugins/artistictextshape/ReplaceTextRangeCommand.h
M  +2    -15   plugins/artistictextshape/SelectTextStrategy.cpp
M  +2    -15   plugins/artistictextshape/SelectTextStrategy.h
M  +4    -17   plugins/chartshape/AxesConfigWidget.cpp
M  +4    -17   plugins/chartshape/AxesConfigWidget.h
M  +5    -18   plugins/chartshape/Axis.cpp
M  +4    -17   plugins/chartshape/Axis.h
M  +4    -17   plugins/chartshape/CellRegion.cpp
M  +3    -16   plugins/chartshape/CellRegion.h
M  +2    -15   plugins/chartshape/CellRegionStringValidator.cpp
M  +3    -16   plugins/chartshape/CellRegionStringValidator.h
M  +4    -17   plugins/chartshape/ChartDebug.cpp
M  +4    -17   plugins/chartshape/ChartDebug.h
M  +3    -16   plugins/chartshape/ChartDocument.cpp
M  +3    -16   plugins/chartshape/ChartDocument.h
M  +4    -17   plugins/chartshape/ChartLayout.cpp
M  +4    -17   plugins/chartshape/ChartLayout.h
M  +3    -16   plugins/chartshape/ChartPart.cpp
M  +3    -16   plugins/chartshape/ChartPart.h
M  +4    -17   plugins/chartshape/ChartProxyModel.cpp
M  +3    -16   plugins/chartshape/ChartProxyModel.h
M  +6    -19   plugins/chartshape/ChartShape.cpp
M  +5    -18   plugins/chartshape/ChartShape.h
M  +4    -17   plugins/chartshape/ChartShapeFactory.cpp
M  +4    -17   plugins/chartshape/ChartShapeFactory.h
M  +4    -17   plugins/chartshape/ChartTableModel.cpp
M  +4    -17   plugins/chartshape/ChartTableModel.h
M  +3    -16   plugins/chartshape/ChartTableView.cpp
M  +3    -16   plugins/chartshape/ChartTableView.h
M  +2    -15   plugins/chartshape/ChartTool.cpp
M  +2    -15   plugins/chartshape/ChartTool.h
M  +2    -15   plugins/chartshape/ChartToolFactory.cpp
M  +2    -15   plugins/chartshape/ChartToolFactory.h
M  +3    -16   plugins/chartshape/ConfigSubWidgetBase.cpp
M  +3    -16   plugins/chartshape/ConfigSubWidgetBase.h
M  +3    -16   plugins/chartshape/ConfigWidgetBase.h
M  +5    -18   plugins/chartshape/DataSet.cpp
M  +4    -17   plugins/chartshape/DataSet.h
M  +5    -18   plugins/chartshape/DataSetConfigWidget.cpp
M  +5    -18   plugins/chartshape/DataSetConfigWidget.h
M  +2    -15   plugins/chartshape/KChartConvertions.cpp
M  +3    -16   plugins/chartshape/KChartConvertions.h
M  +5    -18   plugins/chartshape/KChartModel.cpp
M  +4    -17   plugins/chartshape/KChartModel.h
M  +4    -17   plugins/chartshape/Legend.cpp
M  +4    -17   plugins/chartshape/Legend.h
M  +5    -18   plugins/chartshape/LegendConfigWidget.cpp
M  +5    -18   plugins/chartshape/LegendConfigWidget.h
M  +3    -16   plugins/chartshape/OdfHelper.cpp
M  +3    -16   plugins/chartshape/OdfHelper.h
M  +3    -16   plugins/chartshape/OdfLoadingHelper.cpp
M  +3    -16   plugins/chartshape/OdfLoadingHelper.h
M  +3    -16   plugins/chartshape/PieConfigWidget.cpp
M  +5    -18   plugins/chartshape/PieConfigWidget.h
M  +5    -18   plugins/chartshape/PlotArea.cpp
M  +5    -18   plugins/chartshape/PlotArea.h
M  +4    -17   plugins/chartshape/PlotAreaConfigWidget.cpp
M  +4    -17   plugins/chartshape/PlotAreaConfigWidget.h
M  +3    -16   plugins/chartshape/ScreenConversions.cpp
M  +3    -16   plugins/chartshape/ScreenConversions.h
M  +2    -15   plugins/chartshape/SingleModelHelper.cpp
M  +3    -16   plugins/chartshape/SingleModelHelper.h
M  +3    -16   plugins/chartshape/StockConfigWidget.cpp
M  +2    -15   plugins/chartshape/StockConfigWidget.h
M  +4    -17   plugins/chartshape/Surface.cpp
M  +4    -17   plugins/chartshape/Surface.h
M  +3    -16   plugins/chartshape/TableSource.cpp
M  +3    -16   plugins/chartshape/TableSource.h
M  +2    -15   plugins/chartshape/TextLabelDummy.cpp
M  +3    -16   plugins/chartshape/TextLabelDummy.h
M  +5    -18   plugins/chartshape/TitlesConfigWidget.cpp
M  +5    -18   plugins/chartshape/TitlesConfigWidget.h
M  +2    -15   plugins/chartshape/commands/AddRemoveAxisCommand.cpp
M  +2    -15   plugins/chartshape/commands/AddRemoveAxisCommand.h
M  +3    -16   plugins/chartshape/commands/AxisCommand.cpp
M  +3    -16   plugins/chartshape/commands/AxisCommand.h
M  +3    -16   plugins/chartshape/commands/ChartTextShapeCommand.cpp
M  +3    -16   plugins/chartshape/commands/ChartTextShapeCommand.h
M  +3    -16   plugins/chartshape/commands/ChartTypeCommand.cpp
M  +3    -16   plugins/chartshape/commands/ChartTypeCommand.h
M  +3    -16   plugins/chartshape/commands/DatasetCommand.cpp
M  +3    -16   plugins/chartshape/commands/DatasetCommand.h
M  +2    -15   plugins/chartshape/commands/GapCommand.cpp
M  +3    -16   plugins/chartshape/commands/GapCommand.h
M  +4    -17   plugins/chartshape/commands/LegendCommand.cpp
M  +3    -16   plugins/chartshape/commands/LegendCommand.h
M  +2    -15   plugins/chartshape/commands/PlotAreaCommand.cpp
M  +2    -15   plugins/chartshape/commands/PlotAreaCommand.h
M  +3    -16   plugins/chartshape/dialogs/AxisScalingDialog.cpp
M  +3    -16   plugins/chartshape/dialogs/AxisScalingDialog.h
M  +2    -15   plugins/chartshape/dialogs/BubbleDataEditor.cpp
M  +2    -15   plugins/chartshape/dialogs/BubbleDataEditor.h
M  +2    -15   plugins/chartshape/dialogs/BubbleDataSetTableModel.cpp
M  +2    -15   plugins/chartshape/dialogs/BubbleDataSetTableModel.h
M  +3    -16   plugins/chartshape/dialogs/CellRegionDialog.cpp
M  +3    -16   plugins/chartshape/dialogs/CellRegionDialog.h
M  +3    -16   plugins/chartshape/dialogs/FontEditorDialog.cpp
M  +3    -16   plugins/chartshape/dialogs/FontEditorDialog.h
M  +2    -15   plugins/chartshape/dialogs/FormatErrorBarDialog.cpp
M  +3    -16   plugins/chartshape/dialogs/FormatErrorBarDialog.h
M  +2    -15   plugins/chartshape/dialogs/NewAxisDialog.cpp
M  +3    -16   plugins/chartshape/dialogs/NewAxisDialog.h
M  +2    -15   plugins/chartshape/dialogs/PieDataEditor.cpp
M  +2    -15   plugins/chartshape/dialogs/PieDataEditor.h
M  +2    -15   plugins/chartshape/dialogs/ScatterDataEditor.cpp
M  +2    -15   plugins/chartshape/dialogs/ScatterDataEditor.h
M  +2    -15   plugins/chartshape/dialogs/ScatterDataSetTableModel.cpp
M  +2    -15   plugins/chartshape/dialogs/ScatterDataSetTableModel.h
M  +2    -15   plugins/chartshape/dialogs/StockDataEditor.cpp
M  +2    -15   plugins/chartshape/dialogs/StockDataEditor.h
M  +5    -18   plugins/chartshape/dialogs/TableEditorDialog.cpp
M  +5    -18   plugins/chartshape/dialogs/TableEditorDialog.h
M  +3    -16   plugins/chartshape/kochart_global.cpp
M  +4    -17   plugins/chartshape/kochart_global.h
M  +3    -16   plugins/chartshape/tests/ModelObserver.cpp
M  +2    -15   plugins/chartshape/tests/ModelObserver.h
M  +3    -16   plugins/chartshape/tests/TestCellRegion.cpp
M  +3    -16   plugins/chartshape/tests/TestCellRegion.h
M  +2    -15   plugins/chartshape/tests/TestChartLayout.cpp
M  +2    -15   plugins/chartshape/tests/TestChartLayout.h
M  +3    -16   plugins/chartshape/tests/TestDataSet.cpp
M  +3    -16   plugins/chartshape/tests/TestDataSet.h
M  +3    -16   plugins/chartshape/tests/TestKChartModel.cpp
M  +3    -16   plugins/chartshape/tests/TestKChartModel.h
M  +3    -16   plugins/chartshape/tests/TestProxyModel.cpp
M  +3    -16   plugins/chartshape/tests/TestProxyModel.h
M  +3    -16   plugins/chartshape/tests/TestTableSource.cpp
M  +3    -16   plugins/chartshape/tests/TestTableSource.h
M  +3    -16   plugins/chartshape/tests/odf/TestLoadingBase.cpp
M  +3    -16   plugins/chartshape/tests/odf/TestLoadingBase.h
M  +2    -15   plugins/chartshape/tests/odf/TestMultipleFiles.cpp
M  +3    -16   plugins/chartshape/tests/odf/TestMultipleFiles.h
M  +1    -14   plugins/chartshape/tests/odf/bubble-chart/TestLoading.cpp
M  +1    -14   plugins/chartshape/tests/odf/bubble-chart/TestLoading.h
M  +3    -16   plugins/chartshape/tests/odf/bug239802/TestLoading.cpp
M  +3    -16   plugins/chartshape/tests/odf/bug239802/TestLoading.h
M  +1    -14   plugins/chartshape/tests/odf/default-calligra-chart/TestLoading.cpp
M  +1    -14   plugins/chartshape/tests/odf/default-calligra-chart/TestLoading.h
M  +3    -16   plugins/chartshape/tests/odf/default-ooo-chart/TestLoading.cpp
M  +3    -16   plugins/chartshape/tests/odf/default-ooo-chart/TestLoading.h
M  +1    -14   plugins/chartshape/tests/odf/me07_percentage_stacked_bar_chart/TestLoading.cpp
M  +1    -14   plugins/chartshape/tests/odf/me07_percentage_stacked_bar_chart/TestLoading.h
M  +1    -14   plugins/chartshape/tests/odf/template/TestLoading.cpp
M  +1    -14   plugins/chartshape/tests/odf/template/TestLoading.h
M  +5    -18   plugins/chartshape/widgets/RadarDataSetConfigWidget.cpp
M  +5    -18   plugins/chartshape/widgets/RadarDataSetConfigWidget.h
M  +3    -16   plugins/chartshape/widgets/RingConfigWidget.cpp
M  +5    -18   plugins/chartshape/widgets/RingConfigWidget.h
M  +13   -26   plugins/chartshape/widgets/StrokeConfigWidget.cpp
M  +12   -25   plugins/chartshape/widgets/StrokeConfigWidget.h
M  +3    -16   plugins/colorengines/lcms2/IccColorSpaceEngine.cpp
M  +2    -15   plugins/colorengines/lcms2/IccColorSpaceEngine.h
M  +4    -17   plugins/colorengines/lcms2/LcmsColorSpace.cpp
M  +4    -17   plugins/colorengines/lcms2/LcmsColorSpace.h
M  +4    -17   plugins/colorengines/lcms2/LcmsEnginePlugin.cpp
M  +3    -16   plugins/colorengines/lcms2/LcmsEnginePlugin.h
M  +2    -15   plugins/colorengines/lcms2/colorprofiles/IccColorProfile.cpp
M  +2    -15   plugins/colorengines/lcms2/colorprofiles/IccColorProfile.h
M  +4    -17   plugins/colorengines/lcms2/colorprofiles/LcmsColorProfileContainer.cpp
M  +3    -16   plugins/colorengines/lcms2/colorprofiles/LcmsColorProfileContainer.h
M  +2    -14   plugins/colorengines/lcms2/colorprofiles/kis_dom_utils.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/cmyk_f32/CmykF32ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/cmyk_f32/CmykF32ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/cmyk_u16/CmykU16ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/cmyk_u16/CmykU16ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/cmyk_u8/CmykU8ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/cmyk_u8/CmykU8ColorSpace.h
M  +2    -14   plugins/colorengines/lcms2/colorspaces/gray_f16/GrayF16ColorSpace.cpp
M  +2    -14   plugins/colorengines/lcms2/colorspaces/gray_f16/GrayF16ColorSpace.h
M  +2    -14   plugins/colorengines/lcms2/colorspaces/gray_f32/GrayF32ColorSpace.cpp
M  +2    -14   plugins/colorengines/lcms2/colorspaces/gray_f32/GrayF32ColorSpace.h
M  +2    -14   plugins/colorengines/lcms2/colorspaces/gray_u16/GrayU16ColorSpace.cpp
M  +2    -14   plugins/colorengines/lcms2/colorspaces/gray_u16/GrayU16ColorSpace.h
M  +2    -14   plugins/colorengines/lcms2/colorspaces/gray_u8/GrayU8ColorSpace.cpp
M  +2    -14   plugins/colorengines/lcms2/colorspaces/gray_u8/GrayU8ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/lab_f32/LabF32ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/lab_f32/LabF32ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/lab_u16/LabColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/lab_u16/LabColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/lab_u8/LabU8ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/lab_u8/LabU8ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/rgb_f16/RgbF16ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/rgb_f16/RgbF16ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/rgb_f32/RgbF32ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/rgb_f32/RgbF32ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/rgb_u16/RgbU16ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/rgb_u16/RgbU16ColorSpace.h
M  +3    -15   plugins/colorengines/lcms2/colorspaces/rgb_u8/RgbU8ColorSpace.cpp
M  +2    -14   plugins/colorengines/lcms2/colorspaces/rgb_u8/RgbU8ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/xyz_f16/XyzF16ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/xyz_f16/XyzF16ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/xyz_f32/XyzF32ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/xyz_f32/XyzF32ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/xyz_u16/XyzU16ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/xyz_u16/XyzU16ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/xyz_u8/XyzU8ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/xyz_u8/XyzU8ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/ycbcr_f32/YCbCrF32ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/ycbcr_f32/YCbCrF32ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/ycbcr_u16/YCbCrU16ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/ycbcr_u16/YCbCrU16ColorSpace.h
M  +2    -15   plugins/colorengines/lcms2/colorspaces/ycbcr_u8/YCbCrU8ColorSpace.cpp
M  +2    -15   plugins/colorengines/lcms2/colorspaces/ycbcr_u8/YCbCrU8ColorSpace.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpBumpmap.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpClear.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpColor.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpDarken.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpDiff.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpDissolve.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpHue.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpIn.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpLighten.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpOut.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpSaturation.h
M  +2    -14   plugins/colorengines/lcms2/compositeops/RgbCompositeOpValue.h
M  +3    -15   plugins/colorengines/lcms2/compositeops/RgbCompositeOps.h
M  +2    -14   plugins/colorengines/lcms2/data/elles-icc-profiles/make-elles-profiles.c
M  +3    -16   plugins/colorengines/lcms2/tests/TestKoCompositeOps.cpp
M  +2    -15   plugins/colorengines/lcms2/tests/TestKoCompositeOps.h
M  +2    -15   plugins/commentshape/CommentShape.cpp
M  +2    -15   plugins/commentshape/CommentShape.h
M  +2    -15   plugins/commentshape/CommentShapeFactory.cpp
M  +2    -15   plugins/commentshape/CommentShapeFactory.h
M  +2    -15   plugins/commentshape/CommentTool.cpp
M  +2    -15   plugins/commentshape/CommentTool.h
M  +2    -15   plugins/commentshape/CommentToolFactory.cpp
M  +2    -15   plugins/commentshape/CommentToolFactory.h
M  +2    -15   plugins/commentshape/Globals.h
M  +2    -15   plugins/commentshape/InitialsCommentShape.cpp
M  +2    -15   plugins/commentshape/InitialsCommentShape.h
M  +2    -15   plugins/commentshape/Plugin.cpp
M  +2    -15   plugins/commentshape/Plugin.h
M  +2    -15   plugins/defaultTools/Plugin.cpp
M  +2    -15   plugins/defaultTools/Plugin.h
M  +2    -15   plugins/defaultTools/connectionTool/AddConnectionPointCommand.cpp
M  +2    -15   plugins/defaultTools/connectionTool/AddConnectionPointCommand.h
M  +2    -15   plugins/defaultTools/connectionTool/ChangeConnectionPointCommand.cpp
M  +2    -15   plugins/defaultTools/connectionTool/ChangeConnectionPointCommand.h
M  +2    -15   plugins/defaultTools/connectionTool/ConnectionPointWidget.cpp
M  +2    -15   plugins/defaultTools/connectionTool/ConnectionPointWidget.h
M  +4    -17   plugins/defaultTools/connectionTool/ConnectionTool.cpp
M  +3    -16   plugins/defaultTools/connectionTool/ConnectionTool.h
M  +2    -15   plugins/defaultTools/connectionTool/ConnectionToolFactory.cpp
M  +2    -15   plugins/defaultTools/connectionTool/ConnectionToolFactory.h
M  +2    -15   plugins/defaultTools/connectionTool/MoveConnectionPointStrategy.cpp
M  +2    -15   plugins/defaultTools/connectionTool/MoveConnectionPointStrategy.h
M  +2    -15   plugins/defaultTools/connectionTool/RemoveConnectionPointCommand.cpp
M  +2    -15   plugins/defaultTools/connectionTool/RemoveConnectionPointCommand.h
M  +2    -15   plugins/defaultTools/defaulttool/ChartResizeStrategy.cpp
M  +2    -15   plugins/defaultTools/defaulttool/ChartResizeStrategy.h
M  +6    -19   plugins/defaultTools/defaulttool/DefaultTool.cpp
M  +4    -17   plugins/defaultTools/defaulttool/DefaultTool.h
M  +3    -16   plugins/defaultTools/defaulttool/DefaultToolArrangeWidget.cpp
M  +3    -16   plugins/defaultTools/defaulttool/DefaultToolArrangeWidget.h
M  +2    -15   plugins/defaultTools/defaulttool/DefaultToolFactory.cpp
M  +2    -15   plugins/defaultTools/defaulttool/DefaultToolFactory.h
M  +5    -18   plugins/defaultTools/defaulttool/DefaultToolTransformWidget.cpp
M  +3    -16   plugins/defaultTools/defaulttool/DefaultToolTransformWidget.h
M  +5    -18   plugins/defaultTools/defaulttool/DefaultToolWidget.cpp
M  +4    -17   plugins/defaultTools/defaulttool/DefaultToolWidget.h
M  +4    -17   plugins/defaultTools/defaulttool/SelectionDecorator.cpp
M  +3    -16   plugins/defaultTools/defaulttool/SelectionDecorator.h
M  +2    -15   plugins/defaultTools/defaulttool/SelectionTransformCommand.cpp
M  +2    -15   plugins/defaultTools/defaulttool/SelectionTransformCommand.h
M  +4    -17   plugins/defaultTools/defaulttool/ShapeMoveStrategy.cpp
M  +3    -16   plugins/defaultTools/defaulttool/ShapeMoveStrategy.h
M  +3    -16   plugins/defaultTools/defaulttool/ShapeResizeStrategy.cpp
M  +2    -15   plugins/defaultTools/defaulttool/ShapeResizeStrategy.h
M  +3    -16   plugins/defaultTools/defaulttool/ShapeRotateStrategy.cpp
M  +2    -15   plugins/defaultTools/defaulttool/ShapeRotateStrategy.h
M  +4    -17   plugins/defaultTools/defaulttool/ShapeShearStrategy.cpp
M  +2    -15   plugins/defaultTools/defaulttool/ShapeShearStrategy.h
M  +3    -16   plugins/defaultTools/guidestool/GuidesTool.cpp
M  +3    -16   plugins/defaultTools/guidestool/GuidesTool.h
M  +2    -15   plugins/defaultTools/guidestool/GuidesToolFactory.cpp
M  +2    -15   plugins/defaultTools/guidestool/GuidesToolFactory.h
M  +2    -15   plugins/defaultTools/guidestool/GuidesToolOptionWidget.cpp
M  +2    -15   plugins/defaultTools/guidestool/GuidesToolOptionWidget.h
M  +3    -16   plugins/defaultTools/guidestool/InsertGuidesToolOptionWidget.cpp
M  +2    -15   plugins/defaultTools/guidestool/InsertGuidesToolOptionWidget.h
M  +2    -15   plugins/dockers/Plugin.cpp
M  +2    -15   plugins/dockers/Plugin.h
M  +2    -15   plugins/dockers/shapecollection/CollectionItemModel.cpp
M  +2    -15   plugins/dockers/shapecollection/CollectionItemModel.h
M  +2    -15   plugins/dockers/shapecollection/CollectionShapeFactory.cpp
M  +2    -15   plugins/dockers/shapecollection/CollectionShapeFactory.h
M  +2    -15   plugins/dockers/shapecollection/OdfCollectionLoader.cpp
M  +2    -15   plugins/dockers/shapecollection/OdfCollectionLoader.h
M  +3    -16   plugins/dockers/shapecollection/ShapeCollectionDocker.cpp
M  +2    -15   plugins/dockers/shapecollection/ShapeCollectionDocker.h
M  +3    -16   plugins/dockers/shapeproperties/ShapePropertiesDocker.cpp
M  +2    -15   plugins/dockers/shapeproperties/ShapePropertiesDocker.h
M  +2    -15   plugins/dockers/shapeproperties/ShapePropertiesDockerFactory.cpp
M  +2    -15   plugins/dockers/shapeproperties/ShapePropertiesDockerFactory.h
M  +11   -24   plugins/dockers/snapguidedocker/SnapGuideDocker.cpp
M  +11   -24   plugins/dockers/snapguidedocker/SnapGuideDocker.h
M  +2    -15   plugins/dockers/snapguidedocker/SnapGuideDockerFactory.cpp
M  +2    -15   plugins/dockers/snapguidedocker/SnapGuideDockerFactory.h
M  +3    -16   plugins/formulashape/3rdparty/itexToMML/y.tab.c
M  +3    -16   plugins/formulashape/3rdparty/itexToMML/y.tab.h
M  +3    -16   plugins/formulashape/AttributeManager.cpp
M  +3    -16   plugins/formulashape/AttributeManager.h
M  +1    -14   plugins/formulashape/Dictionary.cpp
M  +3    -16   plugins/formulashape/Dictionary.h
M  +2    -15   plugins/formulashape/ElementFactory.cpp
M  +4    -17   plugins/formulashape/ElementFactory.h
M  +2    -15   plugins/formulashape/FormulaCommand.cpp
M  +2    -15   plugins/formulashape/FormulaCommand.h
M  +2    -15   plugins/formulashape/FormulaCommandUpdate.cpp
M  +3    -16   plugins/formulashape/FormulaCommandUpdate.h
M  +2    -15   plugins/formulashape/FormulaCursor.cpp
M  +2    -15   plugins/formulashape/FormulaCursor.h
M  +2    -15   plugins/formulashape/FormulaData.cpp
M  +3    -16   plugins/formulashape/FormulaData.h
M  +2    -15   plugins/formulashape/FormulaDebug.cpp
M  +3    -16   plugins/formulashape/FormulaDebug.h
M  +4    -17   plugins/formulashape/FormulaDocument.cpp
M  +3    -16   plugins/formulashape/FormulaDocument.h
M  +2    -15   plugins/formulashape/FormulaEditor.cpp
M  +2    -15   plugins/formulashape/FormulaEditor.h
M  +3    -16   plugins/formulashape/FormulaPart.cpp
M  +3    -16   plugins/formulashape/FormulaPart.h
M  +2    -15   plugins/formulashape/FormulaRenderer.cpp
M  +2    -15   plugins/formulashape/FormulaRenderer.h
M  +2    -15   plugins/formulashape/FormulaToolWidget.cpp
M  +2    -15   plugins/formulashape/FormulaToolWidget.h
M  +2    -15   plugins/formulashape/KoFormulaShape.cpp
M  +2    -15   plugins/formulashape/KoFormulaShape.h
M  +2    -15   plugins/formulashape/KoFormulaShapeFactory.cpp
M  +3    -16   plugins/formulashape/KoFormulaShapeFactory.h
M  +2    -15   plugins/formulashape/KoFormulaShapePlugin.cpp
M  +2    -15   plugins/formulashape/KoFormulaShapePlugin.h
M  +2    -15   plugins/formulashape/KoFormulaTool.cpp
M  +2    -15   plugins/formulashape/KoFormulaTool.h
M  +2    -15   plugins/formulashape/KoFormulaToolFactory.cpp
M  +2    -15   plugins/formulashape/KoFormulaToolFactory.h
M  +3    -16   plugins/formulashape/KoM2MMLForumulaTool.cpp
M  +2    -15   plugins/formulashape/KoM2MMLForumulaTool.h
M  +2    -15   plugins/formulashape/elements/ActionElement.cpp
M  +2    -15   plugins/formulashape/elements/ActionElement.h
M  +3    -16   plugins/formulashape/elements/AnnotationElement.cpp
M  +3    -16   plugins/formulashape/elements/AnnotationElement.h
M  +4    -17   plugins/formulashape/elements/BasicElement.cpp
M  +4    -17   plugins/formulashape/elements/BasicElement.h
M  +2    -15   plugins/formulashape/elements/EncloseElement.cpp
M  +3    -16   plugins/formulashape/elements/EncloseElement.h
M  +2    -15   plugins/formulashape/elements/ErrorElement.cpp
M  +2    -15   plugins/formulashape/elements/ErrorElement.h
M  +3    -16   plugins/formulashape/elements/FencedElement.cpp
M  +3    -16   plugins/formulashape/elements/FencedElement.h
M  +3    -16   plugins/formulashape/elements/FixedElement.cpp
M  +3    -16   plugins/formulashape/elements/FixedElement.h
M  +4    -17   plugins/formulashape/elements/FormulaElement.cpp
M  +2    -15   plugins/formulashape/elements/FormulaElement.h
M  +2    -15   plugins/formulashape/elements/FractionElement.cpp
M  +2    -15   plugins/formulashape/elements/FractionElement.h
M  +2    -15   plugins/formulashape/elements/GlyphElement.cpp
M  +3    -16   plugins/formulashape/elements/GlyphElement.h
M  +3    -16   plugins/formulashape/elements/IdentifierElement.cpp
M  +2    -15   plugins/formulashape/elements/IdentifierElement.h
M  +2    -15   plugins/formulashape/elements/MultiscriptElement.cpp
M  +3    -16   plugins/formulashape/elements/MultiscriptElement.h
M  +2    -15   plugins/formulashape/elements/NumberElement.cpp
M  +2    -15   plugins/formulashape/elements/NumberElement.h
M  +3    -16   plugins/formulashape/elements/OperatorElement.cpp
M  +2    -15   plugins/formulashape/elements/OperatorElement.h
M  +2    -15   plugins/formulashape/elements/PaddedElement.cpp
M  +2    -15   plugins/formulashape/elements/PaddedElement.h
M  +2    -15   plugins/formulashape/elements/PhantomElement.cpp
M  +2    -15   plugins/formulashape/elements/PhantomElement.h
M  +5    -18   plugins/formulashape/elements/RootElement.cpp
M  +4    -17   plugins/formulashape/elements/RootElement.h
M  +2    -15   plugins/formulashape/elements/RowElement.cpp
M  +2    -15   plugins/formulashape/elements/RowElement.h
M  +4    -17   plugins/formulashape/elements/SpaceElement.cpp
M  +4    -17   plugins/formulashape/elements/SpaceElement.h
M  +3    -16   plugins/formulashape/elements/SquareRootElement.cpp
M  +2    -15   plugins/formulashape/elements/SquareRootElement.h
M  +2    -15   plugins/formulashape/elements/StringElement.cpp
M  +2    -15   plugins/formulashape/elements/StringElement.h
M  +2    -15   plugins/formulashape/elements/StyleElement.cpp
M  +2    -15   plugins/formulashape/elements/StyleElement.h
M  +2    -15   plugins/formulashape/elements/SubSupElement.cpp
M  +4    -17   plugins/formulashape/elements/SubSupElement.h
M  +2    -15   plugins/formulashape/elements/TableDataElement.cpp
M  +2    -15   plugins/formulashape/elements/TableDataElement.h
M  +2    -15   plugins/formulashape/elements/TableElement.cpp
M  +2    -15   plugins/formulashape/elements/TableElement.h
M  +4    -4    plugins/formulashape/elements/TableRowElement.cpp
M  +5    -18   plugins/formulashape/elements/TableRowElement.h
M  +2    -15   plugins/formulashape/elements/TextElement.cpp
M  +4    -17   plugins/formulashape/elements/TextElement.h
M  +2    -15   plugins/formulashape/elements/TokenElement.cpp
M  +2    -15   plugins/formulashape/elements/TokenElement.h
M  +3    -16   plugins/formulashape/elements/UnderOverElement.cpp
M  +3    -16   plugins/formulashape/elements/UnderOverElement.h
M  +4    -17   plugins/formulashape/elements/UnknownElement.cpp
M  +5    -18   plugins/formulashape/elements/UnknownElement.h
M  +3    -29   plugins/formulashape/scripts/DictionaryGenerator.py
M  +3    -18   plugins/formulashape/tests/TestCursor.cpp
M  +3    -18   plugins/formulashape/tests/TestCursor.h
M  +3    -18   plugins/formulashape/tests/TestLayout.cpp
M  +3    -18   plugins/formulashape/tests/TestLayout.h
M  +4    -20   plugins/formulashape/tests/TestLoad.cpp
M  +3    -18   plugins/formulashape/tests/TestLoad.h
M  +4    -20   plugins/formulashape/tests/TestLoadAndSave.cpp
M  +3    -18   plugins/formulashape/tests/TestLoadAndSave.h
M  +3    -16   plugins/karbonplugins/tools/CalligraphyTool/KarbonCalligraphicShape.cpp
M  +3    -16   plugins/karbonplugins/tools/CalligraphyTool/KarbonCalligraphicShape.h
M  +2    -15   plugins/karbonplugins/tools/CalligraphyTool/KarbonCalligraphicShapeFactory.cpp
M  +2    -15   plugins/karbonplugins/tools/CalligraphyTool/KarbonCalligraphicShapeFactory.h
M  +3    -16   plugins/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp
M  +3    -16   plugins/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.h
M  +2    -15   plugins/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp
M  +2    -15   plugins/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.h
M  +2    -15   plugins/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyToolFactory.cpp
M  +2    -15   plugins/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyToolFactory.h
M  +3    -16   plugins/karbonplugins/tools/CalligraphyTool/KarbonSimplifyPath.cpp
M  +2    -15   plugins/karbonplugins/tools/CalligraphyTool/KarbonSimplifyPath.h
M  +5    -18   plugins/karbonplugins/tools/KarbonCursor.cpp
M  +5    -18   plugins/karbonplugins/tools/KarbonCursor.h
M  +3    -16   plugins/karbonplugins/tools/KarbonGradientEditStrategy.cpp
M  +2    -15   plugins/karbonplugins/tools/KarbonGradientEditStrategy.h
M  +3    -16   plugins/karbonplugins/tools/KarbonGradientTool.cpp
M  +2    -15   plugins/karbonplugins/tools/KarbonGradientTool.h
M  +2    -15   plugins/karbonplugins/tools/KarbonGradientToolFactory.cpp
M  +2    -15   plugins/karbonplugins/tools/KarbonGradientToolFactory.h
M  +2    -15   plugins/karbonplugins/tools/KarbonPatternEditStrategy.cpp
M  +2    -15   plugins/karbonplugins/tools/KarbonPatternEditStrategy.h
M  +2    -15   plugins/karbonplugins/tools/KarbonPatternOptionsWidget.cpp
M  +2    -15   plugins/karbonplugins/tools/KarbonPatternOptionsWidget.h
M  +2    -15   plugins/karbonplugins/tools/KarbonPatternTool.cpp
M  +2    -15   plugins/karbonplugins/tools/KarbonPatternTool.h
M  +2    -15   plugins/karbonplugins/tools/KarbonPatternToolFactory.cpp
M  +2    -15   plugins/karbonplugins/tools/KarbonPatternToolFactory.h
M  +2    -15   plugins/karbonplugins/tools/KarbonToolsPlugin.cpp
M  +2    -15   plugins/karbonplugins/tools/KarbonToolsPlugin.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterAddCommand.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterAddCommand.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterEffectResource.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterEffectResource.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterEffectScene.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterEffectScene.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterEffectSceneItems.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterEffectSceneItems.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterInputChangeCommand.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterInputChangeCommand.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterRegionChangeCommand.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterRegionChangeCommand.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterRegionEditStrategy.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterRegionEditStrategy.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterRemoveCommand.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterRemoveCommand.h
M  +4    -16   plugins/karbonplugins/tools/filterEffectTool/FilterResourceServerProvider.cpp
M  +5    -17   plugins/karbonplugins/tools/filterEffectTool/FilterResourceServerProvider.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterStackSetCommand.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/FilterStackSetCommand.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.h
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsToolFactory.cpp
M  +2    -15   plugins/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsToolFactory.h
M  +2    -15   plugins/musicshape/Engraver.cpp
M  +2    -15   plugins/musicshape/Engraver.h
M  +2    -15   plugins/musicshape/MusicCursor.cpp
M  +2    -15   plugins/musicshape/MusicCursor.h
M  +2    -15   plugins/musicshape/MusicDebug.cpp
M  +2    -15   plugins/musicshape/MusicDebug.h
M  +3    -16   plugins/musicshape/MusicShape.cpp
M  +2    -15   plugins/musicshape/MusicShape.h
M  +2    -15   plugins/musicshape/MusicShapeFactory.cpp
M  +2    -15   plugins/musicshape/MusicShapeFactory.h
M  +2    -15   plugins/musicshape/MusicStyle.cpp
M  +2    -15   plugins/musicshape/MusicStyle.h
M  +2    -15   plugins/musicshape/MusicTool.cpp
M  +2    -15   plugins/musicshape/MusicTool.h
M  +2    -15   plugins/musicshape/MusicToolFactory.cpp
M  +2    -15   plugins/musicshape/MusicToolFactory.h
M  +2    -15   plugins/musicshape/Renderer.cpp
M  +2    -15   plugins/musicshape/Renderer.h
M  +2    -15   plugins/musicshape/SimpleEntryTool.cpp
M  +2    -15   plugins/musicshape/SimpleEntryTool.h
M  +2    -15   plugins/musicshape/SimpleEntryToolFactory.cpp
M  +2    -15   plugins/musicshape/SimpleEntryToolFactory.h
M  +2    -15   plugins/musicshape/actions/AbstractMusicAction.cpp
M  +2    -15   plugins/musicshape/actions/AbstractMusicAction.h
M  +2    -15   plugins/musicshape/actions/AbstractNoteMusicAction.cpp
M  +2    -15   plugins/musicshape/actions/AbstractNoteMusicAction.h
M  +2    -15   plugins/musicshape/actions/AccidentalAction.cpp
M  +2    -15   plugins/musicshape/actions/AccidentalAction.h
M  +2    -15   plugins/musicshape/actions/DotsAction.cpp
M  +2    -15   plugins/musicshape/actions/DotsAction.h
M  +2    -15   plugins/musicshape/actions/EraserAction.cpp
M  +2    -15   plugins/musicshape/actions/EraserAction.h
M  +2    -15   plugins/musicshape/actions/KeySignatureAction.cpp
M  +2    -15   plugins/musicshape/actions/KeySignatureAction.h
M  +2    -15   plugins/musicshape/actions/NoteEntryAction.cpp
M  +2    -15   plugins/musicshape/actions/NoteEntryAction.h
M  +2    -15   plugins/musicshape/actions/RemoveBarAction.cpp
M  +2    -15   plugins/musicshape/actions/RemoveBarAction.h
M  +2    -15   plugins/musicshape/actions/SelectionAction.cpp
M  +2    -15   plugins/musicshape/actions/SelectionAction.h
M  +2    -15   plugins/musicshape/actions/SetClefAction.cpp
M  +2    -15   plugins/musicshape/actions/SetClefAction.h
M  +2    -15   plugins/musicshape/actions/TiedNoteAction.cpp
M  +2    -15   plugins/musicshape/actions/TiedNoteAction.h
M  +2    -15   plugins/musicshape/actions/TimeSignatureAction.cpp
M  +2    -15   plugins/musicshape/actions/TimeSignatureAction.h
M  +2    -15   plugins/musicshape/commands/AddBarsCommand.cpp
M  +2    -15   plugins/musicshape/commands/AddBarsCommand.h
M  +2    -15   plugins/musicshape/commands/AddDotCommand.cpp
M  +2    -15   plugins/musicshape/commands/AddDotCommand.h
M  +2    -15   plugins/musicshape/commands/AddNoteCommand.cpp
M  +2    -15   plugins/musicshape/commands/AddNoteCommand.h
M  +2    -15   plugins/musicshape/commands/AddPartCommand.cpp
M  +2    -15   plugins/musicshape/commands/AddPartCommand.h
M  +2    -15   plugins/musicshape/commands/ChangePartDetailsCommand.cpp
M  +2    -15   plugins/musicshape/commands/ChangePartDetailsCommand.h
M  +2    -15   plugins/musicshape/commands/CreateChordCommand.cpp
M  +2    -15   plugins/musicshape/commands/CreateChordCommand.h
M  +2    -15   plugins/musicshape/commands/MakeRestCommand.cpp
M  +2    -15   plugins/musicshape/commands/MakeRestCommand.h
M  +2    -15   plugins/musicshape/commands/RemoveBarCommand.cpp
M  +2    -15   plugins/musicshape/commands/RemoveBarCommand.h
M  +2    -15   plugins/musicshape/commands/RemoveChordCommand.cpp
M  +2    -15   plugins/musicshape/commands/RemoveChordCommand.h
M  +2    -15   plugins/musicshape/commands/RemoveNoteCommand.cpp
M  +2    -15   plugins/musicshape/commands/RemoveNoteCommand.h
M  +2    -15   plugins/musicshape/commands/RemovePartCommand.cpp
M  +2    -15   plugins/musicshape/commands/RemovePartCommand.h
M  +2    -15   plugins/musicshape/commands/RemoveStaffElementCommand.cpp
M  +2    -15   plugins/musicshape/commands/RemoveStaffElementCommand.h
M  +2    -15   plugins/musicshape/commands/SetAccidentalsCommand.cpp
M  +2    -15   plugins/musicshape/commands/SetAccidentalsCommand.h
M  +2    -15   plugins/musicshape/commands/SetClefCommand.cpp
M  +2    -15   plugins/musicshape/commands/SetClefCommand.h
M  +2    -15   plugins/musicshape/commands/SetKeySignatureCommand.cpp
M  +2    -15   plugins/musicshape/commands/SetKeySignatureCommand.h
M  +2    -15   plugins/musicshape/commands/SetTimeSignatureCommand.cpp
M  +2    -15   plugins/musicshape/commands/SetTimeSignatureCommand.h
M  +2    -15   plugins/musicshape/commands/ToggleTiedNoteCommand.cpp
M  +2    -15   plugins/musicshape/commands/ToggleTiedNoteCommand.h
M  +2    -15   plugins/musicshape/core/Bar.cpp
M  +2    -15   plugins/musicshape/core/Bar.h
M  +2    -15   plugins/musicshape/core/Chord.cpp
M  +2    -15   plugins/musicshape/core/Chord.h
M  +2    -15   plugins/musicshape/core/Clef.cpp
M  +2    -15   plugins/musicshape/core/Clef.h
M  +2    -15   plugins/musicshape/core/Global.cpp
M  +2    -15   plugins/musicshape/core/Global.h
M  +2    -15   plugins/musicshape/core/KeySignature.cpp
M  +2    -15   plugins/musicshape/core/KeySignature.h
M  +2    -15   plugins/musicshape/core/MusicXmlReader.cpp
M  +2    -15   plugins/musicshape/core/MusicXmlReader.h
M  +2    -15   plugins/musicshape/core/MusicXmlWriter.cpp
M  +2    -15   plugins/musicshape/core/MusicXmlWriter.h
M  +2    -15   plugins/musicshape/core/Note.cpp
M  +2    -15   plugins/musicshape/core/Note.h
M  +2    -15   plugins/musicshape/core/Part.cpp
M  +2    -15   plugins/musicshape/core/Part.h
M  +2    -15   plugins/musicshape/core/PartGroup.cpp
M  +2    -15   plugins/musicshape/core/PartGroup.h
M  +2    -15   plugins/musicshape/core/Sheet.cpp
M  +2    -15   plugins/musicshape/core/Sheet.h
M  +2    -15   plugins/musicshape/core/Staff.cpp
M  +2    -15   plugins/musicshape/core/Staff.h
M  +2    -15   plugins/musicshape/core/StaffElement.cpp
M  +2    -15   plugins/musicshape/core/StaffElement.h
M  +2    -15   plugins/musicshape/core/StaffSystem.cpp
M  +2    -15   plugins/musicshape/core/StaffSystem.h
M  +2    -15   plugins/musicshape/core/TimeSignature.cpp
M  +2    -15   plugins/musicshape/core/TimeSignature.h
M  +2    -15   plugins/musicshape/core/Voice.cpp
M  +2    -15   plugins/musicshape/core/Voice.h
M  +2    -15   plugins/musicshape/core/VoiceBar.cpp
M  +2    -15   plugins/musicshape/core/VoiceBar.h
M  +2    -15   plugins/musicshape/core/VoiceElement.cpp
M  +2    -15   plugins/musicshape/core/VoiceElement.h
M  +2    -15   plugins/musicshape/core/tests/MusicXmlWriterTest.cpp
M  +2    -15   plugins/musicshape/core/tests/SheetTest.cpp
M  +2    -15   plugins/musicshape/core/tests/VoiceBarTest.cpp
M  +2    -15   plugins/musicshape/dialogs/KeySignatureDialog.cpp
M  +2    -15   plugins/musicshape/dialogs/KeySignatureDialog.h
M  +2    -15   plugins/musicshape/dialogs/PartDetailsDialog.cpp
M  +2    -15   plugins/musicshape/dialogs/PartDetailsDialog.h
M  +2    -15   plugins/musicshape/dialogs/PartsListModel.cpp
M  +2    -15   plugins/musicshape/dialogs/PartsListModel.h
M  +2    -15   plugins/musicshape/dialogs/PartsWidget.cpp
M  +2    -15   plugins/musicshape/dialogs/PartsWidget.h
M  +2    -15   plugins/musicshape/dialogs/SimpleEntryWidget.cpp
M  +2    -15   plugins/musicshape/dialogs/SimpleEntryWidget.h
M  +2    -15   plugins/musicshape/dialogs/StaffElementPreviewWidget.cpp
M  +2    -15   plugins/musicshape/dialogs/StaffElementPreviewWidget.h
M  +2    -15   plugins/musicshape/tests/MusicWidget.cpp
M  +2    -15   plugins/musicshape/tests/MusicWidget.h
M  +2    -15   plugins/musicshape/tests/MusicWidgetTest.cpp
M  +3    -16   plugins/pathshapes/PathShapesPlugin.cpp
M  +2    -15   plugins/pathshapes/PathShapesPlugin.h
M  +5    -18   plugins/pathshapes/ellipse/EllipseShape.cpp
M  +4    -17   plugins/pathshapes/ellipse/EllipseShape.h
M  +2    -15   plugins/pathshapes/ellipse/EllipseShapeConfigCommand.cpp
M  +2    -15   plugins/pathshapes/ellipse/EllipseShapeConfigCommand.h
M  +2    -15   plugins/pathshapes/ellipse/EllipseShapeConfigWidget.cpp
M  +2    -15   plugins/pathshapes/ellipse/EllipseShapeConfigWidget.h
M  +2    -15   plugins/pathshapes/ellipse/EllipseShapeFactory.cpp
M  +2    -15   plugins/pathshapes/ellipse/EllipseShapeFactory.h
M  +2    -15   plugins/pathshapes/enhancedpath/CalloutContainerModel.cpp
M  +2    -15   plugins/pathshapes/enhancedpath/CalloutContainerModel.h
M  +2    -15   plugins/pathshapes/enhancedpath/CalloutDebug.cpp
M  +2    -15   plugins/pathshapes/enhancedpath/CalloutDebug.h
M  +2    -15   plugins/pathshapes/enhancedpath/CalloutShape.cpp
M  +2    -15   plugins/pathshapes/enhancedpath/CalloutShape.h
M  +3    -16   plugins/pathshapes/enhancedpath/CalloutShapeFactory.cpp
M  +2    -15   plugins/pathshapes/enhancedpath/CalloutShapeFactory.h
M  +2    -15   plugins/pathshapes/enhancedpath/CalloutToolFactory.cpp
M  +2    -15   plugins/pathshapes/enhancedpath/CalloutToolFactory.h
M  +3    -16   plugins/pathshapes/enhancedpath/EnhancedPathCommand.cpp
M  +2    -15   plugins/pathshapes/enhancedpath/EnhancedPathCommand.h
M  +2    -15   plugins/pathshapes/enhancedpath/EnhancedPathFormula.cpp
M  +2    -15   plugins/pathshapes/enhancedpath/EnhancedPathFormula.h
M  +2    -15   plugins/pathshapes/enhancedpath/EnhancedPathHandle.cpp
M  +2    -15   plugins/pathshapes/enhancedpath/EnhancedPathHandle.h
M  +2    -15   plugins/pathshapes/enhancedpath/EnhancedPathParameter.cpp
M  +2    -15   plugins/pathshapes/enhancedpath/EnhancedPathParameter.h
M  +6    -19   plugins/pathshapes/enhancedpath/EnhancedPathShape.cpp
M  +4    -17   plugins/pathshapes/enhancedpath/EnhancedPathShape.h
M  +2    -15   plugins/pathshapes/enhancedpath/EnhancedPathShapeFactory.cpp
M  +2    -15   plugins/pathshapes/enhancedpath/EnhancedPathShapeFactory.h
M  +5    -18   plugins/pathshapes/rectangle/RectangleShape.cpp
M  +4    -17   plugins/pathshapes/rectangle/RectangleShape.h
M  +2    -15   plugins/pathshapes/rectangle/RectangleShapeConfigCommand.cpp
M  +2    -15   plugins/pathshapes/rectangle/RectangleShapeConfigCommand.h
M  +2    -15   plugins/pathshapes/rectangle/RectangleShapeConfigWidget.cpp
M  +2    -15   plugins/pathshapes/rectangle/RectangleShapeConfigWidget.h
M  +2    -15   plugins/pathshapes/rectangle/RectangleShapeFactory.cpp
M  +2    -15   plugins/pathshapes/rectangle/RectangleShapeFactory.h
M  +3    -16   plugins/pathshapes/spiral/SpiralShape.cpp
M  +3    -16   plugins/pathshapes/spiral/SpiralShape.h
M  +2    -15   plugins/pathshapes/spiral/SpiralShapeConfigCommand.cpp
M  +2    -15   plugins/pathshapes/spiral/SpiralShapeConfigCommand.h
M  +2    -15   plugins/pathshapes/spiral/SpiralShapeConfigWidget.cpp
M  +2    -15   plugins/pathshapes/spiral/SpiralShapeConfigWidget.h
M  +2    -15   plugins/pathshapes/spiral/SpiralShapeFactory.cpp
M  +2    -15   plugins/pathshapes/spiral/SpiralShapeFactory.h
M  +4    -17   plugins/pathshapes/star/StarShape.cpp
M  +3    -16   plugins/pathshapes/star/StarShape.h
M  +2    -15   plugins/pathshapes/star/StarShapeConfigCommand.cpp
M  +2    -15   plugins/pathshapes/star/StarShapeConfigCommand.h
M  +2    -15   plugins/pathshapes/star/StarShapeConfigWidget.cpp
M  +2    -15   plugins/pathshapes/star/StarShapeConfigWidget.h
M  +2    -15   plugins/pathshapes/star/StarShapeFactory.cpp
M  +2    -15   plugins/pathshapes/star/StarShapeFactory.h
M  +2    -15   plugins/pictureshape/ChangeImageCommand.cpp
M  +3    -16   plugins/pictureshape/ChangeImageCommand.h
M  +2    -15   plugins/pictureshape/ClipCommand.cpp
M  +2    -15   plugins/pictureshape/ClipCommand.h
M  +2    -15   plugins/pictureshape/ClippingRect.cpp
M  +3    -16   plugins/pictureshape/ClippingRect.h
M  +3    -16   plugins/pictureshape/CropWidget.cpp
M  +2    -15   plugins/pictureshape/CropWidget.h
M  +2    -15   plugins/pictureshape/PictureDebug.cpp
M  +2    -15   plugins/pictureshape/PictureDebug.h
M  +7    -20   plugins/pictureshape/PictureShape.cpp
M  +4    -17   plugins/pictureshape/PictureShape.h
M  +2    -15   plugins/pictureshape/PictureShapeConfigWidget.cpp
M  +2    -15   plugins/pictureshape/PictureShapeConfigWidget.h
M  +4    -17   plugins/pictureshape/PictureShapeFactory.cpp
M  +2    -15   plugins/pictureshape/PictureShapeFactory.h
M  +4    -17   plugins/pictureshape/PictureTool.cpp
M  +3    -16   plugins/pictureshape/PictureTool.h
M  +3    -16   plugins/pictureshape/PictureToolFactory.cpp
M  +2    -15   plugins/pictureshape/PictureToolFactory.h
M  +2    -15   plugins/pictureshape/Plugin.cpp
M  +2    -15   plugins/pictureshape/Plugin.h
M  +3    -16   plugins/pictureshape/SelectionRect.cpp
M  +2    -15   plugins/pictureshape/SelectionRect.h
M  +2    -15   plugins/pictureshape/filters/ColoringFilterEffect.cpp
M  +2    -15   plugins/pictureshape/filters/ColoringFilterEffect.h
M  +2    -15   plugins/pictureshape/filters/GammaFilterEffect.cpp
M  +2    -15   plugins/pictureshape/filters/GammaFilterEffect.h
M  +3    -16   plugins/pictureshape/filters/GreyscaleFilterEffect.cpp
M  +2    -15   plugins/pictureshape/filters/GreyscaleFilterEffect.h
M  +2    -15   plugins/pictureshape/filters/MonoFilterEffect.cpp
M  +2    -15   plugins/pictureshape/filters/MonoFilterEffect.h
M  +2    -15   plugins/pictureshape/filters/WatermarkFilterEffect.cpp
M  +2    -15   plugins/pictureshape/filters/WatermarkFilterEffect.h
M  +4    -17   plugins/pluginshape/Plugin.cpp
M  +2    -15   plugins/pluginshape/Plugin.h
M  +3    -16   plugins/pluginshape/PluginShape.cpp
M  +2    -15   plugins/pluginshape/PluginShape.h
M  +2    -15   plugins/pluginshape/PluginShapeFactory.cpp
M  +3    -16   plugins/pluginshape/PluginShapeFactory.h
M  +2    -2    plugins/semanticitems/contact/KoContactSemanticItemFactory.cpp
M  +2    -2    plugins/semanticitems/contact/KoContactSemanticItemFactory.h
M  +2    -2    plugins/semanticitems/contact/KoContactSemanticItemPlugin.cpp
M  +2    -2    plugins/semanticitems/contact/KoContactSemanticItemPlugin.h
M  +3    -16   plugins/semanticitems/contact/KoRdfFoaF.cpp
M  +3    -16   plugins/semanticitems/contact/KoRdfFoaF.h
M  +2    -15   plugins/semanticitems/contact/KoRdfFoaFTreeWidgetItem.cpp
M  +3    -16   plugins/semanticitems/contact/KoRdfFoaFTreeWidgetItem.h
M  +4    -17   plugins/semanticitems/event/KoEventSemanticItemFactory.cpp
M  +4    -17   plugins/semanticitems/event/KoEventSemanticItemFactory.h
M  +2    -2    plugins/semanticitems/event/KoEventSemanticItemPlugin.cpp
M  +2    -2    plugins/semanticitems/event/KoEventSemanticItemPlugin.h
M  +3    -16   plugins/semanticitems/event/KoRdfCalendarEvent.cpp
M  +3    -16   plugins/semanticitems/event/KoRdfCalendarEvent.h
M  +2    -15   plugins/semanticitems/event/KoRdfCalendarEventTreeWidgetItem.cpp
M  +3    -16   plugins/semanticitems/event/KoRdfCalendarEventTreeWidgetItem.h
M  +4    -17   plugins/semanticitems/location/KoLocationSemanticItemFactory.cpp
M  +4    -17   plugins/semanticitems/location/KoLocationSemanticItemFactory.h
M  +2    -2    plugins/semanticitems/location/KoLocationSemanticItemPlugin.cpp
M  +2    -2    plugins/semanticitems/location/KoLocationSemanticItemPlugin.h
M  +4    -17   plugins/semanticitems/location/KoRdfLocation.cpp
M  +3    -16   plugins/semanticitems/location/KoRdfLocation.h
M  +3    -16   plugins/semanticitems/location/KoRdfLocationEditWidget.cpp
M  +3    -16   plugins/semanticitems/location/KoRdfLocationEditWidget.h
M  +3    -16   plugins/semanticitems/location/KoRdfLocationTreeWidgetItem.cpp
M  +3    -16   plugins/semanticitems/location/KoRdfLocationTreeWidgetItem.h
M  +2    -15   plugins/shapefiltereffects/BlendEffect.cpp
M  +2    -15   plugins/shapefiltereffects/BlendEffect.h
M  +2    -15   plugins/shapefiltereffects/BlendEffectConfigWidget.cpp
M  +2    -15   plugins/shapefiltereffects/BlendEffectConfigWidget.h
M  +2    -15   plugins/shapefiltereffects/BlendEffectFactory.cpp
M  +2    -15   plugins/shapefiltereffects/BlendEffectFactory.h
M  +2    -15   plugins/shapefiltereffects/BlurEffect.cpp
M  +2    -15   plugins/shapefiltereffects/BlurEffect.h
M  +2    -15   plugins/shapefiltereffects/BlurEffectConfigWidget.cpp
M  +2    -15   plugins/shapefiltereffects/BlurEffectConfigWidget.h
M  +2    -15   plugins/shapefiltereffects/BlurEffectFactory.cpp
M  +2    -15   plugins/shapefiltereffects/BlurEffectFactory.h
M  +2    -15   plugins/shapefiltereffects/ColorChannelConversion.h
M  +2    -15   plugins/shapefiltereffects/ColorMatrixEffect.cpp
M  +2    -15   plugins/shapefiltereffects/ColorMatrixEffect.h
M  +2    -15   plugins/shapefiltereffects/ColorMatrixEffectConfigWidget.cpp
M  +2    -15   plugins/shapefiltereffects/ColorMatrixEffectConfigWidget.h
M  +2    -15   plugins/shapefiltereffects/ColorMatrixEffectFactory.cpp
M  +2    -15   plugins/shapefiltereffects/ColorMatrixEffectFactory.h
M  +2    -15   plugins/shapefiltereffects/ComponentTransferEffect.cpp
M  +2    -15   plugins/shapefiltereffects/ComponentTransferEffect.h
M  +2    -15   plugins/shapefiltereffects/ComponentTransferEffectConfigWidget.cpp
M  +2    -15   plugins/shapefiltereffects/ComponentTransferEffectConfigWidget.h
M  +2    -15   plugins/shapefiltereffects/ComponentTransferEffectFactory.cpp
M  +2    -15   plugins/shapefiltereffects/ComponentTransferEffectFactory.h
M  +2    -15   plugins/shapefiltereffects/CompositeEffect.cpp
M  +2    -15   plugins/shapefiltereffects/CompositeEffect.h
M  +2    -15   plugins/shapefiltereffects/CompositeEffectConfigWidget.cpp
M  +2    -15   plugins/shapefiltereffects/CompositeEffectConfigWidget.h
M  +2    -15   plugins/shapefiltereffects/CompositeEffectFactory.cpp
M  +2    -15   plugins/shapefiltereffects/CompositeEffectFactory.h
M  +2    -15   plugins/shapefiltereffects/ConvolveMatrixEffect.cpp
M  +2    -15   plugins/shapefiltereffects/ConvolveMatrixEffect.h
M  +2    -15   plugins/shapefiltereffects/ConvolveMatrixEffectConfigWidget.cpp
M  +2    -15   plugins/shapefiltereffects/ConvolveMatrixEffectConfigWidget.h
M  +2    -15   plugins/shapefiltereffects/ConvolveMatrixEffectFactory.cpp
M  +2    -15   plugins/shapefiltereffects/ConvolveMatrixEffectFactory.h
M  +2    -15   plugins/shapefiltereffects/FilterEffectsPlugin.cpp
M  +2    -15   plugins/shapefiltereffects/FilterEffectsPlugin.h
M  +2    -15   plugins/shapefiltereffects/FloodEffect.cpp
M  +2    -15   plugins/shapefiltereffects/FloodEffect.h
M  +2    -15   plugins/shapefiltereffects/FloodEffectConfigWidget.cpp
M  +2    -15   plugins/shapefiltereffects/FloodEffectConfigWidget.h
M  +2    -15   plugins/shapefiltereffects/FloodEffectFactory.cpp
M  +2    -15   plugins/shapefiltereffects/FloodEffectFactory.h
M  +2    -15   plugins/shapefiltereffects/ImageEffect.cpp
M  +2    -15   plugins/shapefiltereffects/ImageEffect.h
M  +2    -15   plugins/shapefiltereffects/ImageEffectConfigWidget.cpp
M  +2    -15   plugins/shapefiltereffects/ImageEffectConfigWidget.h
M  +2    -15   plugins/shapefiltereffects/ImageEffectFactory.cpp
M  +2    -15   plugins/shapefiltereffects/ImageEffectFactory.h
M  +2    -15   plugins/shapefiltereffects/MatrixDataModel.cpp
M  +2    -15   plugins/shapefiltereffects/MatrixDataModel.h
M  +2    -15   plugins/shapefiltereffects/MergeEffect.cpp
M  +2    -15   plugins/shapefiltereffects/MergeEffect.h
M  +2    -15   plugins/shapefiltereffects/MergeEffectConfigWidget.cpp
M  +2    -15   plugins/shapefiltereffects/MergeEffectConfigWidget.h
M  +2    -15   plugins/shapefiltereffects/MergeEffectFactory.cpp
M  +2    -15   plugins/shapefiltereffects/MergeEffectFactory.h
M  +2    -15   plugins/shapefiltereffects/MorphologyEffect.cpp
M  +2    -15   plugins/shapefiltereffects/MorphologyEffect.h
M  +2    -15   plugins/shapefiltereffects/MorphologyEffectConfigWidget.cpp
M  +2    -15   plugins/shapefiltereffects/MorphologyEffectConfigWidget.h
M  +2    -15   plugins/shapefiltereffects/MorphologyEffectFactory.cpp
M  +2    -15   plugins/shapefiltereffects/MorphologyEffectFactory.h
M  +2    -15   plugins/shapefiltereffects/OffsetEffect.cpp
M  +2    -15   plugins/shapefiltereffects/OffsetEffect.h
M  +2    -15   plugins/shapefiltereffects/OffsetEffectConfigWidget.cpp
M  +2    -15   plugins/shapefiltereffects/OffsetEffectConfigWidget.h
M  +2    -15   plugins/shapefiltereffects/OffsetEffectFactory.cpp
M  +2    -15   plugins/shapefiltereffects/OffsetEffectFactory.h
M  +2    -15   plugins/spacenavigator/Plugin.cpp
M  +2    -15   plugins/spacenavigator/Plugin.h
M  +2    -15   plugins/spacenavigator/SpaceNavigatorDebug.cpp
M  +2    -15   plugins/spacenavigator/SpaceNavigatorDebug.h
M  +2    -15   plugins/spacenavigator/SpaceNavigatorDevice.cpp
M  +2    -15   plugins/spacenavigator/SpaceNavigatorDevice.h
M  +2    -15   plugins/spacenavigator/SpaceNavigatorEvent.cpp
M  +2    -15   plugins/spacenavigator/SpaceNavigatorEvent.h
M  +3    -16   plugins/spacenavigator/SpaceNavigatorPollingThread.cpp
M  +3    -16   plugins/spacenavigator/SpaceNavigatorPollingThread.h
M  +3    -16   plugins/staging/templateshape/ChangeSomethingCommand.cpp
M  +4    -17   plugins/staging/templateshape/ChangeSomethingCommand.h
M  +2    -15   plugins/staging/templateshape/TemplateShape.cpp
M  +2    -15   plugins/staging/templateshape/TemplateShape.h
M  +2    -15   plugins/staging/templateshape/TemplateShapeFactory.cpp
M  +2    -15   plugins/staging/templateshape/TemplateShapeFactory.h
M  +2    -15   plugins/staging/templateshape/TemplateShapePlugin.cpp
M  +2    -15   plugins/staging/templateshape/TemplateShapePlugin.h
M  +4    -17   plugins/staging/templateshape/TemplateTool.cpp
M  +4    -17   plugins/staging/templateshape/TemplateTool.h
M  +3    -16   plugins/staging/templateshape/TemplateToolFactory.cpp
M  +3    -16   plugins/staging/templateshape/TemplateToolFactory.h
M  +2    -15   plugins/staging/threedshape/Object3D.cpp
M  +2    -15   plugins/staging/threedshape/Object3D.h
M  +2    -15   plugins/staging/threedshape/Objects.cpp
M  +2    -15   plugins/staging/threedshape/Objects.h
M  +2    -15   plugins/staging/threedshape/SceneObject.cpp
M  +2    -15   plugins/staging/threedshape/SceneObject.h
M  +2    -15   plugins/staging/threedshape/ThreedDebug.cpp
M  +2    -15   plugins/staging/threedshape/ThreedDebug.h
M  +2    -15   plugins/staging/threedshape/ThreedShapeFactory.cpp
M  +2    -15   plugins/staging/threedshape/ThreedShapeFactory.h
M  +2    -15   plugins/staging/threedshape/ThreedShapePlugin.cpp
M  +2    -15   plugins/staging/threedshape/ThreedShapePlugin.h
M  +2    -15   plugins/staging/threedshape/utils.cpp
M  +2    -15   plugins/staging/threedshape/utils.h
M  +2    -15   plugins/stencilsdocker/CollectionItemModel.cpp
M  +2    -15   plugins/stencilsdocker/CollectionItemModel.h
M  +2    -15   plugins/stencilsdocker/CollectionTreeWidget.cpp
M  +2    -15   plugins/stencilsdocker/CollectionTreeWidget.h
M  +2    -15   plugins/stencilsdocker/StencilBoxDebug.cpp
M  +2    -15   plugins/stencilsdocker/StencilBoxDebug.h
M  +2    -15   plugins/stencilsdocker/StencilBoxDocker.cpp
M  +2    -15   plugins/stencilsdocker/StencilBoxDocker.h
M  +2    -15   plugins/stencilsdocker/StencilBoxDockerFactory.h
M  +2    -15   plugins/stencilsdocker/StencilBoxDocker_p.h
M  +2    -15   plugins/stencilsdocker/StencilBoxPlugin.cpp
M  +2    -15   plugins/stencilsdocker/StencilBoxPlugin.h
M  +2    -15   plugins/stencilsdocker/StencilListView.cpp
M  +2    -15   plugins/stencilsdocker/StencilListView.h
M  +3    -16   plugins/stencilsdocker/StencilShapeFactory.cpp
M  +3    -16   plugins/stencilsdocker/StencilShapeFactory.h
M  +3    -16   plugins/textediting/autocorrection/Autocorrect.cpp
M  +3    -16   plugins/textediting/autocorrection/Autocorrect.h
M  +2    -15   plugins/textediting/autocorrection/AutocorrectConfigDialog.cpp
M  +2    -15   plugins/textediting/autocorrection/AutocorrectConfigDialog.h
M  +2    -15   plugins/textediting/autocorrection/AutocorrectDebug.cpp
M  +2    -15   plugins/textediting/autocorrection/AutocorrectDebug.h
M  +2    -15   plugins/textediting/autocorrection/AutocorrectFactory.cpp
M  +2    -15   plugins/textediting/autocorrection/AutocorrectFactory.h
M  +2    -15   plugins/textediting/autocorrection/AutocorrectPlugin.cpp
M  +2    -15   plugins/textediting/autocorrection/AutocorrectPlugin.h
M  +2    -15   plugins/textediting/changecase/Changecase.cpp
M  +2    -15   plugins/textediting/changecase/Changecase.h
M  +2    -15   plugins/textediting/changecase/ChangecaseDebug.cpp
M  +2    -15   plugins/textediting/changecase/ChangecaseDebug.h
M  +2    -15   plugins/textediting/changecase/ChangecaseFactory.cpp
M  +2    -15   plugins/textediting/changecase/ChangecaseFactory.h
M  +2    -15   plugins/textediting/changecase/ChangecasePlugin.cpp
M  +2    -15   plugins/textediting/changecase/ChangecasePlugin.h
M  +3    -16   plugins/textediting/spellcheck/BgSpellCheck.cpp
M  +3    -16   plugins/textediting/spellcheck/BgSpellCheck.h
M  +5    -18   plugins/textediting/spellcheck/SpellCheck.cpp
M  +5    -18   plugins/textediting/spellcheck/SpellCheck.h
M  +2    -15   plugins/textediting/spellcheck/SpellCheckDebug.cpp
M  +2    -15   plugins/textediting/spellcheck/SpellCheckDebug.h
M  +2    -15   plugins/textediting/spellcheck/SpellCheckFactory.cpp
M  +2    -15   plugins/textediting/spellcheck/SpellCheckFactory.h
M  +3    -16   plugins/textediting/spellcheck/SpellCheckMenu.cpp
M  +3    -16   plugins/textediting/spellcheck/SpellCheckMenu.h
M  +2    -15   plugins/textediting/spellcheck/SpellCheckPlugin.cpp
M  +2    -15   plugins/textediting/spellcheck/SpellCheckPlugin.h
M  +4    -17   plugins/textediting/thesaurus/Thesaurus.cpp
M  +3    -16   plugins/textediting/thesaurus/Thesaurus.h
M  +2    -15   plugins/textediting/thesaurus/ThesaurusDebug.cpp
M  +2    -15   plugins/textediting/thesaurus/ThesaurusDebug.h
M  +2    -15   plugins/textediting/thesaurus/ThesaurusFactory.cpp
M  +2    -15   plugins/textediting/thesaurus/ThesaurusFactory.h
M  +2    -15   plugins/textediting/thesaurus/ThesaurusPlugin.cpp
M  +2    -15   plugins/textediting/thesaurus/ThesaurusPlugin.h
M  +3    -15   plugins/textediting/thesaurus/extract.pl
M  +2    -15   plugins/textshape/AnnotationTextShape.cpp
M  +2    -15   plugins/textshape/AnnotationTextShape.h
M  +2    -15   plugins/textshape/AnnotationTextShapeFactory.cpp
M  +2    -15   plugins/textshape/AnnotationTextShapeFactory.h
M  +3    -16   plugins/textshape/ChangeTracker.cpp
M  +3    -16   plugins/textshape/ChangeTracker.h
M  +14   -26   plugins/textshape/FontFamilyAction.cpp
M  +12   -24   plugins/textshape/FontFamilyAction.h
M  +12   -24   plugins/textshape/FontSizeAction.cpp
M  +10   -23   plugins/textshape/FontSizeAction.h
M  +3    -16   plugins/textshape/ReferencesTool.cpp
M  +3    -16   plugins/textshape/ReferencesTool.h
M  +2    -15   plugins/textshape/ReferencesToolFactory.cpp
M  +2    -15   plugins/textshape/ReferencesToolFactory.h
M  +3    -16   plugins/textshape/ReviewTool.cpp
M  +2    -15   plugins/textshape/ReviewTool.h
M  +2    -15   plugins/textshape/ReviewToolFactory.cpp
M  +2    -15   plugins/textshape/ReviewToolFactory.h
M  +3    -16   plugins/textshape/ShrinkToFitShapeContainer.cpp
M  +3    -16   plugins/textshape/ShrinkToFitShapeContainer.h
M  +2    -15   plugins/textshape/SimpleRootAreaProvider.cpp
M  +2    -15   plugins/textshape/SimpleRootAreaProvider.h
M  +2    -15   plugins/textshape/TextChange.cpp
M  +2    -15   plugins/textshape/TextChange.h
M  +2    -15   plugins/textshape/TextChanges.cpp
M  +2    -15   plugins/textshape/TextChanges.h
M  +2    -15   plugins/textshape/TextDocumentInspectionDocker.cpp
M  +2    -15   plugins/textshape/TextDocumentInspectionDocker.h
M  +2    -15   plugins/textshape/TextDocumentInspectionDockerFactory.cpp
M  +2    -15   plugins/textshape/TextDocumentInspectionDockerFactory.h
M  +2    -15   plugins/textshape/TextDocumentStructureModel.cpp
M  +2    -15   plugins/textshape/TextDocumentStructureModel.h
M  +2    -15   plugins/textshape/TextEditingPluginContainer.cpp
M  +2    -15   plugins/textshape/TextEditingPluginContainer.h
M  +2    -15   plugins/textshape/TextPlugin.cpp
M  +2    -15   plugins/textshape/TextPlugin.h
M  +5    -18   plugins/textshape/TextShape.cpp
M  +5    -18   plugins/textshape/TextShape.h
M  +2    -15   plugins/textshape/TextShapeDebug.cpp
M  +4    -17   plugins/textshape/TextShapeDebug.h
M  +4    -17   plugins/textshape/TextShapeFactory.cpp
M  +3    -16   plugins/textshape/TextShapeFactory.h
M  +8    -21   plugins/textshape/TextTool.cpp
M  +7    -20   plugins/textshape/TextTool.h
M  +2    -15   plugins/textshape/TextToolFactory.cpp
M  +2    -15   plugins/textshape/TextToolFactory.h
M  +3    -18   plugins/textshape/commands/AcceptChangeCommand.cpp
M  +3    -18   plugins/textshape/commands/AcceptChangeCommand.h
M  +3    -20   plugins/textshape/commands/AutoResizeCommand.cpp
M  +3    -19   plugins/textshape/commands/AutoResizeCommand.h
M  +2    -15   plugins/textshape/commands/ChangeListLevelCommand.cpp
M  +2    -15   plugins/textshape/commands/ChangeListLevelCommand.h
M  +2    -15   plugins/textshape/commands/RejectChangeCommand.cpp
M  +2    -15   plugins/textshape/commands/RejectChangeCommand.h
M  +5    -20   plugins/textshape/commands/ShowChangesCommand.cpp
M  +4    -19   plugins/textshape/commands/ShowChangesCommand.h
M  +2    -15   plugins/textshape/dialogs/AbstractStylesModel.cpp
M  +2    -15   plugins/textshape/dialogs/AbstractStylesModel.h
M  +2    -15   plugins/textshape/dialogs/AcceptRejectChangeDialog.cpp
M  +2    -15   plugins/textshape/dialogs/AcceptRejectChangeDialog.h
M  +2    -15   plugins/textshape/dialogs/BibliographyConfigureDialog.cpp
M  +2    -15   plugins/textshape/dialogs/BibliographyConfigureDialog.h
M  +2    -15   plugins/textshape/dialogs/BibliographyPreview.cpp
M  +2    -15   plugins/textshape/dialogs/BibliographyPreview.h
M  +2    -15   plugins/textshape/dialogs/BibliographyTemplate.cpp
M  +2    -15   plugins/textshape/dialogs/BibliographyTemplate.h
M  +2    -15   plugins/textshape/dialogs/ChangeConfigureDialog.cpp
M  +2    -15   plugins/textshape/dialogs/ChangeConfigureDialog.h
M  +2    -15   plugins/textshape/dialogs/ChangeTrackingOptionsWidget.cpp
M  +2    -15   plugins/textshape/dialogs/ChangeTrackingOptionsWidget.h
M  +5    -18   plugins/textshape/dialogs/CharacterGeneral.cpp
M  +3    -16   plugins/textshape/dialogs/CharacterGeneral.h
M  +6    -19   plugins/textshape/dialogs/CharacterHighlighting.cpp
M  +5    -18   plugins/textshape/dialogs/CharacterHighlighting.h
M  +2    -15   plugins/textshape/dialogs/CitationInsertionDialog.cpp
M  +2    -15   plugins/textshape/dialogs/CitationInsertionDialog.h
M  +2    -15   plugins/textshape/dialogs/DockerStylesComboModel.cpp
M  +2    -15   plugins/textshape/dialogs/DockerStylesComboModel.h
M  +4    -17   plugins/textshape/dialogs/FontDecorations.cpp
M  +4    -17   plugins/textshape/dialogs/FontDecorations.h
M  +6    -19   plugins/textshape/dialogs/FontDia.cpp
M  +6    -19   plugins/textshape/dialogs/FontDia.h
M  +3    -16   plugins/textshape/dialogs/FormattingButton.cpp
M  +3    -16   plugins/textshape/dialogs/FormattingButton.h
M  +4    -17   plugins/textshape/dialogs/FormattingPreview.cpp
M  +4    -17   plugins/textshape/dialogs/FormattingPreview.h
M  +2    -15   plugins/textshape/dialogs/InsertBibliographyDialog.cpp
M  +2    -15   plugins/textshape/dialogs/InsertBibliographyDialog.h
M  +2    -15   plugins/textshape/dialogs/InsertCharacter.cpp
M  +2    -15   plugins/textshape/dialogs/InsertCharacter.h
M  +2    -15   plugins/textshape/dialogs/LanguageTab.cpp
M  +3    -16   plugins/textshape/dialogs/LanguageTab.h
M  +4    -18   plugins/textshape/dialogs/LinkInsertionDialog.cpp
M  +2    -15   plugins/textshape/dialogs/LinkInsertionDialog.h
M  +2    -15   plugins/textshape/dialogs/ListLevelChooser.cpp
M  +2    -15   plugins/textshape/dialogs/ListLevelChooser.h
M  +3    -16   plugins/textshape/dialogs/ListLevelWidget.cpp
M  +4    -17   plugins/textshape/dialogs/ListLevelWidget.h
M  +3    -16   plugins/textshape/dialogs/ListsSpinBox.cpp
M  +2    -15   plugins/textshape/dialogs/ListsSpinBox.h
M  +3    -16   plugins/textshape/dialogs/ManageBookmarkDialog.cpp
M  +3    -16   plugins/textshape/dialogs/ManageBookmarkDialog.h
M  +2    -15   plugins/textshape/dialogs/NotesConfigurationDialog.cpp
M  +2    -15   plugins/textshape/dialogs/NotesConfigurationDialog.h
M  +4    -17   plugins/textshape/dialogs/ParagraphBulletsNumbers.cpp
M  +2    -15   plugins/textshape/dialogs/ParagraphBulletsNumbers.h
M  +3    -16   plugins/textshape/dialogs/ParagraphDecorations.cpp
M  +4    -17   plugins/textshape/dialogs/ParagraphDecorations.h
M  +4    -17   plugins/textshape/dialogs/ParagraphDropCaps.cpp
M  +3    -16   plugins/textshape/dialogs/ParagraphDropCaps.h
M  +4    -17   plugins/textshape/dialogs/ParagraphGeneral.cpp
M  +3    -16   plugins/textshape/dialogs/ParagraphGeneral.h
M  +4    -17   plugins/textshape/dialogs/ParagraphIndentSpacing.cpp
M  +2    -15   plugins/textshape/dialogs/ParagraphIndentSpacing.h
M  +3    -16   plugins/textshape/dialogs/ParagraphLayout.cpp
M  +2    -15   plugins/textshape/dialogs/ParagraphLayout.h
M  +2    -15   plugins/textshape/dialogs/ParagraphSettingsDialog.cpp
M  +2    -15   plugins/textshape/dialogs/ParagraphSettingsDialog.h
M  +3    -16   plugins/textshape/dialogs/QuickTableButton.cpp
M  +2    -15   plugins/textshape/dialogs/QuickTableButton.h
M  +2    -15   plugins/textshape/dialogs/SectionFormatDialog.cpp
M  +2    -15   plugins/textshape/dialogs/SectionFormatDialog.h
M  +2    -15   plugins/textshape/dialogs/SectionsSplitDialog.cpp
M  +2    -15   plugins/textshape/dialogs/SectionsSplitDialog.h
M  +2    -15   plugins/textshape/dialogs/SimpleCaptionsWidget.cpp
M  +2    -15   plugins/textshape/dialogs/SimpleCaptionsWidget.h
M  +4    -17   plugins/textshape/dialogs/SimpleCharacterWidget.cpp
M  +4    -17   plugins/textshape/dialogs/SimpleCharacterWidget.h
M  +2    -15   plugins/textshape/dialogs/SimpleCitationBibliographyWidget.cpp
M  +2    -15   plugins/textshape/dialogs/SimpleCitationBibliographyWidget.h
M  +2    -15   plugins/textshape/dialogs/SimpleFootEndNotesWidget.cpp
M  +2    -15   plugins/textshape/dialogs/SimpleFootEndNotesWidget.h
M  +3    -16   plugins/textshape/dialogs/SimpleInsertWidget.cpp
M  +2    -15   plugins/textshape/dialogs/SimpleInsertWidget.h
M  +5    -18   plugins/textshape/dialogs/SimpleLinksWidget.cpp
M  +5    -18   plugins/textshape/dialogs/SimpleLinksWidget.h
M  +5    -18   plugins/textshape/dialogs/SimpleParagraphWidget.cpp
M  +5    -18   plugins/textshape/dialogs/SimpleParagraphWidget.h
M  +2    -15   plugins/textshape/dialogs/SimpleSpellCheckingWidget.cpp
M  +2    -15   plugins/textshape/dialogs/SimpleSpellCheckingWidget.h
M  +3    -16   plugins/textshape/dialogs/SimpleTableOfContentsWidget.cpp
M  +3    -16   plugins/textshape/dialogs/SimpleTableOfContentsWidget.h
M  +2    -15   plugins/textshape/dialogs/SimpleTableWidget.cpp
M  +2    -15   plugins/textshape/dialogs/SimpleTableWidget.h
M  +2    -15   plugins/textshape/dialogs/SpecialButton.cpp
M  +2    -15   plugins/textshape/dialogs/SpecialButton.h
M  +3    -16   plugins/textshape/dialogs/StyleManager.cpp
M  +3    -16   plugins/textshape/dialogs/StyleManager.h
M  +2    -15   plugins/textshape/dialogs/StyleManagerDialog.cpp
M  +2    -15   plugins/textshape/dialogs/StyleManagerDialog.h
M  +2    -15   plugins/textshape/dialogs/StyleManagerWelcome.cpp
M  +2    -15   plugins/textshape/dialogs/StyleManagerWelcome.h
M  +2    -15   plugins/textshape/dialogs/StylesCombo.cpp
M  +2    -15   plugins/textshape/dialogs/StylesCombo.h
M  +2    -15   plugins/textshape/dialogs/StylesComboPreview.cpp
M  +2    -15   plugins/textshape/dialogs/StylesComboPreview.h
M  +3    -16   plugins/textshape/dialogs/StylesDelegate.cpp
M  +3    -16   plugins/textshape/dialogs/StylesDelegate.h
M  +2    -15   plugins/textshape/dialogs/StylesFilteredModelBase.cpp
M  +2    -15   plugins/textshape/dialogs/StylesFilteredModelBase.h
M  +2    -15   plugins/textshape/dialogs/StylesManagerModel.cpp
M  +2    -15   plugins/textshape/dialogs/StylesManagerModel.h
M  +4    -17   plugins/textshape/dialogs/StylesModel.cpp
M  +4    -17   plugins/textshape/dialogs/StylesModel.h
M  +2    -15   plugins/textshape/dialogs/StylesSortFilterProxyModel.cpp
M  +2    -15   plugins/textshape/dialogs/StylesSortFilterProxyModel.h
M  +2    -15   plugins/textshape/dialogs/StylesWidget.cpp
M  +2    -15   plugins/textshape/dialogs/StylesWidget.h
M  +2    -15   plugins/textshape/dialogs/TableDialog.cpp
M  +2    -15   plugins/textshape/dialogs/TableDialog.h
M  +2    -15   plugins/textshape/dialogs/TableOfContentsConfigure.cpp
M  +2    -15   plugins/textshape/dialogs/TableOfContentsConfigure.h
M  +2    -15   plugins/textshape/dialogs/TableOfContentsEntryDelegate.cpp
M  +2    -15   plugins/textshape/dialogs/TableOfContentsEntryDelegate.h
M  +2    -15   plugins/textshape/dialogs/TableOfContentsEntryModel.cpp
M  +2    -15   plugins/textshape/dialogs/TableOfContentsEntryModel.h
M  +2    -15   plugins/textshape/dialogs/TableOfContentsPreview.cpp
M  +2    -15   plugins/textshape/dialogs/TableOfContentsPreview.h
M  +2    -15   plugins/textshape/dialogs/TableOfContentsStyleConfigure.cpp
M  +2    -15   plugins/textshape/dialogs/TableOfContentsStyleConfigure.h
M  +2    -15   plugins/textshape/dialogs/TableOfContentsStyleDelegate.cpp
M  +2    -15   plugins/textshape/dialogs/TableOfContentsStyleDelegate.h
M  +2    -15   plugins/textshape/dialogs/TableOfContentsStyleModel.cpp
M  +2    -15   plugins/textshape/dialogs/TableOfContentsStyleModel.h
M  +2    -15   plugins/textshape/dialogs/TableOfContentsTemplate.cpp
M  +2    -15   plugins/textshape/dialogs/TableOfContentsTemplate.h
M  +2    -15   plugins/textshape/dialogs/TrackedChangeManager.cpp
M  +2    -15   plugins/textshape/dialogs/TrackedChangeManager.h
M  +2    -15   plugins/textshape/dialogs/TrackedChangeModel.cpp
M  +2    -15   plugins/textshape/dialogs/TrackedChangeModel.h
M  +2    -15   plugins/textshape/dialogs/ValidParentStylesProxyModel.cpp
M  +2    -15   plugins/textshape/dialogs/ValidParentStylesProxyModel.h
M  +2    -14   plugins/textshape/tests/MockTextShape.h
M  +2    -14   plugins/textshape/tests/TestDocumentLayout.cpp
M  +2    -14   plugins/textshape/tests/TestDocumentLayout.h
M  +2    -14   plugins/textshape/tests/TestTextTool.cpp
M  +2    -14   plugins/textshape/tests/TestTextTool.h
M  +2    -15   plugins/variables/ChapterVariable.cpp
M  +2    -15   plugins/variables/ChapterVariable.h
M  +2    -15   plugins/variables/ChapterVariableFactory.cpp
M  +2    -15   plugins/variables/ChapterVariableFactory.h
M  +4    -17   plugins/variables/DateVariable.cpp
M  +3    -16   plugins/variables/DateVariable.h
M  +3    -16   plugins/variables/DateVariableFactory.cpp
M  +3    -16   plugins/variables/DateVariableFactory.h
M  +2    -15   plugins/variables/FixedDateFormat.cpp
M  +2    -15   plugins/variables/FixedDateFormat.h
M  +3    -16   plugins/variables/InfoVariable.cpp
M  +3    -16   plugins/variables/InfoVariable.h
M  +3    -16   plugins/variables/InfoVariableFactory.cpp
M  +3    -16   plugins/variables/InfoVariableFactory.h
M  +4    -17   plugins/variables/PageVariable.cpp
M  +4    -17   plugins/variables/PageVariable.h
M  +3    -16   plugins/variables/PageVariableFactory.cpp
M  +3    -16   plugins/variables/PageVariableFactory.h
M  +2    -15   plugins/variables/UserVariable.cpp
M  +2    -15   plugins/variables/UserVariable.h
M  +2    -15   plugins/variables/UserVariableFactory.cpp
M  +2    -15   plugins/variables/UserVariableFactory.h
M  +2    -15   plugins/variables/UserVariableOptionsWidget.cpp
M  +2    -15   plugins/variables/UserVariableOptionsWidget.h
M  +2    -15   plugins/variables/VariablesDebug.cpp
M  +2    -15   plugins/variables/VariablesDebug.h
M  +3    -16   plugins/variables/VariablesPlugin.cpp
M  +2    -15   plugins/variables/VariablesPlugin.h
M  +3    -16   plugins/vectorshape/ChangeVectorDataCommand.cpp
M  +3    -16   plugins/vectorshape/ChangeVectorDataCommand.h
M  +2    -15   plugins/vectorshape/VectorDebug.cpp
M  +2    -15   plugins/vectorshape/VectorDebug.h
M  +3    -16   plugins/vectorshape/VectorShape.cpp
M  +3    -16   plugins/vectorshape/VectorShape.h
M  +3    -16   plugins/vectorshape/VectorShapeConfigWidget.cpp
M  +3    -16   plugins/vectorshape/VectorShapeConfigWidget.h
M  +2    -15   plugins/vectorshape/VectorShapeFactory.cpp
M  +2    -15   plugins/vectorshape/VectorShapeFactory.h
M  +2    -15   plugins/vectorshape/VectorShapePlugin.cpp
M  +2    -15   plugins/vectorshape/VectorShapePlugin.h
M  +4    -17   plugins/vectorshape/VectorTool.cpp
M  +3    -16   plugins/vectorshape/VectorTool.h
M  +3    -16   plugins/vectorshape/VectorToolFactory.cpp
M  +2    -15   plugins/vectorshape/VectorToolFactory.h
M  +2    -15   plugins/videoshape/ChangeVideoCommand.cpp
M  +2    -15   plugins/videoshape/ChangeVideoCommand.h
M  +3    -16   plugins/videoshape/FullScreenPlayer.cpp
M  +3    -16   plugins/videoshape/FullScreenPlayer.h
M  +2    -15   plugins/videoshape/Plugin.cpp
M  +2    -15   plugins/videoshape/Plugin.h
M  +3    -16   plugins/videoshape/SelectVideoWidget.cpp
M  +3    -16   plugins/videoshape/SelectVideoWidget.h
M  +4    -17   plugins/videoshape/VideoCollection.cpp
M  +2    -15   plugins/videoshape/VideoCollection.h
M  +6    -19   plugins/videoshape/VideoData.cpp
M  +5    -18   plugins/videoshape/VideoData.h
M  +2    -15   plugins/videoshape/VideoDebug.cpp
M  +2    -15   plugins/videoshape/VideoDebug.h
M  +2    -15   plugins/videoshape/VideoEventAction.cpp
M  +2    -15   plugins/videoshape/VideoEventAction.h
M  +6    -19   plugins/videoshape/VideoShape.cpp
M  +3    -16   plugins/videoshape/VideoShape.h
M  +2    -15   plugins/videoshape/VideoShapeConfigWidget.cpp
M  +2    -15   plugins/videoshape/VideoShapeConfigWidget.h
M  +3    -16   plugins/videoshape/VideoShapeFactory.cpp
M  +2    -15   plugins/videoshape/VideoShapeFactory.h
M  +3    -16   plugins/videoshape/VideoThumbnailer.cpp
M  +2    -15   plugins/videoshape/VideoThumbnailer.h
M  +2    -15   plugins/videoshape/VideoTool.cpp
M  +2    -15   plugins/videoshape/VideoTool.h
M  +2    -15   plugins/videoshape/VideoToolFactory.cpp
M  +2    -15   plugins/videoshape/VideoToolFactory.h
M  +2    -14   qtquick/CQCanvasBase.cpp
M  +2    -14   qtquick/CQCanvasBase.h
M  +4    -17   qtquick/CQCanvasController.cpp
M  +4    -17   qtquick/CQCanvasController.h
M  +2    -14   qtquick/CQCanvasControllerItem.cpp
M  +2    -14   qtquick/CQCanvasControllerItem.h
M  +3    -16   qtquick/CQImageProvider.cpp
M  +3    -16   qtquick/CQImageProvider.h
M  +2    -15   qtquick/CQLinkArea.cpp
M  +2    -15   qtquick/CQLinkArea.h
M  +2    -14   qtquick/CQPluginLoaderProxy.cpp
M  +2    -14   qtquick/CQPluginLoaderProxy.h
M  +3    -16   qtquick/CQPresentationCanvas.cpp
M  +3    -16   qtquick/CQPresentationCanvas.h
M  +2    -14   qtquick/CQPresentationModel.cpp
M  +2    -14   qtquick/CQPresentationModel.h
M  +6    -6    qtquick/CQPresentationView.cpp
M  +2    -2    qtquick/CQPresentationView.h
M  +3    -16   qtquick/CQSpreadsheetCanvas.cpp
M  +3    -16   qtquick/CQSpreadsheetCanvas.h
M  +2    -14   qtquick/CQSpreadsheetListModel.cpp
M  +2    -14   qtquick/CQSpreadsheetListModel.h
M  +4    -17   qtquick/CQTextDocumentCanvas.cpp
M  +4    -17   qtquick/CQTextDocumentCanvas.h
M  +3    -16   qtquick/CQTextDocumentModel.cpp
M  +3    -16   qtquick/CQTextDocumentModel.h
M  +2    -16   qtquick/CQTextDocumentNotesModel.cpp
M  +2    -16   qtquick/CQTextDocumentNotesModel.h
M  +2    -15   qtquick/CQTextToCModel.cpp
M  +2    -15   qtquick/CQTextToCModel.h
M  +2    -14   qtquick/CQThumbnailItem.cpp
M  +2    -14   qtquick/CQThumbnailItem.h
M  +3    -16   qtquick/CalligraQtQuickComponentsPlugin.cpp
M  +4    -17   qtquick/CalligraQtQuickComponentsPlugin.h
M  +2    -21   sheets/3rdparty/mdds/flat_segment_tree.hpp
M  +2    -21   sheets/3rdparty/mdds/node.hpp
M  +3    -16   sheets/ApplicationSettings.cpp
M  +3    -16   sheets/ApplicationSettings.h
M  +4    -19   sheets/Binding.cpp
M  +3    -18   sheets/Binding.h
M  +2    -15   sheets/BindingManager.cpp
M  +2    -15   sheets/BindingManager.h
M  +3    -16   sheets/BindingModel.cpp
M  +4    -17   sheets/BindingModel.h
M  +2    -15   sheets/BindingStorage.cpp
M  +3    -16   sheets/BindingStorage.h
M  +14   -27   sheets/CalculationSettings.cpp
M  +13   -26   sheets/CalculationSettings.h
M  +25   -38   sheets/Cell.cpp
M  +18   -31   sheets/Cell.h
M  +4    -17   sheets/CellStorage.cpp
M  +3    -16   sheets/CellStorage.h
M  +2    -15   sheets/CellStorage_p.h
M  +4    -17   sheets/Cluster.cpp
M  +3    -16   sheets/Cluster.h
M  +5    -20   sheets/Condition.cpp
M  +5    -20   sheets/Condition.h
M  +2    -15   sheets/ConditionsStorage.cpp
M  +3    -16   sheets/ConditionsStorage.h
M  +3    -16   sheets/Currency.cpp
M  +4    -17   sheets/Currency.h
M  +4    -19   sheets/Damages.cpp
M  +4    -19   sheets/Damages.h
M  +5    -18   sheets/DependencyManager.cpp
M  +4    -17   sheets/DependencyManager.h
M  +4    -17   sheets/DependencyManager_p.h
M  +16   -29   sheets/DocBase.cpp
M  +14   -27   sheets/DocBase.h
M  +14   -27   sheets/DocBase_p.h
M  +14   -27   sheets/ElapsedTime_p.h
M  +4    -17   sheets/Format.cpp
M  +2    -15   sheets/Format.h
M  +5    -20   sheets/Formula.cpp
M  +3    -18   sheets/Formula.h
M  +2    -15   sheets/FormulaStorage.h
M  +4    -19   sheets/Function.cpp
M  +4    -19   sheets/Function.h
M  +4    -19   sheets/FunctionDescription.cpp
M  +4    -19   sheets/FunctionDescription.h
M  +3    -18   sheets/FunctionModule.cpp
M  +3    -18   sheets/FunctionModule.h
M  +3    -18   sheets/FunctionModuleRegistry.cpp
M  +3    -18   sheets/FunctionModuleRegistry.h
M  +4    -19   sheets/FunctionRepository.cpp
M  +4    -20   sheets/FunctionRepository.h
M  +12   -25   sheets/Global.h
M  +6    -19   sheets/HeaderFooter.cpp
M  +5    -18   sheets/HeaderFooter.h
M  +3    -16   sheets/LoadingInfo.h
M  +3    -16   sheets/Localization.cpp
M  +4    -17   sheets/Localization.h
M  +4    -17   sheets/Map.cpp
M  +4    -17   sheets/Map.h
M  +3    -16   sheets/MapModel.cpp
M  +2    -15   sheets/MapModel.h
M  +3    -16   sheets/ModelSupport.h
M  +13   -26   sheets/NamedAreaManager.cpp
M  +3    -16   sheets/NamedAreaManager.h
M  +3    -18   sheets/Number.cpp
M  +3    -18   sheets/Number.h
M  +3    -16   sheets/PageManager.cpp
M  +3    -16   sheets/PageManager.h
M  +3    -16   sheets/PointStorage.h
M  +6    -19   sheets/PrintSettings.cpp
M  +5    -18   sheets/PrintSettings.h
M  +3    -16   sheets/ProtectableObject.cpp
M  +3    -16   sheets/ProtectableObject.h
M  +4    -17   sheets/RTree.h
M  +4    -19   sheets/RecalcManager.cpp
M  +3    -18   sheets/RecalcManager.h
M  +2    -15   sheets/RectStorage.cpp
M  +4    -17   sheets/RectStorage.h
M  +2    -2    sheets/Region.cpp
M  +2    -2    sheets/Region.h
M  +2    -15   sheets/RegionModel.cpp
M  +3    -16   sheets/RegionModel.h
M  +3    -16   sheets/RowColumnFormat.cpp
M  +4    -17   sheets/RowColumnFormat.h
M  +3    -16   sheets/RowFormatStorage.cpp
M  +3    -16   sheets/RowFormatStorage.h
M  +3    -16   sheets/RowRepeatStorage.cpp
M  +2    -15   sheets/RowRepeatStorage.h
M  +3    -16   sheets/ShapeApplicationData.cpp
M  +3    -16   sheets/ShapeApplicationData.h
M  +6    -19   sheets/Sheet.cpp
M  +6    -19   sheets/Sheet.h
M  +3    -16   sheets/SheetAccessModel.cpp
M  +2    -15   sheets/SheetAccessModel.h
M  +2    -15   sheets/SheetModel.cpp
M  +2    -15   sheets/SheetModel.h
M  +6    -19   sheets/SheetPrint.cpp
M  +5    -18   sheets/SheetPrint.h
M  +6    -19   sheets/SheetPrint_p.cpp
M  +5    -18   sheets/SheetPrint_p.h
M  +2    -15   sheets/SheetsDebug.cpp
M  +2    -15   sheets/SheetsDebug.h
M  +5    -18   sheets/Style.cpp
M  +5    -18   sheets/Style.h
M  +3    -16   sheets/StyleManager.cpp
M  +3    -16   sheets/StyleManager.h
M  +4    -17   sheets/StyleStorage.cpp
M  +3    -16   sheets/StyleStorage.h
M  +4    -17   sheets/Util.cpp
M  +4    -17   sheets/Util.h
M  +3    -16   sheets/Validity.cpp
M  +17   -30   sheets/Validity.h
M  +2    -15   sheets/ValidityStorage.cpp
M  +3    -16   sheets/ValidityStorage.h
M  +4    -19   sheets/Value.cpp
M  +4    -19   sheets/Value.h
M  +5    -18   sheets/ValueCalc.cpp
M  +3    -16   sheets/ValueCalc.h
M  +3    -16   sheets/ValueConverter.cpp
M  +3    -16   sheets/ValueConverter.h
M  +6    -19   sheets/ValueFormatter.cpp
M  +4    -17   sheets/ValueFormatter.h
M  +5    -18   sheets/ValueParser.cpp
M  +5    -18   sheets/ValueParser.h
M  +3    -16   sheets/ValueStorage.h
M  +13   -26   sheets/calligra_sheets_limits.h
M  +3    -16   sheets/chart/ChartDatabaseSelector.cpp
M  +4    -17   sheets/chart/ChartDatabaseSelector.h
M  +4    -17   sheets/chart/ChartDatabaseSelectorFactory.cpp
M  +3    -16   sheets/chart/ChartDatabaseSelectorFactory.h
M  +4    -17   sheets/chart/ChartDialog.cpp
M  +3    -16   sheets/chart/ChartDialog.h
M  +4    -17   sheets/commands/AbstractRegionCommand.cpp
M  +3    -16   sheets/commands/AbstractRegionCommand.h
M  +3    -16   sheets/commands/ApplyFilterCommand.cpp
M  +2    -15   sheets/commands/ApplyFilterCommand.h
M  +14   -29   sheets/commands/AutoFillCommand.cpp
M  +9    -22   sheets/commands/AutoFillCommand.h
M  +3    -16   sheets/commands/AutoFilterCommand.cpp
M  +3    -16   sheets/commands/AutoFilterCommand.h
M  +3    -16   sheets/commands/AutoFormatCommand.cpp
M  +2    -15   sheets/commands/AutoFormatCommand.h
M  +2    -15   sheets/commands/BorderColorCommand.cpp
M  +3    -16   sheets/commands/BorderColorCommand.h
M  +3    -16   sheets/commands/CSVDataCommand.cpp
M  +2    -15   sheets/commands/CSVDataCommand.h
M  +2    -15   sheets/commands/CommentCommand.cpp
M  +3    -16   sheets/commands/CommentCommand.h
M  +2    -15   sheets/commands/ConditionCommand.cpp
M  +3    -16   sheets/commands/ConditionCommand.h
M  +5    -18   sheets/commands/CopyCommand.cpp
M  +2    -15   sheets/commands/CopyCommand.h
M  +3    -18   sheets/commands/DataManipulators.cpp
M  +3    -18   sheets/commands/DataManipulators.h
M  +3    -16   sheets/commands/DeleteCommand.cpp
M  +2    -15   sheets/commands/DeleteCommand.h
M  +2    -15   sheets/commands/IndentationCommand.cpp
M  +3    -16   sheets/commands/IndentationCommand.h
M  +4    -17   sheets/commands/LinkCommand.cpp
M  +4    -17   sheets/commands/LinkCommand.h
M  +3    -16   sheets/commands/MergeCommand.cpp
M  +2    -15   sheets/commands/MergeCommand.h
M  +2    -15   sheets/commands/NamedAreaCommand.cpp
M  +2    -15   sheets/commands/NamedAreaCommand.h
M  +2    -15   sheets/commands/PageBreakCommand.cpp
M  +3    -16   sheets/commands/PageBreakCommand.h
M  +5    -18   sheets/commands/PasteCommand.cpp
M  +3    -16   sheets/commands/PasteCommand.h
M  +3    -16   sheets/commands/PointStorageUndoCommand.h
M  +2    -15   sheets/commands/PrecisionCommand.cpp
M  +3    -16   sheets/commands/PrecisionCommand.h
M  +3    -16   sheets/commands/RectStorageUndoCommand.h
M  +3    -16   sheets/commands/RowColumnManipulators.cpp
M  +3    -16   sheets/commands/RowColumnManipulators.h
M  +4    -17   sheets/commands/SheetCommands.cpp
M  +4    -17   sheets/commands/SheetCommands.h
M  +3    -19   sheets/commands/SortManipulator.cpp
M  +3    -18   sheets/commands/SortManipulator.h
M  +2    -15   sheets/commands/SpellCheckCommand.cpp
M  +2    -15   sheets/commands/SpellCheckCommand.h
M  +3    -16   sheets/commands/StyleCommand.cpp
M  +2    -15   sheets/commands/StyleCommand.h
M  +3    -16   sheets/commands/StyleStorageUndoCommand.h
M  +2    -15   sheets/commands/ValidityCommand.cpp
M  +3    -16   sheets/commands/ValidityCommand.h
M  +3    -16   sheets/database/Database.cpp
M  +3    -16   sheets/database/Database.h
M  +2    -15   sheets/database/DatabaseManager.cpp
M  +3    -16   sheets/database/DatabaseManager.h
M  +2    -15   sheets/database/DatabaseSource.cpp
M  +3    -16   sheets/database/DatabaseSource.h
M  +2    -15   sheets/database/DatabaseSourceQuery.cpp
M  +3    -16   sheets/database/DatabaseSourceQuery.h
M  +3    -16   sheets/database/DatabaseSourceSql.cpp
M  +3    -16   sheets/database/DatabaseSourceSql.h
M  +2    -15   sheets/database/DatabaseSourceTable.cpp
M  +3    -16   sheets/database/DatabaseSourceTable.h
M  +2    -15   sheets/database/DatabaseStorage.cpp
M  +3    -16   sheets/database/DatabaseStorage.h
M  +3    -16   sheets/database/Filter.cpp
M  +3    -16   sheets/database/Filter.h
M  +2    -15   sheets/database/FilterPopup.cpp
M  +2    -15   sheets/database/FilterPopup.h
M  +7    -20   sheets/dialogs/AddNamedAreaDialog.cpp
M  +7    -20   sheets/dialogs/AddNamedAreaDialog.h
M  +7    -20   sheets/dialogs/AngleDialog.cpp
M  +7    -20   sheets/dialogs/AngleDialog.h
M  +10   -23   sheets/dialogs/AutoFormatDialog.cpp
M  +10   -23   sheets/dialogs/AutoFormatDialog.h
M  +6    -19   sheets/dialogs/CSVDialog.cpp
M  +2    -15   sheets/dialogs/CSVDialog.h
M  +4    -17   sheets/dialogs/CharacterSelectDialog.cpp
M  +3    -16   sheets/dialogs/CharacterSelectDialog.h
M  +7    -20   sheets/dialogs/CommentDialog.cpp
M  +7    -20   sheets/dialogs/CommentDialog.h
M  +6    -19   sheets/dialogs/ConditionalDialog.cpp
M  +6    -19   sheets/dialogs/ConditionalDialog.h
M  +13   -26   sheets/dialogs/ConsolidateDialog.cpp
M  +11   -24   sheets/dialogs/ConsolidateDialog.h
M  +5    -18   sheets/dialogs/DatabaseDialog.cpp
M  +5    -18   sheets/dialogs/DatabaseDialog.h
M  +11   -24   sheets/dialogs/DocumentSettingsDialog.cpp
M  +10   -23   sheets/dialogs/DocumentSettingsDialog.h
M  +3    -16   sheets/dialogs/FindDialog.cpp
M  +3    -16   sheets/dialogs/FindDialog.h
M  +11   -24   sheets/dialogs/FormulaDialog.cpp
M  +10   -23   sheets/dialogs/FormulaDialog.h
M  +9    -22   sheets/dialogs/GoalSeekDialog.cpp
M  +9    -22   sheets/dialogs/GoalSeekDialog.h
M  +8    -21   sheets/dialogs/GotoDialog.cpp
M  +8    -21   sheets/dialogs/GotoDialog.h
M  +10   -23   sheets/dialogs/InsertDialog.cpp
M  +10   -23   sheets/dialogs/InsertDialog.h
M  +15   -28   sheets/dialogs/LayoutDialog.cpp
M  +13   -26   sheets/dialogs/LayoutDialog.h
M  +8    -21   sheets/dialogs/LinkDialog.cpp
M  +8    -21   sheets/dialogs/LinkDialog.h
M  +5    -18   sheets/dialogs/ListDialog.cpp
M  +4    -17   sheets/dialogs/ListDialog.h
M  +10   -23   sheets/dialogs/NamedAreaDialog.cpp
M  +10   -23   sheets/dialogs/NamedAreaDialog.h
M  +5    -18   sheets/dialogs/PasteInsertDialog.cpp
M  +6    -19   sheets/dialogs/PasteInsertDialog.h
M  +9    -22   sheets/dialogs/Resize2Dialog.cpp
M  +9    -22   sheets/dialogs/Resize2Dialog.h
M  +9    -22   sheets/dialogs/SeriesDialog.cpp
M  +9    -22   sheets/dialogs/SeriesDialog.h
M  +6    -19   sheets/dialogs/ShowColRowDialog.cpp
M  +5    -18   sheets/dialogs/ShowColRowDialog.h
M  +8    -21   sheets/dialogs/ShowDialog.cpp
M  +8    -21   sheets/dialogs/ShowDialog.h
M  +12   -25   sheets/dialogs/SortDialog.cpp
M  +10   -23   sheets/dialogs/SortDialog.h
M  +7    -20   sheets/dialogs/SpecialPasteDialog.cpp
M  +8    -21   sheets/dialogs/SpecialPasteDialog.h
M  +5    -18   sheets/dialogs/StyleManagerDialog.cpp
M  +4    -17   sheets/dialogs/StyleManagerDialog.h
M  +5    -18   sheets/dialogs/SubtotalDialog.cpp
M  +4    -17   sheets/dialogs/SubtotalDialog.h
M  +8    -21   sheets/dialogs/ValidityDialog.cpp
M  +6    -19   sheets/dialogs/ValidityDialog.h
M  +2    -15   sheets/dialogs/pivot.cpp
M  +3    -16   sheets/dialogs/pivot.h
M  +3    -16   sheets/dialogs/pivotfilters.cpp
M  +3    -16   sheets/dialogs/pivotfilters.h
M  +3    -16   sheets/dialogs/pivotmain.cpp
M  +2    -15   sheets/dialogs/pivotmain.h
M  +3    -16   sheets/dialogs/pivotoptions.cpp
M  +2    -15   sheets/dialogs/pivotoptions.h
M  +2    -15   sheets/dialogs/pivotsubtotals.cpp
M  +3    -16   sheets/dialogs/pivotsubtotals.h
M  +3    -18   sheets/functions/BitOpsModule.h
M  +3    -16   sheets/functions/ConversionModule.h
M  +3    -16   sheets/functions/DatabaseModule.h
M  +3    -16   sheets/functions/DateTimeModule.h
M  +3    -16   sheets/functions/EngineeringModule.h
M  +3    -18   sheets/functions/FinancialModule.h
M  +3    -16   sheets/functions/InformationModule.h
M  +3    -16   sheets/functions/LogicModule.h
M  +3    -16   sheets/functions/MathModule.h
M  +3    -16   sheets/functions/ReferenceModule.h
M  +3    -16   sheets/functions/StatisticalModule.h
M  +3    -16   sheets/functions/TextModule.h
M  +3    -16   sheets/functions/TrigonometryModule.h
M  +4    -19   sheets/functions/bitops.cpp
M  +4    -19   sheets/functions/conversion.cpp
M  +4    -19   sheets/functions/database.cpp
M  +4    -19   sheets/functions/datetime.cpp
M  +5    -20   sheets/functions/engineering.cpp
M  +11   -26   sheets/functions/financial.cpp
M  +1    -1    sheets/functions/functions.xsd
M  +4    -19   sheets/functions/helper.cpp
M  +4    -18   sheets/functions/helper.h
M  +4    -19   sheets/functions/information.cpp
M  +4    -19   sheets/functions/logic.cpp
M  +8    -23   sheets/functions/math.cpp
M  +4    -19   sheets/functions/reference.cpp
M  +5    -20   sheets/functions/statistical.cpp
M  +4    -19   sheets/functions/text.cpp
M  +4    -19   sheets/functions/trig.cpp
M  +7    -20   sheets/interfaces/MapAdaptor.cpp
M  +2    -15   sheets/interfaces/MapAdaptor.h
M  +2    -15   sheets/interfaces/ReadOnlyRegionModel.cpp
M  +3    -16   sheets/interfaces/ReadOnlyRegionModel.h
M  +2    -15   sheets/interfaces/ReadOnlyTableModel.cpp
M  +3    -16   sheets/interfaces/ReadOnlyTableModel.h
M  +2    -15   sheets/interfaces/ReadWriteTableModel.cpp
M  +3    -16   sheets/interfaces/ReadWriteTableModel.h
M  +13   -26   sheets/interfaces/SheetAdaptor.cpp
M  +9    -22   sheets/interfaces/SheetAdaptor.h
M  +10   -23   sheets/interfaces/ViewAdaptor.cpp
M  +8    -21   sheets/interfaces/ViewAdaptor.h
M  +2    -15   sheets/odf/GenValidationStyle.cpp
M  +3    -16   sheets/odf/GenValidationStyle.h
M  +2    -15   sheets/odf/OdfLoadingContext.h
M  +3    -16   sheets/odf/OdfSavingContext.h
M  +17   -30   sheets/odf/SheetsOdf.h
M  +17   -30   sheets/odf/SheetsOdfCell.cpp
M  +3    -16   sheets/odf/SheetsOdfCondition.cpp
M  +17   -30   sheets/odf/SheetsOdfDoc.cpp
M  +17   -30   sheets/odf/SheetsOdfMap.cpp
M  +17   -30   sheets/odf/SheetsOdfPrivate.h
M  +17   -30   sheets/odf/SheetsOdfRegion.cpp
M  +17   -30   sheets/odf/SheetsOdfSheet.cpp
M  +17   -30   sheets/odf/SheetsOdfStyle.cpp
M  +3    -16   sheets/odf/SheetsOdfValidity.cpp
M  +2    -15   sheets/part/AboutData.h
M  +27   -40   sheets/part/Canvas.cpp
M  +15   -28   sheets/part/Canvas.h
M  +27   -40   sheets/part/CanvasBase.cpp
M  +15   -28   sheets/part/CanvasBase.h
M  +4    -17   sheets/part/CanvasBase_p.h
M  +27   -40   sheets/part/CanvasItem.cpp
M  +16   -29   sheets/part/CanvasItem.h
M  +26   -39   sheets/part/CellTool.cpp
M  +2    -15   sheets/part/CellTool.h
M  +2    -15   sheets/part/CellToolFactory.cpp
M  +3    -16   sheets/part/CellToolFactory.h
M  +1    -1    sheets/part/Digest.cpp
M  +1    -1    sheets/part/Digest.h
M  +14   -27   sheets/part/Doc.cpp
M  +13   -26   sheets/part/Doc.h
M  +2    -15   sheets/part/Factory.cpp
M  +3    -16   sheets/part/Factory.h
M  +2    -15   sheets/part/Factory_init.cpp
M  +2    -15   sheets/part/Factory_init.h
M  +2    -15   sheets/part/Find.cpp
M  +2    -15   sheets/part/Find.h
M  +26   -39   sheets/part/HeaderItems.cpp
M  +3    -16   sheets/part/HeaderItems.h
M  +26   -39   sheets/part/HeaderWidgets.cpp
M  +3    -16   sheets/part/HeaderWidgets.h
M  +26   -39   sheets/part/Headers.cpp
M  +3    -16   sheets/part/Headers.h
M  +3    -16   sheets/part/Main.cpp
M  +2    -15   sheets/part/Part.cpp
M  +13   -26   sheets/part/Part.h
M  +3    -16   sheets/part/PrintJob.cpp
M  +3    -16   sheets/part/PrintJob.h
M  +8    -21   sheets/part/TabBar.cpp
M  +8    -21   sheets/part/TabBar.h
M  +3    -16   sheets/part/ToolRegistry.cpp
M  +2    -15   sheets/part/ToolRegistry.h
M  +13   -26   sheets/part/View.cpp
M  +12   -25   sheets/part/View.h
M  +4    -17   sheets/part/commands/DefinePrintRangeCommand.cpp
M  +4    -17   sheets/part/commands/DefinePrintRangeCommand.h
M  +4    -17   sheets/part/commands/PageLayoutCommand.cpp
M  +4    -17   sheets/part/commands/PageLayoutCommand.h
M  +3    -16   sheets/part/dialogs/PageLayoutDialog.cpp
M  +3    -16   sheets/part/dialogs/PageLayoutDialog.h
M  +11   -24   sheets/part/dialogs/PreferenceDialog.cpp
M  +10   -23   sheets/part/dialogs/PreferenceDialog.h
M  +3    -16   sheets/part/dialogs/SheetPropertiesDialog.cpp
M  +3    -16   sheets/part/dialogs/SheetPropertiesDialog.h
M  +3    -16   sheets/part/dialogs/SheetSelectPage.cpp
M  +3    -16   sheets/part/dialogs/SheetSelectPage.h
M  +3    -16   sheets/plugins/calendar/CalendarTool.cpp
M  +2    -15   sheets/plugins/calendar/CalendarTool.h
M  +3    -16   sheets/plugins/calendar/CalendarToolFactory.cpp
M  +3    -16   sheets/plugins/calendar/CalendarToolFactory.h
M  +1    -1    sheets/plugins/calendar/CalendarToolWidget.cpp
M  +1    -1    sheets/plugins/calendar/CalendarToolWidget.h
M  +3    -19   sheets/plugins/scripting/ScriptingDebug.cpp
M  +3    -19   sheets/plugins/scripting/ScriptingDebug.h
M  +3    -19   sheets/plugins/scripting/ScriptingFunction.cpp
M  +3    -19   sheets/plugins/scripting/ScriptingFunction.h
M  +3    -19   sheets/plugins/scripting/ScriptingListener.cpp
M  +3    -19   sheets/plugins/scripting/ScriptingListener.h
M  +5    -21   sheets/plugins/scripting/ScriptingModule.cpp
M  +5    -21   sheets/plugins/scripting/ScriptingModule.h
M  +5    -21   sheets/plugins/scripting/ScriptingPart.cpp
M  +5    -21   sheets/plugins/scripting/ScriptingPart.h
M  +3    -19   sheets/plugins/scripting/ScriptingReader.h
M  +3    -19   sheets/plugins/scripting/ScriptingWidgets.cpp
M  +3    -19   sheets/plugins/scripting/ScriptingWidgets.h
M  +3    -19   sheets/plugins/scripting/ScriptingWriter.h
M  +3    -16   sheets/plugins/solver/Solver.cpp
M  +3    -16   sheets/plugins/solver/Solver.h
M  +3    -16   sheets/plugins/solver/SolverDialog.cpp
M  +2    -15   sheets/plugins/solver/SolverDialog.h
M  +3    -16   sheets/shape/ScreenConversions.cpp
M  +2    -15   sheets/shape/ScreenConversions.h
M  +3    -16   sheets/shape/SheetsEditor.cpp
M  +3    -16   sheets/shape/SheetsEditor.h
M  +2    -15   sheets/shape/TablePageManager.cpp
M  +3    -16   sheets/shape/TablePageManager.h
M  +3    -16   sheets/shape/TableShape.cpp
M  +3    -16   sheets/shape/TableShape.h
M  +2    -15   sheets/shape/TableShapeDeferredFactory.cpp
M  +3    -16   sheets/shape/TableShapeDeferredFactory.h
M  +3    -16   sheets/shape/TableShapeFactory.cpp
M  +3    -16   sheets/shape/TableShapeFactory.h
M  +3    -16   sheets/shape/TableTool.cpp
M  +3    -16   sheets/shape/TableTool.h
M  +3    -16   sheets/shape/TableToolFactory.cpp
M  +3    -16   sheets/shape/TableToolFactory.h
M  +26   -39   sheets/shape/ToolHeaders.cpp
M  +3    -16   sheets/shape/ToolHeaders.h
M  +2    -15   sheets/sheets_common_export.h
M  +3    -18   sheets/sheets_odf_export.h
M  +3    -18   sheets/tests/BenchmarkCluster.cpp
M  +3    -18   sheets/tests/BenchmarkCluster.h
M  +2    -15   sheets/tests/BenchmarkPointStorage.cpp
M  +2    -15   sheets/tests/BenchmarkPointStorage.h
M  +2    -5    sheets/tests/BenchmarkRTree.cpp
M  +3    -6    sheets/tests/BenchmarkRTree.h
M  +1    -1    sheets/tests/MockPart.h
M  +3    -17   sheets/tests/TestBitopsFunctions.cpp
M  +3    -18   sheets/tests/TestBitopsFunctions.h
M  +4    -17   sheets/tests/TestCell.cpp
M  +4    -17   sheets/tests/TestCell.h
M  +2    -15   sheets/tests/TestCellStorage.cpp
M  +2    -15   sheets/tests/TestCellStorage.h
M  +2    -15   sheets/tests/TestDatabaseFilter.cpp
M  +2    -15   sheets/tests/TestDatabaseFilter.h
M  +3    -18   sheets/tests/TestDatabaseFunctions.cpp
M  +3    -18   sheets/tests/TestDatabaseFunctions.h
M  +4    -18   sheets/tests/TestDatetimeFunctions.cpp
M  +3    -18   sheets/tests/TestDatetimeFunctions.h
M  +3    -18   sheets/tests/TestDependencies.cpp
M  +3    -18   sheets/tests/TestDependencies.h
M  +5    -19   sheets/tests/TestEngineeringFunctions.cpp
M  +4    -19   sheets/tests/TestEngineeringFunctions.h
M  +5    -19   sheets/tests/TestFinancialFunctions.cpp
M  +4    -19   sheets/tests/TestFinancialFunctions.h
M  +4    -18   sheets/tests/TestFormula.cpp
M  +3    -18   sheets/tests/TestFormula.h
M  +2    -15   sheets/tests/TestGraphicsView.cpp
M  +4    -19   sheets/tests/TestInformationFunctions.cpp
M  +4    -19   sheets/tests/TestInformationFunctions.h
M  +3    -18   sheets/tests/TestKspreadCommon.h
M  +4    -18   sheets/tests/TestLogicFunctions.cpp
M  +3    -18   sheets/tests/TestLogicFunctions.h
M  +5    -19   sheets/tests/TestMathFunctions.cpp
M  +4    -19   sheets/tests/TestMathFunctions.h
M  +5    -20   sheets/tests/TestOpenFormula.cpp
M  +5    -20   sheets/tests/TestOpenFormula.h
M  +3    -17   sheets/tests/TestPasteCommand.cpp
M  +3    -18   sheets/tests/TestPasteCommand.h
M  +3    -18   sheets/tests/TestPointStorage.cpp
M  +3    -18   sheets/tests/TestPointStorage.h
M  +3    -18   sheets/tests/TestRegion.cpp
M  +3    -18   sheets/tests/TestRegion.h
M  +4    -18   sheets/tests/TestRowFormatStorage.cpp
M  +4    -18   sheets/tests/TestRowFormatStorage.h
M  +3    -16   sheets/tests/TestRowRepeatStorage.cpp
M  +2    -15   sheets/tests/TestRowRepeatStorage.h
M  +3    -16   sheets/tests/TestSelection.cpp
M  +2    -15   sheets/tests/TestSelection.h
M  +3    -16   sheets/tests/TestSheet.cpp
M  +3    -16   sheets/tests/TestSheet.h
M  +3    -16   sheets/tests/TestSort.cpp
M  +3    -16   sheets/tests/TestSort.h
M  +5    -20   sheets/tests/TestStatisticalFunctions.cpp
M  +4    -19   sheets/tests/TestStatisticalFunctions.h
M  +3    -18   sheets/tests/TestStyleStorage.cpp
M  +3    -18   sheets/tests/TestStyleStorage.h
M  +4    -18   sheets/tests/TestTextFunctions.cpp
M  +3    -18   sheets/tests/TestTextFunctions.h
M  +3    -17   sheets/tests/TestTrigFunctions.cpp
M  +3    -18   sheets/tests/TestTrigFunctions.h
M  +4    -18   sheets/tests/TestUtil.cpp
M  +3    -18   sheets/tests/TestUtil.h
M  +5    -19   sheets/tests/TestValue.cpp
M  +3    -18   sheets/tests/TestValue.h
M  +4    -18   sheets/tests/TestValueConverter.cpp
M  +3    -18   sheets/tests/TestValueConverter.h
M  +4    -18   sheets/tests/TestValueFormatter.cpp
M  +3    -18   sheets/tests/TestValueFormatter.h
M  +4    -18   sheets/tests/TestValueParser.cpp
M  +3    -18   sheets/tests/TestValueParser.h
M  +3    -18   sheets/tests/inspector.cpp
M  +3    -18   sheets/tests/inspector.h
M  +3    -16   sheets/ui/AbstractSelectionStrategy.cpp
M  +2    -15   sheets/ui/AbstractSelectionStrategy.h
M  +3    -16   sheets/ui/ActionOptionWidget.cpp
M  +3    -16   sheets/ui/ActionOptionWidget.h
M  +3    -16   sheets/ui/AutoFillStrategy.cpp
M  +3    -16   sheets/ui/AutoFillStrategy.h
M  +3    -16   sheets/ui/CellEditor.cpp
M  +3    -16   sheets/ui/CellEditor.h
M  +3    -16   sheets/ui/CellEditorBase.cpp
M  +3    -16   sheets/ui/CellEditorBase.h
M  +3    -16   sheets/ui/CellEditorDocker.cpp
M  +2    -15   sheets/ui/CellEditorDocker.h
M  +12   -27   sheets/ui/CellToolBase.cpp
M  +12   -27   sheets/ui/CellToolBase.h
M  +26   -41   sheets/ui/CellToolBase_p.cpp
M  +12   -27   sheets/ui/CellToolBase_p.h
M  +25   -40   sheets/ui/CellView.cpp
M  +17   -32   sheets/ui/CellView.h
M  +3    -16   sheets/ui/DragAndDropStrategy.cpp
M  +3    -16   sheets/ui/DragAndDropStrategy.h
M  +3    -16   sheets/ui/ExternalEditor.cpp
M  +3    -16   sheets/ui/ExternalEditor.h
M  +3    -16   sheets/ui/FormulaEditorHighlighter.cpp
M  +3    -16   sheets/ui/FormulaEditorHighlighter.h
M  +3    -16   sheets/ui/FunctionCompletion.cpp
M  +3    -16   sheets/ui/FunctionCompletion.h
M  +2    -15   sheets/ui/HyperlinkStrategy.cpp
M  +2    -15   sheets/ui/HyperlinkStrategy.h
M  +3    -16   sheets/ui/LocationComboBox.cpp
M  +3    -16   sheets/ui/LocationComboBox.h
M  +3    -16   sheets/ui/MapViewModel.cpp
M  +3    -16   sheets/ui/MapViewModel.h
M  +3    -16   sheets/ui/MergeStrategy.cpp
M  +3    -16   sheets/ui/MergeStrategy.h
M  +3    -16   sheets/ui/PasteStrategy.cpp
M  +3    -16   sheets/ui/PasteStrategy.h
M  +3    -16   sheets/ui/PixmapCachingSheetView.cpp
M  +3    -16   sheets/ui/PixmapCachingSheetView.h
M  +3    -16   sheets/ui/RegionSelector.cpp
M  +3    -16   sheets/ui/RegionSelector.h
M  +2    -15   sheets/ui/RightToLeftPaintingStrategy.cpp
M  +2    -15   sheets/ui/RightToLeftPaintingStrategy.h
M  +4    -17   sheets/ui/Selection.cpp
M  +4    -17   sheets/ui/Selection.h
M  +2    -15   sheets/ui/SelectionStrategy.cpp
M  +2    -15   sheets/ui/SelectionStrategy.h
M  +3    -16   sheets/ui/SheetView.cpp
M  +3    -16   sheets/ui/SheetView.h
M  +3    -16   stage/app/main.cpp
M  +2    -15   stage/part/KPrAboutData.h
M  +2    -2    stage/part/KPrAnimationDirector.cpp
M  +1    -1    stage/part/KPrAnimationDirector.h
M  +2    -2    stage/part/KPrCustomSlideShows.cpp
M  +4    -17   stage/part/KPrCustomSlideShows.h
M  +2    -15   stage/part/KPrCustomSlideShowsModel.cpp
M  +2    -15   stage/part/KPrCustomSlideShowsModel.h
M  +3    -16   stage/part/KPrDeclarations.cpp
M  +3    -16   stage/part/KPrDeclarations.h
M  +4    -17   stage/part/KPrDocument.cpp
M  +3    -16   stage/part/KPrDocument.h
M  +1    -1    stage/part/KPrDurationParser.cpp
M  +1    -1    stage/part/KPrDurationParser.h
M  +1    -1    stage/part/KPrEndOfSlideShowPage.cpp
M  +1    -1    stage/part/KPrEndOfSlideShowPage.h
M  +2    -15   stage/part/KPrEventActionData.cpp
M  +2    -15   stage/part/KPrEventActionData.h
M  +2    -15   stage/part/KPrEventActionWidget.cpp
M  +3    -16   stage/part/KPrEventActionWidget.h
M  +2    -15   stage/part/KPrFactory.cpp
M  +3    -16   stage/part/KPrFactory.h
M  +2    -15   stage/part/KPrFactoryInit.cpp
M  +2    -15   stage/part/KPrFactoryInit.h
M  +4    -17   stage/part/KPrHtmlExport.cpp
M  +3    -16   stage/part/KPrHtmlExport.h
M  +2    -15   stage/part/KPrHtmlExportUiDelegate.cpp
M  +2    -15   stage/part/KPrHtmlExportUiDelegate.h
M  +3    -16   stage/part/KPrNotes.cpp
M  +3    -16   stage/part/KPrNotes.h
M  +2    -2    stage/part/KPrPage.cpp
M  +1    -1    stage/part/KPrPage.h
M  +4    -17   stage/part/KPrPageApplicationData.cpp
M  +3    -16   stage/part/KPrPageApplicationData.h
M  +1    -1    stage/part/KPrPageData.cpp
M  +1    -1    stage/part/KPrPageLayoutWidget.cpp
M  +1    -1    stage/part/KPrPageLayoutWidget.h
M  +2    -15   stage/part/KPrPageSelectStrategyActive.cpp
M  +3    -16   stage/part/KPrPageSelectStrategyActive.h
M  +2    -15   stage/part/KPrPageSelectStrategyBase.cpp
M  +2    -15   stage/part/KPrPageSelectStrategyBase.h
M  +2    -15   stage/part/KPrPageSelectStrategyFixed.cpp
M  +2    -15   stage/part/KPrPageSelectStrategyFixed.h
M  +2    -15   stage/part/KPrPageTransition.cpp
M  +2    -15   stage/part/KPrPageTransition.h
M  +3    -16   stage/part/KPrPart.cpp
M  +3    -16   stage/part/KPrPart.h
M  +3    -16   stage/part/KPrPdfPrintJob.cpp
M  +3    -16   stage/part/KPrPdfPrintJob.h
M  +3    -16   stage/part/KPrPicturesImport.cpp
M  +3    -16   stage/part/KPrPicturesImport.h
M  +2    -15   stage/part/KPrPlaceholderPictureStrategy.cpp
M  +2    -15   stage/part/KPrPlaceholderPictureStrategy.h
M  +1    -1    stage/part/KPrPlaceholderShape.cpp
M  +1    -1    stage/part/KPrPlaceholderShape.h
M  +1    -1    stage/part/KPrPlaceholderShapeFactory.cpp
M  +1    -1    stage/part/KPrPlaceholderShapeFactory.h
M  +2    -15   stage/part/KPrPlaceholderStrategy.cpp
M  +2    -15   stage/part/KPrPlaceholderStrategy.h
M  +2    -15   stage/part/KPrPlaceholderTextStrategy.cpp
M  +2    -15   stage/part/KPrPlaceholderTextStrategy.h
M  +2    -15   stage/part/KPrPresentationBlackStrategy.cpp
M  +2    -15   stage/part/KPrPresentationBlackStrategy.h
M  +3    -16   stage/part/KPrPresentationBlackWidget.cpp
M  +3    -16   stage/part/KPrPresentationBlackWidget.h
M  +4    -17   stage/part/KPrPresentationDrawStrategy.cpp
M  +5    -18   stage/part/KPrPresentationDrawStrategy.h
M  +6    -19   stage/part/KPrPresentationDrawWidget.cpp
M  +6    -19   stage/part/KPrPresentationDrawWidget.h
M  +4    -17   stage/part/KPrPresentationHighlightStrategy.cpp
M  +4    -17   stage/part/KPrPresentationHighlightStrategy.h
M  +4    -17   stage/part/KPrPresentationHighlightWidget.cpp
M  +5    -18   stage/part/KPrPresentationHighlightWidget.h
M  +4    -17   stage/part/KPrPresentationStrategy.cpp
M  +4    -17   stage/part/KPrPresentationStrategy.h
M  +3    -16   stage/part/KPrPresentationStrategyBase.cpp
M  +4    -17   stage/part/KPrPresentationStrategyBase.h
M  +7    -20   stage/part/KPrPresentationTool.cpp
M  +7    -20   stage/part/KPrPresentationTool.h
M  +2    -15   stage/part/KPrPresentationToolAdaptor.cpp
M  +2    -15   stage/part/KPrPresentationToolAdaptor.h
M  +2    -15   stage/part/KPrPresentationToolEventForwarder.cpp
M  +2    -15   stage/part/KPrPresentationToolEventForwarder.h
M  +2    -15   stage/part/KPrPresenterViewBaseInterface.cpp
M  +2    -15   stage/part/KPrPresenterViewBaseInterface.h
M  +2    -15   stage/part/KPrPresenterViewInterface.cpp
M  +2    -15   stage/part/KPrPresenterViewInterface.h
M  +2    -15   stage/part/KPrPresenterViewSlidesInterface.cpp
M  +2    -15   stage/part/KPrPresenterViewSlidesInterface.h
M  +2    -15   stage/part/KPrPresenterViewToolWidget.cpp
M  +2    -15   stage/part/KPrPresenterViewToolWidget.h
M  +2    -15   stage/part/KPrPresenterViewWidget.cpp
M  +2    -15   stage/part/KPrPresenterViewWidget.h
M  +3    -16   stage/part/KPrShapeApplicationData.cpp
M  +4    -17   stage/part/KPrShapeApplicationData.h
M  +1    -1    stage/part/KPrShapeManagerAnimationStrategy.cpp
M  +1    -1    stage/part/KPrShapeManagerDisplayMasterStrategy.cpp
M  +1    -1    stage/part/KPrShapeManagerDisplayMasterStrategy.h
M  +2    -15   stage/part/KPrSlidesManagerView.cpp
M  +2    -15   stage/part/KPrSlidesManagerView.h
M  +2    -15   stage/part/KPrSlidesSorterDocumentModel.cpp
M  +2    -15   stage/part/KPrSlidesSorterDocumentModel.h
M  +1    -1    stage/part/KPrSlidesSorterItemDelegate.cpp
M  +1    -1    stage/part/KPrSlidesSorterItemDelegate.h
M  +2    -15   stage/part/KPrSoundCollection.cpp
M  +2    -15   stage/part/KPrSoundCollection.h
M  +4    -17   stage/part/KPrSoundData.cpp
M  +4    -17   stage/part/KPrSoundData.h
M  +6    -19   stage/part/KPrView.cpp
M  +4    -17   stage/part/KPrView.h
M  +1    -1    stage/part/KPrViewAdaptor.cpp
M  +1    -1    stage/part/KPrViewAdaptor.h
M  +3    -16   stage/part/KPrViewModeNotes.cpp
M  +2    -15   stage/part/KPrViewModeNotes.h
M  +2    -2    stage/part/KPrViewModePresentation.cpp
M  +3    -3    stage/part/KPrViewModePreviewPageEffect.cpp
M  +2    -2    stage/part/KPrViewModePreviewPageEffect.h
M  +3    -16   stage/part/KPrViewModePreviewShapeAnimations.cpp
M  +3    -16   stage/part/KPrViewModePreviewShapeAnimations.h
M  +3    -16   stage/part/KPrViewModeSlidesSorter.cpp
M  +2    -15   stage/part/KPrViewModeSlidesSorter.h
M  +2    -15   stage/part/KPresenter.h
M  +2    -15   stage/part/StageDebug.cpp
M  +3    -16   stage/part/StageDebug.h
M  +2    -2    stage/part/animations/KPrAnimSet.cpp
M  +2    -2    stage/part/animations/KPrAnimSet.h
M  +1    -1    stage/part/animations/KPrAnimTransitionFilter.cpp
M  +1    -1    stage/part/animations/KPrAnimTransitionFilter.h
M  +2    -2    stage/part/animations/KPrAnimate.cpp
M  +1    -1    stage/part/animations/KPrAnimate.h
M  +1    -1    stage/part/animations/KPrAnimateColor.cpp
M  +1    -1    stage/part/animations/KPrAnimateColor.h
M  +1    -1    stage/part/animations/KPrAnimateMotion.cpp
M  +1    -1    stage/part/animations/KPrAnimateMotion.h
M  +1    -1    stage/part/animations/KPrAnimateTransform.cpp
M  +1    -1    stage/part/animations/KPrAnimateTransform.h
M  +1    -1    stage/part/animations/KPrAnimationBase.cpp
M  +1    -1    stage/part/animations/KPrAnimationBase.h
M  +1    -1    stage/part/animations/KPrAnimationCache.cpp
M  +1    -1    stage/part/animations/KPrAnimationCache.h
M  +1    -1    stage/part/animations/KPrAnimationData.cpp
M  +1    -1    stage/part/animations/KPrAnimationData.h
M  +1    -1    stage/part/animations/KPrAnimationFactory.cpp
M  +1    -1    stage/part/animations/KPrAnimationFactory.h
M  +2    -2    stage/part/animations/KPrAnimationLoader.cpp
M  +2    -2    stage/part/animations/KPrAnimationLoader.h
M  +2    -2    stage/part/animations/KPrAnimationStep.cpp
M  +2    -2    stage/part/animations/KPrAnimationStep.h
M  +2    -2    stage/part/animations/KPrAnimationSubStep.cpp
M  +2    -2    stage/part/animations/KPrAnimationSubStep.h
M  +1    -1    stage/part/animations/KPrAnimations.h
M  +3    -3    stage/part/animations/KPrShapeAnimation.cpp
M  +3    -3    stage/part/animations/KPrShapeAnimation.h
M  +2    -15   stage/part/animations/KPrTextBlockPaintStrategy.cpp
M  +2    -15   stage/part/animations/KPrTextBlockPaintStrategy.h
M  +1    -1    stage/part/animations/strategy/KPrAnimationAttribute.cpp
M  +1    -1    stage/part/animations/strategy/KPrAnimationAttribute.h
M  +1    -1    stage/part/animations/strategy/KPrAnimationValue.cpp
M  +1    -1    stage/part/animations/strategy/KPrAnimationValue.h
M  +1    -1    stage/part/animations/strategy/KPrAttributeHeight.cpp
M  +1    -1    stage/part/animations/strategy/KPrAttributeHeight.h
M  +1    -1    stage/part/animations/strategy/KPrAttributeRotate.cpp
M  +1    -1    stage/part/animations/strategy/KPrAttributeRotate.h
M  +1    -1    stage/part/animations/strategy/KPrAttributeWidth.cpp
M  +1    -1    stage/part/animations/strategy/KPrAttributeWidth.h
M  +1    -1    stage/part/animations/strategy/KPrAttributeX.cpp
M  +3    -18   stage/part/animations/strategy/KPrAttributeX.h
M  +1    -1    stage/part/animations/strategy/KPrAttributeY.cpp
M  +1    -1    stage/part/animations/strategy/KPrAttributeY.h
M  +2    -2    stage/part/animations/strategy/KPrFormulaParser.cpp
M  +2    -2    stage/part/animations/strategy/KPrFormulaParser.h
M  +1    -1    stage/part/animations/strategy/KPrSmilValues.cpp
M  +1    -1    stage/part/animations/strategy/KPrSmilValues.h
M  +2    -15   stage/part/commands/KPrAddCustomSlideShowCommand.cpp
M  +2    -15   stage/part/commands/KPrAddCustomSlideShowCommand.h
M  +1    -1    stage/part/commands/KPrAnimationEditNodeTypeCommand.cpp
M  +1    -1    stage/part/commands/KPrAnimationEditNodeTypeCommand.h
M  +1    -1    stage/part/commands/KPrAnimationRemoveCommand.cpp
M  +1    -1    stage/part/commands/KPrAnimationRemoveCommand.h
M  +2    -15   stage/part/commands/KPrDelCustomSlideShowCommand.cpp
M  +2    -15   stage/part/commands/KPrDelCustomSlideShowCommand.h
M  +3    -16   stage/part/commands/KPrDeleteSlidesCommand.cpp
M  +3    -16   stage/part/commands/KPrDeleteSlidesCommand.h
M  +1    -1    stage/part/commands/KPrEditAnimationTimeLineCommand.cpp
M  +1    -1    stage/part/commands/KPrEditAnimationTimeLineCommand.h
M  +2    -15   stage/part/commands/KPrEditCustomSlideShowsCommand.cpp
M  +2    -15   stage/part/commands/KPrEditCustomSlideShowsCommand.h
M  +1    -1    stage/part/commands/KPrPageLayoutCommand.cpp
M  +1    -1    stage/part/commands/KPrPageLayoutCommand.h
M  +2    -15   stage/part/commands/KPrRenameCustomSlideShowCommand.cpp
M  +2    -15   stage/part/commands/KPrRenameCustomSlideShowCommand.h
M  +1    -1    stage/part/commands/KPrReorderAnimationCommand.cpp
M  +1    -1    stage/part/commands/KPrReorderAnimationCommand.h
M  +1    -1    stage/part/commands/KPrReplaceAnimationCommand.cpp
M  +1    -1    stage/part/commands/KPrReplaceAnimationCommand.h
M  +1    -1    stage/part/dockers/KPrPageLayoutDockerFactory.cpp
M  +1    -1    stage/part/dockers/KPrPageLayoutDockerFactory.h
M  +3    -16   stage/part/dockers/KPrPreviewWidget.cpp
M  +2    -15   stage/part/dockers/KPrPreviewWidget.h
M  +4    -17   stage/part/pageeffects/KPrPageEffect.cpp
M  +4    -17   stage/part/pageeffects/KPrPageEffect.h
M  +3    -16   stage/part/pageeffects/KPrPageEffectFactory.cpp
M  +3    -16   stage/part/pageeffects/KPrPageEffectFactory.h
M  +3    -16   stage/part/pageeffects/KPrPageEffectRegistry.cpp
M  +3    -16   stage/part/pageeffects/KPrPageEffectRegistry.h
M  +4    -17   stage/part/pageeffects/KPrPageEffectRunner.cpp
M  +3    -16   stage/part/pageeffects/KPrPageEffectRunner.h
M  +3    -16   stage/part/pageeffects/KPrPageEffectStrategy.cpp
M  +4    -17   stage/part/pageeffects/KPrPageEffectStrategy.h
M  +1    -1    stage/part/pagelayout/KPrPageLayout.cpp
M  +1    -1    stage/part/pagelayout/KPrPageLayout.h
M  +1    -1    stage/part/pagelayout/KPrPageLayoutSharedSavingData.cpp
M  +1    -1    stage/part/pagelayout/KPrPageLayoutSharedSavingData.h
M  +1    -1    stage/part/pagelayout/KPrPageLayouts.cpp
M  +1    -1    stage/part/pagelayout/KPrPageLayouts.h
M  +1    -1    stage/part/pagelayout/KPrPlaceholder.cpp
M  +1    -1    stage/part/pagelayout/KPrPlaceholder.h
M  +2    -15   stage/part/pagelayout/KPrPlaceholders.cpp
M  +2    -15   stage/part/pagelayout/KPrPlaceholders.h
M  +3    -16   stage/part/shapeanimations/KPrShapeAnimationFactory.cpp
M  +3    -16   stage/part/shapeanimations/KPrShapeAnimationFactory.h
M  +2    -15   stage/part/shapeanimations/KPrShapeAnimationRegistry.cpp
M  +3    -16   stage/part/shapeanimations/KPrShapeAnimationRegistry.h
M  +2    -15   stage/part/stage_export.h
M  +1    -1    stage/part/tests/ModelTest.cpp
M  +1    -1    stage/part/tests/ModelTest.h
M  +2    -15   stage/part/tests/TestAddCustomSlideShowCommand.cpp
M  +2    -15   stage/part/tests/TestAddCustomSlideShowCommand.h
M  +2    -15   stage/part/tests/TestDelCustomSlideShowCommand.cpp
M  +2    -15   stage/part/tests/TestDelCustomSlideShowCommand.h
M  +2    -15   stage/part/tests/TestEditCustomSlideShowsCommand.cpp
M  +2    -15   stage/part/tests/TestEditCustomSlideShowsCommand.h
M  +2    -15   stage/part/tests/TestRenameCustomSlideShowCommand.cpp
M  +2    -15   stage/part/tests/TestRenameCustomSlideShowCommand.h
M  +1    -1    stage/part/tools/KPrPlaceholderTool.cpp
M  +1    -1    stage/part/tools/KPrPlaceholderTool.h
M  +3    -18   stage/part/tools/KPrPlaceholderToolFactory.cpp
M  +3    -18   stage/part/tools/KPrPlaceholderToolFactory.h
M  +2    -15   stage/part/tools/animationtool/KPrAnimationGroupProxyModel.cpp
M  +2    -15   stage/part/tools/animationtool/KPrAnimationGroupProxyModel.h
M  +3    -16   stage/part/tools/animationtool/KPrAnimationSelectorWidget.cpp
M  +3    -16   stage/part/tools/animationtool/KPrAnimationSelectorWidget.h
M  +3    -16   stage/part/tools/animationtool/KPrAnimationTool.cpp
M  +4    -17   stage/part/tools/animationtool/KPrAnimationTool.h
M  +2    -15   stage/part/tools/animationtool/KPrAnimationToolFactory.cpp
M  +2    -15   stage/part/tools/animationtool/KPrAnimationToolFactory.h
M  +1    -1    stage/part/tools/animationtool/KPrAnimationsTimeLineView.cpp
M  +1    -1    stage/part/tools/animationtool/KPrAnimationsTimeLineView.h
M  +4    -17   stage/part/tools/animationtool/KPrClickActionDocker.cpp
M  +4    -17   stage/part/tools/animationtool/KPrClickActionDocker.h
M  +2    -15   stage/part/tools/animationtool/KPrCollectionItemModel.cpp
M  +2    -15   stage/part/tools/animationtool/KPrCollectionItemModel.h
M  +3    -16   stage/part/tools/animationtool/KPrEditAnimationsWidget.cpp
M  +3    -16   stage/part/tools/animationtool/KPrEditAnimationsWidget.h
M  +5    -18   stage/part/tools/animationtool/KPrPageEffectDocker.cpp
M  +3    -16   stage/part/tools/animationtool/KPrPageEffectDocker.h
M  +2    -15   stage/part/tools/animationtool/KPrPredefinedAnimationsLoader.cpp
M  +3    -16   stage/part/tools/animationtool/KPrPredefinedAnimationsLoader.h
M  +3    -16   stage/part/tools/animationtool/KPrShapeAnimationDocker.cpp
M  +3    -16   stage/part/tools/animationtool/KPrShapeAnimationDocker.h
M  +1    -1    stage/part/tools/animationtool/KPrTimeLineHeader.cpp
M  +1    -1    stage/part/tools/animationtool/KPrTimeLineHeader.h
M  +1    -1    stage/part/tools/animationtool/KPrTimeLineView.cpp
M  +1    -1    stage/part/tools/animationtool/KPrTimeLineView.h
M  +2    -15   stage/part/tools/animationtool/Plugin.cpp
M  +2    -15   stage/part/tools/animationtool/Plugin.h
M  +2    -15   stage/part/ui/KPrConfigurePresenterViewDialog.cpp
M  +2    -15   stage/part/ui/KPrConfigurePresenterViewDialog.h
M  +2    -15   stage/part/ui/KPrConfigureSlideShowDialog.cpp
M  +2    -15   stage/part/ui/KPrConfigureSlideShowDialog.h
M  +3    -16   stage/part/ui/KPrHtmlExportDialog.cpp
M  +3    -16   stage/part/ui/KPrHtmlExportDialog.h
M  +4    -17   stage/part/ui/KPrPresentationToolWidget.cpp
M  +3    -16   stage/part/ui/KPrPresentationToolWidget.h
M  +2    -15   stage/plugins/eventactions/Plugin.cpp
M  +2    -15   stage/plugins/eventactions/Plugin.h
M  +1    -1    stage/plugins/eventactions/sound/KPrSoundEventAction.cpp
M  +1    -1    stage/plugins/eventactions/sound/KPrSoundEventAction.h
M  +1    -1    stage/plugins/eventactions/sound/KPrSoundEventActionFactory.cpp
M  +1    -1    stage/plugins/eventactions/sound/KPrSoundEventActionFactory.h
M  +1    -1    stage/plugins/eventactions/sound/KPrSoundEventActionWidget.cpp
M  +1    -1    stage/plugins/eventactions/sound/KPrSoundEventActionWidget.h
M  +4    -17   stage/plugins/pageeffects/barwipe/KPrBarWipeEffectFactory.cpp
M  +3    -16   stage/plugins/pageeffects/barwipe/KPrBarWipeEffectFactory.h
M  +4    -17   stage/plugins/pageeffects/barwipe/KPrBarWipeFromBottomStrategy.cpp
M  +4    -17   stage/plugins/pageeffects/barwipe/KPrBarWipeFromBottomStrategy.h
M  +3    -16   stage/plugins/pageeffects/barwipe/KPrBarWipeFromLeftStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/barwipe/KPrBarWipeFromLeftStrategy.h
M  +4    -17   stage/plugins/pageeffects/barwipe/KPrBarWipeFromRightStrategy.cpp
M  +4    -17   stage/plugins/pageeffects/barwipe/KPrBarWipeFromRightStrategy.h
M  +3    -16   stage/plugins/pageeffects/barwipe/KPrBarWipeFromTopStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/barwipe/KPrBarWipeFromTopStrategy.h
M  +2    -15   stage/plugins/pageeffects/barwipe/Plugin.cpp
M  +2    -15   stage/plugins/pageeffects/barwipe/Plugin.h
M  +2    -15   stage/plugins/pageeffects/clockwipe/KPrCenterFanWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/KPrCenterFanWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/clockwipe/KPrClockWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/KPrClockWipeStrategy.h
M  +3    -16   stage/plugins/pageeffects/clockwipe/KPrClockWipeSubpathHelper.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/KPrClockWipeSubpathHelper.h
M  +2    -15   stage/plugins/pageeffects/clockwipe/KPrSideFanWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/KPrSideFanWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/clockwipe/KPrSweepWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/KPrSweepWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/clockwipe/Plugin.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/Plugin.h
M  +2    -15   stage/plugins/pageeffects/clockwipe/clockwipe/KPrClockWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/clockwipe/KPrClockWipeEffectFactory.h
M  +3    -16   stage/plugins/pageeffects/clockwipe/doublefanwipe/KPrDoubleFanWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/doublefanwipe/KPrDoubleFanWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/clockwipe/doublesweepwipe/KPrDoubleSweepWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/doublesweepwipe/KPrDoubleSweepWipeEffectFactory.h
M  +3    -16   stage/plugins/pageeffects/clockwipe/doublesweepwipe/KPrDoubleSweepWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/doublesweepwipe/KPrDoubleSweepWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/clockwipe/fanwipe/KPrFanWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/fanwipe/KPrFanWipeEffectFactory.h
M  +3    -16   stage/plugins/pageeffects/clockwipe/pinwheelwipe/KPrPinWheelWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/pinwheelwipe/KPrPinWheelWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/clockwipe/saloondoorwipe/KPrSaloonDoorWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/saloondoorwipe/KPrSaloonDoorWipeEffectFactory.h
M  +3    -16   stage/plugins/pageeffects/clockwipe/saloondoorwipe/KPrSaloonDoorWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/saloondoorwipe/KPrSaloonDoorWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/clockwipe/singlesweepwipe/KPrSingleSweepWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/singlesweepwipe/KPrSingleSweepWipeEffectFactory.h
M  +3    -16   stage/plugins/pageeffects/clockwipe/singlesweepwipe/KPrSingleSweepWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/singlesweepwipe/KPrSingleSweepWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/clockwipe/windshieldwipe/KPrWindShieldWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/windshieldwipe/KPrWindShieldWipeEffectFactory.h
M  +3    -16   stage/plugins/pageeffects/clockwipe/windshieldwipe/KPrWindShieldWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/clockwipe/windshieldwipe/KPrWindShieldWipeStrategy.h
M  +3    -16   stage/plugins/pageeffects/edgewipe/Plugin.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/Plugin.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/barndoorwipe/BarnDoorWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/barndoorwipe/BarnDoorWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/barndoorwipe/BarnDoorWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/barndoorwipe/BarnDoorWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/barnveewipe/BarnVeeWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/barnveewipe/BarnVeeWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/barnveewipe/BarnVeeWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/barnveewipe/BarnVeeWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/barnzigzagwipe/BarnZigZagWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/barnzigzagwipe/BarnZigZagWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/barnzigzagwipe/BarnZigZagWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/barnzigzagwipe/BarnZigZagWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/boxwipe/BoxWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/boxwipe/BoxWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/boxwipe/BoxWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/boxwipe/BoxWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/diagonalwipe/DiagonalWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/diagonalwipe/DiagonalWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/diagonalwipe/DiagonalWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/diagonalwipe/DiagonalWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/fourboxwipe/CornersInWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/fourboxwipe/CornersInWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/fourboxwipe/CornersOutWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/fourboxwipe/CornersOutWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/fourboxwipe/FourBoxWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/fourboxwipe/FourBoxWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/miscdiagonalwipe/DoubleBarnDoorWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/miscdiagonalwipe/DoubleBarnDoorWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/miscdiagonalwipe/DoubleDiamondWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/miscdiagonalwipe/DoubleDiamondWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/miscdiagonalwipe/MiscDiagonalWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/miscdiagonalwipe/MiscDiagonalWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/veewipe/VeeWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/veewipe/VeeWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/veewipe/VeeWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/veewipe/VeeWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/zigzagwipe/ZigZagWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/zigzagwipe/ZigZagWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/edgewipe/zigzagwipe/ZigZagWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/edgewipe/zigzagwipe/ZigZagWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/example/Plugin.cpp
M  +2    -15   stage/plugins/pageeffects/example/Plugin.h
M  +2    -15   stage/plugins/pageeffects/fade/KPrFadeCrossStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/fade/KPrFadeCrossStrategy.h
M  +2    -15   stage/plugins/pageeffects/fade/KPrFadeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/fade/KPrFadeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/fade/KPrFadeOverColorStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/fade/KPrFadeOverColorStrategy.h
M  +2    -15   stage/plugins/pageeffects/fade/Plugin.cpp
M  +2    -15   stage/plugins/pageeffects/fade/Plugin.h
M  +3    -16   stage/plugins/pageeffects/iriswipe/KPrIrisWipeEffectStrategyBase.cpp
M  +3    -16   stage/plugins/pageeffects/iriswipe/KPrIrisWipeEffectStrategyBase.h
M  +2    -15   stage/plugins/pageeffects/iriswipe/Plugin.cpp
M  +2    -15   stage/plugins/pageeffects/iriswipe/Plugin.h
M  +3    -16   stage/plugins/pageeffects/iriswipe/arrowHeadWipe/KPrArrowHeadWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/iriswipe/arrowHeadWipe/KPrArrowHeadWipeEffectFactory.h
M  +2    -2    stage/plugins/pageeffects/iriswipe/ellipseWipe/KPrEllipseWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/iriswipe/ellipseWipe/KPrEllipseWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/iriswipe/eyeWipe/KPrEyeWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/iriswipe/eyeWipe/KPrEyeWipeEffectFactory.h
M  +2    -2    stage/plugins/pageeffects/iriswipe/hexagonWipe/KPrHexagonWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/iriswipe/hexagonWipe/KPrHexagonWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/iriswipe/irisWipe/KPrIrisWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/iriswipe/irisWipe/KPrIrisWipeEffectFactory.h
M  +2    -2    stage/plugins/pageeffects/iriswipe/miscShapeWipe/KPrMiscShapeWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/iriswipe/miscShapeWipe/KPrMiscShapeWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/iriswipe/pentagonWipe/KPrPentagonWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/iriswipe/pentagonWipe/KPrPentagonWipeEffectFactory.h
M  +2    -2    stage/plugins/pageeffects/iriswipe/roundRectWipe/KPrRoundRectWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/iriswipe/roundRectWipe/KPrRoundRectWipeEffectFactory.h
M  +2    -2    stage/plugins/pageeffects/iriswipe/starWipe/KPrStarWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/iriswipe/starWipe/KPrStarWipeEffectFactory.h
M  +3    -16   stage/plugins/pageeffects/iriswipe/triangleWipe/KPrTriangleWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/iriswipe/triangleWipe/KPrTriangleWipeEffectFactory.h
M  +3    -16   stage/plugins/pageeffects/matrixwipe/KPrMatrixWipeStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/matrixwipe/KPrMatrixWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/Plugin.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/Plugin.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/boxsnakes/KPrBoxSnakesWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/boxsnakes/KPrBoxSnakesWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/boxsnakes/KPrBoxSnakesWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/boxsnakes/KPrBoxSnakesWipeStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/parallelsnakes/KPrParallelSnakesWipeDiagonalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/parallelsnakes/KPrParallelSnakesWipeDiagonalStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/parallelsnakes/KPrParallelSnakesWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/parallelsnakes/KPrParallelSnakesWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/parallelsnakes/KPrParallelSnakesWipeHorizontalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/parallelsnakes/KPrParallelSnakesWipeHorizontalStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/parallelsnakes/KPrParallelSnakesWipeVerticalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/parallelsnakes/KPrParallelSnakesWipeVerticalStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeBottomLeftDiagonalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeBottomLeftDiagonalStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeBottomRightDiagonalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeBottomRightDiagonalStrategy.h
M  +3    -16   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeBottomRightHorizontalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeBottomRightHorizontalStrategy.h
M  +3    -16   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeBottomRightVerticalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeBottomRightVerticalStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeDiagonalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeDiagonalStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeTopLeftDiagonalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeTopLeftDiagonalStrategy.h
M  +3    -16   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeTopLeftHorizontalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeTopLeftHorizontalStrategy.h
M  +3    -16   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeTopLeftVerticalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeTopLeftVerticalStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeTopRightDiagonalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/snakewipe/KPrSnakeWipeTopRightDiagonalStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/spiralwipe/KPrSpiralWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/spiralwipe/KPrSpiralWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/spiralwipe/KPrSpiralWipeStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/spiralwipe/KPrSpiralWipeStrategy.h
M  +3    -16   stage/plugins/pageeffects/matrixwipe/waterfallwipe/KPrWaterfallWipeBottomLeftStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/waterfallwipe/KPrWaterfallWipeBottomLeftStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/waterfallwipe/KPrWaterfallWipeBottomRightStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/waterfallwipe/KPrWaterfallWipeBottomRightStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/waterfallwipe/KPrWaterfallWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/waterfallwipe/KPrWaterfallWipeEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/waterfallwipe/KPrWaterfallWipeTopLeftStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/waterfallwipe/KPrWaterfallWipeTopLeftStrategy.h
M  +2    -15   stage/plugins/pageeffects/matrixwipe/waterfallwipe/KPrWaterfallWipeTopRightStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/matrixwipe/waterfallwipe/KPrWaterfallWipeTopRightStrategy.h
M  +2    -15   stage/plugins/pageeffects/slidewipe/KPrSlideWipeEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/slidewipe/KPrSlideWipeEffectFactory.h
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeFromBottomStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeFromBottomStrategy.h
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeFromLeftStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeFromLeftStrategy.h
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeFromRightStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeFromRightStrategy.h
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeFromTopStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeFromTopStrategy.h
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeToBottomStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeToBottomStrategy.h
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeToLeftStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeToLeftStrategy.h
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeToRightStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeToRightStrategy.h
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeToTopStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/slidewipe/KPrSlideWipeToTopStrategy.h
M  +2    -15   stage/plugins/pageeffects/slidewipe/Plugin.cpp
M  +2    -15   stage/plugins/pageeffects/slidewipe/Plugin.h
M  +3    -16   stage/plugins/pageeffects/spacerotation/KPrSpaceRotationEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/spacerotation/KPrSpaceRotationEffectFactory.h
M  +2    -15   stage/plugins/pageeffects/spacerotation/KPrSpaceRotationFromBottomStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/spacerotation/KPrSpaceRotationFromBottomStrategy.h
M  +2    -15   stage/plugins/pageeffects/spacerotation/KPrSpaceRotationFromLeftStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/spacerotation/KPrSpaceRotationFromLeftStrategy.h
M  +2    -15   stage/plugins/pageeffects/spacerotation/KPrSpaceRotationFromRightStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/spacerotation/KPrSpaceRotationFromRightStrategy.h
M  +2    -15   stage/plugins/pageeffects/spacerotation/KPrSpaceRotationFromTopStrategy.cpp
M  +3    -16   stage/plugins/pageeffects/spacerotation/KPrSpaceRotationFromTopStrategy.h
M  +2    -15   stage/plugins/pageeffects/spacerotation/Plugin.cpp
M  +2    -15   stage/plugins/pageeffects/spacerotation/Plugin.h
M  +3    -16   stage/plugins/pageeffects/swapeffect/KPrSwapEffectFactory.cpp
M  +2    -15   stage/plugins/pageeffects/swapeffect/KPrSwapEffectFactory.h
M  +3    -16   stage/plugins/pageeffects/swapeffect/KPrSwapEffectHorizontalStrategy.cpp
M  +2    -15   stage/plugins/pageeffects/swapeffect/KPrSwapEffectHorizontalStrategy.h
M  +2    -15   stage/plugins/pageeffects/swapeffect/Plugin.cpp
M  +2    -15   stage/plugins/pageeffects/swapeffect/Plugin.h
M  +2    -15   stage/plugins/shapeanimations/example/Plugin.cpp
M  +2    -15   stage/plugins/shapeanimations/example/Plugin.h
M  +2    -15   stage/plugins/variable/Plugin.cpp
M  +2    -15   stage/plugins/variable/Plugin.h
M  +3    -16   stage/plugins/variable/PresentationVariable.cpp
M  +3    -16   stage/plugins/variable/PresentationVariable.h
M  +2    -15   stage/plugins/variable/PresentationVariableFactory.cpp
M  +2    -15   stage/plugins/variable/PresentationVariableFactory.h
M  +3    -10   windows/calligra_installer/res/wix_snippets/MergeModules.wxi
M  +3    -10   windows/calligra_installer/res/wix_snippets/VC2010DLLs.wxi
M  +2    -8    windows/calligra_installer/run_heat.bat
M  +3    -16   words/app/main.cpp
M  +2    -15   words/part/KWAboutData.h
M  +2    -15   words/part/KWApplicationConfig.cpp
M  +2    -15   words/part/KWApplicationConfig.h
M  +5    -18   words/part/KWCanvas.cpp
M  +6    -19   words/part/KWCanvas.h
M  +6    -19   words/part/KWCanvasBase.cpp
M  +5    -18   words/part/KWCanvasBase.h
M  +4    -17   words/part/KWCanvasItem.cpp
M  +3    -16   words/part/KWCanvasItem.h
M  +8    -21   words/part/KWDocument.cpp
M  +7    -20   words/part/KWDocument.h
M  +2    -15   words/part/KWDocumentStatistics.cpp
M  +2    -15   words/part/KWDocumentStatistics.h
M  +4    -17   words/part/KWFactory.cpp
M  +3    -16   words/part/KWFactory.h
M  +2    -15   words/part/KWFactoryInit.cpp
M  +2    -15   words/part/KWFactoryInit.h
M  +4    -17   words/part/KWGui.cpp
M  +2    -15   words/part/KWGui.h
M  +6    -19   words/part/KWOdfLoader.cpp
M  +5    -18   words/part/KWOdfLoader.h
M  +6    -19   words/part/KWOdfSharedLoadingData.cpp
M  +5    -18   words/part/KWOdfSharedLoadingData.h
M  +6    -19   words/part/KWOdfWriter.cpp
M  +6    -19   words/part/KWOdfWriter.h
M  +4    -17   words/part/KWPage.cpp
M  +4    -17   words/part/KWPage.h
M  +3    -16   words/part/KWPageCacheManager.cpp
M  +3    -16   words/part/KWPageCacheManager.h
M  +4    -17   words/part/KWPageManager.cpp
M  +4    -17   words/part/KWPageManager.h
M  +2    -15   words/part/KWPageManager_p.h
M  +4    -17   words/part/KWPageStyle.cpp
M  +4    -17   words/part/KWPageStyle.h
M  +2    -15   words/part/KWPageStyle_p.h
M  +3    -16   words/part/KWPart.cpp
M  +3    -16   words/part/KWPart.h
M  +4    -17   words/part/KWRootAreaProvider.cpp
M  +3    -16   words/part/KWRootAreaProvider.h
M  +4    -17   words/part/KWRootAreaProviderBase.cpp
M  +3    -16   words/part/KWRootAreaProviderBase.h
M  +4    -17   words/part/KWRootAreaProviderTextBox.cpp
M  +3    -16   words/part/KWRootAreaProviderTextBox.h
M  +4    -17   words/part/KWStatusBar.cpp
M  +4    -17   words/part/KWStatusBar.h
M  +4    -17   words/part/KWView.cpp
M  +3    -16   words/part/KWView.h
M  +4    -17   words/part/KWViewMode.cpp
M  +4    -17   words/part/KWViewMode.h
M  +2    -15   words/part/KWViewModeNormal.cpp
M  +3    -16   words/part/KWViewModeNormal.h
M  +2    -15   words/part/KWViewModePreview.cpp
M  +3    -16   words/part/KWViewModePreview.h
M  +2    -15   words/part/Words.cpp
M  +2    -15   words/part/Words.h
M  +2    -15   words/part/WordsDebug.cpp
M  +2    -15   words/part/WordsDebug.h
M  +2    -15   words/part/commands/KWChangePageStyleCommand.cpp
M  +2    -15   words/part/commands/KWChangePageStyleCommand.h
M  +2    -15   words/part/commands/KWNewPageStyleCommand.cpp
M  +2    -15   words/part/commands/KWNewPageStyleCommand.h
M  +2    -15   words/part/commands/KWPageStylePropertiesCommand.cpp
M  +2    -15   words/part/commands/KWPageStylePropertiesCommand.h
M  +3    -16   words/part/commands/KWShapeCreateCommand.cpp
M  +2    -15   words/part/commands/KWShapeCreateCommand.h
M  +3    -16   words/part/dialogs/KWAnchoringProperties.cpp
M  +3    -16   words/part/dialogs/KWAnchoringProperties.h
M  +3    -16   words/part/dialogs/KWConfigureDialog.cpp
M  +3    -16   words/part/dialogs/KWConfigureDialog.h
M  +2    -15   words/part/dialogs/KWCreateBookmarkDialog.cpp
M  +2    -15   words/part/dialogs/KWCreateBookmarkDialog.h
M  +2    -15   words/part/dialogs/KWDocumentColumns.cpp
M  +2    -15   words/part/dialogs/KWDocumentColumns.h
M  +2    -15   words/part/dialogs/KWFrameConnectSelector.cpp
M  +2    -15   words/part/dialogs/KWFrameConnectSelector.h
M  +3    -16   words/part/dialogs/KWFrameDialog.cpp
M  +3    -16   words/part/dialogs/KWFrameDialog.h
M  +2    -15   words/part/dialogs/KWPageSettingsDialog.cpp
M  +2    -15   words/part/dialogs/KWPageSettingsDialog.h
M  +3    -16   words/part/dialogs/KWPrintingDialog.cpp
M  +3    -16   words/part/dialogs/KWPrintingDialog.h
M  +2    -15   words/part/dialogs/KWRunAroundProperties.cpp
M  +2    -15   words/part/dialogs/KWRunAroundProperties.h
M  +2    -15   words/part/dialogs/KWSelectBookmarkDialog.cpp
M  +2    -15   words/part/dialogs/KWSelectBookmarkDialog.h
M  +2    -15   words/part/dialogs/KWShapeConfigFactory.cpp
M  +2    -15   words/part/dialogs/KWShapeConfigFactory.h
M  +2    -15   words/part/dialogs/KWStartupWidget.cpp
M  +2    -15   words/part/dialogs/KWStartupWidget.h
M  +2    -15   words/part/dockers/KWDebugDocker.cpp
M  +2    -15   words/part/dockers/KWDebugDocker.h
M  +2    -15   words/part/dockers/KWDebugDockerFactory.cpp
M  +2    -15   words/part/dockers/KWDebugDockerFactory.h
M  +2    -15   words/part/dockers/KWDebugWidget.cpp
M  +2    -15   words/part/dockers/KWDebugWidget.h
M  +2    -15   words/part/dockers/KWNavigationDocker.cpp
M  +2    -15   words/part/dockers/KWNavigationDocker.h
M  +2    -15   words/part/dockers/KWNavigationDockerFactory.cpp
M  +2    -15   words/part/dockers/KWNavigationDockerFactory.h
M  +2    -15   words/part/dockers/KWNavigationWidget.cpp
M  +2    -15   words/part/dockers/KWNavigationWidget.h
M  +5    -18   words/part/dockers/KWRdfDocker.cpp
M  +3    -16   words/part/dockers/KWRdfDocker.h
M  +2    -15   words/part/dockers/KWRdfDockerFactory.cpp
M  +2    -15   words/part/dockers/KWRdfDockerFactory.h
M  +3    -16   words/part/dockers/KWRdfDockerTree.cpp
M  +2    -15   words/part/dockers/KWRdfDockerTree.h
M  +5    -18   words/part/dockers/KWStatisticsDocker.cpp
M  +4    -17   words/part/dockers/KWStatisticsDocker.h
M  +4    -17   words/part/dockers/KWStatisticsWidget.cpp
M  +4    -17   words/part/dockers/KWStatisticsWidget.h
M  +2    -15   words/part/dockers/StatisticsPreferencesPopup.cpp
M  +2    -15   words/part/dockers/StatisticsPreferencesPopup.h
M  +2    -15   words/part/frames/KWCopyShape.cpp
M  +2    -15   words/part/frames/KWCopyShape.h
M  +5    -18   words/part/frames/KWFrame.cpp
M  +5    -18   words/part/frames/KWFrame.h
M  +7    -20   words/part/frames/KWFrameLayout.cpp
M  +5    -18   words/part/frames/KWFrameLayout.h
M  +5    -18   words/part/frames/KWFrameSet.cpp
M  +5    -18   words/part/frames/KWFrameSet.h
M  +5    -18   words/part/frames/KWTextFrameSet.cpp
M  +5    -18   words/part/frames/KWTextFrameSet.h
M  +2    -15   words/part/i18n/stylenames.cpp
M  +2    -15   words/part/pagetool/KWPageTool.cpp
M  +2    -15   words/part/pagetool/KWPageTool.h
M  +2    -15   words/part/pagetool/KWPageToolFactory.cpp
M  +2    -15   words/part/pagetool/KWPageToolFactory.h
M  +2    -18   words/part/pagetool/SimpleHeaderFooterWidget.cpp
M  +2    -18   words/part/pagetool/SimpleHeaderFooterWidget.h
M  +2    -18   words/part/pagetool/SimpleSetupWidget.cpp
M  +2    -18   words/part/pagetool/SimpleSetupWidget.h
M  +3    -19   words/part/tests/MockPart.h
M  +2    -15   words/part/tests/TestPageManager.cpp
M  +2    -15   words/part/tests/TestPageManager.h
M  +4    -18   words/part/tests/TestPageTextInfo.cpp
M  +3    -18   words/part/tests/TestPageTextInfo.h
M  +2    -15   words/part/tests/TestRdf.cpp
M  +2    -15   words/part/tests/TestRdf.h
M  +2    -15   words/part/tests/TestTextStatistics.cpp
M  +2    -15   words/part/tests/TestTextStatistics.h
M  +3    -16   words/part/tests/TestViewMode.cpp
M  +3    -16   words/part/tests/TestViewMode.h
M  +2    -15   words/part/widgets/KoFindToolbar.cpp
M  +2    -15   words/part/widgets/KoFindToolbar.h
M  +2    -15   words/part/widgets/KoFindToolbar_p.h
M  +2    -15   words/part/words_export.h
M  +3    -16   words/plugins/scripting/Frame.h
M  +3    -16   words/plugins/scripting/FrameSet.h
M  +3    -19   words/plugins/scripting/KWScriptingPart.cpp
M  +3    -19   words/plugins/scripting/KWScriptingPart.h
M  +3    -16   words/plugins/scripting/Module.cpp
M  +3    -16   words/plugins/scripting/Module.h
M  +3    -16   words/plugins/scripting/Page.h
M  +2    -15   words/plugins/scripting/PageLayout.h
M  +2    -15   words/plugins/scripting/Style.h
M  +2    -15   words/plugins/scripting/TextCursor.cpp
M  +2    -15   words/plugins/scripting/TextCursor.h
M  +3    -16   words/plugins/scripting/TextDocument.h
M  +3    -16   words/plugins/scripting/TextFrame.h
M  +3    -16   words/plugins/scripting/TextList.h
M  +2    -15   words/plugins/scripting/TextTable.h
M  +3    -16   words/plugins/scripting/Tool.h

https://invent.kde.org/office/calligra/commit/df929d60dc540dc5c2907618321409f6ab67b6db


More information about the kde-doc-english mailing list