[Libreoffice-commits] core.git: 2 commits - chart2/source compilerplugins/clang cui/source extensions/source include/svtools include/vcl scaddins/source scripting/source sdext/source svtools/source vcl/source writerfilter/source

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Sun Dec 22 18:28:40 UTC 2019


 chart2/source/view/inc/VSeriesPlotter.hxx                           |    2 
 chart2/source/view/main/ChartView.cxx                               |    1 
 compilerplugins/clang/unusedfields.only-used-in-constructor.results |  208 ++++------
 compilerplugins/clang/unusedfields.readonly.results                 |  102 ++--
 compilerplugins/clang/unusedfields.untouched.results                |  184 ++++----
 compilerplugins/clang/unusedfields.writeonly.results                |  144 +++---
 cui/source/inc/backgrnd.hxx                                         |   32 -
 extensions/source/propctrlr/browserpage.hxx                         |    4 
 extensions/source/propctrlr/propertyeditor.cxx                      |    1 
 include/svtools/inettbc.hxx                                         |    4 
 include/vcl/field.hxx                                               |    6 
 include/vcl/headbar.hxx                                             |    1 
 scaddins/source/analysis/analysis.cxx                               |    6 
 scaddins/source/analysis/analysishelper.cxx                         |   10 
 scaddins/source/analysis/analysishelper.hxx                         |    8 
 scaddins/source/datefunc/datefunc.cxx                               |    6 
 scaddins/source/datefunc/datefunc.hxx                               |    2 
 scaddins/source/pricing/pricing.cxx                                 |    6 
 scaddins/source/pricing/pricing.hxx                                 |    2 
 scripting/source/basprov/basprov.cxx                                |    2 
 scripting/source/dlgprov/dlgprov.cxx                                |    2 
 scripting/source/protocolhandler/scripthandler.cxx                  |    2 
 scripting/source/provider/MasterScriptProvider.cxx                  |    2 
 scripting/source/stringresource/stringresource.cxx                  |    4 
 scripting/source/stringresource/stringresource.hxx                  |    2 
 sdext/source/pdfimport/odf/odfemitter.cxx                           |    2 
 sdext/source/pdfimport/pdfparse/pdfentries.cxx                      |   46 +-
 sdext/source/pdfimport/pdfparse/pdfparse.cxx                        |    2 
 sdext/source/pdfimport/services.cxx                                 |    8 
 sdext/source/pdfimport/test/outputwrap.hxx                          |    2 
 sdext/source/pdfimport/tree/imagecontainer.cxx                      |    2 
 sdext/source/pdfimport/wrapper/wrapper.cxx                          |   12 
 sdext/source/presenter/PresenterComponent.cxx                       |    2 
 sdext/source/presenter/PresenterHelpView.cxx                        |    6 
 svtools/source/control/inettbc.cxx                                  |    9 
 vcl/source/control/field.cxx                                        |   46 --
 vcl/source/treelist/headbar.cxx                                     |    2 
 writerfilter/source/dmapper/DomainMapper.cxx                        |    5 
 writerfilter/source/dmapper/DomainMapper.hxx                        |    1 
 writerfilter/source/dmapper/DomainMapper_Impl.cxx                   |    3 
 writerfilter/source/dmapper/DomainMapper_Impl.hxx                   |    4 
 writerfilter/source/dmapper/StyleSheetTable.cxx                     |    5 
 42 files changed, 373 insertions(+), 527 deletions(-)

New commits:
commit 38d9e38981a8ade60bb627b00197ecd28fb9158e
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Sun Dec 22 19:03:02 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Dec 22 19:27:55 2019 +0100

    loplugin:unusedfields
    
    Change-Id: Ib2314f23efe953398ed0a5e88305842c812e18bb
    Reviewed-on: https://gerrit.libreoffice.org/85708
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/chart2/source/view/inc/VSeriesPlotter.hxx b/chart2/source/view/inc/VSeriesPlotter.hxx
index 7b799eb9c4bf..cd7466e250ce 100644
--- a/chart2/source/view/inc/VSeriesPlotter.hxx
+++ b/chart2/source/view/inc/VSeriesPlotter.hxx
@@ -241,7 +241,6 @@ public:
     // Methods for number formats and color schemes
 
     void setNumberFormatsSupplier( const css::uno::Reference< css::util::XNumberFormatsSupplier > & xNumFmtSupplier );
-    void setAxesNumberFormats( const AxesNumberFormats& rAxesNumberFormats ) { m_aAxesNumberFormats = rAxesNumberFormats; };
 
     void setColorScheme( const css::uno::Reference< css::chart2::XColorScheme >& xColorScheme );
 
@@ -427,7 +426,6 @@ protected:
     Date m_aNullDate;
 
     std::unique_ptr< NumberFormatterWrapper > m_apNumberFormatterWrapper;
-    AxesNumberFormats                         m_aAxesNumberFormats;//direct numberformats on axes, if empty ask the data series instead
 
     css::uno::Reference< css::chart2::XColorScheme >    m_xColorScheme;
 
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 7e8f470d458b..187b4abda18a 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -765,7 +765,6 @@ void SeriesPlotterContainer::setNumberFormatsFromAxes()
                     }
                 }
             }
-            pSeriesPlotter->setAxesNumberFormats( aAxesNumberFormats );
         }
     }
 }
diff --git a/compilerplugins/clang/unusedfields.only-used-in-constructor.results b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
index 7c18d050146d..113271d81797 100644
--- a/compilerplugins/clang/unusedfields.only-used-in-constructor.results
+++ b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
@@ -9,9 +9,9 @@ avmedia/source/vlc/wrapper/Types.hxx:44
 avmedia/source/vlc/wrapper/Types.hxx:45
     libvlc_event_t::(anonymous union)::(anonymous) dummy2 const char *
 avmedia/source/vlc/wrapper/Types.hxx:46
-    libvlc_event_t::(anonymous) padding struct (anonymous struct at /media/disk2/libo4/avmedia/source/vlc/wrapper/Types.hxx:43:7)
+    libvlc_event_t::(anonymous) padding struct (anonymous struct at /home/noel/libo2/avmedia/source/vlc/wrapper/Types.hxx:43:7)
 avmedia/source/vlc/wrapper/Types.hxx:47
-    libvlc_event_t u union (anonymous union at /media/disk2/libo4/avmedia/source/vlc/wrapper/Types.hxx:41:5)
+    libvlc_event_t u union (anonymous union at /home/noel/libo2/avmedia/source/vlc/wrapper/Types.hxx:41:5)
 avmedia/source/vlc/wrapper/Types.hxx:53
     libvlc_track_description_t psz_name char *
 basegfx/source/polygon/b2dtrapezoid.cxx:212
@@ -30,14 +30,6 @@ chart2/source/controller/inc/dlg_View3D.hxx:44
     chart::View3DDialog m_aControllerLocker class chart::ControllerLockHelper
 chart2/source/controller/inc/RangeSelectionListener.hxx:63
     chart::RangeSelectionListener m_aControllerLockGuard class chart::ControllerLockGuardUNO
-chart2/source/inc/TrueGuard.hxx:33
-    chart::TrueGuard m_rbTrueDuringGuardedTime _Bool &
-chart2/source/view/charttypes/CategoryPositionHelper.hxx:49
-    chart::CategoryPositionHelper m_fCategoryWidth double
-chart2/source/view/charttypes/CategoryPositionHelper.hxx:51
-    chart::CategoryPositionHelper m_fInnerDistance double
-chart2/source/view/charttypes/CategoryPositionHelper.hxx:53
-    chart::CategoryPositionHelper m_fOuterDistance double
 connectivity/source/commontools/RowFunctionParser.cxx:374
     connectivity::(anonymous namespace)::ExpressionGrammar::definition unaryFunction ::boost::spirit::rule<ScannerT>
 connectivity/source/commontools/RowFunctionParser.cxx:375
@@ -60,27 +52,27 @@ connectivity/source/inc/component/CResultSet.hxx:44
     connectivity::component::OComponentResultSet m_bBookmarkable _Bool
 connectivity/source/inc/dbase/DResultSet.hxx:43
     connectivity::dbase::ODbaseResultSet m_bBookmarkable _Bool
-connectivity/source/inc/file/FStatement.hxx:89
+connectivity/source/inc/file/FStatement.hxx:87
     connectivity::file::OStatement_Base m_aCursorName class rtl::OUString
-connectivity/source/inc/file/FStatement.hxx:90
+connectivity/source/inc/file/FStatement.hxx:88
     connectivity::file::OStatement_Base m_nMaxFieldSize sal_Int32
-connectivity/source/inc/file/FStatement.hxx:91
+connectivity/source/inc/file/FStatement.hxx:89
     connectivity::file::OStatement_Base m_nMaxRows sal_Int32
-connectivity/source/inc/file/FStatement.hxx:92
+connectivity/source/inc/file/FStatement.hxx:90
     connectivity::file::OStatement_Base m_nQueryTimeOut sal_Int32
-connectivity/source/inc/file/FStatement.hxx:93
+connectivity/source/inc/file/FStatement.hxx:91
     connectivity::file::OStatement_Base m_nFetchSize sal_Int32
-connectivity/source/inc/file/FStatement.hxx:94
+connectivity/source/inc/file/FStatement.hxx:92
     connectivity::file::OStatement_Base m_nResultSetType sal_Int32
-connectivity/source/inc/file/FStatement.hxx:95
+connectivity/source/inc/file/FStatement.hxx:93
     connectivity::file::OStatement_Base m_nFetchDirection sal_Int32
-connectivity/source/inc/file/FStatement.hxx:96
+connectivity/source/inc/file/FStatement.hxx:94
     connectivity::file::OStatement_Base m_nResultSetConcurrency sal_Int32
-connectivity/source/inc/file/FStatement.hxx:97
+connectivity/source/inc/file/FStatement.hxx:95
     connectivity::file::OStatement_Base m_bEscapeProcessing _Bool
 connectivity/source/inc/flat/EResultSet.hxx:42
     connectivity::flat::OFlatResultSet m_bBookmarkable _Bool
-connectivity/source/inc/java/lang/Object.hxx:45
+connectivity/source/inc/java/lang/Object.hxx:38
     connectivity::SDBThreadAttach m_aGuard jvmaccess::class VirtualMachine::AttachGuard
 cppcanvas/source/mtfrenderer/textaction.cxx:810
     cppcanvas::internal::(anonymous namespace)::EffectTextAction maTextLineInfo const tools::TextLineInfo
@@ -88,6 +80,8 @@ cppcanvas/source/mtfrenderer/textaction.cxx:1643
     cppcanvas::internal::(anonymous namespace)::OutlineAction maTextLineInfo const tools::TextLineInfo
 cppu/source/threadpool/threadpool.cxx:361
     _uno_ThreadPool dummy sal_Int32
+cppu/source/typelib/typelib.cxx:59
+    (anonymous namespace)::AlignSize_Impl nInt16 sal_Int16
 cppu/source/uno/check.cxx:38
     (anonymous namespace)::C1 n1 sal_Int16
 cppu/source/uno/check.cxx:67
@@ -120,8 +114,6 @@ cppu/source/uno/check.cxx:107
     (anonymous namespace)::P p2 double
 cppu/source/uno/check.cxx:115
     (anonymous namespace)::second a int
-cppu/source/uno/check.cxx:120
-    (anonymous namespace)::AlignSize_Impl nInt16 sal_Int16
 cppu/source/uno/check.cxx:126
     (anonymous namespace)::Char1 c1 char
 cppu/source/uno/check.cxx:130
@@ -134,7 +126,37 @@ cui/source/dialogs/colorpicker.cxx:737
     cui::(anonymous namespace)::ColorPickerDialog m_aColorPrevious class cui::(anonymous namespace)::ColorPreviewControl
 cui/source/factory/dlgfact.cxx:1394
     (anonymous namespace)::SvxMacroAssignDialog m_aItems class SfxItemSet
-cui/source/inc/cfgutil.hxx:236
+cui/source/inc/backgrnd.hxx:71
+    SvxBackgroundTabPage aBgdColor class Color
+cui/source/inc/backgrnd.hxx:72
+    SvxBackgroundTabPage nHtmlMode sal_uInt16
+cui/source/inc/backgrnd.hxx:73
+    SvxBackgroundTabPage bAllowShowSelector _Bool
+cui/source/inc/backgrnd.hxx:74
+    SvxBackgroundTabPage bIsGraphicValid _Bool
+cui/source/inc/backgrnd.hxx:75
+    SvxBackgroundTabPage bHighlighting _Bool
+cui/source/inc/backgrnd.hxx:76
+    SvxBackgroundTabPage bCharBackColor _Bool
+cui/source/inc/backgrnd.hxx:77
+    SvxBackgroundTabPage m_bColorSelected _Bool
+cui/source/inc/backgrnd.hxx:78
+    SvxBackgroundTabPage aBgdGraphic class Graphic
+cui/source/inc/backgrnd.hxx:79
+    SvxBackgroundTabPage aBgdGraphicPath class rtl::OUString
+cui/source/inc/backgrnd.hxx:80
+    SvxBackgroundTabPage aBgdGraphicFilter class rtl::OUString
+cui/source/inc/backgrnd.hxx:83
+    SvxBackgroundTabPage m_bIsImportDlgInExecute _Bool
+cui/source/inc/backgrnd.hxx:91
+    SvxBackgroundTabPage m_nCellWhich sal_uInt16
+cui/source/inc/backgrnd.hxx:92
+    SvxBackgroundTabPage m_nRowWhich sal_uInt16
+cui/source/inc/backgrnd.hxx:93
+    SvxBackgroundTabPage m_nTableWhich sal_uInt16
+cui/source/inc/backgrnd.hxx:94
+    SvxBackgroundTabPage m_nActPos sal_Int32
+cui/source/inc/cfgutil.hxx:239
     SvxScriptSelectorDialog m_aStylesInfo struct SfxStylesInfo_Impl
 cui/source/inc/cuitabarea.hxx:225
     SvxAreaTabPage maFixed_ChangeType enum ChangeType
@@ -170,23 +192,23 @@ dbaccess/source/core/api/RowSet.hxx:461
     dbaccess::ORowSetClone m_bIsBookmarkable _Bool
 dbaccess/source/core/dataaccess/connection.hxx:102
     dbaccess::OConnection m_nInAppend std::atomic<std::size_t>
-drawinglayer/source/tools/emfphelperdata.hxx:172
+drawinglayer/source/tools/emfphelperdata.hxx:198
     emfplushelper::EmfPlusHelperData mnFrameRight sal_Int32
-drawinglayer/source/tools/emfphelperdata.hxx:173
+drawinglayer/source/tools/emfphelperdata.hxx:199
     emfplushelper::EmfPlusHelperData mnFrameBottom sal_Int32
-editeng/source/editeng/impedit.hxx:464
+editeng/source/editeng/impedit.hxx:458
     ImpEditEngine aSelFuncSet class EditSelFunctionSet
 filter/source/flash/swfwriter.hxx:391
     swf::Writer maMovieTempFile utl::TempFile
 filter/source/flash/swfwriter.hxx:392
     swf::Writer maFontsTempFile utl::TempFile
-filter/source/graphicfilter/icgm/chart.hxx:44
+filter/source/graphicfilter/icgm/chart.hxx:49
     DataNode nBoxX1 sal_Int16
-filter/source/graphicfilter/icgm/chart.hxx:45
+filter/source/graphicfilter/icgm/chart.hxx:50
     DataNode nBoxY1 sal_Int16
