compilerplugins/clang/unusedfields.only-used-in-constructor.results |  424 
++++------
 compilerplugins/clang/unusedfields.py                               |    2 
 compilerplugins/clang/unusedfields.readonly.results                 |  204 ++--
 compilerplugins/clang/unusedfields.untouched.results                |  288 
+++---
 compilerplugins/clang/unusedfields.writeonly.results                |  394 
++++-----
 dbaccess/source/ui/control/opendoccontrols.cxx                      |    7 
 dbaccess/source/ui/inc/opendoccontrols.hxx                          |    2 
 editeng/source/editeng/impedit.hxx                                  |    5 
 editeng/source/editeng/impedit2.cxx                                 |   24 
 editeng/source/editeng/impedit3.cxx                                 |    6 
 filter/source/xsltdialog/xmlfilterjar.cxx                           |    6 
 include/vcl/vcllayout.hxx                                           |    2 
 sc/source/filter/excel/xestyle.cxx                                  |   17 
 sc/source/filter/inc/PivotTableFormat.hxx                           |    2 
 sc/source/filter/inc/xestyle.hxx                                    |    1 
 sc/source/filter/oox/PivotTableFormat.cxx                           |    1 
 sd/source/ui/inc/NotesPanelView.hxx                                 |    5 
 sd/source/ui/view/NotesPanelView.cxx                                |    1 
 svx/source/table/tablehtmlimporter.cxx                              |    7 
 vcl/source/gdi/sallayout.cxx                                        |    2 
 xmlhelp/source/cxxhelp/inc/tvfactory.hxx                            |    3 
 xmlhelp/source/treeview/tvfactory.cxx                               |    7 
 22 files changed, 661 insertions(+), 749 deletions(-)

New commits:
commit 51dfbb1fce61dfb2e1d4c91350d2299e6dc3e04d
Author:     Noel Grandin <[email protected]>
AuthorDate: Wed Jun 19 15:11:11 2024 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Thu Jun 20 14:03:31 2024 +0200

    tdf#161219 Exporting XML filter as package results in empty jar
    
    regression from
        commit a04bf69bccfbc266643b418ef57030a42bbb5c05
        Author: Noel Grandin <[email protected]>
        Date:   Mon Jan 16 10:36:59 2023 +0200
        XUnoTunnel->dynamic_cast in ZipPackageEntry
    
    Change-Id: I12915bb093ea050f4290c02cc5a6e1dc2c7b903a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169204
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/filter/source/xsltdialog/xmlfilterjar.cxx 
b/filter/source/xsltdialog/xmlfilterjar.cxx
index de43c3d3247d..677ab69f3de5 100644
--- a/filter/source/xsltdialog/xmlfilterjar.cxx
+++ b/filter/source/xsltdialog/xmlfilterjar.cxx
@@ -25,7 +25,6 @@
 #include <com/sun/star/container/XNamed.hpp>
 #include <com/sun/star/container/XChild.hpp>
 #include <com/sun/star/lang/IllegalArgumentException.hpp>
-#include <com/sun/star/lang/XUnoTunnel.hpp>
 #include <com/sun/star/util/XChangesBatch.hpp>
 #include <com/sun/star/uno/XComponentContext.hpp>
 