-filter/source/graphicfilter/icgm/chart.hxx:46
+filter/source/graphicfilter/icgm/chart.hxx:51
     DataNode nBoxX2 sal_Int16
-filter/source/graphicfilter/icgm/chart.hxx:47
+filter/source/graphicfilter/icgm/chart.hxx:52
     DataNode nBoxY2 sal_Int16
 helpcompiler/inc/HelpCompiler.hxx:196
     HelpCompiler lang const std::string
@@ -258,10 +280,10 @@ include/sfx2/msg.hxx:136
     SfxType5 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:136
     SfxType5 aAttrib struct SfxTypeAttrib [5]
-include/sfx2/msg.hxx:137
-    SfxType6 nAttribs sal_uInt16
 include/sfx2/msg.hxx:137
     SfxType6 pType const std::type_info *
+include/sfx2/msg.hxx:137
+    SfxType6 nAttribs sal_uInt16
 include/sfx2/msg.hxx:137
     SfxType6 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:137
@@ -314,10 +336,10 @@ include/sfx2/msg.hxx:144
     SfxType14 pType const std::type_info *
 include/sfx2/msg.hxx:144
     SfxType14 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:145
-    SfxType16 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:145
     SfxType16 aAttrib struct SfxTypeAttrib [16]
+include/sfx2/msg.hxx:145
+    SfxType16 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:145
     SfxType16 nAttribs sal_uInt16
 include/sfx2/msg.hxx:145
@@ -325,19 +347,19 @@ include/sfx2/msg.hxx:145
 include/sfx2/msg.hxx:146
     SfxType17 pType const std::type_info *
 include/sfx2/msg.hxx:146
-    SfxType17 nAttribs sal_uInt16
+    SfxType17 aAttrib struct SfxTypeAttrib [17]
 include/sfx2/msg.hxx:146
     SfxType17 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:146
-    SfxType17 aAttrib struct SfxTypeAttrib [17]
+    SfxType17 nAttribs sal_uInt16
 include/sfx2/msg.hxx:147
     SfxType23 nAttribs sal_uInt16
 include/sfx2/msg.hxx:147
     SfxType23 pType const std::type_info *
-include/sfx2/msg.hxx:147
-    SfxType23 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:147
     SfxType23 aAttrib struct SfxTypeAttrib [23]
+include/sfx2/msg.hxx:147
+    SfxType23 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/svl/ondemand.hxx:55
     OnDemandLocaleDataWrapper aSysLocale class SvtSysLocale
 include/svx/ClassificationDialog.hxx:31
@@ -364,24 +386,22 @@ include/vcl/NotebookBarAddonsMerger.hxx:46
     AddonsParams nWidth sal_uInt16
 include/xmloff/shapeimport.hxx:140
     SdXML3DLightContext mbSpecular _Bool
-libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:29
-    GtvRenderingArgs m_aBackgroundColor std::string
 libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:52
     GtvApplicationWindow parent_instance GtkApplicationWindow
 libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:56
     GtvApplicationWindow doctype LibreOfficeKitDocumentType
 libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:75
     GtvApplicationWindowClass parentClass GtkApplicationWindowClass
+libreofficekit/qa/gtktiledviewer/gtv-application.hxx:26
+    GtvApplication parent GtkApplication
+libreofficekit/qa/gtktiledviewer/gtv-application.hxx:31
+    GtvApplicationClass parentClass GtkApplicationClass
 libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.hxx:28
     GtvCalcHeaderBar parent GtkDrawingArea
 libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.hxx:37
     GtvCalcHeaderBarClass parentClass GtkDrawingAreaClass
 libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.hxx:26
     GtvCommentsSidebar parent GtkBox
-libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.hxx:28
-    GtvCommentsSidebar viewannotationsButton GtkWidget *
-libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.hxx:29
-    GtvCommentsSidebar scrolledwindow GtkWidget *
 libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.hxx:35
     GtvCommentsSidebarClass parentClass GtkBoxClass
 libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.hxx:28
@@ -392,14 +412,6 @@ libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:28
     GtvMainToolbar parent GtkBox
 libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:36
     GtvMainToolbarClass parentClass GtkBoxClass
-libreofficekit/source/gtk/tilebuffer.hxx:71
-    Tile valid _Bool
-libreofficekit/source/gtk/tilebuffer.hxx:147
-    TileBuffer m_mTiles std::map<int, Tile>
-libreofficekit/source/gtk/tilebuffer.hxx:149
-    TileBuffer m_nWidth int
-libreofficekit/source/gtk/tilebuffer.hxx:151
-    TileBuffer m_DummyTile class Tile
 lingucomponent/source/languageguessing/simpleguesser.cxx:81
     (anonymous namespace)::textcat_t maxsize uint4
 lingucomponent/source/languageguessing/simpleguesser.cxx:83
@@ -498,21 +510,21 @@ sal/textenc/textenc.cxx:406
     (anonymous namespace)::FullTextEncodingData module_ osl::Module
 sc/inc/column.hxx:126
     ScColumn maCellsEvent const sc::CellStoreEvent
-sc/inc/compiler.hxx:258
+sc/inc/compiler.hxx:261
     ScCompiler::AddInMap pODFF const char *
-sc/inc/compiler.hxx:259
+sc/inc/compiler.hxx:262
     ScCompiler::AddInMap pEnglish const char *
-sc/inc/compiler.hxx:261
+sc/inc/compiler.hxx:264
     ScCompiler::AddInMap pUpper const char *
-sc/inc/token.hxx:400
+sc/inc/token.hxx:403
     SingleDoubleRefModifier aDub struct ScComplexRefData
-sc/source/core/data/document.cxx:1237
-    (anonymous namespace)::BroadcastRecalcOnRefMoveHandler aSwitch const sc::AutoCalcSwitch
-sc/source/core/data/document.cxx:1238
-    (anonymous namespace)::BroadcastRecalcOnRefMoveHandler aBulk const class ScBulkBroadcast
-sc/source/filter/html/htmlpars.cxx:3008
-    (anonymous namespace)::CSSHandler::MemStr mp const char *
+sc/source/core/data/document.cxx:1240
+    (anonymous namespace)::BroadcastRecalcOnRefMoveGuard aSwitch const sc::AutoCalcSwitch
+sc/source/core/data/document.cxx:1241
+    (anonymous namespace)::BroadcastRecalcOnRefMoveGuard aBulk const class ScBulkBroadcast
 sc/source/filter/html/htmlpars.cxx:3009
+    (anonymous namespace)::CSSHandler::MemStr mp const char *
+sc/source/filter/html/htmlpars.cxx:3010
     (anonymous namespace)::CSSHandler::MemStr mn size_t
 sc/source/filter/inc/htmlpars.hxx:614
     ScHTMLQueryParser mnUnusedId ScHTMLTableId
@@ -574,7 +586,7 @@ scripting/source/stringresource/stringresource.cxx:1296
     stringresource::(anonymous namespace)::BinaryInput m_aData const Sequence<sal_Int8>
 sd/inc/anminfo.hxx:52
     SdAnimationInfo maSecondSoundFile const class rtl::OUString
-sd/source/filter/eppt/epptbase.hxx:349
+sd/source/filter/eppt/epptbase.hxx:348
     PPTWriterBase maFraction const class Fraction
 sd/source/filter/ppt/pptin.hxx:81
     SdPPTImport maParam struct PowerPointImportParam
@@ -582,10 +594,8 @@ sd/source/ui/inc/AccessibleDocumentViewBase.hxx:263
     accessibility::AccessibleDocumentViewBase maViewForwarder class accessibility::AccessibleViewForwarder
 sd/source/ui/remotecontrol/Receiver.hxx:35
     sd::Receiver pTransmitter class sd::Transmitter *
-sd/source/ui/remotecontrol/ZeroconfService.hxx:34
+sd/source/ui/remotecontrol/ZeroconfService.hxx:32
     sd::ZeroconfService port const uint
-sd/source/ui/table/TableDesignPane.hxx:100
-    sd::TableDesignPane aImpl const class sd::TableDesignWidget
 sd/source/ui/view/DocumentRenderer.cxx:1340
     sd::DocumentRenderer::Implementation mxObjectShell const SfxObjectShellRef
 sd/source/ui/view/viewshel.cxx:1161
@@ -610,8 +620,6 @@ sdext/source/pdfimport/pdfparse/pdfparse.cxx:262
     (anonymous namespace)::PDFGrammar::definition name rule<ScannerT>
 sdext/source/pdfimport/pdfparse/pdfparse.cxx:262
     (anonymous namespace)::PDFGrammar::definition stream rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:263
-    (anonymous namespace)::PDFGrammar::definition array rule<ScannerT>
 sdext/source/pdfimport/pdfparse/pdfparse.cxx:263
     (anonymous namespace)::PDFGrammar::definition dict_begin rule<ScannerT>
 sdext/source/pdfimport/pdfparse/pdfparse.cxx:263
@@ -622,12 +630,14 @@ sdext/source/pdfimport/pdfparse/pdfparse.cxx:263
     (anonymous namespace)::PDFGrammar::definition dict_element rule<ScannerT>
 sdext/source/pdfimport/pdfparse/pdfparse.cxx:263
     (anonymous namespace)::PDFGrammar::definition value rule<ScannerT>
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:263
+    (anonymous namespace)::PDFGrammar::definition array rule<ScannerT>
 sdext/source/pdfimport/pdfparse/pdfparse.cxx:264
     (anonymous namespace)::PDFGrammar::definition object rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:264
-    (anonymous namespace)::PDFGrammar::definition array_begin rule<ScannerT>
 sdext/source/pdfimport/pdfparse/pdfparse.cxx:264
     (anonymous namespace)::PDFGrammar::definition array_end rule<ScannerT>
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:264
+    (anonymous namespace)::PDFGrammar::definition array_begin rule<ScannerT>
 sdext/source/pdfimport/pdfparse/pdfparse.cxx:264
     (anonymous namespace)::PDFGrammar::definition object_begin rule<ScannerT>
 sdext/source/pdfimport/pdfparse/pdfparse.cxx:264
@@ -642,20 +652,14 @@ sfx2/source/dialog/basedlgs.cxx:55
     SfxModelessDialog_Impl aMoveIdle class Idle
 sfx2/source/doc/doctempl.cxx:123
     DocTempl::(anonymous namespace)::DocTempl_EntryData_Impl mxObjShell const class SfxObjectShellLock
-sfx2/source/inc/shellimpl.hxx:33
-    SfxObjectShellArr_Impl maData SfxObjectShellArr_Impl::DataType
-sfx2/source/inc/shellimpl.hxx:54
-    SfxViewFrameArr_Impl maData SfxViewFrameArr_Impl::DataType
-sfx2/source/inc/shellimpl.hxx:75
-    SfxViewShellArr_Impl maData SfxViewShellArr_Impl::DataType
 slideshow/source/engine/animationnodes/animationbasenode.hxx:90
     slideshow::internal::AnimationBaseNode mpSubsetManager const slideshow::internal::SubsettableShapeManagerSharedPtr
 slideshow/source/engine/opengl/TransitionImpl.cxx:1990
     (anonymous namespace)::ThreeFloats z GLfloat
-slideshow/source/engine/opengl/TransitionImpl.cxx:1990
-    (anonymous namespace)::ThreeFloats y GLfloat
 slideshow/source/engine/opengl/TransitionImpl.cxx:1990
     (anonymous namespace)::ThreeFloats x GLfloat
+slideshow/source/engine/opengl/TransitionImpl.cxx:1990
+    (anonymous namespace)::ThreeFloats y GLfloat
 slideshow/source/engine/opengl/TransitionImpl.hxx:296
     Vertex normal glm::vec3
 slideshow/source/engine/opengl/TransitionImpl.hxx:297
@@ -724,7 +728,7 @@ svx/source/gallery2/galbrws2.cxx:114
     (anonymous namespace)::GalleryThemePopup maBuilder class VclBuilder
 svx/source/stbctrls/pszctrl.cxx:101
     (anonymous namespace)::FunctionPopup_Impl m_aBuilder class VclBuilder
-svx/source/stbctrls/selctrl.cxx:42
+svx/source/stbctrls/selctrl.cxx:44
     (anonymous namespace)::SelectionTypePopup m_aBuilder class VclBuilder
 svx/source/stbctrls/zoomctrl.cxx:62
     (anonymous namespace)::ZoomPopup_Impl m_aBuilder class VclBuilder
@@ -732,15 +736,13 @@ svx/source/svdraw/svdcrtv.cxx:53
     ImplConnectMarkerOverlay maObjects sdr::overlay::OverlayObjectList
 svx/source/xml/xmleohlp.cxx:72
     OutputStorageWrapper_Impl aTempFile class utl::TempFile
-sw/inc/IDocumentExternalData.hxx:51
-    IDocumentExternalData m_externalData IDocumentExternalData::tExternalData
 sw/inc/unosett.hxx:145
     SwXNumberingRules m_pImpl ::sw::UnoImplPtr<Impl>
 sw/qa/core/test_ToxTextGenerator.cxx:145
     (anonymous namespace)::ToxTextGeneratorWithMockedChapterField mChapterFieldType class SwChapterFieldType
 sw/qa/extras/uiwriter/uiwriter2.cxx:69
       class SwUiWriterTest2 *
-sw/qa/extras/uiwriter/uiwriter.cxx:4088
+sw/qa/extras/uiwriter/uiwriter.cxx:4133
     (anonymous namespace)::IdleTask maIdle class Idle
 sw/source/core/crsr/crbm.cxx:64
     (anonymous namespace)::CursorStateHelper m_aSaveState const class SwCursorSaveState
@@ -758,10 +760,6 @@ sw/source/uibase/inc/condedit.hxx:43
     ConditionEdit m_aDropTargetHelper class ConditionEditDropTarget
 sw/source/uibase/inc/olmenu.hxx:78
     SwSpellPopup m_aBuilder class VclBuilder
-sw/source/uibase/inc/olmenu.hxx:96
-    SwSpellPopup m_xGrammarResult css::linguistic2::ProofreadingResult
-sw/source/uibase/inc/olmenu.hxx:97
-    SwSpellPopup m_nGrammarError sal_Int32
 sw/source/uibase/inc/swuicnttab.hxx:239
     SwTokenWindow m_aAdjustPositionsIdle class Idle
 sw/source/uibase/inc/uivwimp.hxx:93
@@ -830,40 +828,6 @@ vcl/source/app/salvtables.cxx:3215
     (anonymous namespace)::SalInstanceEntry m_aTextFilter class (anonymous namespace)::WeldTextFilter
 vcl/source/app/salvtables.cxx:6034
     (anonymous namespace)::SalInstanceComboBoxWithEdit m_aTextFilter class (anonymous namespace)::WeldTextFilter
-vcl/source/filter/jpeg/transupp.h:132
-    (anonymous) slow_hflip boolean
-vcl/source/filter/jpeg/transupp.h:143
-    (anonymous) crop_width JDIMENSION
-vcl/source/filter/jpeg/transupp.h:144
-    (anonymous) crop_width_set JCROP_CODE
-vcl/source/filter/jpeg/transupp.h:145
-    (anonymous) crop_height JDIMENSION
-vcl/source/filter/jpeg/transupp.h:146
-    (anonymous) crop_height_set JCROP_CODE
-vcl/source/filter/jpeg/transupp.h:147
-    (anonymous) crop_xoffset JDIMENSION
-vcl/source/filter/jpeg/transupp.h:148
-    (anonymous) crop_xoffset_set JCROP_CODE
-vcl/source/filter/jpeg/transupp.h:149
-    (anonymous) crop_yoffset JDIMENSION
-vcl/source/filter/jpeg/transupp.h:150
-    (anonymous) crop_yoffset_set JCROP_CODE
-vcl/source/filter/jpeg/transupp.h:153
-    (anonymous) num_components int
-vcl/source/filter/jpeg/transupp.h:154
-    (anonymous) workspace_coef_arrays jvirt_barray_ptr *
-vcl/source/filter/jpeg/transupp.h:155
-    (anonymous) output_width JDIMENSION
-vcl/source/filter/jpeg/transupp.h:156
-    (anonymous) output_height JDIMENSION
-vcl/source/filter/jpeg/transupp.h:157
-    (anonymous) x_crop_offset JDIMENSION
-vcl/source/filter/jpeg/transupp.h:158
-    (anonymous) y_crop_offset JDIMENSION
-vcl/source/filter/jpeg/transupp.h:159
-    (anonymous) iMCU_sample_width int
-vcl/source/filter/jpeg/transupp.h:160
-    (anonymous) iMCU_sample_height int
 vcl/source/gdi/jobset.cxx:37
     (anonymous namespace)::ImplOldJobSetupData cDeviceName char [32]
 vcl/source/gdi/jobset.cxx:38
@@ -882,7 +846,9 @@ vcl/unx/gtk3/a11y/gtk3atkhypertext.cxx:31
     (anonymous namespace)::HyperLink atk_hyper_link const AtkHyperlink
 vcl/unx/gtk3/gtk3gloactiongroup.cxx:27
     (anonymous namespace)::GLOAction parent_instance GObject
-vcl/unx/gtk3/gtk3gtkinst.cxx:4862
+vcl/unx/gtk3/gtk3glomenu.cxx:14
+    GLOMenu parent_instance const GMenuModel
+vcl/unx/gtk3/gtk3gtkinst.cxx:4881
     (anonymous namespace)::CrippledViewport viewport GtkViewport
 vcl/unx/kf5/KF5FilePicker.hxx:32
     KF5FilePicker _layout class QGridLayout *
diff --git a/compilerplugins/clang/unusedfields.readonly.results b/compilerplugins/clang/unusedfields.readonly.results
index 2493861306fe..975a50436e40 100644
--- a/compilerplugins/clang/unusedfields.readonly.results
+++ b/compilerplugins/clang/unusedfields.readonly.results
@@ -80,7 +80,7 @@ connectivity/source/inc/dbase/DIndexIter.hxx:36
     connectivity::dbase::OIndexIterator m_pOperator file::OBoolOperator *
 connectivity/source/inc/dbase/DIndexIter.hxx:37
     connectivity::dbase::OIndexIterator m_pOperand const file::OOperand *
-connectivity/source/inc/FDatabaseMetaDataResultSet.hxx:114
+connectivity/source/inc/FDatabaseMetaDataResultSet.hxx:110
     connectivity::ODatabaseMetaDataResultSet m_aEmptyValue class connectivity::ORowSetValue
 connectivity/source/inc/OColumn.hxx:41
     connectivity::OColumn m_AutoIncrement _Bool
@@ -94,7 +94,7 @@ connectivity/source/inc/OColumn.hxx:47
     connectivity::OColumn m_Writable _Bool
 connectivity/source/inc/OColumn.hxx:48
     connectivity::OColumn m_DefinitelyWritable _Bool
-connectivity/source/inc/TConnection.hxx:56
+connectivity/source/inc/TConnection.hxx:55
     connectivity::OMetaConnection m_aResources class connectivity::SharedResources
 connectivity/source/inc/writer/WTable.hxx:65
     connectivity::writer::OWriterTable m_nStartCol sal_Int32
@@ -146,8 +146,6 @@ cppu/source/uno/check.cxx:107
     (anonymous namespace)::P p2 double
 cppu/source/uno/check.cxx:115
     (anonymous namespace)::second a int
-cppu/source/uno/check.cxx:120
-    (anonymous namespace)::AlignSize_Impl nInt16 sal_Int16
 cppu/source/uno/check.cxx:126
     (anonymous namespace)::Char1 c1 char
 cppu/source/uno/check.cxx:130
@@ -178,11 +176,9 @@ dbaccess/source/ui/inc/directsql.hxx:65
     dbaui::DirectSQLDialog m_aColorConfig const svtools::ColorConfig
 dbaccess/source/ui/inc/WCopyTable.hxx:261
     dbaui::OCopyTableWizard m_aLocale css::lang::Locale
-desktop/inc/lib/init.hxx:143
-    desktop::CallbackFlushHandler m_bEventLatch _Bool
 drawinglayer/source/processor2d/vclprocessor2d.hxx:82
     drawinglayer::processor2d::VclProcessor2D maDrawinglayerOpt const class SvtOptionsDrawinglayer
-editeng/source/editeng/impedit.hxx:453
+editeng/source/editeng/impedit.hxx:447
     ImpEditEngine maColorConfig svtools::ColorConfig
 embeddedobj/source/inc/commonembobj.hxx:103
     OCommonEmbeddedObject m_aClassName class rtl::OUString
@@ -210,19 +206,19 @@ extensions/source/propctrlr/eformshelper.hxx:61
     pcr::EFormsHelper m_aSubmissionUINames pcr::MapStringToPropertySet
 extensions/source/propctrlr/eformshelper.hxx:63
     pcr::EFormsHelper m_aBindingUINames pcr::MapStringToPropertySet
-filter/source/graphicfilter/eps/eps.cxx:118
+filter/source/graphicfilter/eps/eps.cxx:113
     (anonymous namespace)::PSWriter pVDev ScopedVclPtrInstance<class VirtualDevice>
-filter/source/graphicfilter/icgm/cgm.hxx:60
+filter/source/graphicfilter/icgm/cgm.hxx:58
     CGM mbPicture _Bool
-filter/source/graphicfilter/icgm/chart.hxx:44
+filter/source/graphicfilter/icgm/chart.hxx:49
     DataNode nBoxX1 sal_Int16
-filter/source/graphicfilter/icgm/chart.hxx:45
+filter/source/graphicfilter/icgm/chart.hxx:50
     DataNode nBoxY1 sal_Int16
-filter/source/graphicfilter/icgm/chart.hxx:46
+filter/source/graphicfilter/icgm/chart.hxx:51
     DataNode nBoxX2 sal_Int16
-filter/source/graphicfilter/icgm/chart.hxx:47
+filter/source/graphicfilter/icgm/chart.hxx:52
     DataNode nBoxY2 sal_Int16
-filter/source/graphicfilter/idxf/dxf2mtf.hxx:50
+filter/source/graphicfilter/idxf/dxf2mtf.hxx:52
     DXF2GDIMetaFile aDefaultLineInfo const class LineInfo
 filter/source/graphicfilter/idxf/dxfreprd.hxx:76
     DXFRepresentation aPalette class DXFPalette
@@ -230,7 +226,7 @@ filter/source/graphicfilter/iras/iras.cxx:55
     (anonymous namespace)::RASReader mnRepCount sal_uInt8
 filter/source/graphicfilter/itga/itga.cxx:54
     (anonymous namespace)::TGAFileFooter nSignature sal_uInt32 [4]
-filter/source/xsltdialog/xmlfiltersettingsdialog.hxx:90
+filter/source/xsltdialog/xmlfiltersettingsdialog.hxx:86
     XMLFilterSettingsDialog maModuleOpt class SvtModuleOptions
 framework/inc/dispatch/dispatchprovider.hxx:77
     framework::DispatchProvider m_aProtocolHandlerCache class framework::HandlerCache
@@ -322,6 +318,8 @@ include/svl/ondemand.hxx:55
     OnDemandLocaleDataWrapper aSysLocale class SvtSysLocale
 include/svtools/editsyntaxhighlighter.hxx:32
     MultiLineEditSyntaxHighlight m_aColorConfig const svtools::ColorConfig
+include/svtools/inettbc.hxx:40
+    SvtURLBox aPlaceHolder class rtl::OUString
 include/svx/dialcontrol.hxx:112
     svx::DialControl::DialControl_Impl mnLinkedFieldValueMultiplyer sal_Int32
 include/svx/graphctl.hxx:52
@@ -338,16 +336,8 @@ include/svx/svdoedge.hxx:160
     SdrEdgeObj mbBoundRectCalculationRunning _Bool
 include/svx/svdpntv.hxx:160
     SdrPaintView maDrawinglayerOpt const class SvtOptionsDrawinglayer
-include/test/sheet/xdatapilottable.hxx:31
-    apitest::XDataPilotTable xCellForChange css::uno::Reference<css::table::XCell>
-include/test/sheet/xdatapilottable.hxx:32
-    apitest::XDataPilotTable xCellForCheck css::uno::Reference<css::table::XCell>
-include/test/sheet/xnamedranges.hxx:49
-    apitest::XNamedRanges xSheet css::uno::Reference<css::sheet::XSpreadsheet>
-include/test/sheet/xspreadsheets2.hxx:47
-    apitest::XSpreadsheets2 xDocument css::uno::Reference<css::sheet::XSpreadsheetDocument>
 include/unoidl/unoidl.hxx:443
-    unoidl::ConstantValue  union unoidl::ConstantValue::(anonymous at /media/disk2/libo4/include/unoidl/unoidl.hxx:443:5)
+    unoidl::ConstantValue  union unoidl::ConstantValue::(anonymous at /home/noel/libo2/include/unoidl/unoidl.hxx:443:5)
 include/unoidl/unoidl.hxx:444
     unoidl::ConstantValue::(anonymous) booleanValue _Bool
 include/unoidl/unoidl.hxx:445
@@ -370,7 +360,11 @@ include/unoidl/unoidl.hxx:453
     unoidl::ConstantValue::(anonymous) doubleValue double
 include/unotest/bootstrapfixturebase.hxx:52
     test::BootstrapFixtureBase m_directories class test::Directories
-include/vcl/headbar.hxx:229
+include/vcl/field.hxx:229
+    MetricFormatter mnBaseValue sal_Int64
+include/vcl/field.hxx:231
+    MetricFormatter maCustomConvertLink Link<class MetricFormatter &, void>
+include/vcl/headbar.hxx:226
     HeaderBar maDragHdl Link<class HeaderBar *, void>
 include/vcl/opengl/OpenGLContext.hxx:48
     OpenGLCapabilitySwitch mbLimitedShaderRegisters _Bool
@@ -382,30 +376,10 @@ io/source/stm/odata.cxx:578
     io_stm::(anonymous namespace)::ODataOutputStream::writeDouble(double)::(anonymous union)::(anonymous) n2 sal_uInt32
 io/source/stm/odata.cxx:578
     io_stm::(anonymous namespace)::ODataOutputStream::writeDouble(double)::(anonymous union)::(anonymous) n1 sal_uInt32
-libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:24
-    GtvRenderingArgs m_aLoPath std::string
-libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:25
-    GtvRenderingArgs m_aUserProfile std::string
-libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:26
-    GtvRenderingArgs m_bEnableTiledAnnotations _Bool
-libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:27
-    GtvRenderingArgs m_bUnipoll _Bool
-libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:30
-    GtvRenderingArgs m_bHidePageShadow _Bool
-libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:31
-    GtvRenderingArgs m_bHideWhiteSpace _Bool
-libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.hxx:30
-    GtvCommentsSidebar commentsgrid GtkWidget *
 libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx:53
     (anonymous namespace)::GtvLokDialogPrivate m_nChildKeyModifier guint32
 libreofficekit/source/gtk/lokdocview.cxx:86
     (anonymous namespace)::LOKDocViewPrivateImpl m_bIsLoading _Bool
-libreofficekit/source/gtk/tilebuffer.hxx:80
-    Tile m_pBuffer cairo_surface_t *
-lingucomponent/source/languageguessing/guess.hxx:50
-    Guess language_str std::string
-lingucomponent/source/languageguessing/guess.hxx:51
-    Guess country_str std::string
 lingucomponent/source/languageguessing/simpleguesser.cxx:78
     (anonymous namespace)::textcat_t fprint void **
 lingucomponent/source/languageguessing/simpleguesser.cxx:80
@@ -444,16 +418,20 @@ sal/rtl/uuid.cxx:66
     (anonymous namespace)::UUID clock_seq_low sal_uInt8
 sal/rtl/uuid.cxx:67
     (anonymous namespace)::UUID node sal_uInt8 [6]
-sc/inc/compiler.hxx:126
+sc/inc/compiler.hxx:128
     ScRawToken::(anonymous union)::(anonymous) eItem const class ScTableRefToken::Item
-sc/inc/compiler.hxx:127
-    ScRawToken::(anonymous) table const struct (anonymous struct at /media/disk2/libo4/sc/inc/compiler.hxx:124:9)
-sc/inc/compiler.hxx:132
+sc/inc/compiler.hxx:129
+    ScRawToken::(anonymous) table const struct (anonymous struct at /home/noel/libo2/sc/inc/compiler.hxx:126:9)
+sc/inc/compiler.hxx:134
     ScRawToken::(anonymous) pMat class ScMatrix *const
 sc/inc/formulagroup.hxx:39
     sc::FormulaGroupEntry::(anonymous) mpCells class ScFormulaCell **const
 sc/inc/reordermap.hxx:21
     sc::ColRowReorderMapType maData sc::ColRowReorderMapType::DataType
+sc/qa/extras/anchor.cxx:54
+    sc_apitest::ScAnchorTest mxComponent uno::Reference<lang::XComponent>
+sc/qa/unit/scshapetest.cxx:43
+    sc_apitest::ScShapeTest mxComponent uno::Reference<lang::XComponent>
 sc/source/core/inc/adiasync.hxx:42
     ScAddInAsync::(anonymous) pStr class rtl::OUString *
 sc/source/core/inc/interpre.hxx:102
@@ -534,8 +512,6 @@ sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx:141
     sd::slidesorter::cache::PageCacheManager::RecentlyUsedPageCaches maMap std::map<key_type, mapped_type>
 sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx:97
     sd::slidesorter::controller::Animator maElapsedTime const ::canvas::tools::ElapsedTime
-sd/source/ui/table/TableDesignPane.hxx:90
-    sd::TableDesignWidget m_aCheckBoxes VclPtr<class CheckBox> [6]
 sdext/source/pdfimport/inc/pdfihelper.hxx:101
     pdfi::GraphicsContext BlendMode sal_Int8
 sdext/source/pdfimport/tree/style.hxx:43
@@ -624,8 +600,6 @@ sw/source/core/doc/swstylemanager.cxx:60
     (anonymous namespace)::SwStyleManager aAutoCharPool class StylePool
 sw/source/core/doc/swstylemanager.cxx:61
     (anonymous namespace)::SwStyleManager aAutoParaPool class StylePool
-sw/source/core/doc/tblrwcl.cxx:80
-    (anonymous namespace)::CpyTabFrame::(anonymous) nSize SwTwips
 sw/source/core/inc/swblocks.hxx:69
     SwImpBlocks m_bInPutMuchBlocks _Bool
 sw/source/filter/inc/rtf.hxx:32
@@ -732,7 +706,7 @@ vcl/inc/salwtype.hxx:205
     SalSurroundingTextSelectionChangeEvent mnEnd const sal_uLong
 vcl/inc/salwtype.hxx:211
     SalQueryCharPositionEvent mnCharPos sal_uLong
-vcl/inc/svdata.hxx:271
+vcl/inc/svdata.hxx:276
     ImplSVNWFData mbMenuBarDockingAreaCommonBG _Bool
 vcl/inc/toolbox.h:108
     vcl::ToolBoxLayoutData m_aLineItemIds std::vector<sal_uInt16>