@@ -105,11 +104,10 @@ static Reference< XInterface > addFolder( Reference< 
XInterface > const & xRootF
 static void addFile_( Reference< XInterface > const & xRootFolder, Reference< 
XSingleServiceFactory > const & xFactory, Reference< XInputStream > const & 
xInput, const OUString& aName )
 {
     Reference< XActiveDataSink > xSink( xFactory->createInstance(), UNO_QUERY 
);
-    Reference< XUnoTunnel > xTunnel( xSink, UNO_QUERY );
-    if( xSink.is() && xTunnel.is())
+    if( xSink.is() )
     {
         Reference< XNameContainer > xNameContainer(xRootFolder, UNO_QUERY );
-        xNameContainer->insertByName(encodeZipUri( aName ), Any(xTunnel));
+        xNameContainer->insertByName(encodeZipUri( aName ), Any(Reference< 
XInterface >( xSink, UNO_QUERY )));
         xSink->setInputStream( xInput );
     }
 }
commit 86a827da7c71305be81624d25220d125ef00137a
Author:     Noel Grandin <[email protected]>
AuthorDate: Thu Jun 20 11:58:23 2024 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Thu Jun 20 14:03:21 2024 +0200

    loplugin:unusedfields
    
    Change-Id: I4bc67811e228b4806db9f9b9bf9fb0de0eb36de2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169263
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git 
a/compilerplugins/clang/unusedfields.only-used-in-constructor.results 
b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
index 4ef9ab5fd47d..baab2f3339c0 100644
--- a/compilerplugins/clang/unusedfields.only-used-in-constructor.results
+++ b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
@@ -1,4 +1,4 @@
-basegfx/source/polygon/b2dpolygontriangulator.cxx:112
+basegfx/source/polygon/b2dpolygontriangulator.cxx:107
     basegfx::(anonymous namespace)::Triangulator maStartEntries EdgeEntries
 basegfx/source/polygon/b2dtrapezoid.cxx:208
     basegfx::trapezoidhelper::(anonymous namespace)::PointBlockAllocator 
maFirstStackBlock B2DPoint[32]
@@ -142,7 +142,7 @@ cppu/source/uno/check.cxx:267
     (anonymous namespace)::Char4 chars Char3
 cui/source/dialogs/colorpicker.cxx:748
     cui::(anonymous namespace)::ColorPickerDialog m_aColorPrevious 
ColorPreviewControl
-cui/source/factory/dlgfact.cxx:1245
+cui/source/factory/dlgfact.cxx:1257
     (anonymous namespace)::SvxMacroAssignDialog_Impl m_aItems SfxItemSet
 cui/source/inc/AdditionsDialog.hxx:47
     AdditionInfo sReleaseVersion OUString
@@ -154,6 +154,14 @@ cui/source/inc/cuitabarea.hxx:230
     SvxAreaTabPage maFixed_ChangeType ChangeType
 cui/source/inc/cuitabarea.hxx:238
     SvxAreaTabPage m_aXFillAttr XFillAttrSetItem
+cui/source/inc/numpages.hxx:224
+    SvxNumOptionsTabPage m_aRatioTop SvxRatioConnector
+cui/source/inc/numpages.hxx:225
+    SvxNumOptionsTabPage m_aRatioBottom SvxRatioConnector
+cui/source/inc/swpossizetabpage.hxx:60
+    SvxSwPosSizeTabPage m_aRatioTop SvxRatioConnector
+cui/source/inc/swpossizetabpage.hxx:61
+    SvxSwPosSizeTabPage m_aRatioBottom SvxRatioConnector
 cui/source/inc/tabstpge.hxx:84
     SvxTabulatorTabPage m_aLeftWin TabWin_Impl
 cui/source/inc/tabstpge.hxx:85
@@ -162,7 +170,11 @@ cui/source/inc/tabstpge.hxx:86
     SvxTabulatorTabPage m_aCenterWin TabWin_Impl
 cui/source/inc/tabstpge.hxx:87
     SvxTabulatorTabPage m_aDezWin TabWin_Impl
-cui/source/options/optcolor.cxx:282
+cui/source/inc/transfrm.hxx:95
+    SvxPositionSizeTabPage m_aRatioTop SvxRatioConnector
+cui/source/inc/transfrm.hxx:96
+    SvxPositionSizeTabPage m_aRatioBottom SvxRatioConnector
+cui/source/options/optcolor.cxx:283
     (anonymous namespace)::ColorConfigWindow_Impl::Entry m_aDefaultColor Color
 dbaccess/source/core/api/RowSet.hxx:108
     dbaccess::ORowSet m_aURL OUString
@@ -188,6 +200,8 @@ dbaccess/source/core/inc/databasecontext.hxx:82
     dbaccess::ODatabaseContext m_aBasicDLL BasicDLL
 dbaccess/source/core/inc/SingleSelectQueryComposer.hxx:79
     dbaccess::OSingleSelectQueryComposer m_aNeutralContext 
::svxform::ONeutralParseContext
+dbaccess/source/ui/inc/opendoccontrols.hxx:37
+    dbaui::OpenDocumentButton m_sModule OUString
 drawinglayer/inc/texture/texture3d.hxx:55
     drawinglayer::texture::GeoTexSvxBitmapEx maBitmapEx BitmapEx
 drawinglayer/inc/texture/texture3d.hxx:56
@@ -198,7 +212,7 @@ drawinglayer/source/tools/emfphelperdata.hxx:198
     emfplushelper::EmfPlusHelperData mnFrameRight sal_Int32
 drawinglayer/source/tools/emfphelperdata.hxx:199
     emfplushelper::EmfPlusHelperData mnFrameBottom sal_Int32
-editeng/source/editeng/impedit.hxx:552
+editeng/source/editeng/impedit.hxx:569
     ImpEditEngine maSelFuncSet EditSelFunctionSet
 embeddedobj/source/msole/olecomponent.hxx:51
     OleComponent m_pInterfaceContainer 
comphelper::OMultiTypeInterfaceContainerHelper2 *
@@ -206,8 +220,6 @@ embeddedobj/source/msole/olecomponent.hxx:53
     OleComponent m_bDisposed _Bool
 embeddedobj/source/msole/olecomponent.hxx:54
     OleComponent m_bModified _Bool
-embeddedobj/source/msole/olecomponent.hxx:55
-    OleComponent m_pNativeImpl OleComponentNative_Impl *
 embeddedobj/source/msole/olecomponent.hxx:57
     OleComponent m_pUnoOleObject OleEmbeddedObject *
 embeddedobj/source/msole/olecomponent.hxx:58
@@ -215,14 +227,10 @@ embeddedobj/source/msole/olecomponent.hxx:58
 embeddedobj/source/msole/olecomponent.hxx:59
     OleComponent m_pImplAdviseSink OleWrapperAdviseSink *
 embeddedobj/source/msole/olecomponent.hxx:61
-    OleComponent m_nOLEMiscFlags sal_Int32
-embeddedobj/source/msole/olecomponent.hxx:62
-    OleComponent m_nAdvConn sal_Int32
-embeddedobj/source/msole/olecomponent.hxx:64
     OleComponent m_aVerbList css::uno::Sequence<css::embed::VerbDescriptor>
-embeddedobj/source/msole/olecomponent.hxx:65
+embeddedobj/source/msole/olecomponent.hxx:62
     OleComponent m_aDataFlavors 
css::uno::Sequence<css::datatransfer::DataFlavor>
-embeddedobj/source/msole/olecomponent.hxx:69
+embeddedobj/source/msole/olecomponent.hxx:66
     OleComponent m_bOleInitialized _Bool
 extensions/source/bibliography/datman.cxx:410
     (anonymous namespace)::DBChangeDialog_Impl aConfig 
DBChangeDialogConfig_Impl
@@ -236,6 +244,8 @@ filter/source/graphicfilter/icgm/chart.hxx:50
     DataNode nBoxX2 sal_Int16
 filter/source/graphicfilter/icgm/chart.hxx:51
     DataNode nBoxY2 sal_Int16
+framework/inc/dispatch/dispatchprovider.hxx:76
+    framework::DispatchProvider m_aProtocolHandlerCache HandlerCache
 helpcompiler/inc/HelpCompiler.hxx:200
     HelpCompiler lang const std::string
 include/comphelper/seqstream.hxx:75
@@ -264,137 +274,43 @@ include/registry/registry.hxx:34
     Registry_Api acquire void (*)(RegHandle)
 include/sfx2/classificationhelper.hxx:134
     sfx::ClassificationKeyCreator m_ePolicyType const 
SfxClassificationPolicyType
-include/sfx2/lokhelper.hxx:258
-    SfxLokLanguageGuard m_pNewShell const SfxViewShell *
-include/sfx2/msg.hxx:116
-    SfxType0 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:118
-    SfxType0 nAttribs sal_uInt16
-include/sfx2/msg.hxx:131
+include/sfx2/msg.hxx:133
     SfxType1 aAttrib SfxTypeAttrib[1]
-include/sfx2/msg.hxx:131
-    SfxType1 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:131
-    SfxType1 nAttribs sal_uInt16
-include/sfx2/msg.hxx:131
-    SfxType1 pType const std::type_info *
-include/sfx2/msg.hxx:132
+include/sfx2/msg.hxx:134
     SfxType2 aAttrib SfxTypeAttrib[2]
-include/sfx2/msg.hxx:132
-    SfxType2 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:132
-    SfxType2 nAttribs sal_uInt16
-include/sfx2/msg.hxx:132
-    SfxType2 pType const std::type_info *
-include/sfx2/msg.hxx:133
+include/sfx2/msg.hxx:135
     SfxType3 aAttrib SfxTypeAttrib[3]
-include/sfx2/msg.hxx:133
-    SfxType3 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:133
-    SfxType3 nAttribs sal_uInt16
-include/sfx2/msg.hxx:133
-    SfxType3 pType const std::type_info *
-include/sfx2/msg.hxx:134
+include/sfx2/msg.hxx:136
     SfxType4 aAttrib SfxTypeAttrib[4]
-include/sfx2/msg.hxx:134
-    SfxType4 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:134
-    SfxType4 nAttribs sal_uInt16
-include/sfx2/msg.hxx:134
-    SfxType4 pType const std::type_info *
-include/sfx2/msg.hxx:135
+include/sfx2/msg.hxx:137
     SfxType5 aAttrib SfxTypeAttrib[5]
-include/sfx2/msg.hxx:135
-    SfxType5 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:135
-    SfxType5 nAttribs sal_uInt16
-include/sfx2/msg.hxx:135
-    SfxType5 pType const std::type_info *
-include/sfx2/msg.hxx:136
+include/sfx2/msg.hxx:138
     SfxType6 aAttrib SfxTypeAttrib[6]
-include/sfx2/msg.hxx:136
-    SfxType6 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:136
-    SfxType6 nAttribs sal_uInt16
-include/sfx2/msg.hxx:136
-    SfxType6 pType const std::type_info *
-include/sfx2/msg.hxx:137
+include/sfx2/msg.hxx:139
     SfxType7 aAttrib SfxTypeAttrib[7]
-include/sfx2/msg.hxx:137
-    SfxType7 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:137
-    SfxType7 nAttribs sal_uInt16
-include/sfx2/msg.hxx:137
-    SfxType7 pType const std::type_info *
-include/sfx2/msg.hxx:138
+include/sfx2/msg.hxx:140
     SfxType8 aAttrib SfxTypeAttrib[8]
-include/sfx2/msg.hxx:138
-    SfxType8 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:138
-    SfxType8 nAttribs sal_uInt16
-include/sfx2/msg.hxx:138
-    SfxType8 pType const std::type_info *
-include/sfx2/msg.hxx:139
+include/sfx2/msg.hxx:141
+    SfxType9 aAttrib SfxTypeAttrib[9]
+include/sfx2/msg.hxx:142
     SfxType10 aAttrib SfxTypeAttrib[10]
-include/sfx2/msg.hxx:139
-    SfxType10 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:139
-    SfxType10 nAttribs sal_uInt16
-include/sfx2/msg.hxx:139
-    SfxType10 pType const std::type_info *
-include/sfx2/msg.hxx:140
+include/sfx2/msg.hxx:143
     SfxType11 aAttrib SfxTypeAttrib[11]
-include/sfx2/msg.hxx:140
-    SfxType11 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:140
-    SfxType11 nAttribs sal_uInt16
-include/sfx2/msg.hxx:140
-    SfxType11 pType const std::type_info *
-include/sfx2/msg.hxx:142
+include/sfx2/msg.hxx:145
     SfxType13 aAttrib SfxTypeAttrib[13]
-include/sfx2/msg.hxx:142
-    SfxType13 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:142
-    SfxType13 nAttribs sal_uInt16
-include/sfx2/msg.hxx:142
-    SfxType13 pType const std::type_info *
-include/sfx2/msg.hxx:143
+include/sfx2/msg.hxx:146
     SfxType14 aAttrib SfxTypeAttrib[14]
-include/sfx2/msg.hxx:143
-    SfxType14 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:143
-    SfxType14 nAttribs sal_uInt16
-include/sfx2/msg.hxx:143
-    SfxType14 pType const std::type_info *
-include/sfx2/msg.hxx:144
+include/sfx2/msg.hxx:147
     SfxType16 aAttrib SfxTypeAttrib[16]
-include/sfx2/msg.hxx:144
-    SfxType16 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:144
-    SfxType16 nAttribs sal_uInt16
-include/sfx2/msg.hxx:144
-    SfxType16 pType const std::type_info *
-include/sfx2/msg.hxx:145
+include/sfx2/msg.hxx:148
     SfxType17 aAttrib SfxTypeAttrib[17]
-include/sfx2/msg.hxx:145
-    SfxType17 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:145
-    SfxType17 nAttribs sal_uInt16
-include/sfx2/msg.hxx:145
-    SfxType17 pType const std::type_info *
-include/sfx2/msg.hxx:146
+include/sfx2/msg.hxx:149
     SfxType23 aAttrib SfxTypeAttrib[23]
-include/sfx2/msg.hxx:146
-    SfxType23 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:146
-    SfxType23 nAttribs sal_uInt16
-include/sfx2/msg.hxx:146
-    SfxType23 pType const std::type_info *
 include/svx/ClassificationDialog.hxx:35
     svx::ClassificationDialog maInternationalHelper SfxClassificationHelper
 include/svx/ClassificationDialog.hxx:37
     svx::ClassificationDialog m_bPerParagraph const _Bool
-include/svx/dialog/ThemeColorEditDialog.hxx:23
+include/svx/dialog/ThemeColorEditDialog.hxx:26
     svx::ThemeColorEditDialog maColorSet model::ColorSet
 include/svx/fmsrccfg.hxx:100
     svxform::FmSearchConfigItem m_aMutex std::mutex
@@ -438,7 +354,7 @@ include/vcl/GestureEventZoom.hxx:32
     GestureEventZoom mfScaleDelta double
 include/vcl/idletask.hxx:31
     IdleTask maIdle Idle
-include/vcl/pdf/PDFAnnotationMarker.hxx:67
+include/vcl/pdf/PDFAnnotationMarker.hxx:79
     vcl::pdf::PDFAnnotationMarkerHighlight meTextMarkerType PDFTextMarkerType
 include/xmloff/shapeimport.hxx:57
     SdXML3DLightContext mbSpecular _Bool
@@ -476,27 +392,33 @@ lotuswordpro/source/filter/bento.hxx:351
     OpenStormBento::CBenNamedObject cNameListElmt CBenNamedObjectListElmt
 lotuswordpro/source/filter/clone.hxx:23
     detail::has_clone::no a char[2]
-oox/source/drawingml/diagram/layoutnodecontext.cxx:94
+oox/source/drawingml/diagram/layoutnodecontext.cxx:92
     oox::drawingml::(anonymous namespace)::AlgorithmContext mnRevision 
sal_Int32
-oox/source/drawingml/diagram/layoutnodecontext.cxx:136
+oox/source/drawingml/diagram/layoutnodecontext.cxx:134
     oox::drawingml::(anonymous namespace)::ChooseContext msName OUString
-oox/source/ppt/timenodelistcontext.cxx:207
+oox/source/drawingml/scene3dhelper.cxx:476
+    oox::(anonymous namespace)::MSOLight fScale double
+oox/source/drawingml/scene3dhelper.cxx:477
+    oox::(anonymous namespace)::MSOLight fOffset double
+oox/source/drawingml/scene3dhelper.cxx:479
+    oox::(anonymous namespace)::MSOLight bDiffuse _Bool
+oox/source/ppt/timenodelistcontext.cxx:206
     oox::ppt::(anonymous namespace)::MediaNodeContext mbFullScrn _Bool
-oox/source/ppt/timenodelistcontext.cxx:402
+oox/source/ppt/timenodelistcontext.cxx:401
     oox::ppt::(anonymous namespace)::SequenceTimeNodeContext mbConcurrent _Bool
-oox/source/ppt/timenodelistcontext.cxx:403
+oox/source/ppt/timenodelistcontext.cxx:402
     oox::ppt::(anonymous namespace)::SequenceTimeNodeContext mnNextAc sal_Int32
-oox/source/ppt/timenodelistcontext.cxx:403
+oox/source/ppt/timenodelistcontext.cxx:402
     oox::ppt::(anonymous namespace)::SequenceTimeNodeContext mnPrevAc sal_Int32
-oox/source/ppt/timenodelistcontext.cxx:641
+oox/source/ppt/timenodelistcontext.cxx:640
     oox::ppt::(anonymous namespace)::AnimContext mnValueType sal_Int32
-oox/source/ppt/timenodelistcontext.cxx:723
+oox/source/ppt/timenodelistcontext.cxx:722
     oox::ppt::(anonymous namespace)::AnimScaleContext mbZoomContents _Bool
-oox/source/ppt/timenodelistcontext.cxx:863
+oox/source/ppt/timenodelistcontext.cxx:862
     oox::ppt::(anonymous namespace)::AnimMotionContext msPtsTypes OUString
-oox/source/ppt/timenodelistcontext.cxx:864
+oox/source/ppt/timenodelistcontext.cxx:863
     oox::ppt::(anonymous namespace)::AnimMotionContext mnPathEditMode sal_Int32
-oox/source/ppt/timenodelistcontext.cxx:865
+oox/source/ppt/timenodelistcontext.cxx:864
     oox::ppt::(anonymous namespace)::AnimMotionContext mnAngle sal_Int32
 pyuno/source/module/pyuno_callable.cxx:45
     pyuno::(anonymous namespace)::PyUNO_callable ob_base PyObject
@@ -566,53 +488,57 @@ sal/qa/osl/security/osl_Security.cxx:186
     osl_Security::getConfigDir bRes1 _Bool
 sal/textenc/textenc.cxx:401
     (anonymous namespace)::FullTextEncodingData module_ osl::Module
-sc/inc/compiler.hxx:267
-    ScCompiler::AddInMap pODFF const char *
 sc/inc/compiler.hxx:268
+    ScCompiler::AddInMap pODFF const char *
+sc/inc/compiler.hxx:269
     ScCompiler::AddInMap pEnglish const char *
-sc/inc/compiler.hxx:270
+sc/inc/compiler.hxx:271
     ScCompiler::AddInMap pUpper const char *
 sc/inc/editutil.hxx:113
     ScEnginePoolHelper bDeleteEnginePool _Bool
-sc/inc/mtvelements.hxx:171
+sc/inc/mtvelements.hxx:172
     sc::ColumnBlockConstPosition miSparklinePos 
SparklineStoreType::const_iterator
-sc/inc/patattr.hxx:117
+sc/inc/patattr.hxx:138
     ScPatternAttr m_nSerialNumber sal_uInt32
+sc/inc/pivot/PivotTableFormats.hxx:44
+    sc::PivotTableFormat bSelected _Bool
 sc/inc/queryevaluator.hxx:61
     ScQueryEvaluator mnEntryCount const SCSIZE
 sc/inc/queryevaluator.hxx:65
     ScQueryEvaluator maBool _Bool[32]
 sc/inc/queryevaluator.hxx:66
     ScQueryEvaluator maTest _Bool[32]
-sc/inc/SolverSettings.hxx:105
-    sc::SolverSettings m_rTable ScTable &
-sc/inc/SolverSettings.hxx:168
+sc/inc/SolverSettings.hxx:241
     sc::SolverSettings SolverCodesToLOEngines std::map<OUString, OUString>
 sc/inc/token.hxx:402
     SingleDoubleRefModifier aDub ScComplexRefData
-sc/qa/unit/tiledrendering/tiledrendering.cxx:444
+sc/qa/unit/tiledrendering/tiledrendering.cxx:472
     (anonymous namespace)::ViewCallback m_callbackWrapper 
TestLokCallbackWrapper
-sc/source/core/data/document.cxx:1234
+sc/source/core/data/document.cxx:1221
     (anonymous namespace)::BroadcastRecalcOnRefMoveGuard aSwitch 
sc::AutoCalcSwitch
-sc/source/core/data/document.cxx:1235
+sc/source/core/data/document.cxx:1222
     (anonymous namespace)::BroadcastRecalcOnRefMoveGuard aBulk ScBulkBroadcast
-sc/source/core/data/table2.cxx:811
+sc/source/core/data/table2.cxx:815
     (anonymous namespace)::TransClipHandler mnEndRow size_t
-sc/source/filter/inc/htmlpars.hxx:627
+sc/source/core/inc/interpre.hxx:83
+    VectorSearchArguments nTab2 SCTAB
+sc/source/core/inc/interpre.hxx:250
+    ScInterpreter maResultTokenMap ScResultTokenMap
+sc/source/filter/inc/htmlpars.hxx:634
     ScHTMLQueryParser mnUnusedId ScHTMLTableId
-sc/source/filter/inc/lotattr.hxx:92
-    LotAttrCache pDocPool ScDocumentPool *
+sc/source/filter/inc/PivotTableFormat.hxx:74
+    oox::xls::PivotTableReference mrFormat const PivotTableFormat &
 sc/source/filter/inc/sheetdatacontext.hxx:50
     oox::xls::SheetDataContext aReleaser SolarMutexReleaser
-sc/source/filter/inc/XclImpChangeTrack.hxx:55
-    XclImpChangeTrack xInStrm tools::SvRef<SotStorageStream>
+sc/source/filter/inc/xestyle.hxx:773
+    XclExpDxfs mnDxfId sal_Int32
 sc/source/filter/inc/xetable.hxx:1016
     XclExpCellTable maArrayBfr XclExpArrayBuffer
 sc/source/filter/inc/xetable.hxx:1017
     XclExpCellTable maShrfmlaBfr XclExpShrfmlaBuffer
 sc/source/filter/inc/xiescher.hxx:1211
     XclImpDffPropSet maDummyStrm SvMemoryStream
-sc/source/filter/inc/xihelper.hxx:327
+sc/source/filter/inc/xihelper.hxx:332
     XclImpCachedValue mxTokArr ScTokenArrayPtr
 sc/source/filter/inc/xistream.hxx:171
     XclImpBiff8StdDecrypter maCodec ::msfilter::MSCodec_Std97
@@ -628,26 +554,6 @@ sc/source/filter/xml/xmltransformationi.hxx:154
     ScXMLDateTimeContext aType OUString
 sc/source/ui/inc/acredlin.hxx:51
     ScAcceptChgDlg aReOpenIdle Idle
-sc/source/ui/inc/msgpool.hxx:34
-    ScMessagePool aGlobalStringItem SfxStringItem
-sc/source/ui/inc/msgpool.hxx:35
-    ScMessagePool aGlobalSearchItem SvxSearchItem
-sc/source/ui/inc/msgpool.hxx:36
-    ScMessagePool aGlobalSortItem ScSortItem
-sc/source/ui/inc/msgpool.hxx:37
-    ScMessagePool aGlobalQueryItem ScQueryItem
-sc/source/ui/inc/msgpool.hxx:38
-    ScMessagePool aGlobalSubTotalItem ScSubTotalItem
-sc/source/ui/inc/msgpool.hxx:39
-    ScMessagePool aGlobalConsolidateItem ScConsolidateItem
-sc/source/ui/inc/msgpool.hxx:40
-    ScMessagePool aGlobalPivotItem ScPivotItem
-sc/source/ui/inc/msgpool.hxx:41
-    ScMessagePool aGlobalSolveItem ScSolveItem
-sc/source/ui/inc/msgpool.hxx:42
-    ScMessagePool aGlobalUserListItem ScUserListItem
-sc/source/ui/inc/msgpool.hxx:43
-    ScMessagePool aCondFormatDlgItem ScCondFormatDlgItem
 sc/source/ui/inc/namepast.hxx:42
     ScNamePasteDlg m_RangeMap std::map<OUString, ScRangeName>
 sc/source/ui/inc/notemark.hxx:45
@@ -664,7 +570,7 @@ sccomp/source/solver/DifferentialEvolution.hxx:34
     DifferentialEvolutionAlgorithm maRandomDevice std::random_device
 sccomp/source/solver/ParticelSwarmOptimization.hxx:55
     ParticleSwarmOptimizationAlgorithm maRandomDevice std::random_device
-scripting/source/stringresource/stringresource.cxx:1246
+scripting/source/stringresource/stringresource.cxx:1248
     stringresource::(anonymous namespace)::BinaryInput m_aData 
Sequence<sal_Int8>
 sd/inc/anminfo.hxx:51
     SdAnimationInfo maSecondSoundFile OUString
@@ -674,6 +580,10 @@ sd/source/filter/ppt/pptin.hxx:81
     SdPPTImport maParam PowerPointImportParam
 sd/source/ui/inc/AccessibleDocumentViewBase.hxx:258
     accessibility::AccessibleDocumentViewBase maViewForwarder 
AccessibleViewForwarder
+sd/source/ui/inc/BulletAndPositionDlg.hxx:75
+    SvxBulletAndPositionDlg m_aRatioTop SvxRatioConnector
+sd/source/ui/inc/BulletAndPositionDlg.hxx:76
+    SvxBulletAndPositionDlg m_aRatioBottom SvxRatioConnector
 sd/source/ui/inc/CustomAnimationList.hxx:127
     sd::CustomAnimationList maDropTargetHelper CustomAnimationListDropTarget
 sd/source/ui/inc/OutlineBulletDlg.hxx:43
@@ -684,53 +594,53 @@ sd/source/ui/remotecontrol/ZeroconfService.hxx:33
     sd::ZeroconfService port uint
 sd/source/ui/view/DocumentRenderer.cxx:1318
     sd::DocumentRenderer::Implementation mxObjectShell SfxObjectShellRef
-sd/source/ui/view/viewshel.cxx:1200
+sd/source/ui/view/viewshel.cxx:1245
     sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges 
m_aDrawLock sd::slidesorter::view::class SlideSorterView::DrawLock
-sd/source/ui/view/viewshel.cxx:1201
+sd/source/ui/view/viewshel.cxx:1246
     sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges 
m_aModelLock sd::slidesorter::controller::class 
SlideSorterController::ModelChangeLock
-sd/source/ui/view/viewshel.cxx:1202
+sd/source/ui/view/viewshel.cxx:1247
     sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges 
m_aUpdateLock sd::slidesorter::controller::class PageSelector::UpdateLock
-sd/source/ui/view/viewshel.cxx:1203
+sd/source/ui/view/viewshel.cxx:1248
     sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges m_aContext 
sd::slidesorter::controller::class SelectionObserver::Context
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:268
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:249
     (anonymous namespace)::PDFGrammar::definition boolean rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:268
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:249
     (anonymous namespace)::PDFGrammar::definition comment rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:268
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:249
     (anonymous namespace)::PDFGrammar::definition name rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:268
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:249
     (anonymous namespace)::PDFGrammar::definition null_object rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:268
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:249
     (anonymous namespace)::PDFGrammar::definition simple_type rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:268
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:249
     (anonymous namespace)::PDFGrammar::definition stream rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:268
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:249
     (anonymous namespace)::PDFGrammar::definition stringtype rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:269
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:250
     (anonymous namespace)::PDFGrammar::definition array rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:269
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:250
     (anonymous namespace)::PDFGrammar::definition dict_begin rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:269
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:250
     (anonymous namespace)::PDFGrammar::definition dict_element rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:269
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:250
     (anonymous namespace)::PDFGrammar::definition dict_end rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:269
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:250
     (anonymous namespace)::PDFGrammar::definition objectref rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:269
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:250
     (anonymous namespace)::PDFGrammar::definition value rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:270
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:251
     (anonymous namespace)::PDFGrammar::definition array_begin rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:270
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:251
     (anonymous namespace)::PDFGrammar::definition array_end rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:270
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:251
     (anonymous namespace)::PDFGrammar::definition object rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:270
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:251
     (anonymous namespace)::PDFGrammar::definition object_begin rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:270
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:251
     (anonymous namespace)::PDFGrammar::definition object_end rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:271
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:252
     (anonymous namespace)::PDFGrammar::definition trailer rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:271
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:252
     (anonymous namespace)::PDFGrammar::definition xref rule<ScannerT>
 sfx2/inc/autoredactdialog.hxx:99
     SfxAutoRedactDialog m_xDocShell SfxObjectShellLock
@@ -816,23 +726,27 @@ 
svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx:1097
     (anonymous namespace)::ExpressionGrammar::definition modifierReference 
::boost::spirit::classic::rule<ScannerT>
 svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx:1098
     (anonymous namespace)::ExpressionGrammar::definition identifier 
::boost::spirit::classic::rule<ScannerT>
-svx/source/dialog/contimp.hxx:75
+svx/source/dialog/contimp.hxx:74
     SvxSuperContourDlg aContourItem SvxContourDlgItem
 svx/source/dialog/framelinkarray.cxx:570
     svx::frame::(anonymous namespace)::MergedCellIterator mnFirstRow sal_Int32
-svx/source/dialog/imapwnd.hxx:88
-    IMapWindow maItemInfos SfxItemInfo[1]
 svx/source/dialog/weldeditview.cxx:457
     (anonymous namespace)::WeldEditSource m_rEditAcc WeldEditAccessible &
 svx/source/inc/datanavi.hxx:194
     svxform::XFormsPage m_aDropHelper DataTreeDropTarget
+svx/source/sidebar/possize/PosSizePropertyPanel.hxx:82
+    svx::sidebar::PosSizePropertyPanel m_aRatioTop SvxRatioConnector
+svx/source/sidebar/possize/PosSizePropertyPanel.hxx:83
+    svx::sidebar::PosSizePropertyPanel m_aRatioBottom SvxRatioConnector
 svx/source/svdraw/svdcrtv.cxx:48
     ImplConnectMarkerOverlay maObjects sdr::overlay::OverlayObjectList
-svx/source/svdraw/svdmrkv.cxx:136
+svx/source/svdraw/svdmrkv.cxx:141
+    MarkingSelectionOverlay maObjects sdr::overlay::OverlayObjectList
+svx/source/svdraw/svdmrkv.cxx:166
     MarkingSubSelectionOverlay maObjects sdr::overlay::OverlayObjectList
 svx/source/tbxctrls/extrusioncontrols.hxx:66
     svx::ExtrusionDirectionWindow maImgDirection Image[9]
-svx/source/xml/xmleohlp.cxx:71
+svx/source/xml/xmleohlp.cxx:70
     OutputStorageWrapper_Impl aTempFile TempFileFast
 svx/source/xml/xmlgrhlp.cxx:93
     (anonymous namespace)::GraphicInputStream maTempFile utl::TempFileFast
@@ -848,13 +762,13 @@ sw/source/core/inc/ftnboss.hxx:34
     SwSaveFootnoteHeight aGuard SwFrameDeleteGuard
 sw/source/core/inc/pamtyp.hxx:79
     SwMoveFnCollection fnNds GoNds
-sw/source/core/inc/swfont.hxx:990
+sw/source/core/inc/swfont.hxx:995
     SvStatistics nGetStretchTextSize sal_uInt16
 sw/source/core/layout/dbg_lay.cxx:181
     SwImplEnterLeave m_nAction DbgAction
-sw/source/core/text/inftxt.cxx:546
+sw/source/core/text/inftxt.cxx:556
     (anonymous namespace)::SwTransparentTextGuard m_aContentVDev 
ScopedVclPtrInstance<VirtualDevice>
-sw/source/core/text/inftxt.hxx:700
+sw/source/core/text/inftxt.hxx:722
     SwTextSlot aText OUString
 sw/source/core/text/porfld.cxx:145
     (anonymous namespace)::SwFieldSlot aText OUString
@@ -862,16 +776,36 @@ sw/source/core/text/porrst.hxx:191
     SwBookmarkPortion m_bHasCustomColor _Bool
 sw/source/core/text/redlnitr.hxx:78
     SwRedlineItr m_nNdIdx const SwNodeOffset
+sw/source/ui/inc/condedit.hxx:87
+    ConditionEdit m_aDropTargetHelper ConditionEditDropTarget<Entry>
 sw/source/uibase/docvw/romenu.hxx:35
     SwReadOnlyPopup m_aBuilder VclBuilder
 sw/source/uibase/docvw/romenu.hxx:47
     SwReadOnlyPopup m_nReadonlyGraphictogallery sal_uInt16
 sw/source/uibase/docvw/romenu.hxx:51
     SwReadOnlyPopup m_nReadonlyBackgroundtogallery sal_uInt16
-sw/source/uibase/inc/condedit.hxx:43
-    ConditionEdit m_aDropTargetHelper ConditionEditDropTarget
-sw/source/uibase/inc/conttree.hxx:334
+sw/source/uibase/inc/conttree.hxx:332
     SwGlobalTree m_aDropTargetHelper SwGlobalTreeDropTarget
+sw/source/uibase/inc/convert.hxx:40
+    SwConvertTableDlg m_aStrTitle OUString
+sw/source/uibase/inc/convert.hxx:41
+    SwConvertTableDlg m_aStrLabel OUString
+sw/source/uibase/inc/convert.hxx:42
+    SwConvertTableDlg m_aStrClose OUString
+sw/source/uibase/inc/convert.hxx:43
+    SwConvertTableDlg m_aStrDelTitle OUString
+sw/source/uibase/inc/convert.hxx:44
+    SwConvertTableDlg m_aStrDelMsg OUString
+sw/source/uibase/inc/convert.hxx:45
+    SwConvertTableDlg m_aStrRenameTitle OUString
+sw/source/uibase/inc/convert.hxx:46
+    SwConvertTableDlg m_aStrInvalidFormat OUString
+sw/source/uibase/inc/convert.hxx:79
+    SwConvertTableDlg m_pShell SwWrtShell *
+sw/source/uibase/inc/frmpage.hxx:79
+    SwFramePage m_aRatioTop SvxRatioConnector
+sw/source/uibase/inc/frmpage.hxx:80
+    SwFramePage m_aRatioBottom SvxRatioConnector
 sw/source/uibase/inc/olmenu.hxx:78
     SwSpellPopup m_aBuilder VclBuilder
 sw/source/uibase/inc/swuicnttab.hxx:243
@@ -882,6 +816,8 @@ sw/source/uibase/inc/uivwimp.hxx:95
     SwView_Impl m_xTmpSelDocShell SfxObjectShellLock
 sw/source/uibase/inc/unodispatch.hxx:43
     SwXDispatchProviderInterceptor::DispatchMutexLock_Impl aGuard 
SolarMutexGuard
+sw/source/writerfilter/dmapper/PropertyMap.hxx:249
+    writerfilter::dmapper::SectionPropertyMap m_nDebugSectionNumber sal_Int32
 toolkit/source/awt/stylesettings.cxx:74
     toolkit::(anonymous namespace)::StyleMethodGuard m_aGuard SolarMutexGuard
 ucb/source/ucp/gio/gio_mount.hxx:73
@@ -894,13 +830,13 @@ ucb/source/ucp/gio/gio_mount.hxx:78
     OOoMountOperationClass _gtk_reserved3 void (*)(void)
 ucb/source/ucp/gio/gio_mount.hxx:79
     OOoMountOperationClass _gtk_reserved4 void (*)(void)
-uui/source/iahndl.hxx:64
-    InteractionHandlerData ServiceName OUString
-vcl/inc/graphic/Manager.hxx:41
-    vcl::graphic::Manager maSwapOutTimer Timer
+vcl/inc/graphic/Manager.hxx:36
+    vcl::graphic::MemoryManager maSwapOutTimer Timer
+vcl/inc/graphic/Manager.hxx:37
+    vcl::graphic::MemoryManager mnTimeout sal_Int32
 vcl/inc/headless/BitmapHelper.hxx:32
     BitmapHelper aTmpBmp SvpSalBitmap
-vcl/inc/jsdialog/jsdialogbuilder.hxx:728
+vcl/inc/jsdialog/jsdialogbuilder.hxx:737
     JSToolbar m_pPopovers std::map<sal_uInt16, weld::Widget *>
 vcl/inc/pdf/pdfbuildin_fonts.hxx:34
     vcl::pdf::BuildinFont m_nAscent const int
@@ -910,16 +846,48 @@ vcl/inc/pdf/pdfbuildin_fonts.hxx:42
     vcl::pdf::BuildinFont m_aWidths const int[256]
 vcl/inc/salprn.hxx:48
     SalPrinterQueueInfo moPortName std::optional<OUString>
-vcl/inc/salvtables.hxx:620
+vcl/inc/salvtables.hxx:621
     SalInstanceEntry m_aTextFilter WeldTextFilter
-vcl/inc/salvtables.hxx:1011
+vcl/inc/salvtables.hxx:1014
     SalInstanceComboBoxWithEdit m_aTextFilter WeldTextFilter
-vcl/inc/sft.hxx:178
+vcl/inc/sft.hxx:179
     vcl::TTGlobalFontInfo_ fsSelection sal_uInt16
 vcl/inc/skia/zone.hxx:29
     SkiaZone g SolarMutexGuard
 vcl/inc/svimpbox.hxx:117
     SvImpLBox m_aFctSet ImpLBSelEng
+vcl/inc/unx/cpdmgr.hxx:45
+    psp::CPDPrinter id const char *
+vcl/inc/unx/cpdmgr.hxx:46
+    psp::CPDPrinter name const char *
+vcl/inc/unx/cpdmgr.hxx:47
+    psp::CPDPrinter info const char *
+vcl/inc/unx/cpdmgr.hxx:48
+    psp::CPDPrinter location const char *
+vcl/inc/unx/cpdmgr.hxx:49
+    psp::CPDPrinter make_and_model const char *
+vcl/inc/unx/cpdmgr.hxx:50
+    psp::CPDPrinter printer_state const char *
+vcl/inc/unx/cpdmgr.hxx:51
+    psp::CPDPrinter backend_name const char *
+vcl/inc/unx/cpdmgr.hxx:52
+    psp::CPDPrinter is_accepting_jobs _Bool
+vcl/inc/unx/cpdmgr.hxx:53
+    psp::CPDPrinter backend GDBusProxy *
+vcl/inc/unx/cpdmgr.hxx:59
+    psp::CPDManager m_pConnection GDBusConnection *
+vcl/inc/unx/cpdmgr.hxx:60
+    psp::CPDManager m_aPrintersChanged _Bool
+vcl/inc/unx/cpdmgr.hxx:61
+    psp::CPDManager m_tBackends std::vector<std::pair<std::string, gchar *> >
+vcl/inc/unx/cpdmgr.hxx:62
+    psp::CPDManager m_pBackends std::unordered_map<std::string, GDBusProxy *>
+vcl/inc/unx/cpdmgr.hxx:63
+    psp::CPDManager m_aSpoolFiles std::unordered_map<FILE *, OString, FPtrHash>
+vcl/inc/unx/cpdmgr.hxx:64
+    psp::CPDManager m_aCPDDestMap std::unordered_map<OUString, CPDPrinter *>
+vcl/inc/unx/cpdmgr.hxx:65
+    psp::CPDManager m_aDefaultContexts std::unordered_map<OUString, PPDContext>
 vcl/inc/unx/genpspgraphics.h:52
     GenPspGraphics m_aCairoCommon CairoCommon
 vcl/inc/unx/i18n_ic.hxx:39
@@ -940,7 +908,7 @@ vcl/inc/unx/saldisp.hxx:101
     SalColormap m_aPalette std::vector<Color>
 vcl/inc/unx/saldisp.hxx:106
     SalColormap m_nUsed Pixel
-vcl/source/app/salvtables.cxx:246
+vcl/source/app/salvtables.cxx:245
     SalFlashAttention m_aOrigBackground Wallpaper
 vcl/source/fontsubset/ttcr.hxx:40
     vcl::longHorMetrics aw sal_uInt16
@@ -950,7 +918,7 @@ vcl/source/gdi/jobset.cxx:39
     (anonymous namespace)::ImplOldJobSetupData cDeviceName char[32]
 vcl/source/gdi/jobset.cxx:40
     (anonymous namespace)::ImplOldJobSetupData cPortName char[32]
-vcl/source/pdf/PDFiumLibrary.cxx:430
+vcl/source/pdf/PDFiumLibrary.cxx:463
     vcl::pdf::(anonymous namespace)::PDFiumDocumentImpl m_aFormCallbacks 
FPDF_FORMFILLINFO
 vcl/unx/gtk3/a11y/atkhypertext.cxx:31
     (anonymous namespace)::HyperLink atk_hyper_link const AtkHyperlink
@@ -966,19 +934,19 @@ vcl/unx/gtk3/gloactiongroup.cxx:27
     (anonymous namespace)::GLOAction parent_instance GObject
 vcl/unx/gtk3/glomenu.cxx:16
     GLOMenu parent_instance const GMenuModel
-vcl/unx/gtk3/gtkinst.cxx:7381
+vcl/unx/gtk3/gtkinst.cxx:7375
     (anonymous namespace)::GtkInstanceAssistant m_pButtonBox GtkButtonBox *
-vcl/unx/gtk3/gtkinst.cxx:11037
+vcl/unx/gtk3/gtkinst.cxx:11072
     (anonymous namespace)::GtkInstanceMenuToggleButton m_pContainer GtkBox *
-vcl/unx/gtk3/gtkinst.cxx:11039
+vcl/unx/gtk3/gtkinst.cxx:11074
     (anonymous namespace)::GtkInstanceMenuToggleButton m_pMenuButton 
GtkMenuButton *
-vcl/unx/gtk3/gtkinst.cxx:21038
+vcl/unx/gtk3/gtkinst.cxx:21065
     (anonymous namespace)::GtkInstanceComboBox m_pOverlay GtkOverlay *
-vcl/unx/gtk3/gtkinst.cxx:21044
+vcl/unx/gtk3/gtkinst.cxx:21071
     (anonymous namespace)::GtkInstanceComboBox m_pMenuTextRenderer 
GtkCellRenderer *
-writerfilter/source/dmapper/PropertyMap.hxx:246
-    writerfilter::dmapper::SectionPropertyMap m_nDebugSectionNumber sal_Int32
-xmloff/inc/XMLThemeContext.hxx:47
+xmloff/inc/XMLThemeContext.hxx:45
     XMLThemeColorsContext m_aColorScheme std::vector<css::util::Color>
+xmloff/source/text/XMLTextListBlockContext.hxx:34
+    XMLTextListBlockContext msListStyleName OUString
 xmloff/source/text/XMLTextListBlockContext.hxx:40
     XMLTextListBlockContext mbSetDefaults _Bool
diff --git a/compilerplugins/clang/unusedfields.py 
b/compilerplugins/clang/unusedfields.py
index 5863182d1ced..bbfbd0164dca 100755
--- a/compilerplugins/clang/unusedfields.py
+++ b/compilerplugins/clang/unusedfields.py
@@ -132,6 +132,8 @@ for d in definitionSet:
         continue
     if "::sfx2::sidebar::ControllerItem" in fieldType:
         continue
+    if "SvxRatioConnector" in fieldType:
+        continue
     if "(lambda at " in d[0]:
         continue
     onlyUsedInConstructorSet.add((d[0] + " " + d[1] + " " + fieldType, srcLoc))
diff --git a/compilerplugins/clang/unusedfields.readonly.results 
b/compilerplugins/clang/unusedfields.readonly.results
index 94fc3425c6ac..66be32684000 100644
--- a/compilerplugins/clang/unusedfields.readonly.results
+++ b/compilerplugins/clang/unusedfields.readonly.results
@@ -6,47 +6,47 @@ basegfx/test/B2DPolyPolygonTest.cxx:66
     basegfx::b2dpolypolygon rng std::mt19937
 basic/source/inc/expr.hxx:111
     SbiExprNode::(anonymous union at 
/home/noel/libo-plugin/basic/source/inc/expr.hxx:110:5) nTypeStrId sal_uInt16
-bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:61
+bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:73
     Data rdx sal_uInt64
-bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:63
+bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:75
     Data xmm1 double
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:128
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:124
     __cxxabiv1::__cxa_exception exceptionType std::type_info *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:129
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:125
     __cxxabiv1::__cxa_exception exceptionDestructor void (*)(void *)
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:130
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:126
     __cxxabiv1::__cxa_exception unexpectedHandler void (*)(void)
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:131
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:127
     __cxxabiv1::__cxa_exception terminateHandler std::terminate_handler
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:132
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:128
     __cxxabiv1::__cxa_exception nextException __cxa_exception *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:133
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:129
     __cxxabiv1::__cxa_exception handlerCount int
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:134
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:130
     __cxxabiv1::__cxa_exception handlerSwitchValue int
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:135
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:131
     __cxxabiv1::__cxa_exception actionRecord const char *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:136
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:132
     __cxxabiv1::__cxa_exception languageSpecificData const char *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:137
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:133
     __cxxabiv1::__cxa_exception catchTemp void *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:138
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:134
     __cxxabiv1::__cxa_exception adjustedPtr void *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:139
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:135
     __cxxabiv1::__cxa_exception unwindHeader _Unwind_Exception
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:148
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:144
     __cxxabiv1::__cxa_eh_globals caughtExceptions __cxa_exception *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:149
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:145
     __cxxabiv1::__cxa_eh_globals uncaughtExceptions unsigned int
-bridges/source/jni_uno/jni_info.h:67
+bridges/source/jni_uno/jni_info.h:66
     jni_uno::JNI_type_info m_td ::com::sun::star::uno::TypeDescription
-bridges/source/jni_uno/jni_java2uno.cxx:151
-    jni_uno::(anonymous namespace)::largest n sal_Int64
 bridges/source/jni_uno/jni_java2uno.cxx:152
-    jni_uno::(anonymous namespace)::largest d double
+    jni_uno::(anonymous namespace)::largest n sal_Int64
 bridges/source/jni_uno/jni_java2uno.cxx:153
-    jni_uno::(anonymous namespace)::largest p void *
+    jni_uno::(anonymous namespace)::largest d double
 bridges/source/jni_uno/jni_java2uno.cxx:154
+    jni_uno::(anonymous namespace)::largest p void *
+bridges/source/jni_uno/jni_java2uno.cxx:155
     jni_uno::(anonymous namespace)::largest a uno_Any
 chart2/source/model/main/DataPoint.hxx:104
     chart::DataPoint m_bNoParentPropAllowed _Bool
@@ -80,7 +80,7 @@ connectivity/source/inc/dbase/DIndexIter.hxx:33
     connectivity::dbase::OIndexIterator m_pOperator file::OBoolOperator *
 connectivity/source/inc/dbase/DIndexIter.hxx:34
     connectivity::dbase::OIndexIterator m_pOperand const file::OOperand *
-connectivity/source/inc/FDatabaseMetaDataResultSet.hxx:109
+connectivity/source/inc/FDatabaseMetaDataResultSet.hxx:107
     connectivity::ODatabaseMetaDataResultSet m_aEmptyValue ORowSetValue
 connectivity/source/inc/OColumn.hxx:41
     connectivity::OColumn m_AutoIncrement _Bool
@@ -180,19 +180,21 @@ cppu/source/uno/check.cxx:271
     (anonymous namespace)::Char4 c char
 cppuhelper/inc/interfacecontainer4.hxx:266
     cppuhelper::OInterfaceContainerHelper4::NotifySingleListener m_pMethod 
const NotificationMethod
-cui/source/options/optcolor.cxx:303
+cui/source/inc/paragrph.hxx:47
+    SvxStdParagraphTabPage nMinFixDist tools::Long
+cui/source/options/optcolor.cxx:304
     (anonymous namespace)::ColorConfigWindow_Impl aModuleOptions 
SvtModuleOptions
 dbaccess/source/core/api/RowSetBase.hxx:82
     dbaccess::ORowSetBase m_aEmptyValue connectivity::ORowSetValue
 dbaccess/source/core/api/RowSetBase.hxx:93
     dbaccess::ORowSetBase m_aErrors ::connectivity::SQLError
-dbaccess/source/core/dataaccess/documentcontainer.cxx:68
+dbaccess/source/core/dataaccess/documentcontainer.cxx:67
     dbaccess::(anonymous namespace)::LocalNameApproval m_aErrors 
::connectivity::SQLError
 dbaccess/source/core/inc/ContentHelper.hxx:101
     dbaccess::OContentHelper m_aErrorHelper const ::connectivity::SQLError
 dbaccess/source/filter/hsqldb/parseschema.hxx:34
     dbahsql::SchemaParser m_PrimaryKeys std::map<OUString, 
std::vector<OUString> >
-dbaccess/source/ui/control/tabletree.cxx:127
+dbaccess/source/ui/control/tabletree.cxx:126
     dbaui::(anonymous namespace)::OViewSetter m_aEqualFunctor 
::comphelper::UStringMixEqual
 dbaccess/source/ui/dlg/advancedsettings.hxx:34
     dbaui::SpecialSettingsPage m_xIsSQL92Check 
std::unique_ptr<weld::CheckButton>
@@ -232,7 +234,7 @@ dbaccess/source/ui/inc/sqledit.hxx:42
     dbaui::SQLEditView m_aColorConfig const svtools::ColorConfig
 dbaccess/source/ui/inc/WCopyTable.hxx:258
     dbaui::OCopyTableWizard m_aLocale css::lang::Locale
-editeng/source/editeng/impedit.hxx:542
+editeng/source/editeng/impedit.hxx:559
     ImpEditEngine maColorConfig svtools::ColorConfig
 embeddedobj/source/inc/commonembobj.hxx:114
     OCommonEmbeddedObject m_aClassName OUString
@@ -252,7 +254,7 @@ embeddedobj/source/inc/oleembobj.hxx:184
     OleEmbeddedObject m_aLinkURL OUString
 embeddedobj/source/inc/oleembobj.hxx:190
     OleEmbeddedObject m_bFromClipboard _Bool
-embeddedobj/source/msole/olecomponent.hxx:73
+embeddedobj/source/msole/olecomponent.hxx:70
     OleComponent m_bWorkaroundActive _Bool
 extensions/source/propctrlr/eformshelper.hxx:60
     pcr::EFormsHelper m_aSubmissionUINames MapStringToPropertySet
@@ -270,8 +272,6 @@ filter/source/graphicfilter/icgm/chart.hxx:51
     DataNode nBoxY2 sal_Int16
 filter/source/xsltdialog/xmlfiltersettingsdialog.hxx:85
     XMLFilterSettingsDialog maModuleOpt SvtModuleOptions
-framework/inc/dispatch/dispatchprovider.hxx:76
-    framework::DispatchProvider m_aProtocolHandlerCache HandlerCache
 framework/inc/helper/uiconfigelementwrapperbase.hxx:128
     framework::UIConfigElementWrapperBase m_bConfigListening _Bool
 framework/inc/xml/menudocumenthandler.hxx:186
@@ -280,11 +280,11 @@ framework/source/fwe/classes/addonsoptions.cxx:348
     framework::AddonsOptions_Impl m_aEmptyAddonToolBar 
Sequence<Sequence<PropertyValue> >
 framework/source/fwe/classes/addonsoptions.cxx:349
     framework::AddonsOptions_Impl m_aEmptyAddonNotebookBar 
Sequence<Sequence<PropertyValue> >
-i18npool/inc/textconversion.hxx:78
+i18npool/inc/textconversion.hxx:72
     i18npool::Hangul_Index code sal_Unicode
-i18npool/inc/textconversion.hxx:79
+i18npool/inc/textconversion.hxx:73
     i18npool::Hangul_Index address sal_Int16
-i18npool/inc/textconversion.hxx:80
+i18npool/inc/textconversion.hxx:74
     i18npool::Hangul_Index count sal_Int16
 include/basegfx/utils/gradienttools.hxx:43
     (anonymous namespace)::ColorToBColorConverter::(anonymous union at 
/home/noel/libo-plugin/include/basegfx/utils/gradienttools.hxx:42:9) mValue 
sal_uInt32
@@ -300,7 +300,7 @@ include/basic/sbstar.hxx:52
     StarBASIC aBreakHdl Link<StarBASIC *, BasicDebugFlags>
 include/comphelper/parallelsort.hxx:164
     comphelper::(anonymous namespace)::Binner maLabels uint8_t[51200]
-include/connectivity/DriversConfig.hxx:76
+include/connectivity/DriversConfig.hxx:77
     connectivity::DriversConfig m_aNode OSharedConfigNode
 include/connectivity/sdbcx/VDescriptor.hxx:49
     connectivity::sdbcx::ODescriptor m_aCase comphelper::UStringMixEqual
@@ -338,22 +338,24 @@ include/oox/core/contexthandler2.hxx:231
     oox::core::ContextHandler2Helper mnRootStackSize size_t
 include/oox/ole/axbinarywriter.hxx:153
     oox::ole::AxBinaryPropertyWriter maStreamProps ComplexPropVector
-include/sfx2/lokhelper.hxx:66
+include/sfx2/lokhelper.hxx:68
     LokMouseEventData maLogicPosition std::optional<Point>
-include/sfx2/msg.hxx:94
+include/sfx2/msg.hxx:93
     SfxTypeAttrib nAID sal_uInt16
-include/sfx2/msg.hxx:95
-    SfxTypeAttrib pName const char *
+include/sfx2/msg.hxx:94
+    SfxTypeAttrib aName OUString
 include/sfx2/msg.hxx:104
-    SfxType createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
+    SfxType createSfxPoolItemFunc SfxPoolItem *(*)(void)
 include/sfx2/msg.hxx:105
     SfxType pType const std::type_info *
 include/sfx2/msg.hxx:106
     SfxType nAttribs sal_uInt16
-include/sfx2/msg.hxx:107
-    SfxType aAttrib SfxTypeAttrib[1]
-include/sfx2/msg.hxx:117
-    SfxType0 pType const std::type_info *
+include/sfx2/msg.hxx:116
+    SfxTypeImpl aAttrib SfxTypeAttrib[1]
+include/svl/numformat.hxx:548
+    SvNumberFormatter pFormatTable std::unique_ptr<SvNumberFormatTable>
+include/svl/numformat.hxx:550
+    SvNumberFormatter pMergeTable std::unique_ptr<SvNumberFormatterIndexTable>
 include/svl/ondemand.hxx:55
     OnDemandLocaleDataWrapper aSysLocale SvtSysLocale
 include/svx/diagram/IDiagramHelper.hxx:72
@@ -364,7 +366,7 @@ include/svx/graphctl.hxx:52
     GraphCtrl xVD ScopedVclPtrInstance<VirtualDevice>
 include/svx/sdr/overlay/overlayanimatedbitmapex.hxx:49
     sdr::overlay::OverlayAnimatedBitmapEx mbOverlayState _Bool
-include/svx/svdetc.hxx:182
+include/svx/svdetc.hxx:180
     SdrGlobalData maSysLocale SvtSysLocale
 include/svx/svdmark.hxx:141
     SdrMarkList maPointName OUString
@@ -396,9 +398,9 @@ include/unoidl/unoidl.hxx:455
     unoidl::ConstantValue::(anonymous union at 
/home/noel/libo-plugin/include/unoidl/unoidl.hxx:445:5) doubleValue double
 include/unotest/bootstrapfixturebase.hxx:52
     test::BootstrapFixtureBase m_directories Directories
-include/vcl/bitmap.hxx:105
+include/vcl/bitmap.hxx:108
     BitmapSystemData mnWidth int
-include/vcl/bitmap.hxx:106
+include/vcl/bitmap.hxx:109
     BitmapSystemData mnHeight int
 include/vcl/formatter.hxx:128
     Formatter m_aStaticFormatter StaticFormatter
@@ -412,18 +414,18 @@ include/xmloff/xmlstyle.hxx:132
     SvXMLStylesContext mxParaAutoStyles 
css::uno::Reference<css::style::XAutoStyleFamily>
 include/xmloff/xmlstyle.hxx:134
     SvXMLStylesContext mxTextAutoStyles 
css::uno::Reference<css::style::XAutoStyleFamily>
-io/source/stm/odata.cxx:234
-    (unnamed union at /home/noel/libo-plugin/io/source/stm/odata.cxx:234:5) f 
float
-io/source/stm/odata.cxx:241
-    (unnamed union at /home/noel/libo-plugin/io/source/stm/odata.cxx:241:5) d 
double
-io/source/stm/odata.cxx:550
-    (unnamed union at /home/noel/libo-plugin/io/source/stm/odata.cxx:550:5) n 
sal_uInt32
-io/source/stm/odata.cxx:557
-    (unnamed union at /home/noel/libo-plugin/io/source/stm/odata.cxx:557:5) ad 
struct (unnamed struct at /home/noel/libo-plugin/io/source/stm/odata.cxx:557:23)
-io/source/stm/odata.cxx:557
-    io_stm::(anonymous 
namespace)::ODataOutputStream::writeDouble(double)::(anonymous union)::(unnamed 
struct at /home/noel/libo-plugin/io/source/stm/odata.cxx:557:23) n1 sal_uInt32
-io/source/stm/odata.cxx:557
-    io_stm::(anonymous 
namespace)::ODataOutputStream::writeDouble(double)::(anonymous union)::(unnamed 
struct at /home/noel/libo-plugin/io/source/stm/odata.cxx:557:23) n2 sal_uInt32
+io/source/stm/odata.cxx:233
+    (unnamed union at /home/noel/libo-plugin/io/source/stm/odata.cxx:233:5) f 
float
+io/source/stm/odata.cxx:240
+    (unnamed union at /home/noel/libo-plugin/io/source/stm/odata.cxx:240:5) d 
double
+io/source/stm/odata.cxx:549
+    (unnamed union at /home/noel/libo-plugin/io/source/stm/odata.cxx:549:5) n 
sal_uInt32
+io/source/stm/odata.cxx:556
+    (unnamed union at /home/noel/libo-plugin/io/source/stm/odata.cxx:556:5) ad 
struct (unnamed struct at /home/noel/libo-plugin/io/source/stm/odata.cxx:556:23)
+io/source/stm/odata.cxx:556
+    io_stm::(anonymous 
namespace)::ODataOutputStream::writeDouble(double)::(anonymous union)::(unnamed 
struct at /home/noel/libo-plugin/io/source/stm/odata.cxx:556:23) n1 sal_uInt32
+io/source/stm/odata.cxx:556
+    io_stm::(anonymous 
namespace)::ODataOutputStream::writeDouble(double)::(anonymous union)::(unnamed 
struct at /home/noel/libo-plugin/io/source/stm/odata.cxx:556:23) n2 sal_uInt32
 libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx:48
     (anonymous namespace)::GtvLokDialogPrivate m_nChildKeyModifier guint32
 libreofficekit/source/gtk/lokdocview.cxx:86
@@ -442,7 +444,7 @@ oox/qa/token/tokenmap-test.cxx:35
     oox::TokenmapTest tokenMap TokenMap
 oox/qa/unit/vba_compression.cxx:70
     TestVbaCompression m_directories test::Directories
-oox/source/drawingml/chart/objectformatter.cxx:723
+oox/source/drawingml/chart/objectformatter.cxx:722
     oox::drawingml::chart::ObjectFormatterData maFromLocale Locale
 reportdesign/source/ui/inc/ColorListener.hxx:35
     rptui::OColorListener m_aColorConfig svtools::ColorConfig
@@ -462,11 +464,11 @@ sal/rtl/digest.cxx:188
     (anonymous namespace)::DigestContextMD2 m_state sal_uInt32[16]
 sal/rtl/digest.cxx:189
     (anonymous namespace)::DigestContextMD2 m_chksum sal_uInt32[16]
-sal/rtl/uuid.cxx:58
+sal/rtl/uuid.cxx:57
     (anonymous namespace)::UUID clock_seq_low sal_uInt8
-sal/rtl/uuid.cxx:59
+sal/rtl/uuid.cxx:58
     (anonymous namespace)::UUID node sal_uInt8[6]
-sc/inc/attarray.hxx:69
+sc/inc/attarray.hxx:68
     ScMergePatternState pItemSet std::optional<SfxItemSet>
 sc/inc/cellvalue.hxx:113
     ScRefCellValue::(anonymous union at 
/home/noel/libo-plugin/sc/inc/cellvalue.hxx:111:5) mpString const 
svl::SharedString *
@@ -490,7 +492,7 @@ sc/inc/userlist.hxx:64
     ScUserList maData DataType
 sc/source/core/inc/adiasync.hxx:41
     ScAddInAsync::(anonymous union at 
/home/noel/libo-plugin/sc/source/core/inc/adiasync.hxx:38:5) pStr OUString *
-sc/source/core/inc/interpre.hxx:99
+sc/source/core/inc/interpre.hxx:152
     ScTokenStack pPointer const formula::FormulaToken *[512]
 sc/source/filter/excel/xltoolbar.cxx:31
     (anonymous namespace)::MSOExcelCommandConvertor msoToOOcmd IdToString
@@ -500,7 +502,7 @@ sc/source/filter/inc/commentsbuffer.hxx:40
     oox::xls::CommentModel maAnchor css::awt::Rectangle
 sc/source/filter/inc/htmlexp.hxx:117
     ScHTMLExport pFileNameMap FileNameMapPtr
-sc/source/filter/inc/htmlpars.hxx:58
+sc/source/filter/inc/htmlpars.hxx:59
     ScHTMLStyles maEmpty const OUString
 sc/source/filter/inc/namebuff.hxx:80
     RangeNameBufferWK3::Entry nAbsInd sal_uInt16
@@ -562,9 +564,9 @@ sc/source/ui/vba/vbaworksheet.hxx:49
     ScVbaWorksheet mxButtons ::rtl::Reference<ScVbaSheetObjectsBase>[2]
 sd/inc/Outliner.hxx:289
     SdOutliner mpFirstObj SdrObject *
-sd/inc/sdmod.hxx:131
+sd/inc/sdmod.hxx:124
     SdModule gImplImpressPropertySetInfoCache SdExtPropertySetInfoCache
-sd/inc/sdmod.hxx:132
+sd/inc/sdmod.hxx:125
     SdModule gImplDrawPropertySetInfoCache SdExtPropertySetInfoCache
 sd/source/core/CustomAnimationCloner.cxx:69
     sd::(anonymous namespace)::CustomAnimationClonerImpl maShapeMap 
::std::map<Reference<XShape>, Reference<XShape> >
@@ -592,8 +594,6 @@ sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx:96
     sd::slidesorter::controller::Animator maElapsedTime 
::canvas::tools::ElapsedTime
 sdext/source/pdfimport/inc/pdfihelper.hxx:103
     pdfi::GraphicsContext BlendMode sal_Int8
-sdext/source/pdfimport/tree/style.hxx:44
-    pdfi::StyleContainer::Style Contents OUString
 sfx2/source/appl/lnkbase2.cxx:82
     sfx2::(anonymous namespace)::ImplDdeItem pLink SvBaseLink *
 sfx2/source/inc/appdata.hxx:68
@@ -618,21 +618,21 @@ svl/source/uno/pathservice.cxx:37
     (anonymous namespace)::PathService m_aOptions SvtPathOptions
 svtools/source/control/tabbar.cxx:209
     ImplTabBarItem maHelpId OString
-svtools/source/dialogs/insdlg.cxx:54
-    (anonymous namespace)::OleObjectDescriptor cbSize sal_uInt32
 svtools/source/dialogs/insdlg.cxx:55
-    (anonymous namespace)::OleObjectDescriptor clsid ClsId
+    (anonymous namespace)::OleObjectDescriptor cbSize sal_uInt32
 svtools/source/dialogs/insdlg.cxx:56
-    (anonymous namespace)::OleObjectDescriptor dwDrawAspect sal_uInt32
+    (anonymous namespace)::OleObjectDescriptor clsid ClsId
 svtools/source/dialogs/insdlg.cxx:57
-    (anonymous namespace)::OleObjectDescriptor sizel SIZEL
+    (anonymous namespace)::OleObjectDescriptor dwDrawAspect sal_uInt32
 svtools/source/dialogs/insdlg.cxx:58
-    (anonymous namespace)::OleObjectDescriptor pointl POINTL
+    (anonymous namespace)::OleObjectDescriptor sizel SIZEL
 svtools/source/dialogs/insdlg.cxx:59
-    (anonymous namespace)::OleObjectDescriptor dwStatus sal_uInt32
+    (anonymous namespace)::OleObjectDescriptor pointl POINTL
 svtools/source/dialogs/insdlg.cxx:60
-    (anonymous namespace)::OleObjectDescriptor dwFullUserTypeName sal_uInt32
+    (anonymous namespace)::OleObjectDescriptor dwStatus sal_uInt32
 svtools/source/dialogs/insdlg.cxx:61
+    (anonymous namespace)::OleObjectDescriptor dwFullUserTypeName sal_uInt32
+svtools/source/dialogs/insdlg.cxx:62
     (anonymous namespace)::OleObjectDescriptor dwSrcOfCopy sal_uInt32
 svx/inc/sdr/overlay/overlayrectangle.hxx:41
     sdr::overlay::OverlayRectangle mbOverlayState _Bool
@@ -658,10 +658,10 @@ sw/inc/breakit.hxx:39
     SwBreakIt m_xLanguageTag std::unique_ptr<LanguageTag>
 sw/inc/dpage.hxx:38
     SwDPage m_pGridLst std::unique_ptr<SdrPageGridFrameList>
-sw/inc/hints.hxx:365
+sw/inc/hints.hxx:373
     SwAttrSetChg m_bDelSet _Bool
 sw/inc/shellio.hxx:149
-    SwReader mpStg tools::SvRef<SotStorage>
+    SwReader mpStg rtl::Reference<SotStorage>
 sw/inc/swevent.hxx:71
     SwCallMouseEvent::(anonymous union)::(unnamed struct at 
/home/noel/libo-plugin/sw/inc/swevent.hxx:69:9) pFormat const SwFrameFormat *
 sw/inc/swmodule.hxx:90
@@ -688,7 +688,7 @@ sw/source/core/inc/swblocks.hxx:69
     SwImpBlocks m_bInPutMuchBlocks _Bool
 sw/source/core/text/atrhndl.hxx:47
     SwAttrHandler m_oFnt std::optional<SwFont>
-sw/source/core/text/inftxt.cxx:546
+sw/source/core/text/inftxt.cxx:556
     (anonymous namespace)::SwTransparentTextGuard m_aContentVDev 
ScopedVclPtrInstance<VirtualDevice>
 sw/source/core/text/redlnitr.hxx:75
     SwRedlineItr m_pSet std::unique_ptr<SfxItemSet>
@@ -708,7 +708,13 @@ sw/source/uibase/dbui/mmconfigitem.cxx:117
     SwMailMergeConfigItem_Impl m_aNeutralGreetingLines std::vector<OUString>
 sw/source/uibase/inc/fldmgr.hxx:80
     SwInsertField_Data m_aDBDataSource css::uno::Any
-toolkit/source/awt/vclxtoolkit.cxx:437
+sw/source/writerfilter/ooxml/OOXMLFactory.hxx:59
+    writerfilter::ooxml::AttributeInfo m_nToken Token_t
+sw/source/writerfilter/ooxml/OOXMLFactory.hxx:60
+    writerfilter::ooxml::AttributeInfo m_nResource ResourceType
+sw/source/writerfilter/ooxml/OOXMLFactory.hxx:61
+    writerfilter::ooxml::AttributeInfo m_nRef Id
+toolkit/source/awt/vclxtoolkit.cxx:435
     (anonymous namespace)::VCLXToolkit mxSelection 
css::uno::Reference<css::datatransfer::clipboard::XClipboard>
 toolkit/source/controls/table/gridtablerenderer.cxx:71
     svt::table::(anonymous namespace)::CachedSortIndicator m_sortAscending 
BitmapEx
@@ -726,8 +732,8 @@ ucb/source/ucp/gio/gio_mount.hxx:79
     OOoMountOperationClass _gtk_reserved4 void (*)(void)
 ucb/source/ucp/package/pkgprovider.hxx:48
     package_ucp::ContentProvider m_pPackages std::unique_ptr<Packages>
-ucb/source/ucp/webdav-curl/CurlSession.cxx:133
-    (anonymous namespace)::CurlOption::(anonymous union at 
/home/noel/libo-plugin/ucb/source/ucp/webdav-curl/CurlSession.cxx:132:5) pValue 
const void *const
+ucb/source/ucp/webdav-curl/CurlSession.cxx:194
+    (anonymous namespace)::CurlOption::(anonymous union at 
/home/noel/libo-plugin/ucb/source/ucp/webdav-curl/CurlSession.cxx:193:5) pValue 
const void *const
 ucbhelper/source/client/proxydecider.cxx:130
     ucbhelper::proxydecider_impl::InternetProxyDecider_Impl m_aEmptyProxy 
const InternetProxyServer
 ucbhelper/source/provider/propertyvalueset.cxx:79
@@ -788,7 +794,7 @@ unoidl/source/unoidlprovider.cxx:458
     unoidl::detail::MapEntry name Memory32
 unoidl/source/unoidlprovider.cxx:459
     unoidl::detail::MapEntry data Memory32
-unotools/source/config/pathoptions.cxx:84
+unotools/source/config/pathoptions.cxx:77
     SvtPathOptions_Impl m_aEmptyString OUString
 vcl/inc/bitmap/BitmapFastScaleFilter.hxx:31
     BitmapFastScaleFilter maSize Size
@@ -802,13 +808,13 @@ vcl/inc/salwtype.hxx:171
     SalWheelMouseEvent mbDeltaIsPixel _Bool
 vcl/inc/salwtype.hxx:224
     SalQueryCharPositionEvent mnCharPos sal_uLong
-vcl/inc/svdata.hxx:276
+vcl/inc/svdata.hxx:277
     ImplSVWinData mbIsLiveResize _Bool
-vcl/inc/svdata.hxx:328
+vcl/inc/svdata.hxx:329
     ImplSVNWFData mbMenuBarDockingAreaCommonBG _Bool
-vcl/inc/svdata.hxx:335
+vcl/inc/svdata.hxx:336
     ImplSVNWFData mbNoFrameJunctionForPopups _Bool
-vcl/inc/toolbox.h:110
+vcl/inc/toolbox.h:111
     vcl::ToolBoxLayoutData m_aLineItemIds std::vector<ToolBoxItemId>
 vcl/inc/unx/saldisp.hxx:245
     SalDisplay m_aInvalidScreenData ScreenData
@@ -832,7 +838,7 @@ vcl/inc/widgetdraw/WidgetDefinition.hxx:237
     vcl::WidgetDefinitionStyle maActionButtonPressedRolloverTextColor Color
 vcl/inc/widgetdraw/WidgetDefinition.hxx:238
     vcl::WidgetDefinitionStyle maFlatButtonPressedRolloverTextColor Color
-vcl/source/app/settings.cxx:201
+vcl/source/app/settings.cxx:204
     ImplStyleData maDialogStyle DialogStyle
 vcl/source/bitmap/dibtools.cxx:52
     (anonymous namespace)::CIEXYZ aXyzX FXPT2DOT30
@@ -868,7 +874,7 @@ vcl/source/bitmap/dibtools.cxx:116
     (anonymous namespace)::DIBV5Header nV5Reserved sal_uInt32
 vcl/source/control/wizimpldata.hxx:88
     vcl::RoadmapWizardImpl aStateDescriptors StateDescriptions
-vcl/source/filter/eps/eps.cxx:116
+vcl/source/filter/eps/eps.cxx:117
     (anonymous namespace)::PSWriter pVDev ScopedVclPtrInstance<VirtualDevice>
 vcl/source/filter/idxf/dxf2mtf.hxx:53
     DXF2GDIMetaFile aDefaultLineInfo const LineInfo
@@ -906,25 +912,19 @@ vcl/unx/gtk3/a11y/atkwrapper.hxx:82
     AtkObjectWrapperClass aParentClass GtkWidgetAccessibleClass
 vcl/unx/gtk3/glomenu.cxx:16
     GLOMenu parent_instance const GMenuModel
-writerfilter/source/ooxml/OOXMLFactory.hxx:59
-    writerfilter::ooxml::AttributeInfo m_nToken Token_t
-writerfilter/source/ooxml/OOXMLFactory.hxx:60
-    writerfilter::ooxml::AttributeInfo m_nResource ResourceType
-writerfilter/source/ooxml/OOXMLFactory.hxx:61
-    writerfilter::ooxml::AttributeInfo m_nRef Id
-xmloff/inc/MultiPropertySetHelper.hxx:85
+xmloff/inc/MultiPropertySetHelper.hxx:83
     MultiPropertySetHelper aEmptyAny css::uno::Any
-xmloff/source/chart/SchXMLChartContext.cxx:447
+xmloff/source/chart/SchXMLChartContext.cxx:459
     (anonymous namespace)::NewDonutSeries msStyleName OUString
-xmloff/source/chart/SchXMLChartContext.hxx:51
+xmloff/source/chart/SchXMLChartContext.hxx:53
     SeriesDefaultsAndStyles maErrorIndicatorDefault css::uno::Any
-xmloff/source/chart/SchXMLChartContext.hxx:52
+xmloff/source/chart/SchXMLChartContext.hxx:54
     SeriesDefaultsAndStyles maErrorCategoryDefault css::uno::Any
-xmloff/source/chart/SchXMLChartContext.hxx:53
+xmloff/source/chart/SchXMLChartContext.hxx:55
     SeriesDefaultsAndStyles maConstantErrorLowDefault css::uno::Any
-xmloff/source/chart/SchXMLChartContext.hxx:54
+xmloff/source/chart/SchXMLChartContext.hxx:56
     SeriesDefaultsAndStyles maConstantErrorHighDefault css::uno::Any
-xmloff/source/chart/SchXMLChartContext.hxx:55
+xmloff/source/chart/SchXMLChartContext.hxx:57
     SeriesDefaultsAndStyles maPercentageErrorDefault css::uno::Any
-xmloff/source/chart/SchXMLChartContext.hxx:56
+xmloff/source/chart/SchXMLChartContext.hxx:58
     SeriesDefaultsAndStyles maErrorMarginDefault css::uno::Any
diff --git a/compilerplugins/clang/unusedfields.untouched.results 
b/compilerplugins/clang/unusedfields.untouched.results
index e2e869b05b89..1e9c7cf74e08 100644
--- a/compilerplugins/clang/unusedfields.untouched.results
+++ b/compilerplugins/clang/unusedfields.untouched.results
@@ -14,12 +14,10 @@ chart2/source/controller/inc/dlg_DataEditor.hxx:55
     chart::DataEditor m_xContext 
css::uno::Reference<css::uno::XComponentContext>
 chart2/source/controller/inc/RangeSelectionListener.hxx:65
     chart::RangeSelectionListener m_aControllerLockGuard ControllerLockGuardUNO
-chart2/source/inc/ModifyListenerCallBack.hxx:52
+chart2/source/inc/ModifyListenerCallBack.hxx:53
     chart::ModifyListenerCallBack m_xModifyListener 
css::uno::Reference<css::util::XModifyListener>
 comphelper/source/container/enumerablemap.cxx:297
     comphelper::(anonymous namespace)::MapEnumeration m_xKeepMapAlive 
Reference<XInterface>
-comphelper/source/misc/logging.cxx:41
-    comphelper::EventLogger_Impl m_aContext Reference<XComponentContext>
 connectivity/source/drivers/evoab2/EApi.h:121
     EContactAddress address_format char *
 connectivity/source/drivers/evoab2/EApi.h:125
@@ -42,6 +40,8 @@ cui/source/inc/fileextcheckdlg.hxx:29
     FileExtCheckDialog m_pPerformCheck std::unique_ptr<weld::CheckButton>
 cui/source/inc/fileextcheckdlg.hxx:30
     FileExtCheckDialog m_pOk std::unique_ptr<weld::Button>
+cui/source/inc/paragrph.hxx:73
+    SvxStdParagraphTabPage m_xAbsDist std::unique_ptr<weld::Label>
 cui/source/options/optinet2.hxx:108
     SvxSecurityTabPage m_xCertPathImg std::unique_ptr<weld::Widget>
 cui/source/options/optinet2.hxx:109
@@ -59,7 +59,7 @@ embeddedobj/source/msole/olecomponent.hxx:53
 embeddedobj/source/msole/olecomponent.hxx:54
     OleComponent m_bModified _Bool
 embeddedobj/source/msole/olecomponent.hxx:55
-    OleComponent m_pNativeImpl OleComponentNative_Impl *
+    OleComponent m_pNativeImpl std::unique_ptr<OleComponentNative_Impl>
 embeddedobj/source/msole/olecomponent.hxx:57
     OleComponent m_pUnoOleObject OleEmbeddedObject *
 embeddedobj/source/msole/olecomponent.hxx:58
@@ -67,16 +67,12 @@ embeddedobj/source/msole/olecomponent.hxx:58
 embeddedobj/source/msole/olecomponent.hxx:59
     OleComponent m_pImplAdviseSink OleWrapperAdviseSink *
 embeddedobj/source/msole/olecomponent.hxx:61
-    OleComponent m_nOLEMiscFlags sal_Int32
-embeddedobj/source/msole/olecomponent.hxx:62
-    OleComponent m_nAdvConn sal_Int32
-embeddedobj/source/msole/olecomponent.hxx:64
     OleComponent m_aVerbList css::uno::Sequence<css::embed::VerbDescriptor>
-embeddedobj/source/msole/olecomponent.hxx:65
+embeddedobj/source/msole/olecomponent.hxx:62
     OleComponent m_aDataFlavors 
css::uno::Sequence<css::datatransfer::DataFlavor>
-embeddedobj/source/msole/olecomponent.hxx:67
+embeddedobj/source/msole/olecomponent.hxx:64
     OleComponent m_xContext css::uno::Reference<css::uno::XComponentContext>
-embeddedobj/source/msole/olecomponent.hxx:69
+embeddedobj/source/msole/olecomponent.hxx:66
     OleComponent m_bOleInitialized _Bool
 emfio/source/emfuno/xemfparser.cxx:49
     emfio::emfreader::(anonymous namespace)::XEmfParser context_ 
uno::Reference<uno::XComponentContext>
@@ -86,6 +82,8 @@ filter/source/xsltdialog/xmlfiltertabpagebasic.hxx:35
     XMLFilterTabPageBasic m_xContainer std::unique_ptr<weld::Widget>
 filter/source/xsltdialog/xmlfiltertabpagexslt.hxx:45
     XMLFilterTabPageXSLT m_xContainer std::unique_ptr<weld::Widget>
+framework/inc/dispatch/dispatchprovider.hxx:76
+    framework::DispatchProvider m_aProtocolHandlerCache HandlerCache
 helpcompiler/inc/HelpCompiler.hxx:200
     HelpCompiler lang const std::string
 include/basegfx/DrawCommands.hxx:143
@@ -110,143 +108,49 @@ include/oox/vml/vmlshapecontext.hxx:116
     oox::vml::ShapeTypeContext m_pShapeType std::shared_ptr<ShapeType>
 include/registry/registry.hxx:34
     Registry_Api acquire void (*)(RegHandle)
-include/sfx2/msg.hxx:116
-    SfxType0 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:118
-    SfxType0 nAttribs sal_uInt16
-include/sfx2/msg.hxx:131
+include/sfx2/msg.hxx:133
     SfxType1 aAttrib SfxTypeAttrib[1]
-include/sfx2/msg.hxx:131
-    SfxType1 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:131
-    SfxType1 nAttribs sal_uInt16
-include/sfx2/msg.hxx:131
-    SfxType1 pType const std::type_info *
-include/sfx2/msg.hxx:132
+include/sfx2/msg.hxx:134
     SfxType2 aAttrib SfxTypeAttrib[2]
-include/sfx2/msg.hxx:132
-    SfxType2 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:132
-    SfxType2 nAttribs sal_uInt16
-include/sfx2/msg.hxx:132
-    SfxType2 pType const std::type_info *
-include/sfx2/msg.hxx:133
+include/sfx2/msg.hxx:135
     SfxType3 aAttrib SfxTypeAttrib[3]
-include/sfx2/msg.hxx:133
-    SfxType3 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:133
-    SfxType3 nAttribs sal_uInt16
-include/sfx2/msg.hxx:133
-    SfxType3 pType const std::type_info *
-include/sfx2/msg.hxx:134
+include/sfx2/msg.hxx:136
     SfxType4 aAttrib SfxTypeAttrib[4]
-include/sfx2/msg.hxx:134
-    SfxType4 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:134
-    SfxType4 nAttribs sal_uInt16
-include/sfx2/msg.hxx:134
-    SfxType4 pType const std::type_info *
-include/sfx2/msg.hxx:135
+include/sfx2/msg.hxx:137
     SfxType5 aAttrib SfxTypeAttrib[5]
-include/sfx2/msg.hxx:135
-    SfxType5 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:135
-    SfxType5 nAttribs sal_uInt16
-include/sfx2/msg.hxx:135
-    SfxType5 pType const std::type_info *
-include/sfx2/msg.hxx:136
+include/sfx2/msg.hxx:138
     SfxType6 aAttrib SfxTypeAttrib[6]
-include/sfx2/msg.hxx:136
-    SfxType6 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:136
-    SfxType6 nAttribs sal_uInt16
-include/sfx2/msg.hxx:136
-    SfxType6 pType const std::type_info *
-include/sfx2/msg.hxx:137
+include/sfx2/msg.hxx:139
     SfxType7 aAttrib SfxTypeAttrib[7]
-include/sfx2/msg.hxx:137
-    SfxType7 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:137
-    SfxType7 nAttribs sal_uInt16
-include/sfx2/msg.hxx:137
-    SfxType7 pType const std::type_info *
-include/sfx2/msg.hxx:138
+include/sfx2/msg.hxx:140
     SfxType8 aAttrib SfxTypeAttrib[8]
-include/sfx2/msg.hxx:138
-    SfxType8 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:138
-    SfxType8 nAttribs sal_uInt16
-include/sfx2/msg.hxx:138
-    SfxType8 pType const std::type_info *
-include/sfx2/msg.hxx:139
+include/sfx2/msg.hxx:141
+    SfxType9 aAttrib SfxTypeAttrib[9]
+include/sfx2/msg.hxx:142
     SfxType10 aAttrib SfxTypeAttrib[10]
-include/sfx2/msg.hxx:139
-    SfxType10 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:139
-    SfxType10 nAttribs sal_uInt16
-include/sfx2/msg.hxx:139
-    SfxType10 pType const std::type_info *
-include/sfx2/msg.hxx:140
+include/sfx2/msg.hxx:143
     SfxType11 aAttrib SfxTypeAttrib[11]
-include/sfx2/msg.hxx:140
-    SfxType11 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:140
-    SfxType11 nAttribs sal_uInt16
-include/sfx2/msg.hxx:140
-    SfxType11 pType const std::type_info *
-include/sfx2/msg.hxx:142
+include/sfx2/msg.hxx:145
     SfxType13 aAttrib SfxTypeAttrib[13]
-include/sfx2/msg.hxx:142
-    SfxType13 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:142
-    SfxType13 nAttribs sal_uInt16
-include/sfx2/msg.hxx:142
-    SfxType13 pType const std::type_info *
-include/sfx2/msg.hxx:143
+include/sfx2/msg.hxx:146
     SfxType14 aAttrib SfxTypeAttrib[14]
-include/sfx2/msg.hxx:143
-    SfxType14 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:143
-    SfxType14 nAttribs sal_uInt16
-include/sfx2/msg.hxx:143
-    SfxType14 pType const std::type_info *
-include/sfx2/msg.hxx:144
+include/sfx2/msg.hxx:147
     SfxType16 aAttrib SfxTypeAttrib[16]
-include/sfx2/msg.hxx:144
-    SfxType16 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:144
-    SfxType16 nAttribs sal_uInt16
-include/sfx2/msg.hxx:144
-    SfxType16 pType const std::type_info *
-include/sfx2/msg.hxx:145
+include/sfx2/msg.hxx:148
     SfxType17 aAttrib SfxTypeAttrib[17]
-include/sfx2/msg.hxx:145
-    SfxType17 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:145
-    SfxType17 nAttribs sal_uInt16
-include/sfx2/msg.hxx:145
-    SfxType17 pType const std::type_info *
-include/sfx2/msg.hxx:146
+include/sfx2/msg.hxx:149
     SfxType23 aAttrib SfxTypeAttrib[23]
-include/sfx2/msg.hxx:146
-    SfxType23 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
-include/sfx2/msg.hxx:146
-    SfxType23 nAttribs sal_uInt16
-include/sfx2/msg.hxx:146
-    SfxType23 pType const std::type_info *
 include/svtools/genericasyncunodialog.hxx:54
     svt::OGenericUnoAsyncDialog::UnoAsyncDialogEntryGuard m_aGuard 
::osl::MutexGuard
 include/svtools/genericunodialog.hxx:154
     svt::UnoDialogEntryGuard m_aGuard ::osl::MutexGuard
 include/svtools/unoevent.hxx:162
     SvEventDescriptor xParentRef css::uno::Reference<css::uno::XInterface>
-include/svx/dialog/ThemeColorEditDialog.hxx:23
+include/svx/dialog/ThemeColorEditDialog.hxx:26
     svx::ThemeColorEditDialog maColorSet model::ColorSet
 include/svx/imapdlg.hxx:91
     SvxIMapDlg aIMapItem SvxIMapDlgItem
-include/tools/inetstrm.hxx:40
-    INetMIMEMessageStream pMsgStrm std::unique_ptr<SvStream>
-include/unotest/macros_test.hxx:113
+include/unotest/macros_test.hxx:115
     unotest::MacrosTest mpDll std::unique_ptr<BasicDLL>
 include/vcl/commandevent.hxx:317
     CommandGesturePanData mfX const double
@@ -286,9 +190,9 @@ include/vcl/GestureEventZoom.hxx:28
     GestureEventZoom meEventType GestureEventZoomType
 include/vcl/GestureEventZoom.hxx:32
     GestureEventZoom mfScaleDelta double
-include/vcl/pdf/PDFAnnotationMarker.hxx:67
+include/vcl/pdf/PDFAnnotationMarker.hxx:79
     vcl::pdf::PDFAnnotationMarkerHighlight meTextMarkerType PDFTextMarkerType
-include/vcl/uitest/uiobject.hxx:309
+include/vcl/uitest/uiobject.hxx:316
     TabPageUIObject mxTabPage VclPtr<TabPage>
 include/xmloff/formlayerexport.hxx:172
     xmloff::OOfficeFormsExport m_pImpl std::unique_ptr<OFormsRootExport>
@@ -324,6 +228,12 @@ lingucomponent/source/languageguessing/simpleguesser.cxx:77
     (anonymous namespace)::textcat_t output char[1024]
 lotuswordpro/source/filter/clone.hxx:23
     detail::has_clone::no a char[2]
+oox/source/drawingml/scene3dhelper.cxx:476
+    oox::(anonymous namespace)::MSOLight fScale double
+oox/source/drawingml/scene3dhelper.cxx:477
+    oox::(anonymous namespace)::MSOLight fOffset double
+oox/source/drawingml/scene3dhelper.cxx:479
+    oox::(anonymous namespace)::MSOLight bDiffuse _Bool
 pyuno/source/module/pyuno_callable.cxx:45
     pyuno::(anonymous namespace)::PyUNO_callable ob_base PyObject
 pyuno/source/module/pyuno_impl.hxx:137
@@ -392,22 +302,44 @@ sc/inc/editutil.hxx:111
     ScEnginePoolHelper pEnginePool rtl::Reference<SfxItemPool>
 sc/inc/editutil.hxx:113
     ScEnginePoolHelper bDeleteEnginePool _Bool
-sc/inc/mtvelements.hxx:171
+sc/inc/mtvelements.hxx:172
     sc::ColumnBlockConstPosition miSparklinePos 
SparklineStoreType::const_iterator
-sc/inc/patattr.hxx:117
+sc/inc/patattr.hxx:138
     ScPatternAttr m_nSerialNumber sal_uInt32
-sc/inc/SolverSettings.hxx:168
+sc/inc/pivot/PivotTableFormats.hxx:44
+    sc::PivotTableFormat bSelected _Bool
+sc/inc/SolverSettings.hxx:241
     sc::SolverSettings SolverCodesToLOEngines std::map<OUString, OUString>
-sc/source/core/data/document.cxx:1234
+sc/source/core/data/document.cxx:1221
     (anonymous namespace)::BroadcastRecalcOnRefMoveGuard aSwitch 
sc::AutoCalcSwitch
-sc/source/core/data/document.cxx:1235
+sc/source/core/data/document.cxx:1222
     (anonymous namespace)::BroadcastRecalcOnRefMoveGuard aBulk ScBulkBroadcast
+sc/source/core/inc/interpre.hxx:83
+    VectorSearchArguments nTab2 SCTAB
+sc/source/core/inc/interpre.hxx:250
+    ScInterpreter maResultTokenMap ScResultTokenMap
+sc/source/filter/inc/PivotTableFormat.hxx:74
+    oox::xls::PivotTableReference mrFormat const PivotTableFormat &
 sc/source/filter/inc/sheetdatacontext.hxx:50
     oox::xls::SheetDataContext aReleaser SolarMutexReleaser
-sc/source/ui/inc/docsh.hxx:457
+sc/source/ui/inc/consdlg.hxx:69
+    ScConsolidateDlg m_xExpander std::unique_ptr<weld::Expander>
+sc/source/ui/inc/dbnamdlg.hxx:86
+    ScDbNameDlg m_xExpander std::unique_ptr<weld::Expander>
+sc/source/ui/inc/docsh.hxx:470
     ScDocShellModificator mpProtector std::unique_ptr<ScRefreshTimerProtector>
+sc/source/ui/inc/namedefdlg.hxx:56
+    ScNameDefDlg m_xExpander std::unique_ptr<weld::Expander>
+sc/source/ui/inc/namedlg.hxx:71
+    ScNameDlg m_xExpander std::unique_ptr<weld::Expander>
+sc/source/ui/inc/PivotLayoutDialog.hxx:88
+    ScPivotLayoutDialog mxOptions std::unique_ptr<weld::Expander>
+sc/source/ui/inc/PivotLayoutDialog.hxx:89
+    ScPivotLayoutDialog mxMore std::unique_ptr<weld::Expander>
 sc/source/ui/inc/PivotLayoutTreeListBase.hxx:47
     ScPivotLayoutTreeListBase maDropTargetHelper ScPivotLayoutTreeDropTarget
+sc/source/ui/inc/pvfundlg.hxx:85
+    ScDPFunctionDlg mxExpander std::unique_ptr<weld::Expander>
 sd/source/ui/inc/CustomAnimationList.hxx:127
     sd::CustomAnimationList maDropTargetHelper CustomAnimationListDropTarget
 sd/source/ui/inc/custsdlg.hxx:68
@@ -420,19 +352,19 @@ sd/source/ui/slidesorter/view/SlsLayouter.cxx:63
     sd::slidesorter::view::Layouter::Implementation mpTheme 
std::shared_ptr<view::Theme>
 sd/source/ui/view/DocumentRenderer.cxx:1318
     sd::DocumentRenderer::Implementation mxObjectShell SfxObjectShellRef
-sd/source/ui/view/viewshel.cxx:1200
+sd/source/ui/view/viewshel.cxx:1245
     sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges 
m_aDrawLock sd::slidesorter::view::class SlideSorterView::DrawLock
-sd/source/ui/view/viewshel.cxx:1201
+sd/source/ui/view/viewshel.cxx:1246
     sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges 
m_aModelLock sd::slidesorter::controller::class 
SlideSorterController::ModelChangeLock
-sd/source/ui/view/viewshel.cxx:1202
+sd/source/ui/view/viewshel.cxx:1247
     sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges 
m_aUpdateLock sd::slidesorter::controller::class PageSelector::UpdateLock
-sd/source/ui/view/viewshel.cxx:1203
+sd/source/ui/view/viewshel.cxx:1248
     sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges m_aContext 
sd::slidesorter::controller::class SelectionObserver::Context
-sd/source/ui/view/ViewShellBase.cxx:190
+sd/source/ui/view/ViewShellBase.cxx:195
     sd::ViewShellBase::Implementation mpPageCacheManager 
std::shared_ptr<slidesorter::cache::PageCacheManager>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:269
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:250
     (anonymous namespace)::PDFGrammar::definition array rule<ScannerT>
-sdext/source/pdfimport/pdfparse/pdfparse.cxx:269
+sdext/source/pdfimport/pdfparse/pdfparse.cxx:250
     (anonymous namespace)::PDFGrammar::definition value rule<ScannerT>
 sfx2/inc/autoredactdialog.hxx:99
     SfxAutoRedactDialog m_xDocShell SfxObjectShellLock
@@ -476,7 +408,7 @@ svl/source/crypto/cryptosign.cxx:276
     (anonymous namespace)::PKIStatusInfo failInfo SECItem
 svtools/source/filter/exportdialog.hxx:124
     ExportDialog mxEncoding std::unique_ptr<weld::Widget>
-svx/source/dialog/contimp.hxx:75
+svx/source/dialog/contimp.hxx:74
     SvxSuperContourDlg aContourItem SvxContourDlgItem
 svx/source/dialog/weldeditview.cxx:457
     (anonymous namespace)::WeldEditSource m_rEditAcc WeldEditAccessible &
@@ -492,7 +424,7 @@ sw/qa/extras/uiwriter/uiwriter5.cxx:67
     SwUiWriterTest5 m_aSavedSettings AllSettings
 sw/source/core/crsr/crbm.cxx:62
     (anonymous namespace)::CursorStateHelper m_aSaveState SwCursorSaveState
-sw/source/core/frmedt/fetab.cxx:80
+sw/source/core/frmedt/fetab.cxx:93
     (anonymous namespace)::TableWait m_pWait const std::unique_ptr<SwWait>
 sw/source/core/inc/ftnboss.hxx:34
     SwSaveFootnoteHeight aGuard SwFrameDeleteGuard
@@ -502,16 +434,30 @@ sw/source/core/layout/dbg_lay.cxx:181
     SwImplEnterLeave m_nAction DbgAction
 sw/source/ui/envelp/swuilabimp.hxx:32
     SwLabPage m_xAddressFrame std::unique_ptr<weld::Widget>
-sw/source/uibase/inc/condedit.hxx:43
-    ConditionEdit m_aDropTargetHelper ConditionEditDropTarget
-sw/source/uibase/inc/conttree.hxx:334
+sw/source/ui/inc/condedit.hxx:87
+    ConditionEdit m_aDropTargetHelper ConditionEditDropTarget<Entry>
+sw/source/uibase/inc/conttree.hxx:332
     SwGlobalTree m_aDropTargetHelper SwGlobalTreeDropTarget
-sw/source/uibase/inc/frmpage.hxx:94
+sw/source/uibase/inc/convert.hxx:40
+    SwConvertTableDlg m_aStrTitle OUString
+sw/source/uibase/inc/convert.hxx:41
+    SwConvertTableDlg m_aStrLabel OUString
+sw/source/uibase/inc/convert.hxx:42
+    SwConvertTableDlg m_aStrClose OUString
+sw/source/uibase/inc/convert.hxx:43
+    SwConvertTableDlg m_aStrDelTitle OUString
+sw/source/uibase/inc/convert.hxx:44
+    SwConvertTableDlg m_aStrDelMsg OUString
+sw/source/uibase/inc/convert.hxx:45
+    SwConvertTableDlg m_aStrRenameTitle OUString
+sw/source/uibase/inc/convert.hxx:46
+    SwConvertTableDlg m_aStrInvalidFormat OUString
+sw/source/uibase/inc/convert.hxx:79
+    SwConvertTableDlg m_pShell SwWrtShell *
+sw/source/uibase/inc/frmpage.hxx:103
     SwFramePage m_xAnchorFrame std::unique_ptr<weld::Widget>
 sw/source/uibase/inc/insfnote.hxx:38
     SwInsFootNoteDlg m_xNumberFrame std::unique_ptr<weld::Widget>
-sw/source/uibase/inc/mailmrge.hxx:72
-    SwMailMergeDlg m_xSingleJobsCB std::unique_ptr<weld::CheckButton>
 sw/source/uibase/inc/num.hxx:47
     SwNumPositionTabPage m_xPositionFrame std::unique_ptr<weld::Widget>
 sw/source/uibase/inc/pagenumberdlg.hxx:31
@@ -526,17 +472,17 @@ sw/source/uibase/inc/unodispatch.hxx:43
     SwXDispatchProviderInterceptor::DispatchMutexLock_Impl aGuard 
SolarMutexGuard
 sw/source/uibase/sidebar/ThemePanel.hxx:41
     sw::sidebar::ThemePanel mxListBoxFonts std::unique_ptr<weld::TreeView>
+sw/source/writerfilter/ooxml/OOXMLStreamImpl.hxx:41
+    writerfilter::ooxml::OOXMLStreamImpl mxFastParser 
css::uno::Reference<css::xml::sax::XFastParser>
 toolkit/source/awt/stylesettings.cxx:74
     toolkit::(anonymous namespace)::StyleMethodGuard m_aGuard SolarMutexGuard
 unoidl/source/unoidlprovider.cxx:675
     unoidl::detail::(anonymous namespace)::UnoidlCursor reference1_ 
rtl::Reference<UnoidlProvider>
 unoidl/source/unoidlprovider.cxx:676
     unoidl::detail::(anonymous namespace)::UnoidlCursor reference2_ 
rtl::Reference<UnoidlModuleEntity>
-uui/source/iahndl.hxx:64
-    InteractionHandlerData ServiceName OUString
 uui/source/openlocked.hxx:36
     vcl::OpenLockedQueryBox mxQuestionMarkImage std::unique_ptr<weld::Image>
-vcl/inc/jsdialog/jsdialogbuilder.hxx:728
+vcl/inc/jsdialog/jsdialogbuilder.hxx:737
     JSToolbar m_pPopovers std::map<sal_uInt16, weld::Widget *>
 vcl/inc/pdf/pdfbuildin_fonts.hxx:34
     vcl::pdf::BuildinFont m_nAscent const int
@@ -546,11 +492,43 @@ vcl/inc/pdf/pdfbuildin_fonts.hxx:42
     vcl::pdf::BuildinFont m_aWidths const int[256]
 vcl/inc/salprn.hxx:48
     SalPrinterQueueInfo moPortName std::optional<OUString>
-vcl/inc/sft.hxx:178
+vcl/inc/sft.hxx:179
     vcl::TTGlobalFontInfo_ fsSelection sal_uInt16
 vcl/inc/skia/zone.hxx:29
     SkiaZone g SolarMutexGuard
-vcl/source/app/salvtables.cxx:246
+vcl/inc/unx/cpdmgr.hxx:45
+    psp::CPDPrinter id const char *
+vcl/inc/unx/cpdmgr.hxx:46
+    psp::CPDPrinter name const char *
+vcl/inc/unx/cpdmgr.hxx:47
+    psp::CPDPrinter info const char *
+vcl/inc/unx/cpdmgr.hxx:48
+    psp::CPDPrinter location const char *
+vcl/inc/unx/cpdmgr.hxx:49
+    psp::CPDPrinter make_and_model const char *
+vcl/inc/unx/cpdmgr.hxx:50
+    psp::CPDPrinter printer_state const char *
+vcl/inc/unx/cpdmgr.hxx:51
+    psp::CPDPrinter backend_name const char *
+vcl/inc/unx/cpdmgr.hxx:52
+    psp::CPDPrinter is_accepting_jobs _Bool
+vcl/inc/unx/cpdmgr.hxx:53
+    psp::CPDPrinter backend GDBusProxy *
+vcl/inc/unx/cpdmgr.hxx:59
+    psp::CPDManager m_pConnection GDBusConnection *
+vcl/inc/unx/cpdmgr.hxx:60
+    psp::CPDManager m_aPrintersChanged _Bool
+vcl/inc/unx/cpdmgr.hxx:61
+    psp::CPDManager m_tBackends std::vector<std::pair<std::string, gchar *> >
+vcl/inc/unx/cpdmgr.hxx:62
+    psp::CPDManager m_pBackends std::unordered_map<std::string, GDBusProxy *>
+vcl/inc/unx/cpdmgr.hxx:63
+    psp::CPDManager m_aSpoolFiles std::unordered_map<FILE *, OString, FPtrHash>
+vcl/inc/unx/cpdmgr.hxx:64
+    psp::CPDManager m_aCPDDestMap std::unordered_map<OUString, CPDPrinter *>
+vcl/inc/unx/cpdmgr.hxx:65
+    psp::CPDManager m_aDefaultContexts std::unordered_map<OUString, PPDContext>
+vcl/source/app/salvtables.cxx:245
     SalFlashAttention m_aOrigBackground Wallpaper
 vcl/source/fontsubset/ttcr.hxx:40
     vcl::longHorMetrics aw sal_uInt16
@@ -576,9 +554,9 @@ vcl/unx/gtk3/customcellrenderer.hxx:29
     CustomCellRendererClass parent_class GtkCellRendererTextClass
 vcl/unx/gtk3/gloactiongroup.cxx:27
     (anonymous namespace)::GLOAction parent_instance GObject
-writerfilter/source/ooxml/OOXMLStreamImpl.hxx:41
-    writerfilter::ooxml::OOXMLStreamImpl mxFastParser 
css::uno::Reference<css::xml::sax::XFastParser>
-xmloff/inc/XMLThemeContext.hxx:47
+xmlhelp/source/cxxhelp/inc/tvfactory.hxx:70
+    treeview::TVFactory m_xContext 
css::uno::Reference<css::uno::XComponentContext>
+xmloff/inc/XMLThemeContext.hxx:45
     XMLThemeColorsContext m_aColorScheme std::vector<css::util::Color>
 xmlscript/source/xmldlg_imexp/imp_share.hxx:537
     xmlscript::BulletinBoardElement mxDialogImport rtl::Reference<DialogImport>
diff --git a/compilerplugins/clang/unusedfields.writeonly.results 
b/compilerplugins/clang/unusedfields.writeonly.results
index a2110d149d2c..9fc7025d4d47 100644
--- a/compilerplugins/clang/unusedfields.writeonly.results
+++ b/compilerplugins/clang/unusedfields.writeonly.results
@@ -1,8 +1,8 @@
-basctl/source/basicide/moduldlg.hxx:134
+basctl/source/basicide/moduldlg.hxx:138
     basctl::ObjectPage m_xDropTarget std::unique_ptr<SbTreeListBoxDropTarget>
 basctl/source/inc/basidesh.hxx:98
     basctl::Shell m_aNotifier DocumentEventNotifier
-basctl/source/inc/bastype2.hxx:182
+basctl/source/inc/bastype2.hxx:181
     basctl::SbTreeListBox m_aNotifier DocumentEventNotifier
 basctl/source/inc/colorscheme.hxx:29
     basctl::ColorScheme m_sSchemeName OUString
@@ -10,7 +10,7 @@ basctl/source/inc/colorscheme.hxx:30
     basctl::ColorScheme m_bIsDefault _Bool
 basctl/source/inc/IDEComboBox.hxx:113
     basctl::DocListenerBox maNotifier DocumentEventNotifier
-basegfx/source/polygon/b2dpolygontriangulator.cxx:113
+basegfx/source/polygon/b2dpolygontriangulator.cxx:108
     basegfx::(anonymous namespace)::Triangulator maNewEdgeEntries 
std::vector<std::unique_ptr<EdgeEntry> >
 basic/qa/cppunit/test_scanner.cxx:24
     (anonymous namespace)::Symbol line sal_uInt16
@@ -18,45 +18,45 @@ basic/qa/cppunit/test_scanner.cxx:25
     (anonymous namespace)::Symbol col1 sal_uInt16
 basic/source/inc/runtime.hxx:254
     SbiRuntime aRefSaved std::vector<SbxVariableRef>
-bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:54
+bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:66
     Data pMethod sal_uInt64
-bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:55
+bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:67
     Data pStack sal_uInt64 *
-bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:56
+bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:68
     Data nStack sal_uInt32
-bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:57
+bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:69
     Data pGPR sal_uInt64 *
-bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:58
+bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:70
     Data pFPR double *
 bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx:447
     bridges::cpp_uno::shared::VtableFactory::Slot fn const void *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:130
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:126
     __cxxabiv1::__cxa_exception unexpectedHandler void (*)(void)
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:131
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:127
     __cxxabiv1::__cxa_exception terminateHandler std::terminate_handler
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:132
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:128
     __cxxabiv1::__cxa_exception nextException __cxa_exception *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:133
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:129
     __cxxabiv1::__cxa_exception handlerCount int
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:134
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:130
     __cxxabiv1::__cxa_exception handlerSwitchValue int
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:135
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:131
     __cxxabiv1::__cxa_exception actionRecord const char *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:136
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:132
     __cxxabiv1::__cxa_exception languageSpecificData const char *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:137
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:133
     __cxxabiv1::__cxa_exception catchTemp void *
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:139
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:135
     __cxxabiv1::__cxa_exception unwindHeader _Unwind_Exception
-bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:149
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:145
     __cxxabiv1::__cxa_eh_globals uncaughtExceptions unsigned int
-bridges/source/jni_uno/jni_java2uno.cxx:151
-    jni_uno::(anonymous namespace)::largest n sal_Int64
 bridges/source/jni_uno/jni_java2uno.cxx:152
-    jni_uno::(anonymous namespace)::largest d double
+    jni_uno::(anonymous namespace)::largest n sal_Int64
 bridges/source/jni_uno/jni_java2uno.cxx:153
-    jni_uno::(anonymous namespace)::largest p void *
+    jni_uno::(anonymous namespace)::largest d double
 bridges/source/jni_uno/jni_java2uno.cxx:154
+    jni_uno::(anonymous namespace)::largest p void *
+bridges/source/jni_uno/jni_java2uno.cxx:155
     jni_uno::(anonymous namespace)::largest a uno_Any
 canvas/inc/rendering/irendermodule.hxx:36
     canvas::Vertex a float
@@ -88,9 +88,9 @@ chart2/inc/ChartModel.hxx:485
     chart::ChartModel mnStart sal_Int32
 chart2/inc/ChartModel.hxx:486
     chart::ChartModel mnEnd sal_Int32
-chart2/source/controller/dialogs/DialogModel.cxx:179
+chart2/source/controller/dialogs/DialogModel.cxx:178
     (anonymous namespace)::lcl_RolesWithRangeAppend m_rDestCnt tContainerType *
-chart2/source/controller/inc/ChartController.hxx:414
+chart2/source/controller/inc/ChartController.hxx:415
     chart::ChartController m_apDropTargetHelper 
std::unique_ptr<DropTargetHelper>
 chart2/source/controller/inc/dlg_ChartType_UNO.hxx:62
     chart::ChartTypeUnoDlg m_xChartModel rtl::Reference< ::chart::ChartModel>
@@ -98,9 +98,9 @@ chart2/source/controller/inc/dlg_View3D.hxx:53
     chart::View3DDialog m_xIllumination 
std::unique_ptr<ThreeD_SceneIllumination_TabPage>
 chart2/source/controller/main/ElementSelector.hxx:37
     chart::ListBoxEntryData nHierarchyDepth sal_Int32
-chart2/source/inc/MediaDescriptorHelper.hxx:71
+chart2/source/inc/MediaDescriptorHelper.hxx:72
     apphelper::MediaDescriptorHelper ReadOnly _Bool
-chart2/source/view/charttypes/PieChart.hxx:140
+chart2/source/view/charttypes/PieChart.hxx:271
     chart::PieChart::PieLabelInfo fValue double
 codemaker/source/cppumaker/dependencies.hxx:108
     codemaker::cppumaker::Dependencies m_voidDependency _Bool
@@ -250,9 +250,9 @@ cppu/source/uno/copy.hxx:38
     cppu::(anonymous namespace)::SequencePrefix nRefCount sal_Int32
 cppu/source/uno/copy.hxx:39
     cppu::(anonymous namespace)::SequencePrefix nElements sal_Int32
-cppuhelper/source/access_control.cxx:73
+cppuhelper/source/access_control.cxx:72
     cppu::(anonymous namespace)::permission m_str1 rtl_uString *
-cppuhelper/source/access_control.cxx:74
+cppuhelper/source/access_control.cxx:73
     cppu::(anonymous namespace)::permission m_str2 rtl_uString *
 cppuhelper/source/typemanager.cxx:846
     (anonymous namespace)::BaseOffset set_ std::set<OUString>
@@ -276,7 +276,7 @@ dbaccess/source/core/inc/SingleSelectQueryComposer.hxx:86
     dbaccess::OSingleSelectQueryComposer m_aTablesCollection 
std::vector<std::unique_ptr<OPrivateTables> >
 dbaccess/source/core/inc/TableDeco.hxx:64
     dbaccess::ODBTableDecorator m_xColumnMediator 
css::uno::Reference<css::container::XContainerListener>
-dbaccess/source/filter/xml/dbloader2.cxx:201
+dbaccess/source/filter/xml/dbloader2.cxx:200
     dbaxml::(anonymous namespace)::DBContentLoader m_xMySelf 
Reference<XFrameLoader>
 dbaccess/source/ui/app/AppDetailView.hxx:107
     dbaui::OApplicationDetailView m_aExternalMnemonics MnemonicGenerator
@@ -284,11 +284,11 @@ dbaccess/source/ui/browser/dbloader.cxx:60
     (anonymous namespace)::DBContentLoader m_xListener 
Reference<XLoadEventListener>
 dbaccess/source/ui/inc/RelationController.hxx:36
     dbaui::ORelationController m_xWaitObject std::unique_ptr<weld::WaitObject>
-desktop/qa/desktop_lib/test_desktop_lib.cxx:314
+desktop/qa/desktop_lib/test_desktop_lib.cxx:308
     DesktopLOKTest m_bModified _Bool
-desktop/source/app/app.cxx:1247
+desktop/source/app/app.cxx:1250
     desktop::(anonymous namespace)::ExecuteGlobals pCTLLanguageOptions 
std::unique_ptr<SvtCTLOptions>
-desktop/source/app/app.cxx:1248
+desktop/source/app/app.cxx:1251
     desktop::(anonymous namespace)::ExecuteGlobals pPathOptions 
std::unique_ptr<SvtPathOptions>
 desktop/source/deployment/gui/dp_gui_extlistbox.hxx:138
     dp_gui::ExtensionBox_Impl m_vRemovedEntries std::vector<TEntry_Impl>
@@ -326,6 +326,8 @@ drawinglayer/source/attribute/sdrsceneattribute3d.cxx:29
     drawinglayer::attribute::ImpSdrSceneAttribute mfDistance double
 drawinglayer/source/tools/emfpcustomlinecap.hxx:32
     emfplushelper::EMFPCustomLineCap mbIsFilled _Bool
+editeng/source/editeng/impedit.hxx:604
+    ImpEditEngine mnCurTextHeightNTP tools::Long
 embeddedobj/source/inc/oleembobj.hxx:133
     OleEmbeddedObject m_nTargetState sal_Int32
 embeddedobj/source/inc/oleembobj.hxx:145
@@ -364,13 +366,15 @@ framework/inc/xml/imagesdocumenthandler.hxx:124
     framework::OWriteImagesDocumentHandler m_xEmptyList 
css::uno::Reference<css::xml::sax::XAttributeList>
 framework/inc/xml/statusbardocumenthandler.hxx:125
     framework::OWriteStatusBarDocumentHandler m_xEmptyList 
css::uno::Reference<css::xml::sax::XAttributeList>
+framework/source/fwe/classes/addonsoptions.cxx:248
+    framework::AddonsOptions_Impl::OneImageEntry aURL OUString
 framework/source/layoutmanager/toolbarlayoutmanager.hxx:273
     framework::ToolbarLayoutManager m_pGlobalSettings 
std::unique_ptr<GlobalSettings>
 framework/source/layoutmanager/toolbarlayoutmanager.hxx:277
     framework::ToolbarLayoutManager m_bGlobalSettings _Bool
 helpcompiler/inc/HelpCompiler.hxx:204
     HelpCompiler gui std::string
-i18nutil/source/utility/paper.cxx:318
+i18nutil/source/utility/paper.cxx:314
     paperword string char *
 include/basegfx/DrawCommands.hxx:82
     gfx::LinearGradientInfo maMatrix basegfx::B2DHomMatrix
@@ -450,9 +454,9 @@ include/framework/dispatchhelper.hxx:73
     framework::DispatchHelper m_xBroadcaster 
css::uno::Reference<css::uno::XInterface>
 include/framework/framelistanalyzer.hxx:122
     framework::FrameListAnalyzer m_xHelp 
css::uno::Reference<css::frame::XFrame>
-include/LibreOfficeKit/LibreOfficeKit.h:357
+include/LibreOfficeKit/LibreOfficeKit.h:363
     _LibreOfficeKitDocumentClass getPartInfo char *(*)(LibreOfficeKitDocument 
*, int)
-include/LibreOfficeKit/LibreOfficeKit.h:362
+include/LibreOfficeKit/LibreOfficeKit.h:368
     _LibreOfficeKitDocumentClass paintWindowDPI void 
(*)(LibreOfficeKitDocument *, unsigned int, unsigned char *, const int, const 
int, const int, const int, const double)
 include/opencl/openclwrapper.hxx:34
     openclwrapper::KernelEnv mpkProgram cl_program
@@ -470,9 +474,9 @@ include/sfx2/minfitem.hxx:38
     SfxMacroInfoItem aCommentText OUString
 include/sfx2/viewsh.hxx:188
     SfxViewShell m_xHelper std::shared_ptr<SfxStoringHelper>
-include/svl/poolitem.hxx:160
+include/svl/poolitem.hxx:473
     SfxPoolItem m_bDeleted _Bool
-include/svl/sigstruct.hxx:127
+include/svl/sigstruct.hxx:125
     SignatureInformation hasInconsistentSigningTime _Bool
 include/svtools/brwbox.hxx:325
     BrowseBox::CursorMoveAttempt m_nCol sal_Int32
@@ -484,63 +488,65 @@ include/svtools/ctrltool.hxx:147
     FontList mpDev VclPtr<OutputDevice>
 include/svtools/ctrltool.hxx:148
     FontList mpDev2 VclPtr<OutputDevice>
+include/svx/annotation/Annotation.hxx:69
+    sdr::annotation::CreationInfo maRectangle basegfx::B2DRectangle
 include/svx/bmpmask.hxx:127
     SvxBmpMask aSelItem SvxBmpMaskSelectItem
-include/svx/diagram/datamodel.hxx:116
+include/svx/diagram/datamodel.hxx:118
     svx::diagram::Point msColorTransformCategoryId OUString
-include/svx/diagram/datamodel.hxx:117
+include/svx/diagram/datamodel.hxx:119
     svx::diagram::Point msColorTransformTypeId OUString
-include/svx/diagram/datamodel.hxx:118
+include/svx/diagram/datamodel.hxx:120
     svx::diagram::Point msLayoutCategoryId OUString
-include/svx/diagram/datamodel.hxx:119
+include/svx/diagram/datamodel.hxx:121
     svx::diagram::Point msLayoutTypeId OUString
-include/svx/diagram/datamodel.hxx:120
+include/svx/diagram/datamodel.hxx:122
     svx::diagram::Point msPlaceholderText OUString
-include/svx/diagram/datamodel.hxx:124
+include/svx/diagram/datamodel.hxx:126
     svx::diagram::Point msQuickStyleCategoryId OUString
-include/svx/diagram/datamodel.hxx:125
+include/svx/diagram/datamodel.hxx:127
     svx::diagram::Point msQuickStyleTypeId OUString
-include/svx/diagram/datamodel.hxx:128
+include/svx/diagram/datamodel.hxx:130
     svx::diagram::Point mnMaxChildren sal_Int32
-include/svx/diagram/datamodel.hxx:129
+include/svx/diagram/datamodel.hxx:131
     svx::diagram::Point mnPreferredChildren sal_Int32
-include/svx/diagram/datamodel.hxx:132
+include/svx/diagram/datamodel.hxx:134
     svx::diagram::Point mnResizeHandles sal_Int32
-include/svx/diagram/datamodel.hxx:133
+include/svx/diagram/datamodel.hxx:135
     svx::diagram::Point mnCustomAngle sal_Int32
-include/svx/diagram/datamodel.hxx:134
+include/svx/diagram/datamodel.hxx:136
     svx::diagram::Point mnPercentageNeighbourWidth sal_Int32
-include/svx/diagram/datamodel.hxx:135
+include/svx/diagram/datamodel.hxx:137
     svx::diagram::Point mnPercentageNeighbourHeight sal_Int32
-include/svx/diagram/datamodel.hxx:136
+include/svx/diagram/datamodel.hxx:138
     svx::diagram::Point mnPercentageOwnWidth sal_Int32
-include/svx/diagram/datamodel.hxx:137
+include/svx/diagram/datamodel.hxx:139
     svx::diagram::Point mnPercentageOwnHeight sal_Int32
-include/svx/diagram/datamodel.hxx:138
+include/svx/diagram/datamodel.hxx:140
     svx::diagram::Point mnIncludeAngleScale sal_Int32
-include/svx/diagram/datamodel.hxx:139
+include/svx/diagram/datamodel.hxx:141
     svx::diagram::Point mnRadiusScale sal_Int32
-include/svx/diagram/datamodel.hxx:140
+include/svx/diagram/datamodel.hxx:142
     svx::diagram::Point mnWidthScale sal_Int32
-include/svx/diagram/datamodel.hxx:141
+include/svx/diagram/datamodel.hxx:143
     svx::diagram::Point mnHeightScale sal_Int32
-include/svx/diagram/datamodel.hxx:142
+include/svx/diagram/datamodel.hxx:144
     svx::diagram::Point mnWidthOverride sal_Int32
-include/svx/diagram/datamodel.hxx:143
+include/svx/diagram/datamodel.hxx:145
     svx::diagram::Point mnHeightOverride sal_Int32
-include/svx/diagram/datamodel.hxx:147
+include/svx/diagram/datamodel.hxx:149
     svx::diagram::Point mbOrgChartEnabled _Bool
-include/svx/diagram/datamodel.hxx:148
+include/svx/diagram/datamodel.hxx:150
     svx::diagram::Point mbBulletEnabled _Bool
-include/svx/diagram/datamodel.hxx:149
+include/svx/diagram/datamodel.hxx:151
     svx::diagram::Point mbCoherent3DOffset _Bool
-include/svx/diagram/datamodel.hxx:150
+include/svx/diagram/datamodel.hxx:152
     svx::diagram::Point mbCustomHorizontalFlip _Bool
-include/svx/diagram/datamodel.hxx:151
-    svx::diagram::Point mbCustomVerticalFlip _Bool
 include/svx/diagram/datamodel.hxx:153
+    svx::diagram::Point mbCustomVerticalFlip _Bool
+include/svx/diagram/datamodel.hxx:155
     svx::diagram::Point mbIsPlaceholder _Bool
-include/svx/diagram/datamodel.hxx:264
+include/svx/diagram/datamodel.hxx:266
     svx::diagram::DiagramData maConnectionNameMap ConnectionNameMap
 include/svx/fillctrl.hxx:83
     FillControl mxColorDispatch std::unique_ptr<ToolbarUnoDispatcher>
@@ -554,21 +560,23 @@ include/svx/galctrl.hxx:91
     GalleryIconView mxDragDropTargetHelper std::unique_ptr<GalleryDragDrop>
 include/svx/GenericCheckDialog.hxx:91
     svx::GenericCheckDialog m_aCheckEntries 
std::vector<std::unique_ptr<GenericCheckEntry> >
-include/svx/gridctrl.hxx:260
+include/svx/gridctrl.hxx:266
     DbGridControl m_pCursorDisposeListener 
std::unique_ptr<DisposeListenerGridBridge>
 include/svx/ofaitem.hxx:44
     OfaXColorListItem mxRef rtl::Reference<XColorList>
 include/svx/sdasitm.hxx:55
     SdrCustomShapeGeometryItem m_aHash size_t
-include/svx/srchdlg.hxx:166
+include/svx/sidebar/LinePropertyPanelBase.hxx:100
+    svx::sidebar::LinePropertyPanelBase mxArrowHeadStyleDispatch 
std::unique_ptr<ToolbarUnoDispatcher>
+include/svx/srchdlg.hxx:175
-e 
... etc. - the rest is truncated

Reply via email to