@@ -910,6 +884,16 @@ vcl/source/filter/jpeg/Exif.hxx:54
     Exif::ExifIFD offset sal_uInt8 [4]
 vcl/source/filter/jpeg/Exif.hxx:58
     Exif::TiffHeader byteOrder const sal_uInt16
+vcl/source/filter/jpeg/transupp.h:132
+    (anonymous) slow_hflip boolean
+vcl/source/filter/jpeg/transupp.h:144
+    (anonymous) crop_width_set JCROP_CODE
+vcl/source/filter/jpeg/transupp.h:146
+    (anonymous) crop_height_set JCROP_CODE
+vcl/source/filter/jpeg/transupp.h:148
+    (anonymous) crop_xoffset_set JCROP_CODE
+vcl/source/filter/jpeg/transupp.h:150
+    (anonymous) crop_yoffset_set JCROP_CODE
 vcl/source/fontsubset/sft.cxx:1049
     vcl::(anonymous namespace)::subHeader2 firstCode const sal_uInt16
 vcl/source/fontsubset/sft.cxx:1050
@@ -950,7 +934,7 @@ vcl/source/gdi/dibtools.cxx:118
     (anonymous namespace)::DIBV5Header nV5ProfileSize sal_uInt32
 vcl/source/gdi/dibtools.cxx:119
     (anonymous namespace)::DIBV5Header nV5Reserved sal_uInt32
-vcl/source/gdi/pdfwriter_impl.hxx:279
+vcl/source/gdi/pdfwriter_impl.hxx:278
     vcl::PDFWriterImpl::TransparencyEmit m_pSoftMaskStream std::unique_ptr<SvMemoryStream>
 vcl/source/treelist/headbar.cxx:40
     ImplHeadItem maHelpId const class rtl::OString
@@ -962,7 +946,9 @@ vcl/unx/gtk3/a11y/atkwrapper.hxx:47
     AtkObjectWrapper aParent const AtkObject
 vcl/unx/gtk3/a11y/atkwrapper.hxx:75
     AtkObjectWrapperClass aParentClass GtkWidgetAccessibleClass
-vcl/unx/gtk3/gtk3gtkinst.cxx:1604
+vcl/unx/gtk3/gtk3glomenu.cxx:14
+    GLOMenu parent_instance const GMenuModel
+vcl/unx/gtk3/gtk3gtkinst.cxx:1606
      out gpointer *
 writerfilter/inc/ooxml/QNameToString.hxx:41
     writerfilter::QNameToString mMap writerfilter::QNameToString::Map
@@ -972,10 +958,6 @@ writerfilter/source/ooxml/OOXMLFactory.hxx:64
     writerfilter::ooxml::AttributeInfo m_nResource const enum writerfilter::ooxml::ResourceType
 writerfilter/source/ooxml/OOXMLFactory.hxx:65
     writerfilter::ooxml::AttributeInfo m_nRef const Id
-writerfilter/source/rtftok/rtfcharsets.hxx:20
-    writerfilter::rtftok::RTFEncoding charset const int
-writerfilter/source/rtftok/rtfcharsets.hxx:21
-    writerfilter::rtftok::RTFEncoding codepage const int
 xmloff/inc/MultiPropertySetHelper.hxx:78
     MultiPropertySetHelper aEmptyAny const css::uno::Any
 xmloff/source/chart/SchXMLChartContext.cxx:444
diff --git a/compilerplugins/clang/unusedfields.untouched.results b/compilerplugins/clang/unusedfields.untouched.results
index 08c97707138d..47b998249d43 100644
--- a/compilerplugins/clang/unusedfields.untouched.results
+++ b/compilerplugins/clang/unusedfields.untouched.results
@@ -5,9 +5,9 @@ avmedia/source/vlc/wrapper/Types.hxx:44
 avmedia/source/vlc/wrapper/Types.hxx:45
     libvlc_event_t::(anonymous union)::(anonymous) dummy2 const char *
 avmedia/source/vlc/wrapper/Types.hxx:46
-    libvlc_event_t::(anonymous) padding struct (anonymous struct at /media/disk2/libo4/avmedia/source/vlc/wrapper/Types.hxx:43:7)
+    libvlc_event_t::(anonymous) padding struct (anonymous struct at /home/noel/libo2/avmedia/source/vlc/wrapper/Types.hxx:43:7)
 avmedia/source/vlc/wrapper/Types.hxx:47
-    libvlc_event_t u union (anonymous union at /media/disk2/libo4/avmedia/source/vlc/wrapper/Types.hxx:41:5)
+    libvlc_event_t u union (anonymous union at /home/noel/libo2/avmedia/source/vlc/wrapper/Types.hxx:41:5)
 avmedia/source/vlc/wrapper/Types.hxx:53
     libvlc_track_description_t psz_name char *
 basctl/source/inc/dlged.hxx:122
@@ -22,14 +22,6 @@ canvas/source/vcl/impltools.hxx:115
     vclcanvas::tools::LocalGuard aSolarGuard class SolarMutexGuard
 chart2/source/controller/inc/RangeSelectionListener.hxx:63
     chart::RangeSelectionListener m_aControllerLockGuard class chart::ControllerLockGuardUNO
-chart2/source/inc/TrueGuard.hxx:33
-    chart::TrueGuard m_rbTrueDuringGuardedTime _Bool &
-chart2/source/view/charttypes/CategoryPositionHelper.hxx:49
-    chart::CategoryPositionHelper m_fCategoryWidth double
-chart2/source/view/charttypes/CategoryPositionHelper.hxx:51
-    chart::CategoryPositionHelper m_fInnerDistance double
-chart2/source/view/charttypes/CategoryPositionHelper.hxx:53
-    chart::CategoryPositionHelper m_fOuterDistance double
 comphelper/source/container/enumerablemap.cxx:303
     comphelper::(anonymous namespace)::MapEnumeration m_xKeepMapAlive Reference<class com::sun::star::uno::XInterface>
 connectivity/source/drivers/evoab2/EApi.h:122
@@ -38,15 +30,67 @@ connectivity/source/drivers/evoab2/EApi.h:126
     (anonymous) ext char *
 connectivity/source/drivers/evoab2/NStatement.hxx:57
     connectivity::evoab::FieldSort bAscending _Bool
-connectivity/source/drivers/mork/MDatabaseMetaData.hxx:29
+connectivity/source/drivers/mork/MDatabaseMetaData.hxx:30
     connectivity::mork::ODatabaseMetaData m_pMetaDataHelper std::unique_ptr<MDatabaseMetaDataHelper>
 cppu/source/threadpool/threadpool.cxx:361
     _uno_ThreadPool dummy sal_Int32
+cppu/source/typelib/typelib.cxx:59
+    (anonymous namespace)::AlignSize_Impl nInt16 sal_Int16
+cui/source/inc/backgrnd.hxx:71
+    SvxBackgroundTabPage aBgdColor class Color
+cui/source/inc/backgrnd.hxx:72
+    SvxBackgroundTabPage nHtmlMode sal_uInt16
+cui/source/inc/backgrnd.hxx:73
+    SvxBackgroundTabPage bAllowShowSelector _Bool
+cui/source/inc/backgrnd.hxx:74
+    SvxBackgroundTabPage bIsGraphicValid _Bool
+cui/source/inc/backgrnd.hxx:75
+    SvxBackgroundTabPage bHighlighting _Bool
+cui/source/inc/backgrnd.hxx:76
+    SvxBackgroundTabPage bCharBackColor _Bool
+cui/source/inc/backgrnd.hxx:77
+    SvxBackgroundTabPage m_bColorSelected _Bool
+cui/source/inc/backgrnd.hxx:78
+    SvxBackgroundTabPage aBgdGraphic class Graphic
+cui/source/inc/backgrnd.hxx:79
+    SvxBackgroundTabPage aBgdGraphicPath class rtl::OUString
+cui/source/inc/backgrnd.hxx:80
+    SvxBackgroundTabPage aBgdGraphicFilter class rtl::OUString
+cui/source/inc/backgrnd.hxx:82
+    SvxBackgroundTabPage m_pLoadIdle std::unique_ptr<Idle>
+cui/source/inc/backgrnd.hxx:83
+    SvxBackgroundTabPage m_bIsImportDlgInExecute _Bool
+cui/source/inc/backgrnd.hxx:85
+    SvxBackgroundTabPage pImportDlg std::unique_ptr<SvxOpenGraphicDialog>
+cui/source/inc/backgrnd.hxx:88
+    SvxBackgroundTabPage m_pCellBrush std::unique_ptr<SvxBrushItem>
+cui/source/inc/backgrnd.hxx:89
+    SvxBackgroundTabPage m_pRowBrush std::unique_ptr<SvxBrushItem>
+cui/source/inc/backgrnd.hxx:90
+    SvxBackgroundTabPage m_pTableBrush std::unique_ptr<SvxBrushItem>
+cui/source/inc/backgrnd.hxx:91
+    SvxBackgroundTabPage m_nCellWhich sal_uInt16
+cui/source/inc/backgrnd.hxx:92
+    SvxBackgroundTabPage m_nRowWhich sal_uInt16
+cui/source/inc/backgrnd.hxx:93
+    SvxBackgroundTabPage m_nTableWhich sal_uInt16
+cui/source/inc/backgrnd.hxx:94
+    SvxBackgroundTabPage m_nActPos sal_Int32
+cui/source/inc/backgrnd.hxx:96
+    SvxBackgroundTabPage pHighlighting std::unique_ptr<SvxBrushItem>
+cui/source/inc/backgrnd.hxx:98
+    SvxBackgroundTabPage m_xWndPosition std::unique_ptr<SvxRectCtl>
+cui/source/inc/backgrnd.hxx:99
+    SvxBackgroundTabPage m_xBackgroundColorSet std::unique_ptr<ColorValueSet>
+cui/source/inc/backgrnd.hxx:100
+    SvxBackgroundTabPage m_xPreview1 std::unique_ptr<BackgroundPreviewImpl>
+cui/source/inc/backgrnd.hxx:101
+    SvxBackgroundTabPage m_xPreview2 std::unique_ptr<BackgroundPreviewImpl>
 dbaccess/source/sdbtools/inc/connectiondependent.hxx:116
     sdbtools::ConnectionDependentComponent::EntryGuard m_aMutexGuard ::osl::MutexGuard
-emfio/source/emfuno/xemfparser.cxx:63
+emfio/source/emfuno/xemfparser.cxx:52
     emfio::emfreader::(anonymous namespace)::XEmfParser context_ uno::Reference<uno::XComponentContext>
-extensions/source/scanner/scanner.hxx:46
+extensions/source/scanner/scanner.hxx:45
     ScannerManager maProtector osl::Mutex
 helpcompiler/inc/HelpCompiler.hxx:196
     HelpCompiler lang const std::string
@@ -68,30 +112,30 @@ include/sfx2/msg.hxx:117
     SfxType0 createSfxPoolItemFunc const std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:119
     SfxType0 nAttribs const sal_uInt16
-include/sfx2/msg.hxx:132
-    SfxType1 pType const std::type_info *
 include/sfx2/msg.hxx:132
     SfxType1 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
+include/sfx2/msg.hxx:132
+    SfxType1 pType const std::type_info *
 include/sfx2/msg.hxx:132
     SfxType1 nAttribs sal_uInt16
 include/sfx2/msg.hxx:132
     SfxType1 aAttrib struct SfxTypeAttrib [1]
 include/sfx2/msg.hxx:133
     SfxType2 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:133
-    SfxType2 nAttribs sal_uInt16
 include/sfx2/msg.hxx:133
     SfxType2 pType const std::type_info *
 include/sfx2/msg.hxx:133
     SfxType2 aAttrib struct SfxTypeAttrib [2]
-include/sfx2/msg.hxx:134
-    SfxType3 pType const std::type_info *
+include/sfx2/msg.hxx:133
+    SfxType2 nAttribs sal_uInt16
 include/sfx2/msg.hxx:134
     SfxType3 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:134
     SfxType3 nAttribs sal_uInt16
 include/sfx2/msg.hxx:134
     SfxType3 aAttrib struct SfxTypeAttrib [3]
+include/sfx2/msg.hxx:134
+    SfxType3 pType const std::type_info *
 include/sfx2/msg.hxx:135
     SfxType4 aAttrib struct SfxTypeAttrib [4]
 include/sfx2/msg.hxx:135
@@ -100,22 +144,22 @@ include/sfx2/msg.hxx:135
     SfxType4 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:135
     SfxType4 pType const std::type_info *
-include/sfx2/msg.hxx:136
-    SfxType5 aAttrib struct SfxTypeAttrib [5]
-include/sfx2/msg.hxx:136
-    SfxType5 pType const std::type_info *
 include/sfx2/msg.hxx:136
     SfxType5 nAttribs sal_uInt16
 include/sfx2/msg.hxx:136
     SfxType5 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
+include/sfx2/msg.hxx:136
+    SfxType5 aAttrib struct SfxTypeAttrib [5]
+include/sfx2/msg.hxx:136
+    SfxType5 pType const std::type_info *
 include/sfx2/msg.hxx:137
     SfxType6 nAttribs sal_uInt16
+include/sfx2/msg.hxx:137
+    SfxType6 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:137
     SfxType6 pType const std::type_info *
 include/sfx2/msg.hxx:137
     SfxType6 aAttrib struct SfxTypeAttrib [6]
-include/sfx2/msg.hxx:137
-    SfxType6 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:138
     SfxType7 nAttribs sal_uInt16
 include/sfx2/msg.hxx:138
@@ -124,14 +168,14 @@ include/sfx2/msg.hxx:138
     SfxType7 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/sfx2/msg.hxx:138
     SfxType7 pType const std::type_info *
-include/sfx2/msg.hxx:139
-    SfxType8 aAttrib struct SfxTypeAttrib [8]
-include/sfx2/msg.hxx:139
-    SfxType8 nAttribs sal_uInt16
 include/sfx2/msg.hxx:139
     SfxType8 pType const std::type_info *
 include/sfx2/msg.hxx:139
     SfxType8 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
+include/sfx2/msg.hxx:139
+    SfxType8 nAttribs sal_uInt16
+include/sfx2/msg.hxx:139
+    SfxType8 aAttrib struct SfxTypeAttrib [8]
 include/sfx2/msg.hxx:140
     SfxType10 pType const std::type_info *
 include/sfx2/msg.hxx:140
@@ -182,10 +226,10 @@ include/sfx2/msg.hxx:146
     SfxType17 nAttribs sal_uInt16
 include/sfx2/msg.hxx:147
     SfxType23 nAttribs sal_uInt16
-include/sfx2/msg.hxx:147
-    SfxType23 aAttrib struct SfxTypeAttrib [23]
 include/sfx2/msg.hxx:147
     SfxType23 pType const std::type_info *
+include/sfx2/msg.hxx:147
+    SfxType23 aAttrib struct SfxTypeAttrib [23]
 include/sfx2/msg.hxx:147
     SfxType23 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
 include/svtools/genericunodialog.hxx:156
@@ -216,24 +260,22 @@ include/vcl/uitest/uiobject.hxx:272
     TabPageUIObject mxTabPage VclPtr<class TabPage>
 include/xmloff/formlayerexport.hxx:172
     xmloff::OOfficeFormsExport m_pImpl std::unique_ptr<OFormsRootExport>
-libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:29
-    GtvRenderingArgs m_aBackgroundColor std::string
 libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:52
     GtvApplicationWindow parent_instance GtkApplicationWindow
 libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:56
     GtvApplicationWindow doctype LibreOfficeKitDocumentType
 libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:75
     GtvApplicationWindowClass parentClass GtkApplicationWindowClass
+libreofficekit/qa/gtktiledviewer/gtv-application.hxx:26
+    GtvApplication parent GtkApplication
+libreofficekit/qa/gtktiledviewer/gtv-application.hxx:31
+    GtvApplicationClass parentClass GtkApplicationClass
 libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.hxx:28
     GtvCalcHeaderBar parent GtkDrawingArea
 libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.hxx:37
     GtvCalcHeaderBarClass parentClass GtkDrawingAreaClass
 libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.hxx:26
     GtvCommentsSidebar parent GtkBox
-libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.hxx:28
-    GtvCommentsSidebar viewannotationsButton GtkWidget *
-libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.hxx:29
-    GtvCommentsSidebar scrolledwindow GtkWidget *
 libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.hxx:35
     GtvCommentsSidebarClass parentClass GtkBoxClass
 libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.hxx:28
@@ -244,12 +286,6 @@ libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:28
     GtvMainToolbar parent GtkBox
 libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:36
     GtvMainToolbarClass parentClass GtkBoxClass
-libreofficekit/source/gtk/tilebuffer.hxx:71
-    Tile valid _Bool
-libreofficekit/source/gtk/tilebuffer.hxx:147
-    TileBuffer m_mTiles std::map<int, Tile>
-libreofficekit/source/gtk/tilebuffer.hxx:149
-    TileBuffer m_nWidth int
 lingucomponent/source/languageguessing/simpleguesser.cxx:81
     (anonymous namespace)::textcat_t maxsize uint4
 lingucomponent/source/languageguessing/simpleguesser.cxx:83
@@ -314,13 +350,13 @@ sal/qa/osl/security/osl_Security.cxx:154
     osl_Security::getUserName bRes1 _Bool
 sal/qa/osl/security/osl_Security.cxx:188
     osl_Security::getConfigDir bRes1 _Bool
-sc/source/core/data/document.cxx:1237
-    (anonymous namespace)::BroadcastRecalcOnRefMoveHandler aSwitch const sc::AutoCalcSwitch
-sc/source/core/data/document.cxx:1238
-    (anonymous namespace)::BroadcastRecalcOnRefMoveHandler aBulk const class ScBulkBroadcast
-sc/source/filter/html/htmlpars.cxx:3008
-    (anonymous namespace)::CSSHandler::MemStr mp const char *
+sc/source/core/data/document.cxx:1240
+    (anonymous namespace)::BroadcastRecalcOnRefMoveGuard aSwitch const sc::AutoCalcSwitch
+sc/source/core/data/document.cxx:1241
+    (anonymous namespace)::BroadcastRecalcOnRefMoveGuard aBulk const class ScBulkBroadcast
 sc/source/filter/html/htmlpars.cxx:3009
+    (anonymous namespace)::CSSHandler::MemStr mp const char *
+sc/source/filter/html/htmlpars.cxx:3010
     (anonymous namespace)::CSSHandler::MemStr mn size_t
 sc/source/filter/inc/sheetdatacontext.hxx:52
     oox::xls::SheetDataContext aReleaser const class SolarMutexReleaser
@@ -328,12 +364,10 @@ sc/source/ui/inc/docsh.hxx:453
     ScDocShellModificator mpProtector std::unique_ptr<ScRefreshTimerProtector>
 sc/source/ui/inc/PivotLayoutTreeListBase.hxx:48
     ScPivotLayoutTreeListBase maDropTargetHelper class ScPivotLayoutTreeDropTarget
-sd/source/ui/remotecontrol/ZeroconfService.hxx:34
+sd/source/ui/remotecontrol/ZeroconfService.hxx:32
     sd::ZeroconfService port const uint
 sd/source/ui/slidesorter/view/SlsLayouter.cxx:62
     sd::slidesorter::view::Layouter::Implementation mpTheme std::shared_ptr<view::Theme>
-sd/source/ui/table/TableDesignPane.hxx:100
-    sd::TableDesignPane aImpl const class sd::TableDesignWidget
 sd/source/ui/view/DocumentRenderer.cxx:1340
     sd::DocumentRenderer::Implementation mxObjectShell const SfxObjectShellRef
 sd/source/ui/view/viewshel.cxx:1161
@@ -358,12 +392,6 @@ sfx2/source/doc/doctempl.cxx:123
     DocTempl::(anonymous namespace)::DocTempl_EntryData_Impl mxObjShell const class SfxObjectShellLock
 sfx2/source/inc/sfxpicklist.hxx:33
     SfxPickList mxImpl std::unique_ptr<SfxPickListImpl>
-sfx2/source/inc/shellimpl.hxx:33
-    SfxObjectShellArr_Impl maData SfxObjectShellArr_Impl::DataType
-sfx2/source/inc/shellimpl.hxx:54
-    SfxViewFrameArr_Impl maData SfxViewFrameArr_Impl::DataType
-sfx2/source/inc/shellimpl.hxx:75
-    SfxViewShellArr_Impl maData SfxViewShellArr_Impl::DataType
 slideshow/source/engine/opengl/TransitionImpl.cxx:1990
     (anonymous namespace)::ThreeFloats z GLfloat
 slideshow/source/engine/opengl/TransitionImpl.cxx:1990
@@ -390,8 +418,6 @@ svx/source/dialog/contimp.hxx:75
     SvxSuperContourDlg aContourItem class SvxContourDlgItem
 svx/source/dialog/weldeditview.cxx:312
     (anonymous namespace)::WeldEditSource m_rEditAcc class WeldEditAccessible &
-sw/inc/IDocumentExternalData.hxx:51
-    IDocumentExternalData m_externalData IDocumentExternalData::tExternalData
 sw/qa/extras/uiwriter/uiwriter2.cxx:69
       class SwUiWriterTest2 *
 sw/source/core/crsr/crbm.cxx:64
@@ -402,8 +428,6 @@ sw/source/core/layout/dbg_lay.cxx:170
     SwImplEnterLeave nAction const enum DbgAction
 sw/source/uibase/inc/condedit.hxx:43
     ConditionEdit m_aDropTargetHelper class ConditionEditDropTarget
-sw/source/uibase/inc/olmenu.hxx:96
-    SwSpellPopup m_xGrammarResult css::linguistic2::ProofreadingResult
 sw/source/uibase/inc/swuicnttab.hxx:239
     SwTokenWindow m_aAdjustPositionsIdle class Idle
 sw/source/uibase/inc/uivwimp.hxx:93
@@ -442,40 +466,6 @@ vcl/inc/WidgetThemeLibrary.hxx:93
     vcl::ControlDrawParameters eState enum ControlState
 vcl/inc/WidgetThemeLibrary.hxx:109
     vcl::WidgetThemeLibrary_t nSize uint32_t
-vcl/source/filter/jpeg/transupp.h:132
-    (anonymous) slow_hflip boolean
-vcl/source/filter/jpeg/transupp.h:143
-    (anonymous) crop_width JDIMENSION
-vcl/source/filter/jpeg/transupp.h:144
-    (anonymous) crop_width_set JCROP_CODE
-vcl/source/filter/jpeg/transupp.h:145
-    (anonymous) crop_height JDIMENSION
-vcl/source/filter/jpeg/transupp.h:146
-    (anonymous) crop_height_set JCROP_CODE
-vcl/source/filter/jpeg/transupp.h:147
-    (anonymous) crop_xoffset JDIMENSION
-vcl/source/filter/jpeg/transupp.h:148
-    (anonymous) crop_xoffset_set JCROP_CODE
-vcl/source/filter/jpeg/transupp.h:149
-    (anonymous) crop_yoffset JDIMENSION
-vcl/source/filter/jpeg/transupp.h:150
-    (anonymous) crop_yoffset_set JCROP_CODE
-vcl/source/filter/jpeg/transupp.h:153
-    (anonymous) num_components int
-vcl/source/filter/jpeg/transupp.h:154
-    (anonymous) workspace_coef_arrays jvirt_barray_ptr *
-vcl/source/filter/jpeg/transupp.h:155
-    (anonymous) output_width JDIMENSION
-vcl/source/filter/jpeg/transupp.h:156
-    (anonymous) output_height JDIMENSION
-vcl/source/filter/jpeg/transupp.h:157
-    (anonymous) x_crop_offset JDIMENSION
-vcl/source/filter/jpeg/transupp.h:158
-    (anonymous) y_crop_offset JDIMENSION
-vcl/source/filter/jpeg/transupp.h:159
-    (anonymous) iMCU_sample_width int
-vcl/source/filter/jpeg/transupp.h:160
-    (anonymous) iMCU_sample_height int
 vcl/source/gdi/jobset.cxx:37
     (anonymous namespace)::ImplOldJobSetupData cDeviceName char [32]
 vcl/source/gdi/jobset.cxx:38
@@ -492,7 +482,7 @@ vcl/unx/gtk3/a11y/gtk3atkhypertext.cxx:31
     (anonymous namespace)::HyperLink atk_hyper_link const AtkHyperlink
 vcl/unx/gtk3/gtk3gloactiongroup.cxx:27
     (anonymous namespace)::GLOAction parent_instance GObject
-vcl/unx/gtk3/gtk3gtkinst.cxx:4862
+vcl/unx/gtk3/gtk3gtkinst.cxx:4881
     (anonymous namespace)::CrippledViewport viewport GtkViewport
 writerfilter/source/ooxml/OOXMLStreamImpl.hxx:43
     writerfilter::ooxml::OOXMLStreamImpl mxFastParser css::uno::Reference<css::xml::sax::XFastParser>
diff --git a/compilerplugins/clang/unusedfields.writeonly.results b/compilerplugins/clang/unusedfields.writeonly.results
index c4e9b994131a..707e68107404 100644
--- a/compilerplugins/clang/unusedfields.writeonly.results
+++ b/compilerplugins/clang/unusedfields.writeonly.results
@@ -82,10 +82,10 @@ chart2/source/controller/main/ElementSelector.hxx:38
     chart::ListBoxEntryData nHierarchyDepth sal_Int32
 chart2/source/inc/MediaDescriptorHelper.hxx:72
     apphelper::MediaDescriptorHelper ReadOnly _Bool
-chart2/source/view/charttypes/CategoryPositionHelper.hxx:48
-    chart::CategoryPositionHelper m_fSeriesCount double
 chart2/source/view/charttypes/PieChart.hxx:128
     chart::PieChart::PieLabelInfo fValue double
+chart2/source/view/inc/VSeriesPlotter.hxx:430
+    chart::VSeriesPlotter m_aAxesNumberFormats class chart::AxesNumberFormats
 codemaker/source/cppumaker/dependencies.hxx:108
     codemaker::cppumaker::Dependencies m_voidDependency _Bool
 codemaker/source/javamaker/classfile.cxx:508
@@ -100,43 +100,43 @@ comphelper/source/misc/asyncnotification.cxx:86
     comphelper::EventNotifierImpl pKeepThisAlive std::shared_ptr<AsyncEventNotifierAutoJoin>
 configmgr/source/components.cxx:162
     configmgr::Components::WriteThread reference_ rtl::Reference<WriteThread> *
-connectivity/source/drivers/mork/MorkParser.hxx:133
+connectivity/source/drivers/mork/MorkParser.hxx:132
     MorkParser error_ enum MorkErrors
-connectivity/source/drivers/postgresql/pq_statics.hxx:106
+connectivity/source/drivers/postgresql/pq_statics.hxx:105
     pq_sdbc_driver::ImplementationStatics types css::uno::Sequence<css::uno::Type>
-connectivity/source/drivers/postgresql/pq_statics.hxx:146
+connectivity/source/drivers/postgresql/pq_statics.hxx:145
     pq_sdbc_driver::Statics NO_NULLS class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:147
+connectivity/source/drivers/postgresql/pq_statics.hxx:146
     pq_sdbc_driver::Statics NULABLE class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:148
+connectivity/source/drivers/postgresql/pq_statics.hxx:147
     pq_sdbc_driver::Statics NULLABLE_UNKNOWN class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:149
+connectivity/source/drivers/postgresql/pq_statics.hxx:148
     pq_sdbc_driver::Statics SELECT class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:150
+connectivity/source/drivers/postgresql/pq_statics.hxx:149
     pq_sdbc_driver::Statics UPDATE class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:151
+connectivity/source/drivers/postgresql/pq_statics.hxx:150
     pq_sdbc_driver::Statics INSERT class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:152
+connectivity/source/drivers/postgresql/pq_statics.hxx:151
     pq_sdbc_driver::Statics DELETE class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:153
+connectivity/source/drivers/postgresql/pq_statics.hxx:152
     pq_sdbc_driver::Statics RULE class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:154
+connectivity/source/drivers/postgresql/pq_statics.hxx:153
     pq_sdbc_driver::Statics REFERENCES class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:155
+connectivity/source/drivers/postgresql/pq_statics.hxx:154
     pq_sdbc_driver::Statics TRIGGER class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:156
+connectivity/source/drivers/postgresql/pq_statics.hxx:155
     pq_sdbc_driver::Statics EXECUTE class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:157
+connectivity/source/drivers/postgresql/pq_statics.hxx:156
     pq_sdbc_driver::Statics USAGE class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:158
+connectivity/source/drivers/postgresql/pq_statics.hxx:157
     pq_sdbc_driver::Statics CREATE class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:159
+connectivity/source/drivers/postgresql/pq_statics.hxx:158
     pq_sdbc_driver::Statics TEMPORARY class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:192
+connectivity/source/drivers/postgresql/pq_statics.hxx:191
     pq_sdbc_driver::Statics KEY_COLUMN class rtl::OUString
-connectivity/source/drivers/postgresql/pq_statics.hxx:216
+connectivity/source/drivers/postgresql/pq_statics.hxx:215
     pq_sdbc_driver::Statics HELP_TEXT class rtl::OUString
-connectivity/source/inc/calc/CConnection.hxx:54
+connectivity/source/inc/calc/CConnection.hxx:53
     connectivity::calc::OCalcConnection::CloseVetoButTerminateListener m_pCloseListener std::unique_ptr<utl::CloseVeto>
 connectivity/source/inc/odbc/OConnection.hxx:55
     connectivity::odbc::OConnection m_sUser class rtl::OUString
@@ -154,7 +154,7 @@ connectivity/source/inc/OTypeInfo.hxx:38
     connectivity::OTypeInfo nType sal_Int16
 connectivity/source/inc/writer/WConnection.hxx:66
     connectivity::writer::OWriterConnection::CloseVetoButTerminateListener m_pCloseListener std::unique_ptr<utl::CloseVeto>
-cppcanvas/source/inc/implrenderer.hxx:211
+cppcanvas/source/inc/implrenderer.hxx:210
     cppcanvas::internal::ImplRenderer aBaseTransform struct cppcanvas::internal::XForm
 cppu/source/typelib/typelib.cxx:907
     (anonymous namespace)::BaseList set (anonymous namespace)::BaseList::Set
@@ -190,8 +190,6 @@ cppu/source/uno/check.cxx:107
     (anonymous namespace)::P p2 double
 cppu/source/uno/check.cxx:115
     (anonymous namespace)::second a int
-cppu/source/uno/check.cxx:120
-    (anonymous namespace)::AlignSize_Impl nInt16 sal_Int16
 cppu/source/uno/check.cxx:126
     (anonymous namespace)::Char1 c1 char
 cppu/source/uno/check.cxx:130
@@ -232,7 +230,7 @@ dbaccess/source/filter/xml/dbloader2.cxx:233
     dbaxml::(anonymous namespace)::DBContentLoader m_xMySelf Reference<class com::sun::star::frame::XFrameLoader>
 dbaccess/source/ui/browser/dbloader.cxx:71
     (anonymous namespace)::DBContentLoader m_xListener Reference<class com::sun::star::frame::XLoadEventListener>
-desktop/qa/desktop_lib/test_desktop_lib.cxx:223
+desktop/qa/desktop_lib/test_desktop_lib.cxx:225
     DesktopLOKTest m_bModified _Bool
 desktop/source/app/app.cxx:1217
     desktop::(anonymous namespace)::ExecuteGlobals pLanguageOptions std::unique_ptr<SvtLanguageOptions>
@@ -284,11 +282,13 @@ embeddedobj/source/inc/oleembobj.hxx:175
     OleEmbeddedObject m_nStatusAspect sal_Int64
 embeddedobj/source/inc/oleembobj.hxx:189
     OleEmbeddedObject m_bFromClipboard _Bool
-emfio/inc/mtftools.hxx:512
+emfio/inc/mtftools.hxx:511
     emfio::MtfTools mrclBounds tools::Rectangle
+extensions/source/propctrlr/browserpage.hxx:36
+    pcr::OBrowserPage m_aPageTitle class rtl::OUString
 extensions/source/propctrlr/genericpropertyhandler.hxx:63
     pcr::GenericPropertyHandler m_xComponentIntrospectionAccess css::uno::Reference<css::beans::XIntrospectionAccess>
-extensions/source/scanner/scanner.hxx:48
+extensions/source/scanner/scanner.hxx:47
     ScannerManager mpData void *
 framework/inc/services/layoutmanager.hxx:248
     framework::LayoutManager m_bGlobalSettings _Bool
@@ -316,12 +316,12 @@ include/basic/sbxvar.hxx:73
     SbxValues::(anonymous) pData void *
 include/canvas/rendering/irendermodule.hxx:36
     canvas::Vertex a float
+include/canvas/rendering/irendermodule.hxx:36
+    canvas::Vertex b float
 include/canvas/rendering/irendermodule.hxx:36
     canvas::Vertex g float
 include/canvas/rendering/irendermodule.hxx:36
     canvas::Vertex r float
-include/canvas/rendering/irendermodule.hxx:36
-    canvas::Vertex b float
 include/canvas/rendering/irendermodule.hxx:37
     canvas::Vertex v float
 include/canvas/rendering/irendermodule.hxx:37
@@ -418,7 +418,9 @@ include/test/beans/xpropertyset.hxx:56
     apitest::XPropertySet::PropsToTest constrained std::vector<OUString>
 include/unotools/fontcfg.hxx:158
     utl::FontSubstConfiguration maSubstHash utl::FontSubstConfiguration::UniqueSubstHash
-include/vcl/menu.hxx:455
+include/vcl/field.hxx:242
+    MetricFormatter maCurUnitText class rtl::OUString
+include/vcl/menu.hxx:454
     MenuBar::MenuBarButtonCallbackArg bHighlight _Bool
 include/vcl/NotebookBarAddonsMerger.hxx:54
     AddonNotebookBarItem sTarget class rtl::OUString
@@ -464,6 +466,8 @@ jvmfwk/inc/vendorbase.hxx:174
     jfw_plugin::VendorBase m_sArch class rtl::OUString
 l10ntools/inc/common.hxx:31
     common::HandledArgs m_bUTF8BOM _Bool
+libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:29
+    GtvRenderingArgs m_aBackgroundColor std::string
 libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:63
     GtvApplicationWindow statusbar GtkWidget *
 libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.cxx:39
@@ -506,13 +510,13 @@ sal/textenc/tcvtutf7.cxx:422
     (anonymous namespace)::ImplUTF7FromUCContextData mnBitBuffer sal_uInt32
 sal/textenc/tcvtutf7.cxx:423
     (anonymous namespace)::ImplUTF7FromUCContextData mnBufferBits sal_uInt32
-sc/inc/compiler.hxx:258
+sc/inc/compiler.hxx:261
     ScCompiler::AddInMap pODFF const char *
-sc/inc/compiler.hxx:259
+sc/inc/compiler.hxx:262
     ScCompiler::AddInMap pEnglish const char *
-sc/inc/compiler.hxx:261
+sc/inc/compiler.hxx:264
     ScCompiler::AddInMap pUpper const char *
-sc/inc/document.hxx:2594
+sc/inc/document.hxx:2604
     ScMutationDisable mpDocument class ScDocument *
 sc/inc/pivot.hxx:75
     ScDPLabelData mnFlags sal_Int32
@@ -524,7 +528,7 @@ sc/inc/scmod.hxx:103
     ScModule m_pErrorHdl std::unique_ptr<SfxErrorHandler>
 sc/inc/tabopparams.hxx:38
     ScInterpreterTableOpParams bValid _Bool
-sc/source/core/data/column4.cxx:1308
+sc/source/core/data/column4.cxx:1310
     (anonymous namespace)::StartListeningFormulaCellsHandler mnStartRow SCROW
 sc/source/core/data/column.cxx:1398
     (anonymous namespace)::CopyByCloneHandler meListenType sc::StartListeningType
@@ -546,9 +550,9 @@ sc/source/filter/excel/xltoolbar.hxx:54
     ScCTB rVisualData std::vector<TBVisualData>
 sc/source/filter/excel/xltools.cxx:100
      smD union sal_math_Double
-sc/source/filter/html/htmlpars.cxx:3016
-    (anonymous namespace)::CSSHandler maPropName struct (anonymous namespace)::CSSHandler::MemStr
 sc/source/filter/html/htmlpars.cxx:3017
+    (anonymous namespace)::CSSHandler maPropName struct (anonymous namespace)::CSSHandler::MemStr
+sc/source/filter/html/htmlpars.cxx:3018
     (anonymous namespace)::CSSHandler maPropValue struct (anonymous namespace)::CSSHandler::MemStr
 sc/source/filter/inc/exp_op.hxx:47
     ExportBiff5 pExcRoot struct RootData *
@@ -640,7 +644,7 @@ sd/source/ui/remotecontrol/Receiver.hxx:35
     sd::Receiver pTransmitter class sd::Transmitter *
 sd/source/ui/sidebar/MasterPageContainerProviders.hxx:136
     sd::sidebar::TemplatePreviewProvider msURL const class rtl::OUString
-sd/source/ui/sidebar/SlideBackground.hxx:94
+sd/source/ui/sidebar/SlideBackground.hxx:96
     sd::sidebar::SlideBackground m_pContainer VclPtr<class VclVBox>
 sd/source/ui/slideshow/slideshowimpl.hxx:333
     sd::SlideshowImpl mpPaneHider ::std::unique_ptr<PaneHider>
@@ -650,6 +654,8 @@ sd/source/ui/slidesorter/controller/SlsListener.hxx:147
     sd::slidesorter::controller::Listener mpModelChangeLock std::shared_ptr<SlideSorterController::ModelChangeLock>
 sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx:118
     sd::slidesorter::controller::Clipboard mxUndoContext std::unique_ptr<UndoContext>
+sd/source/ui/table/TableDesignPane.hxx:101
+    sd::TableDesignPane m_xImpl std::unique_ptr<TableDesignWidget>
 sd/source/ui/view/ToolBarManager.cxx:315
     sd::ToolBarManager::Implementation mpAsynchronousLayouterLock ::std::unique_ptr<LayouterLock>
 sdext/source/presenter/PresenterTimer.cxx:104
@@ -680,6 +686,8 @@ slideshow/test/testview.cxx:56
     (anonymous namespace)::ImplTestView maCreatedSprites std::vector<std::pair<basegfx::B2DVector, double> >
 slideshow/test/testview.cxx:59
     (anonymous namespace)::ImplTestView maPriority basegfx::B1DRange
+soltools/cpp/cpp.h:143
+    macroValidator pMacro Nlist *
 starmath/inc/view.hxx:156
     SmCmdBoxWindow aController class SmEditController
 stoc/source/servicemanager/servicemanager.cxx:392
@@ -692,11 +700,11 @@ svgio/inc/svgcharacternode.hxx:89
     svgio::svgreader::SvgTextPosition maY ::std::vector<double>
 svgio/inc/svgsvgnode.hxx:44
     svgio::svgreader::SvgSvgNode maVersion class svgio::svgreader::SvgNumber
-svgio/inc/svgsymbolnode.hxx:36
+svgio/inc/svgsymbolnode.hxx:35
     svgio::svgreader::SvgSymbolNode maSvgAspectRatio class svgio::svgreader::SvgAspectRatio
-svgio/inc/svgusenode.hxx:42
-    svgio::svgreader::SvgUseNode maWidth class svgio::svgreader::SvgNumber
 svgio/inc/svgusenode.hxx:43
+    svgio::svgreader::SvgUseNode maWidth class svgio::svgreader::SvgNumber
+svgio/inc/svgusenode.hxx:44
     svgio::svgreader::SvgUseNode maHeight class svgio::svgreader::SvgNumber
 svl/source/crypto/cryptosign.cxx:113
     (anonymous namespace)::MessageImprint hashedMessage SECItem
@@ -724,7 +732,7 @@ svl/source/crypto/cryptosign.cxx:189
     (anonymous namespace)::ESSCertIDv2 issuerSerial struct (anonymous namespace)::IssuerSerial
 svl/source/crypto/cryptosign.cxx:197
     (anonymous namespace)::SigningCertificateV2 certs struct (anonymous namespace)::ESSCertIDv2 **
-svl/source/misc/inethist.cxx:47
+svl/source/misc/inethist.cxx:45
     INetURLHistory_Impl::head_entry m_nMagic sal_uInt32
 svl/source/undo/undo.cxx:316
     svl::undo::impl::UndoManagerGuard m_aUndoActionsCleanup ::std::vector<std::unique_ptr<SfxUndoAction> >
@@ -744,23 +752,23 @@ svx/source/sdr/attribute/sdrtextattribute.cxx:53
     drawinglayer::attribute::ImpSdrTextAttribute maPropertiesVersion sal_uInt32
 svx/source/sdr/attribute/sdrtextattribute.cxx:67
     drawinglayer::attribute::ImpSdrTextAttribute mbWrongSpell const _Bool
-svx/source/sidebar/line/LinePropertyPanel.hxx:96
+svx/source/sidebar/line/LinePropertyPanel.hxx:94
     svx::sidebar::LinePropertyPanel maStyleControl sfx2::sidebar::ControllerItem
-svx/source/sidebar/line/LinePropertyPanel.hxx:97
+svx/source/sidebar/line/LinePropertyPanel.hxx:95
     svx::sidebar::LinePropertyPanel maDashControl sfx2::sidebar::ControllerItem
-svx/source/sidebar/line/LinePropertyPanel.hxx:99
+svx/source/sidebar/line/LinePropertyPanel.hxx:97
     svx::sidebar::LinePropertyPanel maStartControl sfx2::sidebar::ControllerItem
-svx/source/sidebar/line/LinePropertyPanel.hxx:100
+svx/source/sidebar/line/LinePropertyPanel.hxx:98
     svx::sidebar::LinePropertyPanel maEndControl sfx2::sidebar::ControllerItem
-svx/source/sidebar/line/LinePropertyPanel.hxx:101
+svx/source/sidebar/line/LinePropertyPanel.hxx:99
     svx::sidebar::LinePropertyPanel maLineEndListControl sfx2::sidebar::ControllerItem
-svx/source/sidebar/line/LinePropertyPanel.hxx:102
+svx/source/sidebar/line/LinePropertyPanel.hxx:100
     svx::sidebar::LinePropertyPanel maLineStyleListControl sfx2::sidebar::ControllerItem
-svx/source/sidebar/line/LinePropertyPanel.hxx:103
+svx/source/sidebar/line/LinePropertyPanel.hxx:101
     svx::sidebar::LinePropertyPanel maTransControl sfx2::sidebar::ControllerItem
-svx/source/sidebar/line/LinePropertyPanel.hxx:104
+svx/source/sidebar/line/LinePropertyPanel.hxx:102
     svx::sidebar::LinePropertyPanel maEdgeStyle sfx2::sidebar::ControllerItem
-svx/source/sidebar/line/LinePropertyPanel.hxx:105
+svx/source/sidebar/line/LinePropertyPanel.hxx:103
     svx::sidebar::LinePropertyPanel maCapStyle sfx2::sidebar::ControllerItem
 svx/source/svdraw/svdpdf.hxx:196
     ImpSdrPdfImport mdPageWidthPts double
@@ -774,7 +782,7 @@ sw/inc/swmodule.hxx:109
     SwModule m_xLinguServiceEventListener css::uno::Reference<css::linguistic2::XLinguServiceEventListener>
 sw/inc/swwait.hxx:45
     SwWait mpLockedDispatchers std::unordered_set<SfxDispatcher *>
-sw/inc/unoframe.hxx:312
+sw/inc/unoframe.hxx:311
     SwXOLEListener m_xOLEModel css::uno::Reference<css::frame::XModel>
 sw/inc/view.hxx:184
     SwView m_xGlueDocShell std::unique_ptr<SwViewGlueDocShell>
@@ -805,15 +813,13 @@ sw/source/filter/inc/rtf.hxx:29
 sw/source/filter/inc/rtf.hxx:30
     RTFSurround::(anonymous union)::(anonymous) nJunk sal_uInt8
 sw/source/filter/inc/rtf.hxx:31
-    RTFSurround::(anonymous) Flags struct (anonymous struct at /media/disk2/libo4/sw/source/filter/inc/rtf.hxx:27:9)
+    RTFSurround::(anonymous) Flags struct (anonymous struct at /home/noel/libo2/sw/source/filter/inc/rtf.hxx:27:9)
 sw/source/uibase/inc/glossary.hxx:63
     SwGlossaryDlg m_xGroupData std::vector<std::unique_ptr<GroupUserData> >
 sw/source/uibase/inc/maildispatcher.hxx:146
     MailDispatcher m_aListenerVector std::vector< ::rtl::Reference<IMailDispatcherListener> >
 sw/source/uibase/inc/maildispatcher.hxx:152
     MailDispatcher m_xSelfReference ::rtl::Reference<MailDispatcher>
-sw/source/uibase/inc/olmenu.hxx:97
-    SwSpellPopup m_nGrammarError sal_Int32
 sw/source/uibase/inc/redlndlg.hxx:62
     SwRedlineAcceptDlg m_aUsedSeqNo class SwRedlineDataParentSortArr
 testtools/source/bridgetest/cppobj.cxx:149
@@ -942,7 +948,7 @@ vcl/inc/salwtype.hxx:250
     SalSwipeEvent mnVelocityY double
 vcl/inc/sft.hxx:742
     vcl::TrueTypeFont mapper sal_uInt32 (*)(const sal_uInt8 *, sal_uInt32, sal_uInt32)
-vcl/inc/svdata.hxx:403
+vcl/inc/svdata.hxx:412
     ImplSVEvent mpInstanceRef VclPtr<vcl::Window>
 vcl/inc/unx/gtk/gtkframe.hxx:80
     GtkSalFrame::IMHandler::PreviousKeyPress window GdkWindow *
@@ -968,25 +974,15 @@ vcl/source/filter/graphicfilter.cxx:762
     (anonymous namespace)::ImpFilterLibCache mpLast struct (anonymous namespace)::ImpFilterLibCacheEntry *
 vcl/source/filter/jpeg/Exif.hxx:51
     Exif::ExifIFD tag sal_uInt8 [2]
-vcl/source/filter/jpeg/transupp.h:127
-    (anonymous) transform JXFORM_CODE
-vcl/source/filter/jpeg/transupp.h:128
-    (anonymous) perfect boolean
-vcl/source/filter/jpeg/transupp.h:129
-    (anonymous) trim boolean
-vcl/source/filter/jpeg/transupp.h:130
-    (anonymous) force_grayscale boolean
-vcl/source/filter/jpeg/transupp.h:131
-    (anonymous) crop boolean
 vcl/source/filter/wmf/wmfwr.hxx:95
     WMFWriter aDstClipRegion vcl::Region
 vcl/source/fontsubset/sft.cxx:91
     vcl::(anonymous namespace)::TTGlyphMetrics lsb sal_Int16
 vcl/source/fontsubset/ttcr.cxx:347
     vcl::(anonymous namespace)::tdata_post ptr void *
-vcl/source/gdi/pdfwriter_impl.hxx:180
+vcl/source/gdi/pdfwriter_impl.hxx:179
     vcl::PDFWriterImpl::BitmapID m_nChecksum BitmapChecksum
-vcl/source/gdi/pdfwriter_impl.hxx:181
+vcl/source/gdi/pdfwriter_impl.hxx:180
     vcl::PDFWriterImpl::BitmapID m_nMaskChecksum BitmapChecksum
 vcl/unx/generic/app/wmadaptor.cxx:1263
     _mwmhints func unsigned long
@@ -1010,11 +1006,19 @@ vcl/unx/gtk3/a11y/atkwrapper.hxx:75
     AtkObjectWrapperClass aParentClass GtkWidgetAccessibleClass
 vcl/unx/gtk3/a11y/gtk3atkutil.cxx:138
     DocumentFocusListener m_aRefList std::set<uno::Reference<uno::XInterface> >
-vcl/unx/gtk3/gtk3gtkinst.cxx:1604
+vcl/unx/gtk3/gtk3glomenu.cxx:14
+    GLOMenu parent_instance const GMenuModel
+vcl/unx/gtk3/gtk3gtkinst.cxx:1606
      in char *
+vcl/unx/gtk3/gtk3hudawareness.cxx:18
+    (anonymous namespace)::HudAwarenessHandle connection GDBusConnection *
+vcl/unx/gtk3/gtk3hudawareness.cxx:21
+    (anonymous namespace)::HudAwarenessHandle notify GDestroyNotify
 vcl/workben/vcldemo.cxx:1750
     (anonymous namespace)::DemoWin mxThread rtl::Reference<RenderThread>
-writerfilter/source/dmapper/DomainMapper_Impl.hxx:961
+writerfilter/source/dmapper/DomainMapper_Impl.hxx:569
+    writerfilter::dmapper::DomainMapper_Impl mxTOCTextCursor css::uno::Reference<css::text::XTextCursor>
+writerfilter/source/dmapper/DomainMapper_Impl.hxx:986
     writerfilter::dmapper::DomainMapper_Impl m_bInTableStyleRunProps _Bool
 writerfilter/source/dmapper/PropertyMap.hxx:204
     writerfilter::dmapper::SectionPropertyMap m_nDebugSectionNumber sal_Int32
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx
index 2392faae129d..7c9b1ce7ab5f 100644
--- a/cui/source/inc/backgrnd.hxx
+++ b/cui/source/inc/backgrnd.hxx
@@ -68,38 +68,6 @@ protected:
 private:
     // DDListBox for Writer -------------------------------
 
-    Color       aBgdColor;
-    sal_uInt16      nHtmlMode;
-    bool        bAllowShowSelector  : 1;
-    bool        bIsGraphicValid     : 1;
-    bool        bHighlighting       : 1;
-    bool        bCharBackColor      : 1;
-    bool        m_bColorSelected    : 1;
-    Graphic     aBgdGraphic;
-    OUString    aBgdGraphicPath;
-    OUString    aBgdGraphicFilter;
-
-    std::unique_ptr<Idle> m_pLoadIdle;
-    bool        m_bIsImportDlgInExecute = false;
-
-    std::unique_ptr<SvxOpenGraphicDialog> pImportDlg;
-
-    ///< Items for Sw-Table must be corrected
-    std::unique_ptr<SvxBrushItem>   m_pCellBrush;
-    std::unique_ptr<SvxBrushItem>   m_pRowBrush;
-    std::unique_ptr<SvxBrushItem>   m_pTableBrush;
-    sal_uInt16      m_nCellWhich = 0;
-    sal_uInt16      m_nRowWhich = 0;
-    sal_uInt16      m_nTableWhich = 0;
-    sal_Int32       m_nActPos = 0;
-
-    std::unique_ptr<SvxBrushItem> pHighlighting;
-
-    std::unique_ptr<SvxRectCtl> m_xWndPosition;
-    std::unique_ptr<ColorValueSet> m_xBackgroundColorSet;
-    std::unique_ptr<BackgroundPreviewImpl> m_xPreview1;
-    std::unique_ptr<BackgroundPreviewImpl> m_xPreview2;
-
     std::unique_ptr<weld::Label> m_xFindGraphicsFt;
     std::unique_ptr<weld::Widget> m_xAsGrid;
     std::unique_ptr<weld::Label> m_xSelectTxt;
diff --git a/extensions/source/propctrlr/browserpage.hxx b/extensions/source/propctrlr/browserpage.hxx
index 8ab95cb17115..dd8c44f2e583 100644
--- a/extensions/source/propctrlr/browserpage.hxx
+++ b/extensions/source/propctrlr/browserpage.hxx
@@ -33,15 +33,11 @@ namespace pcr
         std::unique_ptr<weld::Container> m_xContainer;
         std::unique_ptr<OBrowserListBox> m_xListBox;
 
-        OUString m_aPageTitle;
-
     public:
         // TODO inherit from BuilderPage
         explicit OBrowserPage(weld::Container* pParent, weld::Container* pContainer);
         ~OBrowserPage();
 
-        void SetPageTitle(const OUString& rPageTitle) { m_aPageTitle = rPageTitle; }
-
         void SetHelpId(const OString& rHelpId) { m_xContainer->set_help_id(rHelpId); }
 
         OBrowserListBox& getListBox() { return *m_xListBox; }
diff --git a/extensions/source/propctrlr/propertyeditor.cxx b/extensions/source/propctrlr/propertyeditor.cxx
index e102a4de21a8..9a38153cd44d 100644
--- a/extensions/source/propctrlr/propertyeditor.cxx
+++ b/extensions/source/propctrlr/propertyeditor.cxx
@@ -127,7 +127,6 @@ namespace pcr
 
         // create a new page
         auto xPage = std::make_unique<OBrowserPage>(m_xTabControl->get_page(sIdent), m_xControlHoldingParent.get());
-        xPage->SetPageTitle(rText);
         // some knittings
         xPage->getListBox().SetListener(m_pListener);
         xPage->getListBox().SetObserver(m_pObserver);
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index 71638b8d315c..7f810adabdcc 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -37,7 +37,6 @@ class SVT_DLLPUBLIC SvtURLBox : public ComboBox
 friend class SvtMatchContext_Impl;
 friend class SvtURLBox_Impl;
     Link<SvtURLBox*,void>           aOpenHdl;
-    OUString                        aPlaceHolder;
     rtl::Reference< SvtMatchContext_Impl > pCtx;
     std::unique_ptr<SvtURLBox_Impl> pImpl;
     INetProtocol                    eSmartProtocol;
@@ -70,9 +69,6 @@ public:
     void                            UpdatePickList( );
 
     static OUString                 ParseSmart( const OUString& aText, const OUString& aBaseURL );
-
-    bool                            MatchesPlaceHolder( const OUString& sToMatch ) const
-                                        { return ( !aPlaceHolder.isEmpty() ) && ( aPlaceHolder == sToMatch ); }
 };
 
 class SVT_DLLPUBLIC URLBox
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index 974cd98e4999..64214c54adcf 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -195,7 +195,6 @@ class VCL_DLLPUBLIC MetricFormatter : public NumericFormatter
 public:
     virtual                 ~MetricFormatter() override;
 
-    virtual void            CustomConvert() = 0;
     virtual void            Reformat() override;
 
     virtual void            SetUnit( FieldUnit meUnit );
@@ -226,9 +225,7 @@ public:
     static bool             TextToValue(const OUString& rStr, double& rValue, sal_Int64 nBaseValue, sal_uInt16 nDecDigits, const LocaleDataWrapper& rLocaleDataWrapper, FieldUnit eUnit);
 
 protected:
-    sal_Int64               mnBaseValue;
     FieldUnit               meUnit;
-    Link<MetricFormatter&,void> maCustomConvertLink;
 
                             MetricFormatter(Edit* pEdit);
 
@@ -239,7 +236,6 @@ protected:
 
 private:
     OUString                maCustomUnitText;
-    OUString                maCurUnitText;
 };
 
 
@@ -463,7 +459,6 @@ public:
     virtual void            Down() override;
     virtual void            First() override;
     virtual void            Last() override;
-    virtual void            CustomConvert() override;
 
     virtual void            SetUnit( FieldUnit meUnit ) override;
 
@@ -638,7 +633,6 @@ public:
 
     virtual void            Modify() override;
 
-    virtual void            CustomConvert() override;
     virtual void            ReformatAll() override;
 
     void                    InsertValue( sal_Int64 nValue, FieldUnit eInUnit = FieldUnit::NONE,
diff --git a/include/vcl/headbar.hxx b/include/vcl/headbar.hxx
index 162ebd2acfec..1a803a9bd625 100644
--- a/include/vcl/headbar.hxx
+++ b/include/vcl/headbar.hxx
@@ -223,7 +223,6 @@ private:
     bool                mbButtonStyle;
     bool                mbItemMode;
     Link<HeaderBar*,void> maStartDragHdl;
-    Link<HeaderBar*,void> maDragHdl;
     Link<HeaderBar*,void> maEndDragHdl;
     Link<HeaderBar*,void> maSelectHdl;
     Link<HeaderBar*,void> maCreateAccessibleHdl;
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx
index 60a827d172f4..0677c1f59292 100644
--- a/svtools/source/control/inettbc.cxx
+++ b/svtools/source/control/inettbc.cxx
@@ -1588,13 +1588,6 @@ bool SvtURLBox::PreNotify( NotifyEvent& rNEvt )
             SetSelection( Selection( nLen, GetText().getLength() ) );
             return true;
         }
-
-        if ( MatchesPlaceHolder( GetText() ) )
-        {
-            // set the selection so a key stroke will overwrite
-            // the placeholder rather than edit it
-            SetSelection( Selection( 0, GetText().getLength() ) );
-        }
     }
 
     return ComboBox::PreNotify( rNEvt );
@@ -1643,8 +1636,6 @@ OUString SvtURLBox::GetURL()
     ::osl::MutexGuard aGuard( theSvtMatchContextMutex::get() );
 
     OUString aText( GetText() );
-    if ( MatchesPlaceHolder( aText ) )
-        return aPlaceHolder;
 
     // try to get the right case preserving URL from the list of URLs
     for(std::vector<OUString>::iterator i = pImpl->aCompletions.begin(), j = pImpl->aURLs.begin(); i != pImpl->aCompletions.end() && j != pImpl->aURLs.end(); ++i, ++j)
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index 6f1994963653..5ff9acab9c1d 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -1382,7 +1382,7 @@ bool MetricFormatter::TextToValue(const OUString& rStr, double& rValue, sal_Int6
 
 void MetricFormatter::ImplMetricReformat( const OUString& rStr, double& rValue, OUString& rOutStr )
 {
-    if ( !TextToValue( rStr, rValue, mnBaseValue, GetDecimalDigits(), ImplGetLocaleDataWrapper(), meUnit ) )
+    if ( !TextToValue( rStr, rValue, 0, GetDecimalDigits(), ImplGetLocaleDataWrapper(), meUnit ) )
         return;
 
     double nTempVal = rValue;
@@ -1396,7 +1396,6 @@ void MetricFormatter::ImplMetricReformat( const OUString& rStr, double& rValue,
 
 MetricFormatter::MetricFormatter(Edit* pEdit)
     : NumericFormatter(pEdit)
-    , mnBaseValue(0)
     , meUnit(FieldUnit::NONE)
 {
 }
@@ -1475,7 +1474,7 @@ OUString MetricFormatter::CreateFieldText( sal_Int64 nValue ) const
 void MetricFormatter::SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit )
 {
     // convert to previously configured units
-    nNewValue = MetricField::ConvertValue( nNewValue, mnBaseValue, GetDecimalDigits(), eInUnit, meUnit );
+    nNewValue = MetricField::ConvertValue( nNewValue, 0, GetDecimalDigits(), eInUnit, meUnit );
     NumericFormatter::SetUserValue( nNewValue );
 }
 
@@ -1483,7 +1482,7 @@ sal_Int64 MetricFormatter::GetValueFromStringUnit(const OUString& rStr, FieldUni
 {
     double nTempValue;
     // caution: precision loss in double cast
-    if (!TextToValue(rStr, nTempValue, mnBaseValue, GetDecimalDigits(), ImplGetLocaleDataWrapper(), meUnit))
+    if (!TextToValue(rStr, nTempValue, 0, GetDecimalDigits(), ImplGetLocaleDataWrapper(), meUnit))
         nTempValue = static_cast<double>(mnLastValue);
 
     // caution: precision loss in double cast
@@ -1493,7 +1492,7 @@ sal_Int64 MetricFormatter::GetValueFromStringUnit(const OUString& rStr, FieldUni
         nTempValue = static_cast<double>(mnMin);
 
     // convert to requested units
-    return MetricField::ConvertValue(static_cast<sal_Int64>(nTempValue), mnBaseValue, GetDecimalDigits(), meUnit, eOutUnit);
+    return MetricField::ConvertValue(static_cast<sal_Int64>(nTempValue), 0, GetDecimalDigits(), meUnit, eOutUnit);
 }
 
 sal_Int64 MetricFormatter::GetValueFromString(const OUString& rStr) const
@@ -1515,35 +1514,35 @@ void MetricFormatter::SetValue( sal_Int64 nValue )
 void MetricFormatter::SetMin( sal_Int64 nNewMin, FieldUnit eInUnit )
 {
     // convert to requested units
-    NumericFormatter::SetMin( MetricField::ConvertValue( nNewMin, mnBaseValue, GetDecimalDigits(),
+    NumericFormatter::SetMin( MetricField::ConvertValue( nNewMin, 0, GetDecimalDigits(),
                                                          eInUnit, meUnit ) );
 }
 
 sal_Int64 MetricFormatter::GetMin( FieldUnit eOutUnit ) const
 {
     // convert to requested units
-    return MetricField::ConvertValue( NumericFormatter::GetMin(), mnBaseValue,
+    return MetricField::ConvertValue( NumericFormatter::GetMin(), 0,
                                       GetDecimalDigits(), meUnit, eOutUnit );
 }
 
 void MetricFormatter::SetMax( sal_Int64 nNewMax, FieldUnit eInUnit )
 {
     // convert to requested units
-    NumericFormatter::SetMax( MetricField::ConvertValue( nNewMax, mnBaseValue, GetDecimalDigits(),
+    NumericFormatter::SetMax( MetricField::ConvertValue( nNewMax, 0, GetDecimalDigits(),
                                                          eInUnit, meUnit ) );
 }
 
 sal_Int64 MetricFormatter::GetMax( FieldUnit eOutUnit ) const
 {
     // convert to requested units
-    return MetricField::ConvertValue( NumericFormatter::GetMax(), mnBaseValue,
+    return MetricField::ConvertValue( NumericFormatter::GetMax(), 0,
                                       GetDecimalDigits(), meUnit, eOutUnit );
 }
 
 sal_Int64 MetricFormatter::GetBaseValue() const
 {
     // convert to requested units
-    return MetricField::ConvertValue( mnBaseValue, mnBaseValue, GetDecimalDigits(),
+    return MetricField::ConvertValue( 0, 0, GetDecimalDigits(),
                                       meUnit, FieldUnit::NONE );
 }
 
@@ -1553,8 +1552,6 @@ void MetricFormatter::Reformat()
         return;
 
     OUString aText = GetField()->GetText();
-    if ( meUnit == FieldUnit::CUSTOM )
-        maCurUnitText = ImplMetricGetUnitText( aText );
 
     OUString aStr;
     // caution: precision loss in double cast
@@ -1565,18 +1562,15 @@ void MetricFormatter::Reformat()
     if ( !aStr.isEmpty() )
     {
         ImplSetText( aStr );
-        if ( meUnit == FieldUnit::CUSTOM )
-            CustomConvert();
     }
     else
         SetValue( mnLastValue );
-    maCurUnitText.clear();
 }
 
 sal_Int64 MetricFormatter::GetCorrectedValue( FieldUnit eOutUnit ) const
 {
     // convert to requested units
-    return MetricField::ConvertValue( 0/*nCorrectedValue*/, mnBaseValue, GetDecimalDigits(),
+    return MetricField::ConvertValue( 0/*nCorrectedValue*/, 0, GetDecimalDigits(),
                                       meUnit, eOutUnit );
 }
 
@@ -1628,7 +1622,7 @@ void MetricField::SetUnit( FieldUnit nNewUnit )
 void MetricField::SetFirst( sal_Int64 nNewFirst, FieldUnit eInUnit )
 {
     // convert
-    nNewFirst = MetricField::ConvertValue( nNewFirst, mnBaseValue, GetDecimalDigits(),
+    nNewFirst = MetricField::ConvertValue( nNewFirst, 0, GetDecimalDigits(),
                                            eInUnit, meUnit );
     mnFirst = nNewFirst;
 }
@@ -1636,14 +1630,14 @@ void MetricField::SetFirst( sal_Int64 nNewFirst, FieldUnit eInUnit )
 sal_Int64 MetricField::GetFirst( FieldUnit eOutUnit ) const
 {
     // convert
-    return MetricField::ConvertValue( mnFirst, mnBaseValue, GetDecimalDigits(),
+    return MetricField::ConvertValue( mnFirst, 0, GetDecimalDigits(),
                                       meUnit, eOutUnit );
 }
 
 void MetricField::SetLast( sal_Int64 nNewLast, FieldUnit eInUnit )
 {
     // convert
-    nNewLast = MetricField::ConvertValue( nNewLast, mnBaseValue, GetDecimalDigits(),
+    nNewLast = MetricField::ConvertValue( nNewLast, 0, GetDecimalDigits(),
                                           eInUnit, meUnit );
     mnLast = nNewLast;
 }
@@ -1651,7 +1645,7 @@ void MetricField::SetLast( sal_Int64 nNewLast, FieldUnit eInUnit )
 sal_Int64 MetricField::GetLast( FieldUnit eOutUnit ) const
 {
     // convert
-    return MetricField::ConvertValue( mnLast, mnBaseValue, GetDecimalDigits(),
+    return MetricField::ConvertValue( mnLast, 0, GetDecimalDigits(),
                                       meUnit, eOutUnit );
 }
 
@@ -1725,11 +1719,6 @@ void MetricField::Last()
     SpinField::Last();
 }
 
-void MetricField::CustomConvert()
-{
-    maCustomConvertLink.Call( *this );
-}
-
 boost::property_tree::ptree MetricField::DumpAsPropertyTree()
 {
     boost::property_tree::ptree aTree(SpinField::DumpAsPropertyTree());
@@ -1828,15 +1817,10 @@ void MetricBox::ReformatAll()
     SetUpdateMode( true );
 }
 
-void MetricBox::CustomConvert()
-{
-    maCustomConvertLink.Call( *this );
-}
-
 void MetricBox::InsertValue( sal_Int64 nValue, FieldUnit eInUnit, sal_Int32 nPos )
 {
     // convert to previously configured units
-    nValue = MetricField::ConvertValue( nValue, mnBaseValue, GetDecimalDigits(),
+    nValue = MetricField::ConvertValue( nValue, 0, GetDecimalDigits(),
                                         eInUnit, meUnit );
     ComboBox::InsertEntry( CreateFieldText( nValue ), nPos );
 }
diff --git a/vcl/source/treelist/headbar.cxx b/vcl/source/treelist/headbar.cxx
index 8801a85c14fb..a841223f3ee0 100644
--- a/vcl/source/treelist/headbar.cxx
+++ b/vcl/source/treelist/headbar.cxx
@@ -738,8 +738,6 @@ void HeaderBar::ImplDrag( const Point& rMousePos )
             ShowTracking( aSizeRect, ShowTrackFlags::Split );
         }
     }
-
-    maDragHdl.Call( this );
 }
 
 void HeaderBar::ImplEndDrag( bool bCancel )
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index 2c2d33febd8e..c284285d5b4f 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -2846,11 +2846,6 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, const PropertyMapPtr& rContext )
     }
 }
 
-void DomainMapper::setInTableStyleRunProps(bool bInTableStyleRunProps)
-{
-    m_pImpl->m_bInTableStyleRunProps = bInTableStyleRunProps;
-}
-
 void DomainMapper::processDeferredCharacterProperties( const std::map< sal_Int32, uno::Any >& deferredCharacterProperties )
 {
     assert( m_pImpl->GetTopContextType() == CONTEXT_CHARACTER );
diff --git a/writerfilter/source/dmapper/DomainMapper.hxx b/writerfilter/source/dmapper/DomainMapper.hxx
index 0913dd125814..0742c44d5c04 100644
--- a/writerfilter/source/dmapper/DomainMapper.hxx
+++ b/writerfilter/source/dmapper/DomainMapper.hxx
@@ -119,7 +119,6 @@ public:
      @see DomainMapper_Impl::processDeferredCharacterProperties()
     */
     void processDeferredCharacterProperties(const std::map<sal_Int32, css::uno::Any>& rDeferredCharacterProperties);
-    void setInTableStyleRunProps(bool bInTableStyleRunProps);
 
     /// Enable storing of seen tokens in a named grab bag.
     void enableInteropGrabBag(const OUString& aName);
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 694bd2ec52a3..b3e8730e2252 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -301,7 +301,6 @@ DomainMapper_Impl::DomainMapper_Impl(
         m_xInsertTextRange(rMediaDesc.getUnpackedValueOrDefault("TextInsertModeRange", uno::Reference<text::XTextRange>())),
         m_bIsNewDoc(!rMediaDesc.getUnpackedValueOrDefault("InsertMode", false)),
         m_bIsReadGlossaries(rMediaDesc.getUnpackedValueOrDefault("ReadGlossaries", false)),
-        m_bInTableStyleRunProps(false),
         m_nTableDepth(0),
         m_nTableCellDepth(0),
         m_nLastTableCellParagraphDepth(0),
@@ -1898,7 +1897,6 @@ void DomainMapper_Impl::appendTextPortion( const OUString& rString, const Proper
                             throw uno::Exception("insertTextPortion failed", nullptr);
                         m_bTextInserted = true;
                         xTOCTextCursor->gotoRange(xTextRange->getEnd(), true);
-                        mxTOCTextCursor = xTOCTextCursor;
                         if (!m_bStartGenericField)
                         {
                             m_aTextAppendStack.push(TextAppendContext(xTextAppend, xTOCTextCursor));
@@ -4188,7 +4186,6 @@ DomainMapper_Impl::StartIndexSectionChecked(const OUString& sServiceName)
                 = xTextRange->getText()->createTextCursor();
             assert(xTOCTextCursor.is());
             xTOCTextCursor->gotoEnd(false);
-            mxTOCTextCursor = xTOCTextCursor;
             m_aTextAppendStack.push(TextAppendContext(xTextAppend, xTOCTextCursor));
         }
         catch (const uno::Exception&)
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.hxx b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
index cdbc2f8a80c2..6988045f73ab 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.hxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
@@ -566,7 +566,6 @@ private:
     bool                            m_bRemoveThisParagraph = false;
 
     css::uno::Reference< css::text::XTextCursor > xTOCMarkerCursor;
-    css::uno::Reference< css::text::XTextCursor > mxTOCTextCursor;
 
     //annotation import
     css::uno::Reference< css::beans::XPropertySet > m_xAnnotationField;
@@ -982,9 +981,6 @@ public:
     /// If we're importing autotext.
     bool IsReadGlossaries() const { return m_bIsReadGlossaries;}
 
-    /// If we're inside <w:rPr>, inside <w:style w:type="table">
-    bool m_bInTableStyleRunProps;
-
     tools::SvRef<SdtHelper> m_pSdtHelper;
 
     /// Document background color, applied to every page style.
diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx
index 1da4f85808c5..034807149afb 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -759,9 +759,6 @@ void StyleSheetTable::lcl_sprm(Sprm & rSprm)
                     m_pImpl->m_rDMapper.PushStyleSheetProperties( m_pImpl->m_pCurrentEntry->pProperties );
 
                     PropertyMapPtr pProps(new PropertyMap());
-                    bool bTableStyleRunProps = m_pImpl->m_pCurrentEntry->nStyleTypeCode == STYLE_TYPE_TABLE && nSprmId == NS_ooxml::LN_CT_Style_rPr;
-                    if (bTableStyleRunProps)
-                        m_pImpl->m_rDMapper.setInTableStyleRunProps(true);
                     if (m_pImpl->m_pCurrentEntry->nStyleTypeCode == STYLE_TYPE_TABLE)
                     {
                         if (nSprmId == NS_ooxml::LN_CT_Style_pPr)
@@ -778,8 +775,6 @@ void StyleSheetTable::lcl_sprm(Sprm & rSprm)
                             pTableEntry->AppendInteropGrabBag(m_pImpl->m_rDMapper.getInteropGrabBag());
                         }
                     }
-                    if (bTableStyleRunProps)
-                        m_pImpl->m_rDMapper.setInTableStyleRunProps(false);
 
                     m_pImpl->m_pCurrentEntry->pProperties->InsertProps(pProps);
 
commit 1376f86f3fdfb80008687d8b5e8db2b5434b9d7e
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Sun Dec 22 16:58:27 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Dec 22 19:27:42 2019 +0100

    sal_Char->char in scaddins..sdext
    
    Change-Id: If2456800ace3696c2582e19a4c8612fee7d77f90
    Reviewed-on: https://gerrit.libreoffice.org/85700
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/scaddins/source/analysis/analysis.cxx b/scaddins/source/analysis/analysis.cxx
index 9e7cf05aa91c..36c1356487f1 100644
--- a/scaddins/source/analysis/analysis.cxx
+++ b/scaddins/source/analysis/analysis.cxx
@@ -43,7 +43,7 @@ using namespace sca::analysis;
 using namespace std;
 
 extern "C" SAL_DLLPUBLIC_EXPORT void* analysis_component_getFactory(
-    const sal_Char* pImplName, void* pServiceManager, void* /*pRegistryKey*/ )
+    const char* pImplName, void* pServiceManager, void* /*pRegistryKey*/ )
 {
     void* pRet = nullptr;
 
@@ -319,8 +319,8 @@ OUString SAL_CALL AnalysisAddIn::getDisplayCategoryName( const OUString& aProgra
     return aRet;
 }
 
-static const sal_Char*      pLang[] = { "de", "en" };
-static const sal_Char*      pCoun[] = { "DE", "US" };
+static const char*          pLang[] = { "de", "en" };
+static const char*          pCoun[] = { "DE", "US" };
 static const sal_uInt32     nNumOfLoc = SAL_N_ELEMENTS(pLang);
 
 void AnalysisAddIn::InitDefLocales()
diff --git a/scaddins/source/analysis/analysishelper.cxx b/scaddins/source/analysis/analysishelper.cxx
index 799f1b801f0e..55520469728c 100644
--- a/scaddins/source/analysis/analysishelper.cxx
+++ b/scaddins/source/analysis/analysishelper.cxx
@@ -687,9 +687,9 @@ double ConvertToDec( const OUString& aStr, sal_uInt16 nBase, sal_uInt16 nCharLim
 }
 
 
-static sal_Char GetMaxChar( sal_uInt16 nBase )
+static char GetMaxChar( sal_uInt16 nBase )
 {
-    const sal_Char* const c = "--123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
+    const char* const c = "--123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
     return c[ nBase ];
 }
 
@@ -722,7 +722,7 @@ OUString ConvertFromDec( double fNum, double fMin, double fMax, sal_uInt16 nBase
         else if( ( bNeg && nLen < nMaxPlaces ) || ( !bNeg && nLen < nPlaces ) )
         {
             sal_Int32   nLeft = nPlaces - nLen;
-            std::unique_ptr<sal_Char[]> p( new sal_Char[ nLeft + 1 ] );
+            std::unique_ptr<char[]> p( new char[ nLeft + 1 ] );
             memset( p.get(), bNeg ? GetMaxChar( nBase ) : '0', nLeft );
             p[ nLeft ] = 0x00;
             aRet = OUString( p.get(), nLeft, RTL_TEXTENCODING_MS_1252 ) + aRet;
@@ -944,7 +944,7 @@ bool ParseDouble( const sal_Unicode*& rp, double& rRet )
 OUString GetString( double f, bool bLeadingSign, sal_uInt16 nMaxDig )
 {
     const int       nBuff = 256;
-    sal_Char        aBuff[ nBuff + 1 ];
+    char        aBuff[ nBuff + 1 ];
     const char*     pFormStr = bLeadingSign? "%+.*g" : "%.*g";
     int             nLen = snprintf( aBuff, nBuff, pFormStr, int( nMaxDig ), f );
     // you never know which underlying implementation you get ...
@@ -2040,7 +2040,7 @@ void ComplexList::Append( const uno::Sequence< uno::Any >& aMultPars )
     }
 }
 
-ConvertData::ConvertData(const sal_Char p[], double fC, ConvertDataClass e, bool bPrefSupport)
+ConvertData::ConvertData(const char p[], double fC, ConvertDataClass e, bool bPrefSupport)
     : fConst(fC)
     , aName(p, strlen(p), RTL_TEXTENCODING_MS_1252)
     , eClass(e)
diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx
index 99a840a95678..73064ebf7cc7 100644
--- a/scaddins/source/analysis/analysishelper.hxx
+++ b/scaddins/source/analysis/analysishelper.hxx
@@ -188,7 +188,7 @@ enum class FDCategory
 
 struct FuncDataBase
 {
-    const sal_Char*         pIntName;
+    const char*         pIntName;
     const char*             pUINameID;          // resource ID to UI name
     const char**            pDescrID;           // resource ID to description, parameter names and ~ description
     bool const              bDouble;            // name already exist in Calc
@@ -509,7 +509,7 @@ protected:
     bool const                bPrefixSupport;
 public:
                             ConvertData(
-                                const sal_Char      pUnitName[],
+                                const char      pUnitName[],
                                 double              fConvertConstant,

... etc. - the rest is truncated


More information about the Libreoffice-commits mailing list