[Libreoffice-commits] core.git: compilerplugins/clang framework/source include/vcl svtools/source vcl/inc vcl/source xmloff/source

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 7 16:20:43 UTC 2020


 compilerplugins/clang/constantparam.bitmask.results      |    4 
 compilerplugins/clang/constantparam.booleans.results     |  338 +++++++--------
 compilerplugins/clang/constantparam.constructors.results |   76 +--
 compilerplugins/clang/constantparam.numbers.results      |  190 ++++----
 framework/source/uielement/resourcemenucontroller.cxx    |    6 
 include/vcl/image.hxx                                    |    2 
 svtools/source/misc/imagemgr.cxx                         |    2 
 vcl/inc/image.h                                          |    3 
 vcl/source/image/Image.cxx                               |    8 
 vcl/source/image/ImplImage.cxx                           |    9 
 xmloff/source/chart/SchXMLParagraphContext.cxx           |    5 
 xmloff/source/chart/SchXMLParagraphContext.hxx           |    3 
 12 files changed, 321 insertions(+), 325 deletions(-)

New commits:
commit af1e773c19db58de55939355bf0069e35d2a7789
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Mon Sep 7 15:13:37 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Sep 7 18:19:57 2020 +0200

    loplugin:constantparam
    
    Change-Id: I83722d99fa0d5919a7e878d32311dbb6de1c6714
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102175
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/compilerplugins/clang/constantparam.bitmask.results b/compilerplugins/clang/constantparam.bitmask.results
index 17b57d32bf66..0e08530d201c 100644
--- a/compilerplugins/clang/constantparam.bitmask.results
+++ b/compilerplugins/clang/constantparam.bitmask.results
@@ -1,7 +1,7 @@
-codemaker/source/javamaker/classfile.hxx:153
+codemaker/source/javamaker/classfile.hxx:152
     void codemaker::javamaker::ClassFile::ClassFile(enum codemaker::javamaker::ClassFile::AccessFlags,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &)
     enum codemaker::javamaker::ClassFile::AccessFlags accessFlags setBits=0x1
-codemaker/source/javamaker/classfile.hxx:168
+codemaker/source/javamaker/classfile.hxx:167
     void codemaker::javamaker::ClassFile::addField(enum codemaker::javamaker::ClassFile::AccessFlags,const class rtl::OString &,const class rtl::OString &,unsigned short,const class rtl::OString &)
     enum codemaker::javamaker::ClassFile::AccessFlags accessFlags setBits=0x1
 dbaccess/source/filter/xml/xmlExport.hxx:165
diff --git a/compilerplugins/clang/constantparam.booleans.results b/compilerplugins/clang/constantparam.booleans.results
index 99d80d4ab8a3..a850a26c9653 100644
--- a/compilerplugins/clang/constantparam.booleans.results
+++ b/compilerplugins/clang/constantparam.booleans.results
@@ -10,7 +10,7 @@ basctl/source/basicide/moduldlg.hxx:103
     void basctl::LibDialog::EnableReference(_Bool)
     _Bool b
     0
-basctl/source/inc/scriptdocument.hxx:89
+basctl/source/inc/scriptdocument.hxx:88
     void basctl::ScriptDocument::ScriptDocument(enum basctl::ScriptDocument::SpecialDocument)
     enum basctl::ScriptDocument::SpecialDocument _eType
     0
@@ -22,11 +22,11 @@ basegfx/source/polygon/b3dpolygon.cxx:77
     void (anonymous namespace)::CoordinateDataArray3D::CoordinateDataArray3D(unsigned int)
     unsigned int nCount
     0
-basic/source/inc/runtime.hxx:324
+basic/source/inc/runtime.hxx:323
     void SbiRuntime::StepRESUME(unsigned int)
     unsigned int 
     1
-basic/source/inc/runtime.hxx:355
+basic/source/inc/runtime.hxx:354
     _Bool SbiRuntime::IsMissing(class SbxVariable *,unsigned short)
     unsigned short 
     1
@@ -62,51 +62,51 @@ canvas/source/cairo/cairo_canvashelper.hxx:248
     void cairocanvas::CanvasHelper::useStates(const struct com::sun::star::rendering::ViewState &,const struct com::sun::star::rendering::RenderState &,_Bool)
     _Bool setColor
     1
-canvas/source/vcl/spritecanvashelper.hxx:45
+canvas/source/vcl/spritecanvashelper.hxx:44
     void vclcanvas::SpriteCanvasHelper::init(const class std::shared_ptr<class vclcanvas::OutDevProvider> &,class vclcanvas::SpriteCanvas &,class canvas::SpriteRedrawManager &,_Bool,_Bool)
-    _Bool bProtect
+    _Bool bHaveAlpha
     0
-canvas/source/vcl/spritecanvashelper.hxx:45
+canvas/source/vcl/spritecanvashelper.hxx:44
     void vclcanvas::SpriteCanvasHelper::init(const class std::shared_ptr<class vclcanvas::OutDevProvider> &,class vclcanvas::SpriteCanvas &,class canvas::SpriteRedrawManager &,_Bool,_Bool)
-    _Bool bHaveAlpha
+    _Bool bProtect
     0
 chart2/qa/extras/chart2dump/chart2dump.cxx:98
     void Chart2DumpTest::Chart2DumpTest(_Bool)
     _Bool bDumpMode
     0
-chart2/qa/extras/chart2export.cxx:424
+chart2/qa/extras/chart2export.cxx:429
     void checkCommonTrendline(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XRegressionCurve> &,double,double,_Bool,double,_Bool,_Bool)
     _Bool aExpectedShowEquation
     1
-chart2/qa/extras/charttest.hxx:239
+chart2/qa/extras/charttest.hxx:238
     class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> getPivotChartDocFromSheet(int,const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &)
     int nSheet
     1
-chart2/qa/extras/charttest.hxx:245
+chart2/qa/extras/charttest.hxx:244
     class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> getPivotChartDocFromSheet(const class com::sun::star::uno::Reference<class com::sun::star::table::XTablePivotCharts> &,int)
     int nIndex
     0
-chart2/qa/extras/charttest.hxx:279
+chart2/qa/extras/charttest.hxx:278
     class com::sun::star::uno::Reference<class com::sun::star::chart2::XAxis> getAxisFromDoc(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int,int)
     int nCooSys
     0
-chart2/qa/extras/charttest.hxx:299
+chart2/qa/extras/charttest.hxx:298
     int getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int)
     int nCooSys
     0
-chart2/qa/extras/charttest.hxx:299
+chart2/qa/extras/charttest.hxx:298
     int getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int)
     int nChartType
     0
-chart2/qa/extras/charttest.hxx:309
+chart2/qa/extras/charttest.hxx:308
     class com::sun::star::uno::Reference<class com::sun::star::chart2::XDataSeries> getDataSeriesFromDoc(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int,int)
     int nCooSys
     0
-chart2/qa/extras/charttest.hxx:324
+chart2/qa/extras/charttest.hxx:323
     class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XDataSequence> getLabelDataSequenceFromDoc(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int)
     int nChartType
     0
-chart2/qa/extras/charttest.hxx:346
+chart2/qa/extras/charttest.hxx:345
     class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XDataSequence> getDataSequenceFromDocByRole(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,const class rtl::OUString &,int,int)
     int nChartType
     0
@@ -134,7 +134,7 @@ chart2/source/controller/dialogs/DialogModel.cxx:229
     struct (anonymous namespace)::lcl_RolesWithRangeAppend & (anonymous namespace)::lcl_RolesWithRangeAppend::operator++(int)
     int 
     0
-chart2/source/controller/inc/ChartController.hxx:368
+chart2/source/controller/inc/ChartController.hxx:367
     class chart::ChartController::TheModelRef & chart::ChartController::TheModelRef::operator=(class chart::ChartController::TheModel *)
      ###1
     0
@@ -142,15 +142,15 @@ chart2/source/controller/inc/ViewElementListProvider.hxx:51
     class Graphic chart::ViewElementListProvider::GetSymbolGraphic(int,const class SfxItemSet *) const
     int nStandardSymbol
     0
-chart2/source/inc/AxisHelper.hxx:194
+chart2/source/inc/AxisHelper.hxx:193
     class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartType> chart::AxisHelper::getChartTypeByIndex(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XCoordinateSystem> &,int)
     int nIndex
     0
-chart2/source/inc/ChartTypeDialogController.hxx:65
+chart2/source/inc/ChartTypeDialogController.hxx:64
     void chart::ChartTypeParameter::ChartTypeParameter(int,_Bool,_Bool,enum chart::GlobalStackMode,_Bool,_Bool,enum com::sun::star::chart2::CurveStyle)
     enum com::sun::star::chart2::CurveStyle eCurveStyle
     0
-chart2/source/model/template/ColumnLineChartTypeTemplate.hxx:38
+chart2/source/model/template/ColumnLineChartTypeTemplate.hxx:37
     void chart::ColumnLineChartTypeTemplate::ColumnLineChartTypeTemplate(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum chart::StackMode,int)
     int nNumberOfLines
     1
@@ -158,27 +158,27 @@ chart2/source/tools/InternalDataProvider.cxx:244
     void chart::(anonymous namespace)::lcl_setAnyAtLevelFromStringSequence::lcl_setAnyAtLevelFromStringSequence(int)
     int nLevel
     0
-chart2/source/view/axes/VAxisProperties.hxx:150
+chart2/source/view/axes/VAxisProperties.hxx:149
     struct chart::TickmarkProperties chart::AxisProperties::makeTickmarkPropertiesForComplexCategories(int,int) const
     int nTickStartDistanceToAxis
     0
-chart2/source/view/axes/VCartesianAxis.hxx:32
+chart2/source/view/axes/VCartesianAxis.hxx:31
     void chart::VCartesianAxis::VCartesianAxis(const struct chart::AxisProperties &,const class com::sun::star::uno::Reference<class com::sun::star::util::XNumberFormatsSupplier> &,int,int,class chart::PlottingPositionHelper *)
     int nDimensionIndex
     1
-chart2/source/view/charttypes/CategoryPositionHelper.hxx:29
+chart2/source/view/charttypes/CategoryPositionHelper.hxx:28
     void chart::CategoryPositionHelper::CategoryPositionHelper(double,double)
     double fSeriesCount
     1
-chart2/source/view/inc/PlottingPositionHelper.hxx:112
+chart2/source/view/inc/PlottingPositionHelper.hxx:111
     void chart::PlottingPositionHelper::AllowShiftXAxisPos(_Bool)
     _Bool bAllowShift
     1
-chart2/source/view/inc/PlottingPositionHelper.hxx:113
+chart2/source/view/inc/PlottingPositionHelper.hxx:112
     void chart::PlottingPositionHelper::AllowShiftZAxisPos(_Bool)
     _Bool bAllowShift
     1
-chart2/source/view/inc/Stripe.hxx:53
+chart2/source/view/inc/Stripe.hxx:52
     void chart::Stripe::InvertNormal(_Bool)
     _Bool bInvertNormal
     1
@@ -186,11 +186,11 @@ chart2/source/view/main/ShapeFactory.cxx:704
     void appendAndCloseBezierCoords(struct com::sun::star::drawing::PolyPolygonBezierCoords &,const struct com::sun::star::drawing::PolyPolygonBezierCoords &,_Bool)
     _Bool bAppendInverse
     1
-chart2/source/view/main/VButton.hxx:51
+chart2/source/view/main/VButton.hxx:50
     void chart::VButton::showArrow(_Bool)
     _Bool bShowArrow
     0
-codemaker/source/javamaker/classfile.hxx:120
+codemaker/source/javamaker/classfile.hxx:119
     void codemaker::javamaker::ClassFile::Code::storeLocalReference(unsigned short)
     unsigned short index
     1
@@ -270,7 +270,7 @@ cui/source/inc/cfg.hxx:335
     void SvxMenuEntriesListBox::set_text(int,const class rtl::OUString &,int)
     int col
     0
-cui/source/inc/cfg.hxx:459
+cui/source/inc/cfg.hxx:455
     void SvxConfigPage::InsertEntryIntoUI(class SvxConfigEntry *,class weld::TreeView &,class weld::TreeIter &,_Bool)
     _Bool bMenu
     1
@@ -334,10 +334,6 @@ dbaccess/source/core/inc/column.hxx:179
     void dbaccess::OColumns::OColumns(class cppu::OWeakObject &,class osl::Mutex &,const class com::sun::star::uno::Reference<class com::sun::star::container::XNameAccess> &,_Bool,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &,class dbaccess::IColumnFactory *,class connectivity::sdbcx::IRefreshableColumns *,_Bool,_Bool,_Bool)
     _Bool _bUseHardRef
     1
-dbaccess/source/ui/app/AppSwapWindow.hxx:58
-    class SvxIconChoiceCtrlEntry * dbaui::OApplicationSwapWindow::GetEntry(unsigned long) const
-    unsigned long nPos
-    0
 dbaccess/source/ui/control/tabletree.cxx:172
     class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > lcl_getMetaDataStrings_throw(const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XResultSet> &,int)
     int _nColumnIndex
@@ -346,11 +342,7 @@ dbaccess/source/ui/inc/charsets.hxx:46
     class dbaui::OCharsetDisplay::ExtendedCharsetIterator dbaui::OCharsetDisplay::findEncoding(const unsigned short) const
     const unsigned short _eEncoding
     0
-dbaccess/source/ui/inc/dbtreelistbox.hxx:162
-    void dbaui::DBTableTreeView::DBTableTreeView(class weld::Container *,_Bool)
-    _Bool bShowToggles
-    0
-dbaccess/source/ui/inc/FieldDescControl.hxx:127
+dbaccess/source/ui/inc/FieldDescControl.hxx:122
     void dbaui::OFieldDescControl::InitializeControl(class dbaui::OPropListBoxCtrl *,const class rtl::OString &,_Bool)
     _Bool _bAddChangeHandler
     1
@@ -366,7 +358,7 @@ dbaccess/source/ui/inc/WCopyTable.hxx:311
     void dbaui::OCopyTableWizard::OCopyTableWizard(class weld::Window *,const class rtl::OUString &,short,const class std::__debug::map<class rtl::OUString, class dbaui::OFieldDescription *, struct comphelper::UStringMixLess, class std::allocator<struct std::pair<const class rtl::OUString, class dbaui::OFieldDescription *> > > &,const class std::__debug::vector<class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<struct std::pair<const class rtl::OUString, class dbaui::OFieldDescription *> >, class std::__debug::map<class rtl::OUString, class dbaui::OFieldDescription *, struct comphelper::UStringMixLess, class std::allocator<struct std::pair<const class rtl::OUString, class dbaui::OFieldDescription *> > >, struct std::bidirectional_iterator_tag>, class std::allocator<class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<struct std::pair<const class rtl::OUString, class dbaui::OFieldDescription *> >, class std::__debug::map<class rtl::OUString, class 
 dbaui::OFieldDescription *, struct comphelper::UStringMixLess, class std::allocator<struct std::pair<const class rtl::OUString, class dbaui::OFieldDescription *> > >, struct std::bidirectional_iterator_tag> > > &,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,const class com::sun::star::uno::Reference<class com::sun::star::util::XNumberFormatter> &,class std::unique_ptr<class dbaui::OWizTypeSelect, struct std::default_delete<class dbaui::OWizTypeSelect> > (*)(class weld::Container *, class dbaui::OCopyTableWizard *, class SvStream &),class SvStream &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &)
     class weld::Window * pParent
     0
-dbaccess/source/ui/inc/WTypeSelect.hxx:124
+dbaccess/source/ui/inc/WTypeSelect.hxx:123
     void dbaui::OWizTypeSelect::EnableAuto(_Bool)
     _Bool bEnable
     0
@@ -374,11 +366,7 @@ desktop/source/deployment/gui/dp_gui_updatedialog.hxx:103
     void dp_gui::UpdateDialog::addAdditional(struct dp_gui::UpdateDialog::Index *,_Bool)
     _Bool bEnableCheckBox
     0
-desktop/source/lib/init.cxx:886
-    void setupSidebar(_Bool,const class rtl::OUString &)
-    _Bool bShow
-    1
-desktop/source/lib/init.cxx:6369
+desktop/source/lib/init.cxx:6374
     struct _LibreOfficeKit * libreofficekit_hook_2(const char *,const char *)
     const char * user_profile_url
     0
@@ -542,6 +530,10 @@ framework/inc/uielement/uicommanddescription.hxx:81
     void framework::UICommandDescription::UICommandDescription(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,_Bool)
     _Bool 
     1
+framework/source/uielement/resourcemenucontroller.cxx:407
+    void (anonymous namespace)::WindowListMenuController::ResourceMenuController(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> &,_Bool)
+    _Bool 
+    0
 helpcompiler/inc/HelpCompiler.hxx:58
     void fs::path::path(const class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > &,enum fs::convert)
     enum fs::convert 
@@ -632,11 +624,11 @@ include/basegfx/polygon/b3dpolygon.hxx:71
     1
 include/basegfx/polygon/b3dpolygon.hxx:95
     void basegfx::B3DPolygon::append(const class basegfx::B3DPolygon &,unsigned int,unsigned int)
-    unsigned int nIndex
+    unsigned int nCount
     0
 include/basegfx/polygon/b3dpolygon.hxx:95
     void basegfx::B3DPolygon::append(const class basegfx::B3DPolygon &,unsigned int,unsigned int)
-    unsigned int nCount
+    unsigned int nIndex
     0
 include/basegfx/polygon/b3dpolygon.hxx:98
     void basegfx::B3DPolygon::remove(unsigned int,unsigned int)
@@ -1030,14 +1022,18 @@ include/sfx2/sidebar/SidebarToolBox.hxx:55
     void sfx2::sidebar::SidebarToolBox::SetController(const unsigned short,const class com::sun::star::uno::Reference<class com::sun::star::frame::XToolbarController> &)
     const unsigned short nItemId
     1
-include/sfx2/thumbnailview.hxx:225
+include/sfx2/thumbnailview.hxx:227
     void ThumbnailView::ShowTooltips(_Bool)
     _Bool bShowTooltips
     1
-include/sfx2/thumbnailview.hxx:360
+include/sfx2/thumbnailview.hxx:364
     void SfxThumbnailView::ShowTooltips(_Bool)
     _Bool bShowTooltips
     1
+include/sfx2/thumbnailview.hxx:366
+    void SfxThumbnailView::DrawMnemonics(_Bool)
+    _Bool bDrawMnemonics
+    1
 include/sfx2/weldutils.hxx:52
     void ToolbarUnoDispatcher::ToolbarUnoDispatcher(class weld::Toolbar &,class weld::Builder &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,_Bool)
     _Bool bSideBar
@@ -1135,17 +1131,13 @@ include/svtools/HtmlWriter.hxx:38
     _Bool b
     0
 include/svtools/imagemgr.hxx:124
-    class Image SvFileInformationManager::GetImage(const class INetURLObject &,_Bool,const class Size &)
+    class Image SvFileInformationManager::GetImage(const class INetURLObject &,_Bool)
     _Bool bBig
     1
 include/svtools/inettbc.hxx:81
     void SvtURLBox::select_entry_region(int,int)
     int nStartPos
     0
-include/svtools/recorditemwindow.hxx:45
-    void RecordItemWindow::RecordItemWindow(class vcl::Window *,_Bool)
-    _Bool bHasFrame
-    1
 include/svtools/ruler.hxx:733
     void Ruler::SetWinPos(long,long)
     long nWidth
@@ -1170,11 +1162,11 @@ include/svx/algitem.hxx:39
     void SvxOrientationItem::SvxOrientationItem(int,_Bool,const unsigned short)
     const unsigned short nId
     0
-include/svx/ctredlin.hxx:217
+include/svx/ctredlin.hxx:218
     void SvxTPFilter::SelectedAuthorPos(int)
     int nPos
     0
-include/svx/ctredlin.hxx:240
+include/svx/ctredlin.hxx:241
     void SvxTPFilter::CheckAction(_Bool)
     _Bool bFlag
     0
@@ -1254,7 +1246,7 @@ include/svx/relfld.hxx:51
     int SvxRelativeField::get_min(enum FieldUnit) const
     enum FieldUnit eValueUnit
     0
-include/svx/relfld.hxx:67
+include/svx/relfld.hxx:64
     void SvxRelativeField::SetFieldUnit(enum FieldUnit,_Bool)
     _Bool bAll
     0
@@ -1276,11 +1268,11 @@ include/svx/svdhlpln.hxx:43
     0
 include/svx/svditer.hxx:51
     void SdrObjListIter::SdrObjListIter(const class SdrObjList *,_Bool,enum SdrIterMode,_Bool)
-    enum SdrIterMode eMode
+    _Bool bReverse
     0
 include/svx/svditer.hxx:51
     void SdrObjListIter::SdrObjListIter(const class SdrObjList *,_Bool,enum SdrIterMode,_Bool)
-    _Bool bReverse
+    enum SdrIterMode eMode
     0
 include/svx/svditer.hxx:55
     void SdrObjListIter::SdrObjListIter(const class SdrObject &,enum SdrIterMode,_Bool)
@@ -1508,11 +1500,11 @@ include/unotools/transliterationwrapper.hxx:82
     0
 include/unotools/transliterationwrapper.hxx:98
     _Bool utl::TransliterationWrapper::equals(const class rtl::OUString &,int,int,int &,const class rtl::OUString &,int,int,int &) const
-    int nPos2
+    int nPos1
     0
 include/unotools/transliterationwrapper.hxx:98
     _Bool utl::TransliterationWrapper::equals(const class rtl::OUString &,int,int,int &,const class rtl::OUString &,int,int,int &) const
-    int nPos1
+    int nPos2
     0
 include/vbahelper/vbaeventshelperbase.hxx:90
     void VbaEventsHelperBase::checkArgumentType(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> &,int)
@@ -1550,10 +1542,6 @@ include/vcl/dibtools.hxx:46
     _Bool ReadDIBBitmapEx(class BitmapEx &,class SvStream &,_Bool,_Bool)
     _Bool bFileHeader
     1
-include/vcl/edit.hxx:95
-    void Edit::ImplClearBackground(class OutputDevice &,const class tools::Rectangle &,long,long)
-    long nXStart
-    0
 include/vcl/embeddedfontshelper.hxx:39
     class rtl::OUString EmbeddedFontsHelper::fontFileUrl(const class rtl::OUString &,enum FontFamily,enum FontItalic,enum FontWeight,enum FontPitch,enum EmbeddedFontsHelper::FontRights)
     enum EmbeddedFontsHelper::FontRights rights
@@ -1582,6 +1570,10 @@ include/vcl/image.hxx:47
     void Image::Image(enum StockImage,const class rtl::OUString &,class Size)
     enum StockImage 
     0
+include/vcl/InterimItemWindow.hxx:39
+    void InterimItemWindow::InterimItemWindow(class vcl::Window *,const class rtl::OUString &,const class rtl::OString &,_Bool,unsigned long)
+    unsigned long nLOKWindowId
+    0
 include/vcl/mtfxmldump.hxx:34
     void MetafileXmlDump::filterActionType(const enum MetaActionType,_Bool)
     _Bool bShouldFilter
@@ -1618,7 +1610,7 @@ include/vcl/outdev/ScopedStates.hxx:25
     void vcl::ScopedAntialiasing::ScopedAntialiasing(class OutputDevice &,_Bool)
     _Bool bAAState
     1
-include/vcl/pdfread.hxx:29
+include/vcl/pdfread.hxx:31
     unsigned long RenderPDFBitmaps(const void *,int,class std::__debug::vector<class Bitmap, class std::allocator<class Bitmap> > &,unsigned long,int,double)
     int nPages
     1
@@ -1670,31 +1662,31 @@ include/vcl/toolbox.hxx:447
     void ToolBox::EnableCustomize(_Bool)
     _Bool bEnable
     1
+include/vcl/toolkit/edit.hxx:98
+    void Edit::ImplClearBackground(class OutputDevice &,const class tools::Rectangle &,long,long)
+    long nXStart
+    0
 include/vcl/toolkit/field.hxx:82
     void FormatterBase::EnableEmptyFieldValue(_Bool)
     _Bool bEnable
     1
-include/vcl/toolkit/treelistbox.hxx:554
+include/vcl/toolkit/treelistbox.hxx:553
     class SvTreeListEntry * SvTreeListBox::InsertEntry(const class rtl::OUString &,class SvTreeListEntry *,_Bool,unsigned long,void *)
     _Bool bChildrenOnDemand
     0
-include/vcl/toolkit/treelistbox.hxx:558
+include/vcl/toolkit/treelistbox.hxx:557
     class SvTreeListEntry * SvTreeListBox::InsertEntry(const class rtl::OUString &,const class Image &,const class Image &,class SvTreeListEntry *,_Bool,unsigned long,void *)
     _Bool bChildrenOnDemand
     0
-include/vcl/toolkit/treelistbox.hxx:623
+include/vcl/toolkit/treelistbox.hxx:622
     void SvTreeListBox::MakeVisible(class SvTreeListEntry *,_Bool)
     _Bool bMoveToTop
     1
-include/vcl/toolkit/treelistbox.hxx:632
-    void SvTreeListBox::SetCursor(class SvTreeListEntry *,_Bool)
-    _Bool bForceNoSelect
-    0
-include/vcl/toolkit/treelistbox.hxx:649
+include/vcl/toolkit/treelistbox.hxx:645
     unsigned long SvTreeListBox::SelectChildren(class SvTreeListEntry *,_Bool)
     _Bool bSelect
     0
-include/vcl/toolkit/treelistbox.hxx:659
+include/vcl/toolkit/treelistbox.hxx:655
     void SvTreeListBox::SetHighlightRange(unsigned short,unsigned short)
     unsigned short nFirstTab
     0
@@ -1730,166 +1722,174 @@ include/vcl/vectorgraphicdata.hxx:91
     void VectorGraphicData::VectorGraphicData(const class rtl::OUString &,enum VectorGraphicDataType)
     enum VectorGraphicDataType eVectorDataType
     0
-include/vcl/weld.hxx:309
+include/vcl/weld.hxx:323
     void weld::ScrolledWindow::hadjustment_configure(int,int,int,int,int,int)
     int step_increment
     1
-include/vcl/weld.hxx:328
+include/vcl/weld.hxx:342
     void weld::ScrolledWindow::vadjustment_configure(int,int,int,int,int,int)
     int lower
     0
-include/vcl/weld.hxx:340
+include/vcl/weld.hxx:354
     void weld::ScrolledWindow::vadjustment_set_lower(int)
     int upper
     0
 include/vcl/weld.hxx:938
+    void weld::TreeView::set_image(int,class VirtualDevice &,int)
+    int col
+    1
+include/vcl/weld.hxx:943
     void weld::TreeView::set_text_emphasis(int,_Bool,int)
     int col
     0
-include/vcl/weld.hxx:939
+include/vcl/weld.hxx:944
     _Bool weld::TreeView::get_text_emphasis(int,int) const
     int col
     0
-include/vcl/weld.hxx:940
+include/vcl/weld.hxx:945
     void weld::TreeView::set_text_align(int,double,int)
     int col
     0
-include/vcl/weld.hxx:1031
+include/vcl/weld.hxx:1035
     _Bool weld::TreeView::get_text_emphasis(const class weld::TreeIter &,int) const
     int col
     0
-include/vcl/weld.hxx:1169
+include/vcl/weld.hxx:1173
     void weld::TreeView::set_column_custom_renderer(int,_Bool)
     int nColumn
     0
-include/vcl/weld.hxx:1240
+include/vcl/weld.hxx:1244
     class std::unique_ptr<class weld::TreeIter, struct std::default_delete<class weld::TreeIter> > weld::IconView::make_iterator(const class weld::TreeIter *) const
     const class weld::TreeIter * pOrig
     0
-include/vcl/weld.hxx:2189
+include/vcl/weld.hxx:2200
     class std::unique_ptr<class weld::MessageDialog, struct std::default_delete<class weld::MessageDialog> > weld::Builder::weld_message_dialog(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     1
-include/vcl/weld.hxx:2192
+include/vcl/weld.hxx:2203
     class std::unique_ptr<class weld::Dialog, struct std::default_delete<class weld::Dialog> > weld::Builder::weld_dialog(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     1
-include/vcl/weld.hxx:2193
+include/vcl/weld.hxx:2204
     class std::unique_ptr<class weld::Assistant, struct std::default_delete<class weld::Assistant> > weld::Builder::weld_assistant(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     1
-include/vcl/weld.hxx:2196
+include/vcl/weld.hxx:2206
     class std::unique_ptr<class weld::Widget, struct std::default_delete<class weld::Widget> > weld::Builder::weld_widget(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2197
+include/vcl/weld.hxx:2207
     class std::unique_ptr<class weld::Container, struct std::default_delete<class weld::Container> > weld::Builder::weld_container(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2200
+include/vcl/weld.hxx:2210
     class std::unique_ptr<class weld::Box, struct std::default_delete<class weld::Box> > weld::Builder::weld_box(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2201
+include/vcl/weld.hxx:2211
     class std::unique_ptr<class weld::Paned, struct std::default_delete<class weld::Paned> > weld::Builder::weld_paned(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2202
+include/vcl/weld.hxx:2212
     class std::unique_ptr<class weld::Button, struct std::default_delete<class weld::Button> > weld::Builder::weld_button(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2203
+include/vcl/weld.hxx:2213
     class std::unique_ptr<class weld::MenuButton, struct std::default_delete<class weld::MenuButton> > weld::Builder::weld_menu_button(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2207
+include/vcl/weld.hxx:2217
     class std::unique_ptr<class weld::ScrolledWindow, struct std::default_delete<class weld::ScrolledWindow> > weld::Builder::weld_scrolled_window(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2210
+include/vcl/weld.hxx:2220
     class std::unique_ptr<class weld::Notebook, struct std::default_delete<class weld::Notebook> > weld::Builder::weld_notebook(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2215
+include/vcl/weld.hxx:2225
     class std::unique_ptr<class weld::RadioButton, struct std::default_delete<class weld::RadioButton> > weld::Builder::weld_radio_button(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2218
+include/vcl/weld.hxx:2228
     class std::unique_ptr<class weld::CheckButton, struct std::default_delete<class weld::CheckButton> > weld::Builder::weld_check_button(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2221
+include/vcl/weld.hxx:2231
     class std::unique_ptr<class weld::LinkButton, struct std::default_delete<class weld::LinkButton> > weld::Builder::weld_link_button(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2228
+include/vcl/weld.hxx:2238
     class std::unique_ptr<class weld::MetricSpinButton, struct std::default_delete<class weld::MetricSpinButton> > weld::Builder::weld_metric_spin_button(const class rtl::OString &,enum FieldUnit,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2230
+include/vcl/weld.hxx:2240
     class std::unique_ptr<class weld::FormattedSpinButton, struct std::default_delete<class weld::FormattedSpinButton> > weld::Builder::weld_formatted_spin_button(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2231
+include/vcl/weld.hxx:2241
     class std::unique_ptr<class weld::ComboBox, struct std::default_delete<class weld::ComboBox> > weld::Builder::weld_combo_box(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2235
+include/vcl/weld.hxx:2245
     class std::unique_ptr<class weld::IconView, struct std::default_delete<class weld::IconView> > weld::Builder::weld_icon_view(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2237
+include/vcl/weld.hxx:2247
     class std::unique_ptr<class weld::Label, struct std::default_delete<class weld::Label> > weld::Builder::weld_label(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2238
+include/vcl/weld.hxx:2248
     class std::unique_ptr<class weld::TextView, struct std::default_delete<class weld::TextView> > weld::Builder::weld_text_view(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2240
+include/vcl/weld.hxx:2250
     class std::unique_ptr<class weld::Expander, struct std::default_delete<class weld::Expander> > weld::Builder::weld_expander(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2243
+include/vcl/weld.hxx:2253
     class std::unique_ptr<class weld::Scale, struct std::default_delete<class weld::Scale> > weld::Builder::weld_scale(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2244
+include/vcl/weld.hxx:2254
     class std::unique_ptr<class weld::ProgressBar, struct std::default_delete<class weld::ProgressBar> > weld::Builder::weld_progress_bar(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2247
+include/vcl/weld.hxx:2257
     class std::unique_ptr<class weld::Spinner, struct std::default_delete<class weld::Spinner> > weld::Builder::weld_spinner(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2249
+include/vcl/weld.hxx:2259
     class std::unique_ptr<class weld::Image, struct std::default_delete<class weld::Image> > weld::Builder::weld_image(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2250
+include/vcl/weld.hxx:2260
     class std::unique_ptr<class weld::Calendar, struct std::default_delete<class weld::Calendar> > weld::Builder::weld_calendar(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2253
+include/vcl/weld.hxx:2263
     class std::unique_ptr<class weld::DrawingArea, struct std::default_delete<class weld::DrawingArea> > weld::Builder::weld_drawing_area(const class rtl::OString &,const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &,class std::function<class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > (class vcl::Window *)>,void *,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2258
+include/vcl/weld.hxx:2268
     class std::unique_ptr<class weld::EntryTreeView, struct std::default_delete<class weld::EntryTreeView> > weld::Builder::weld_entry_tree_view(const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/weld.hxx:2261
+include/vcl/weld.hxx:2271
     class std::unique_ptr<class weld::Menu, struct std::default_delete<class weld::Menu> > weld::Builder::weld_menu(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     1
-include/vcl/weld.hxx:2262
+include/vcl/weld.hxx:2272
     class std::unique_ptr<class weld::Toolbar, struct std::default_delete<class weld::Toolbar> > weld::Builder::weld_toolbar(const class rtl::OString &,_Bool)
     _Bool bTakeOwnership
     0
-include/vcl/window.hxx:606
+include/vcl/window.hxx:608
     void vcl::Window::ImplSetMouseTransparent(_Bool)
     _Bool bTransparent
     1
+include/vcl/window.hxx:945
+    void vcl::Window::Disable(_Bool)
+    _Bool bChild
+    1
 include/xmloff/numehelp.hxx:92
     void XMLNumberFormatAttributesExportHelper::SetNumberFormatAttributes(class SvXMLExport &,const class rtl::OUString &,const class rtl::OUString &,_Bool,_Bool)
     _Bool bExportTypeAttribute
@@ -1918,14 +1918,10 @@ include/xmloff/XMLEventExport.hxx:89
     void XMLEventExport::Export(const class com::sun::star::uno::Reference<class com::sun::star::document::XEventsSupplier> &,_Bool)
     _Bool bUseWhitespace
     1
-include/xmloff/xmlnumi.hxx:83
+include/xmloff/xmlnumi.hxx:71
     void SvxXMLListStyleContext::SetDefaultStyle(const class com::sun::star::uno::Reference<class com::sun::star::container::XIndexReplace> &,short,_Bool)
     _Bool bOrdered
     0
-include/xmloff/xmlstyle.hxx:95
-    void SvXMLStyleContext::SvXMLStyleContext(class SvXMLImport &,int,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XFastAttributeList> &,enum XmlStyleFamily,_Bool)
-    _Bool bDefaultStyle
-    0
 l10ntools/inc/common.hxx:49
     void writePoEntry(const class rtl::OString &,class PoOfstream &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const enum PoEntry::TYPE)
     const enum PoEntry::TYPE eType
@@ -2175,11 +2171,11 @@ sc/inc/attarray.hxx:145
     _Bool bPutToPool
     1
 sc/inc/cellform.hxx:41
-    class rtl::OUString ScCellFormat::GetString(class ScDocument &,const class ScAddress &,unsigned int,class Color **,class SvNumberFormatter &,_Bool,_Bool)
+    class rtl::OUString ScCellFormat::GetString(class ScDocument &,const class ScAddress &,unsigned int,const class Color **,class SvNumberFormatter &,_Bool,_Bool)
     _Bool bFormula
     0
 sc/inc/cellform.hxx:41
-    class rtl::OUString ScCellFormat::GetString(class ScDocument &,const class ScAddress &,unsigned int,class Color **,class SvNumberFormatter &,_Bool,_Bool)
+    class rtl::OUString ScCellFormat::GetString(class ScDocument &,const class ScAddress &,unsigned int,const class Color **,class SvNumberFormatter &,_Bool,_Bool)
     _Bool bNullVals
     1
 sc/inc/ChartTools.hxx:47
@@ -2366,14 +2362,14 @@ sc/inc/document.hxx:1933
     void ScDocument::GetAllColBreaks(class std::__debug::set<short, struct std::less<short>, class std::allocator<short> > &,short,_Bool,_Bool) const
     _Bool bPage
     0
-sc/inc/document.hxx:1936
-    void ScDocument::SetRowBreak(int,short,_Bool,_Bool)
-    _Bool bManual
-    1
 sc/inc/document.hxx:1936
     void ScDocument::SetRowBreak(int,short,_Bool,_Bool)
     _Bool bPage
     0
+sc/inc/document.hxx:1936
+    void ScDocument::SetRowBreak(int,short,_Bool,_Bool)
+    _Bool bManual
+    1
 sc/inc/document.hxx:1937
     void ScDocument::SetColBreak(short,short,_Bool,_Bool)
     _Bool bPage
@@ -2654,15 +2650,15 @@ sc/qa/unit/scshapetest.cxx:46
     class rtl::OUString lcl_compareRectWithTolerance(const class tools::Rectangle &,const class tools::Rectangle &,const int)
     const int nTolerance
     1
-sc/qa/unit/subsequent_export-test.cxx:1518
+sc/qa/unit/subsequent_export-test.cxx:1524
     void setAttribute(class ScFieldEditEngine &,int,int,int,unsigned short,class Color)
     int nPara
     0
-sc/qa/unit/subsequent_export-test.cxx:1575
+sc/qa/unit/subsequent_export-test.cxx:1581
     void setFont(class ScFieldEditEngine &,int,int,int,const class rtl::OUString &)
     int nPara
     0
-sc/qa/unit/subsequent_export-test.cxx:1588
+sc/qa/unit/subsequent_export-test.cxx:1594
     void setEscapement(class ScFieldEditEngine &,int,int,int,short,unsigned char)
     int nPara
     0
@@ -2702,13 +2698,13 @@ sc/source/core/tool/compiler.cxx:766
     void (anonymous namespace)::ConventionOOO_A1::ConventionOOO_A1(enum formula::FormulaGrammar::AddressConvention)
     enum formula::FormulaGrammar::AddressConvention eConv
     1
-sc/source/core/tool/scmatrix.cxx:3315
+sc/source/core/tool/scmatrix.cxx:3331
     double matop::(anonymous namespace)::COp::operator()(char,type-parameter-?-?,double,double,const class svl::SharedString &) const
-    type-parameter-?-? aOp
+    double b
     0
-sc/source/core/tool/scmatrix.cxx:3315
+sc/source/core/tool/scmatrix.cxx:3331
     double matop::(anonymous namespace)::COp::operator()(char,type-parameter-?-?,double,double,const class svl::SharedString &) const
-    double b
+    type-parameter-?-? aOp
     0
 sc/source/filter/excel/xeformula.cxx:389
     void XclExpFmlaCompImpl::ConvertRefData(struct ScComplexRefData &,struct XclRange &,_Bool) const
@@ -3050,6 +3046,10 @@ sc/source/ui/inc/spellparam.hxx:37
     void ScConversionParam::ScConversionParam(enum ScConversionType)
     enum ScConversionType eConvType
     0
+sc/source/ui/inc/spellparam.hxx:40
+    void ScConversionParam::ScConversionParam(enum ScConversionType,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,int,_Bool)
+    int nOptions
+    0
 sc/source/ui/inc/spellparam.hxx:40
     void ScConversionParam::ScConversionParam(enum ScConversionType,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,int,_Bool)
     _Bool bIsInteractive
@@ -3058,10 +3058,6 @@ sc/source/ui/inc/spellparam.hxx:40
     void ScConversionParam::ScConversionParam(enum ScConversionType,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,int,_Bool)
     enum ScConversionType eConvType
     1
-sc/source/ui/inc/spellparam.hxx:40
-    void ScConversionParam::ScConversionParam(enum ScConversionType,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,int,_Bool)
-    int nOptions
-    0
 sc/source/ui/inc/spellparam.hxx:47
     void ScConversionParam::ScConversionParam(enum ScConversionType,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,const class vcl::Font &,int,_Bool)
     _Bool bIsInteractive
@@ -3122,7 +3118,7 @@ sc/source/ui/inc/viewdata.hxx:606
     class Point ScViewData::GetScrPos(short,int,enum ScVSplitPos) const
     short nWhereX
     0
-sc/source/ui/inc/viewdata.hxx:681
+sc/source/ui/inc/viewdata.hxx:682
     void ScViewData::AddPixelsWhileBackward(long &,long,int &,int,double,const class ScDocument *,short)
     int nStartRow
     0
@@ -3230,6 +3226,10 @@ sd/qa/unit/sdmodeltestbase.hxx:421
     class com::sun::star::uno::Reference<class com::sun::star::text::XTextField> SdModelTestBase::getTextFieldFromPage(int,int,int,int,class tools::SvRef<class sd::DrawDocShell>)
     int nRun
     0
+sd/qa/unit/tiledrendering/LOKitSearchTest.cxx:853
+    class rtl::OUString getShapeText(class SdXImpressDocument *,unsigned int,unsigned int)
+    unsigned int nShape
+    0
 sd/source/filter/eppt/epptbase.hxx:394
     unsigned int PPTWriterBase::GetMasterIndex(enum PageType)
     enum PageType ePageType
@@ -3286,7 +3286,7 @@ sd/source/ui/inc/unomodel.hxx:131
     void SdXImpressDocument::SdXImpressDocument(class SdDrawDocument *,_Bool)
     _Bool bClipBoard
     1
-sd/source/ui/inc/View.hxx:148
+sd/source/ui/inc/View.hxx:172
     _Bool sd::View::IsPresObjSelected(_Bool,_Bool,_Bool,_Bool) const
     _Bool bOnMasterPage
     1
@@ -3379,9 +3379,13 @@ slideshow/source/inc/animationfactory.hxx:128
     int nFlags
     0
 slideshow/source/inc/animationfactory.hxx:136
-    class std::shared_ptr<class slideshow::internal::NumberAnimation> createPhysicsAnimation(const class std::shared_ptr<class box2d::utils::box2DWorld> &,const double,const class std::shared_ptr<class slideshow::internal::ShapeManager> &,const class basegfx::B2DVector &,int)
+    class std::shared_ptr<class slideshow::internal::NumberAnimation> createPhysicsAnimation(const class std::shared_ptr<class box2d::utils::box2DWorld> &,const double,const class std::shared_ptr<class slideshow::internal::ShapeManager> &,const class basegfx::B2DVector &,const class basegfx::B2DVector &,const double,const double,int)
     int nFlags
     0
+slideshow/source/inc/box2dtools.hxx:232
+    void box2d::utils::box2DWorld::queueAngularVelocityUpdate(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,const double,const int)
+    const int nDelayForSteps
+    1
 starmath/inc/rect.hxx:175
     class SmRect & SmRect::ExtendBy(const class SmRect &,enum RectCopyMBL,_Bool)
     _Bool bKeepVerAlignParams
@@ -3494,7 +3498,7 @@ sw/inc/authfld.hxx:162
     class rtl::OUString SwAuthorityField::ExpandCitation(enum ToxAuthorityField,const class SwRootFrame *) const
     const class SwRootFrame * pLayout
     0
-sw/inc/calc.hxx:108
+sw/inc/calc.hxx:115
     void SwSbxValue::SwSbxValue(long)
     long n
     0
@@ -3710,15 +3714,15 @@ sw/qa/extras/ooxmlimport/ooxmlimport.cxx:733
     void lcl_countTextFrames(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,int)
     int nExpected
     1
-sw/qa/inc/swmodeltestbase.hxx:176
+sw/qa/inc/swmodeltestbase.hxx:177
     void SwModelTestBase::executeImportTest(const char *,const char *)
     const char * pPassword
     0
-sw/qa/inc/swmodeltestbase.hxx:190
+sw/qa/inc/swmodeltestbase.hxx:191
     void SwModelTestBase::executeLoadReloadVerify(const char *,const char *)
     const char * pPassword
     0
-sw/qa/inc/swmodeltestbase.hxx:198
+sw/qa/inc/swmodeltestbase.hxx:199
     void SwModelTestBase::executeImportExport(const char *,const char *)
     const char * pPassword
     0
@@ -3826,19 +3830,19 @@ sw/source/filter/ww8/wrtww8.hxx:177
     void WW8_SepInfo::WW8_SepInfo(const class SwPageDesc *,const class SwSectionFormat *,unsigned long,class std::optional<unsigned short>,const class SwNode *,_Bool)
     _Bool bIsFirstPara
     0
-sw/source/filter/ww8/wrtww8.hxx:640
+sw/source/filter/ww8/wrtww8.hxx:637
     void MSWordExportBase::OutputItemSet(const class SfxItemSet &,_Bool,_Bool,unsigned short,_Bool)
     unsigned short nScript
     1
-sw/source/filter/ww8/wrtww8.hxx:888
+sw/source/filter/ww8/wrtww8.hxx:885
     void MSWordExportBase::NearestAnnotationMark(int &,const int,_Bool)
     _Bool bNextPositionOnly
     0
-sw/source/filter/ww8/wrtww8.hxx:1371
+sw/source/filter/ww8/wrtww8.hxx:1368
     void WW8_WrMagicTable::Append(int,unsigned long)
     int nCp
     0
-sw/source/filter/ww8/wrtww8.hxx:1371
+sw/source/filter/ww8/wrtww8.hxx:1368
     void WW8_WrMagicTable::Append(int,unsigned long)
     unsigned long nData
     0
@@ -3870,8 +3874,8 @@ sw/source/filter/ww8/WW8TableInfo.hxx:303
     class ww8::WW8TableNodeInfo * ww8::WW8TableInfo::processTableLine(const class SwTable *,const class SwTableLine *,unsigned int,unsigned int,class ww8::WW8TableNodeInfo *,class std::__debug::map<unsigned int, class ww8::WW8TableNodeInfoInner *, struct std::greater<unsigned int>, class std::allocator<struct std::pair<const unsigned int, class ww8::WW8TableNodeInfoInner *> > > &)
     unsigned int nDepth
     1
-sw/source/filter/xml/xmlfmt.cxx:405
-    void (anonymous namespace)::SwXMLCellStyleContext::XMLPropStyleContext(class SvXMLImport &,unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,class SvXMLStylesContext &,enum XmlStyleFamily,_Bool)
+sw/source/filter/xml/xmlfmt.cxx:383
+    void (anonymous namespace)::SwXMLCellStyleContext::XMLPropStyleContext(class SvXMLImport &,class SvXMLStylesContext &,enum XmlStyleFamily,_Bool)
     _Bool 
     0
 sw/source/ui/misc/impfnote.hxx:64
@@ -3886,7 +3890,7 @@ sw/source/ui/vba/vbarangehelper.hxx:32
     void SwVbaRangeHelper::insertString(const class com::sun::star::uno::Reference<class com::sun::star::text::XTextRange> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class rtl::OUString &,_Bool)
     _Bool _bAbsorb
     1
-sw/source/uibase/inc/condedit.hxx:62
+sw/source/uibase/inc/condedit.hxx:61
     void ConditionEdit::ShowBrackets(_Bool)
     _Bool bShow
     0
@@ -4062,11 +4066,11 @@ vcl/inc/opengl/texture.hxx:90
     void OpenGLTexture::OpenGLTexture(int,int,_Bool)
     _Bool bAllocate
     1
-vcl/inc/qt5/Qt5Graphics_Controls.hxx:91
+vcl/inc/qt5/Qt5Graphics_Controls.hxx:92
     class QSize Qt5Graphics_Controls::downscale(const class QSize &,enum Qt5Graphics_Controls::Round)
     enum Qt5Graphics_Controls::Round eRound
     1
-vcl/inc/qt5/Qt5Graphics_Controls.hxx:92
+vcl/inc/qt5/Qt5Graphics_Controls.hxx:93
     class QSize Qt5Graphics_Controls::upscale(const class QSize &,enum Qt5Graphics_Controls::Round)
     enum Qt5Graphics_Controls::Round eRound
     1
@@ -4086,7 +4090,7 @@ vcl/inc/salgdi.hxx:130
     void SalGraphics::GetFontMetric(class tools::SvRef<class ImplFontMetricData> &,int)
     int nFallbackLevel
     0
-vcl/inc/salgdi.hxx:495
+vcl/inc/salgdi.hxx:496
     void SalGraphics::copyArea(long,long,long,long,long,long,_Bool)
     _Bool bWindowInvalidate
     1
@@ -4110,7 +4114,7 @@ vcl/inc/skia/utils.hxx:36
     void disableRenderMethod(enum SkiaHelper::RenderMethod)
     enum SkiaHelper::RenderMethod method
     1
-vcl/inc/svimpbox.hxx:259
+vcl/inc/svimpbox.hxx:258
     void SvImpLBox::SelectEntry(class SvTreeListEntry *,_Bool)
     _Bool bSelect
     0
@@ -4238,15 +4242,15 @@ vcl/source/bitmap/BitmapFilterStackBlur.cxx:455
     void runStackBlur(class Bitmap &,const long,const long,const long,void (*)(const struct (anonymous namespace)::BlurSharedData &, long, long),void (*)(const struct (anonymous namespace)::BlurSharedData &, long, long),const _Bool)
     const _Bool bParallel
     1
-vcl/source/control/imivctl.hxx:353
+vcl/source/control/imivctl.hxx:350
     const class Size & SvxIconChoiceCtrl_Impl::GetItemSize(enum IcnViewFieldType) const
     enum IcnViewFieldType 
     1
-vcl/source/control/imivctl.hxx:400
+vcl/source/control/imivctl.hxx:396
     void SvxIconChoiceCtrl_Impl::SetColumn(unsigned short,const class SvxIconChoiceCtrlColumnInfo &)
     unsigned short nIndex
     0
-vcl/source/control/imivctl.hxx:401
+vcl/source/control/imivctl.hxx:397
     const class SvxIconChoiceCtrlColumnInfo * SvxIconChoiceCtrl_Impl::GetColumn(unsigned short) const
     unsigned short nIndex
     0
@@ -4274,15 +4278,11 @@ vcl/source/gdi/FileDefinitionWidgetDraw.cxx:98
     _Bool getSettingValueBool(const class rtl::OString &,_Bool)
     _Bool bDefault
     1
-vcl/source/uitest/logger.cxx:347
-    class rtl::OUString GetKeyInMapWithIndex(const class std::__debug::map<class rtl::OUString, class rtl::OUString, struct std::less<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, class rtl::OUString> > > &,int)
-    int index
-    0
 vcl/source/window/menufloatingwindow.hxx:107
     void MenuFloatingWindow::EnableScrollMenu(_Bool)
     _Bool b
     1
-vcl/source/window/menuitemlist.hxx:110
+vcl/source/window/menuitemlist.hxx:111
     struct MenuItemData * MenuItemList::Insert(unsigned short,enum MenuItemType,enum MenuItemBits,const class rtl::OUString &,class Menu *,unsigned long,const class rtl::OString &)
     enum MenuItemType eType
     1
@@ -4298,15 +4298,15 @@ vcl/unx/generic/print/psputil.hxx:46
     _Bool WritePS(class osl::File *,const char *,unsigned long)
     unsigned long nInLength
     1
-vcl/unx/gtk3/gtk3gtkinst.cxx:4783
+vcl/unx/gtk3/gtk3gtkinst.cxx:4786
     void (anonymous namespace)::GtkInstanceMessageDialog::GtkInstanceMessageDialog(struct _GtkMessageDialog *,class (anonymous namespace)::GtkInstanceBuilder *,_Bool)
     class (anonymous namespace)::GtkInstanceBuilder * pBuilder
     0
-vcl/unx/gtk3/gtk3gtkinst.cxx:4783
+vcl/unx/gtk3/gtk3gtkinst.cxx:4786
     void (anonymous namespace)::GtkInstanceMessageDialog::GtkInstanceMessageDialog(struct _GtkMessageDialog *,class (anonymous namespace)::GtkInstanceBuilder *,_Bool)
     _Bool bTakeOwnership
     1
-vcl/unx/gtk3/gtk3gtkinst.cxx:14092
+vcl/unx/gtk3/gtk3gtkinst.cxx:14132
     int (anonymous namespace)::GtkInstanceComboBox::find_text_including_mru(const class rtl::OUString &,_Bool) const
     _Bool bSearchMRU
     0
@@ -4358,6 +4358,10 @@ xmloff/inc/txtflde.hxx:334
     void XMLTextFieldExport::ProcessDateTime(enum xmloff::token::XMLTokenEnum,int,_Bool,_Bool)
     _Bool bIsDuration
     1
+xmloff/source/chart/SchXMLParagraphContext.hxx:42
+    void SchXMLParagraphContext::SchXMLParagraphContext(class SvXMLImport &,class rtl::OUString &,class rtl::OUString *)
+    class rtl::OUString * pOutId
+    0
 xmloff/source/chart/SchXMLTools.hxx:91
     void CreateCategories(const class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XDataProvider> &,const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,const class rtl::OUString &,int,int,class std::__debug::multimap<struct std::pair<int, enum SchXMLLabeledSequencePart>, class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XLabeledDataSequence>, struct std::less<struct std::pair<int, enum SchXMLLabeledSequencePart> >, class std::allocator<struct std::pair<const struct std::pair<int, enum SchXMLLabeledSequencePart>, class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XLabeledDataSequence> > > > *)
     int nCooSysIndex
@@ -4366,10 +4370,14 @@ xmloff/source/chart/SchXMLTools.hxx:122
     _Bool getXMLRangePropertyFromDataSequence(const class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XDataSequence> &,class rtl::OUString &,_Bool)
     _Bool bClearProp
     1
-xmloff/source/chart/transporttypes.hxx:181
+xmloff/source/chart/transporttypes.hxx:188
     void DataRowPointStyle::DataRowPointStyle(enum DataRowPointStyle::StyleType,const class com::sun::star::uno::Reference<class com::sun::star::chart2::XDataSeries> &,int,int,const class rtl::OUString &,int)
     int nPointRepeat
     1
+xmloff/source/chart/transporttypes.hxx:204
+    void DataRowPointStyle::DataRowPointStyle(enum DataRowPointStyle::StyleType,const class rtl::OUString &,int)
+    int nAttachedAxis
+    0
 xmloff/source/text/txtflde.cxx:276
     _Bool GetOptionalBoolProperty(const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySetInfo> &,_Bool)
     _Bool bDefault
diff --git a/compilerplugins/clang/constantparam.constructors.results b/compilerplugins/clang/constantparam.constructors.results
index 6644080bb167..892fdcd42d9e 100644
--- a/compilerplugins/clang/constantparam.constructors.results
+++ b/compilerplugins/clang/constantparam.constructors.results
@@ -2,15 +2,15 @@ accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx:120
     class tools::Rectangle getRectangle(class vcl::IAccessibleTableProvider *,int,_Bool,_Bool)
     _Bool _bRowBar
     isRowBarCell()
-basctl/source/inc/dlged.hxx:202
+basctl/source/inc/dlged.hxx:201
     void basctl::DlgEditor::printPage(int,class Printer *,const class rtl::OUString &)
     const class rtl::OUString & 
     CreateQualifiedName()
-basic/inc/sbobjmod.hxx:90
+basic/inc/sbobjmod.hxx:89
     void SbUserFormModuleInstance::SbUserFormModuleInstance(class SbUserFormModule *,const class rtl::OUString &,const struct com::sun::star::script::ModuleInfo &,_Bool)
     _Bool bIsVBACompat
     IsVBACompat()
-binaryurp/source/bridge.hxx:103
+binaryurp/source/bridge.hxx:102
     class com::sun::star::uno::UnoInterfaceReference binaryurp::Bridge::registerIncomingInterface(const class rtl::OUString &,const class com::sun::star::uno::TypeDescription &)
     const class rtl::OUString & oid
     readOid()
@@ -18,7 +18,7 @@ bridges/source/jni_uno/nativethreadpool.cxx:40
     void (anonymous namespace)::Pool::Pool(const class rtl::Reference<class jvmaccess::VirtualMachine> &,struct _jmethodID *,struct _uno_ThreadPool *)
     struct _uno_ThreadPool * thePool
     uno_threadpool_create()
-chart2/source/controller/inc/CommandDispatchContainer.hxx:82
+chart2/source/controller/inc/CommandDispatchContainer.hxx:81
     void chart::CommandDispatchContainer::setChartDispatch(const class com::sun::star::uno::Reference<class com::sun::star::frame::XDispatch> &,const class o3tl::sorted_vector<class rtl::OUString, struct std::less<class rtl::OUString>, find_unique, true> &)
     const class o3tl::sorted_vector<class rtl::OUString, struct std::less<class rtl::OUString>, find_unique, true> & rChartCommands
     impl_getAvailableCommands()
@@ -56,11 +56,11 @@ connectivity/source/drivers/evoab2/NTable.hxx:35
     ""
 connectivity/source/inc/calc/CTable.hxx:55
     void connectivity::calc::OCalcTable::OCalcTable(class connectivity::sdbcx::OCollection *,class connectivity::calc::OCalcConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-    const class rtl::OUString & CatalogName
+    const class rtl::OUString & SchemaName
     ""
 connectivity/source/inc/calc/CTable.hxx:55
     void connectivity::calc::OCalcTable::OCalcTable(class connectivity::sdbcx::OCollection *,class connectivity::calc::OCalcConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-    const class rtl::OUString & SchemaName
+    const class rtl::OUString & CatalogName
     ""
 connectivity/source/inc/calc/CTable.hxx:55
     void connectivity::calc::OCalcTable::OCalcTable(class connectivity::sdbcx::OCollection *,class connectivity::calc::OCalcConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
@@ -72,15 +72,15 @@ connectivity/source/inc/dbase/DTable.hxx:146
     ""
 connectivity/source/inc/dbase/DTable.hxx:146
     void connectivity::dbase::ODbaseTable::ODbaseTable(class connectivity::sdbcx::OCollection *,class connectivity::dbase::ODbaseConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-    const class rtl::OUString & CatalogName
+    const class rtl::OUString & SchemaName
     ""
 connectivity/source/inc/dbase/DTable.hxx:146
     void connectivity::dbase::ODbaseTable::ODbaseTable(class connectivity::sdbcx::OCollection *,class connectivity::dbase::ODbaseConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-    const class rtl::OUString & SchemaName
+    const class rtl::OUString & CatalogName
     ""
 connectivity/source/inc/flat/ETable.hxx:77
     void connectivity::flat::OFlatTable::OFlatTable(class connectivity::sdbcx::OCollection *,class connectivity::flat::OFlatConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-    const class rtl::OUString & SchemaName
+    const class rtl::OUString & CatalogName
     ""
 connectivity/source/inc/flat/ETable.hxx:77
     void connectivity::flat::OFlatTable::OFlatTable(class connectivity::sdbcx::OCollection *,class connectivity::flat::OFlatConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
@@ -88,7 +88,7 @@ connectivity/source/inc/flat/ETable.hxx:77
     ""
 connectivity/source/inc/flat/ETable.hxx:77
     void connectivity::flat::OFlatTable::OFlatTable(class connectivity::sdbcx::OCollection *,class connectivity::flat::OFlatConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-    const class rtl::OUString & CatalogName
+    const class rtl::OUString & SchemaName
     ""
 connectivity/source/inc/hsqldb/HView.hxx:41
     void connectivity::hsqldb::HView::HView(const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,_Bool,const class rtl::OUString &,const class rtl::OUString &)
@@ -434,10 +434,6 @@ include/svtools/ehdl.hxx:36
     void SfxErrorContext::SfxErrorContext(unsigned short,class weld::Window *,const struct std::pair<const char *, class ErrCode> *,const class std::locale &)
     const class std::locale & rResLocaleP
     SvtResLocale()
-include/svtools/imagemgr.hxx:124
-    class Image SvFileInformationManager::GetImage(const class INetURLObject &,_Bool,const class Size &)
-    const class Size & rPreferredSize
-    Size()
 include/svx/charmap.hxx:150
     void SvxShowCharSet::DrawChars_Impl(class OutputDevice &,int,int)
     int n2
@@ -450,10 +446,6 @@ include/svx/colorwindow.hxx:115
     void ColorWindow::ColorWindow(const class rtl::OUString &,const class std::shared_ptr<class PaletteManager> &,class ColorStatus &,unsigned short,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,class weld::Window *,const class MenuOrToolMenuButton &,const class std::function<void (const class rtl::OUString &, const struct std::pair<class Color, class rtl::OUString> &)> &)
     const class rtl::OUString & rCommand
     ""
-include/svx/galtheme.hxx:89
-    class std::unique_ptr<class GalleryBinaryEngine, struct std::default_delete<class GalleryBinaryEngine> > GalleryTheme::createGalleryBinaryEngine(_Bool)
-    _Bool bReadOnly
-    IsReadOnly()
 include/svx/svdtrans.hxx:62
     void RotateXPoly(class XPolyPolygon &,const class Point &,double,double)
     const class Point & rRef
@@ -494,6 +486,10 @@ include/vcl/graphictools.hxx:278
     void SvtGraphicFill::SvtGraphicFill(const class tools::PolyPolygon &,class Color,double,enum SvtGraphicFill::FillRule,enum SvtGraphicFill::FillType,const struct SvtGraphicFill::Transform &,_Bool,enum SvtGraphicFill::HatchType,class Color,enum SvtGraphicFill::GradientType,class Color,class Color,int,const class Graphic &)
     class Color aFillColor
     Color()
+include/vcl/image.hxx:47
+    void Image::Image(enum StockImage,const class rtl::OUString &,class Size)
+    class Size aSpecificSize
+    Size()
 include/vcl/outdev.hxx:1571
     class Bitmap OutputDevice::GetDownsampledBitmap(const class Size &,const class Point &,const class Size &,const class Bitmap &,long,long)
     const class Point & rSrcPt
@@ -550,23 +546,23 @@ include/vcl/virdev.hxx:162
     _Bool VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer(const class Size &,const class Fraction &,const class Point &,unsigned char *)
     const class Point & rNewOffset
     Point()
-include/vcl/weld.hxx:556
+include/vcl/weld.hxx:570
     void weld::ComboBoxEntry::ComboBoxEntry(const class rtl::OUString &)
     const class rtl::OUString & rString
     ""
-include/vcl/weld.hxx:634
+include/vcl/weld.hxx:648
     void weld::ComboBox::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
     const class rtl::OUString & rId
     ""
-include/xmloff/txtparae.hxx:405
+include/xmloff/txtparae.hxx:407
     void XMLTextParagraphExport::exportTextStyles(_Bool,_Bool)
     _Bool bProg
     IsShowProgress()
-include/xmloff/txtparae.hxx:455
+include/xmloff/txtparae.hxx:457
     void XMLTextParagraphExport::collectTextAutoStyles(const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,_Bool)
     _Bool bIsProgress
     IsShowProgress()
-include/xmloff/txtparae.hxx:485
+include/xmloff/txtparae.hxx:487
     void XMLTextParagraphExport::exportText(const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,_Bool)
     _Bool bIsProgress
     IsShowProgress()
@@ -930,14 +926,14 @@ sw/source/core/text/inftxt.hxx:553
     void SwTextFormatInfo::First(const long)
     const long nNew
     FirstLeft()
-sw/source/core/text/inftxt.hxx:573
-    void SwTextFormatInfo::ChkNoHyph(const unsigned char,const unsigned char)
-    const unsigned char bMid
-    CntMidHyph()
 sw/source/core/text/inftxt.hxx:573
     void SwTextFormatInfo::ChkNoHyph(const unsigned char,const unsigned char)
     const unsigned char bEnd
     CntEndHyph()
+sw/source/core/text/inftxt.hxx:573
+    void SwTextFormatInfo::ChkNoHyph(const unsigned char,const unsigned char)
+    const unsigned char bMid
+    CntMidHyph()
 sw/source/core/text/itrpaint.hxx:48
     void SwTextPainter::DrawTextLine(const class SwRect &,class SwSaveClip &,const _Bool)
     const _Bool bUnderSz
@@ -958,7 +954,7 @@ sw/source/filter/inc/wrtswtbl.hxx:203
     _Bool SwWriteTableColLess::operator()(const class std::unique_ptr<class SwWriteTableCol, struct std::default_delete<class SwWriteTableCol> > &,const class std::unique_ptr<class SwWriteTableCol, struct std::default_delete<class SwWriteTableCol> > &)
     const class std::unique_ptr<class SwWriteTableCol, struct std::default_delete<class SwWriteTableCol> > & lhs
     Compare()
-sw/source/filter/ww8/docxattributeoutput.cxx:6008
+sw/source/filter/ww8/docxattributeoutput.cxx:6102
     _Bool (anonymous namespace)::OUStringIgnoreCase::operator()(const class rtl::OUString &,const class rtl::OUString &) const
     const class rtl::OUString & lhs
     Compare()
@@ -986,19 +982,19 @@ sw/source/filter/xml/xmltexti.hxx:38
     void SwXMLTextImportHelper::SwXMLTextImportHelper(const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,class SvXMLImport &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,_Bool,_Bool,_Bool,_Bool)
     _Bool bInsertM
     IsInsertMode()
-sw/source/filter/xml/xmltexti.hxx:38
-    void SwXMLTextImportHelper::SwXMLTextImportHelper(const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,class SvXMLImport &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,_Bool,_Bool,_Bool,_Bool)
-    _Bool bStylesOnlyM
-    IsStylesOnlyMode()
 sw/source/filter/xml/xmltexti.hxx:38
     void SwXMLTextImportHelper::SwXMLTextImportHelper(const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,class SvXMLImport &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,_Bool,_Bool,_Bool,_Bool)
     _Bool bBlockM
     IsBlockMode()
+sw/source/filter/xml/xmltexti.hxx:38
+    void SwXMLTextImportHelper::SwXMLTextImportHelper(const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,class SvXMLImport &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,_Bool,_Bool,_Bool,_Bool)
+    _Bool bStylesOnlyM
+    IsStylesOnlyMode()
 sw/source/ui/vba/vbadocuments.cxx:51
     void (anonymous namespace)::DocumentEnumImpl::DocumentEnumImpl(const class com::sun::star::uno::Reference<class ooo::vba::XHelperInterface> &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::container::XEnumeration> &,const class com::sun::star::uno::Any &)
     const class com::sun::star::uno::Any & aApplication
     Application()
-sw/source/uibase/docvw/AnnotationWin2.cxx:84
+sw/source/uibase/docvw/AnnotationWin2.cxx:97
     void lcl_translateTwips(const class vcl::Window &,class vcl::Window &,class MouseEvent *)
     const class vcl::Window & rParent
     EditWin()
@@ -1034,7 +1030,7 @@ vcl/inc/unx/fc_fontoptions.hxx:33
     void FontConfigFontOptions::SyncPattern(const class rtl::OString &,unsigned int,unsigned int,_Bool)
     _Bool bEmbolden
     NeedsArtificialBold()
-vcl/inc/WidgetDrawInterface.hxx:87
+vcl/inc/WidgetDrawInterface.hxx:88
     _Bool vcl::WidgetDrawInterface::getNativeControlRegion(enum ControlType,enum ControlPart,const class tools::Rectangle &,enum ControlState,const class ImplControlValue &,const class rtl::OUString &,class tools::Rectangle &,class tools::Rectangle &)
     const class rtl::OUString & aCaption
     ""
@@ -1070,19 +1066,19 @@ vcl/source/control/field.cxx:913
     _Bool ImplMetricProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
     _Bool bUseThousandSep
     IsUseThousandSep()
-vcl/source/control/field.cxx:1709
-    _Bool ImplCurrencyProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
-    _Bool bUseThousandSep
-    IsUseThousandSep()
 vcl/source/control/field.cxx:1709
     _Bool ImplCurrencyProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
     const class LocaleDataWrapper & rWrapper
     ImplGetLocaleDataWrapper()
+vcl/source/control/field.cxx:1709
+    _Bool ImplCurrencyProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
+    _Bool bUseThousandSep
+    IsUseThousandSep()
 vcl/source/control/field.cxx:1716
     _Bool ImplCurrencyGetValue(const class rtl::OUString &,long &,unsigned short,const class LocaleDataWrapper &)
     const class LocaleDataWrapper & rWrapper
     ImplGetLocaleDataWrapper()
-vcl/source/control/imivctl.hxx:400
+vcl/source/control/imivctl.hxx:396
     void SvxIconChoiceCtrl_Impl::SetColumn(unsigned short,const class SvxIconChoiceCtrlColumnInfo &)
     const class SvxIconChoiceCtrlColumnInfo & 
     SvxIconChoiceCtrlColumnInfo()
@@ -1090,7 +1086,7 @@ vcl/source/edit/vclmedit.cxx:99
     void ImpVclMEdit::Enable(_Bool)
     _Bool bEnable
     IsEnabled()
-vcl/unx/gtk3/gtk3gtkinst.cxx:9149
+vcl/unx/gtk3/gtk3gtkinst.cxx:9164
     _Bool (anonymous namespace)::CompareGtkTreePath::operator()(const struct _GtkTreePath *,const struct _GtkTreePath *) const
     const struct _GtkTreePath * lhs
     Compare()
diff --git a/compilerplugins/clang/constantparam.numbers.results b/compilerplugins/clang/constantparam.numbers.results
index 2141851fa915..0a808e5f2924 100644
--- a/compilerplugins/clang/constantparam.numbers.results
+++ b/compilerplugins/clang/constantparam.numbers.results
@@ -1,12 +1,12 @@
-basctl/source/inc/dlged.hxx:77
+basctl/source/inc/dlged.hxx:76
     void basctl::DlgEdHint::DlgEdHint(enum basctl::DlgEdHint::Kind,class basctl::DlgEdObj *)
     enum basctl::DlgEdHint::Kind 
     2
-basctl/source/inc/sbxitem.hxx:48
+basctl/source/inc/sbxitem.hxx:47
     void basctl::SbxItem::SbxItem(unsigned short,const class basctl::ScriptDocument &,const class rtl::OUString &,const class rtl::OUString &,enum basctl::ItemType)
     unsigned short nWhich
     30799
-basctl/source/inc/sbxitem.hxx:49
+basctl/source/inc/sbxitem.hxx:48
     void basctl::SbxItem::SbxItem(unsigned short,const class basctl::ScriptDocument &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,enum basctl::ItemType)
     unsigned short nWhich
     30799
@@ -14,19 +14,19 @@ basic/source/classes/sbunoobj.cxx:3208
     class com::sun::star::uno::Reference<class com::sun::star::reflection::XTypeDescriptionEnumeration> getTypeDescriptorEnumeration(const class rtl::OUString &,const class com::sun::star::uno::Sequence<enum com::sun::star::uno::TypeClass> &,enum com::sun::star::reflection::TypeDescriptionSearchDepth)
     enum com::sun::star::reflection::TypeDescriptionSearchDepth depth
     -1
-basic/source/inc/codegen.hxx:37
+basic/source/inc/codegen.hxx:36
     void SbiCodeGen::SbiCodeGen(class SbModule &,class SbiParser *,short)
     short 
     1024
-basic/source/inc/expr.hxx:178
+basic/source/inc/expr.hxx:177
     void SbiExpression::SbiExpression(class SbiParser *,double,enum SbxDataType)
     enum SbxDataType 
     2
-basic/source/inc/runtime.hxx:347
+basic/source/inc/runtime.hxx:346
     _Bool SbiRuntime::IsImageFlag(enum SbiImageFlags) const
     enum SbiImageFlags n
     2
-basic/source/inc/sbjsmeth.hxx:33
+basic/source/inc/sbjsmeth.hxx:32
     void SbJScriptMethod::SbJScriptMethod(enum SbxDataType)
     enum SbxDataType 
     12
@@ -46,15 +46,15 @@ canvas/workben/canvasdemo.cxx:485
     void (anonymous namespace)::DemoRenderer::drawRegularPolygon(double,double,int,double)
     double r
     15
-chart2/qa/extras/chart2export.cxx:494
+chart2/qa/extras/chart2export.cxx:499
     void checkPolynomialTrendline(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XRegressionCurve> &,const class rtl::OUString &,int,double,double,double)
     int aExpectedDegree
     3
-chart2/qa/extras/chart2export.cxx:516
+chart2/qa/extras/chart2export.cxx:521
     void checkMovingAverageTrendline(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XRegressionCurve> &,const class rtl::OUString &,int)
     int aExpectedPeriod
     3
-chart2/qa/extras/chart2export.cxx:1003
+chart2/qa/extras/chart2export.cxx:1005
     void ::change(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,short)
     short nNumFmtTypeFlag
     16
@@ -62,19 +62,19 @@ chart2/qa/extras/PivotChartTest.cxx:78
     void lclModifyFunction(const class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotDescriptor> &,const class rtl::OUString &,enum com::sun::star::sheet::GeneralFunction)
     enum com::sun::star::sheet::GeneralFunction eFunction
     2
-chart2/source/controller/inc/AccessibleBase.hxx:146
+chart2/source/controller/inc/AccessibleBase.hxx:145
     void chart::AccessibleBase::RemoveState(short)
     short aState
     23
-chart2/source/inc/LinePropertiesHelper.hxx:63
+chart2/source/inc/LinePropertiesHelper.hxx:62
     void SetLineColor(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,int)
     int nColor
     14540253
-chart2/source/inc/ObjectIdentifier.hxx:177
+chart2/source/inc/ObjectIdentifier.hxx:176
     class rtl::OUString chart::ObjectIdentifier::createSeriesSubObjectStub(enum chart::ObjectType,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
     enum chart::ObjectType eSubObjectType
     12
-chart2/source/inc/StatisticsHelper.hxx:76
+chart2/source/inc/StatisticsHelper.hxx:75
     class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> addErrorBars(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XDataSeries> &,int,_Bool)
     int nStyle
     2
@@ -154,7 +154,7 @@ cui/source/inc/autocdlg.hxx:304
     void OfaQuoteTabPage::CreateEntry(class weld::TreeView &,const class rtl::OUString &,unsigned short,unsigned short)
     unsigned short nTextCol
     2
-cui/source/inc/chardlg.hxx:267
+cui/source/inc/chardlg.hxx:274
     void SvxCharPositionPage::UpdatePreview_Impl(unsigned char,unsigned char,short)
     unsigned char nProp
     100
@@ -210,7 +210,7 @@ dbaccess/source/ui/inc/charsetlistbox.hxx:37
     _Bool dbaui::CharSetListBox::StoreSelectedCharSet(class SfxItemSet &,const unsigned short)
     const unsigned short _nItemId
     11
-dbaccess/source/ui/inc/FieldDescControl.hxx:145
+dbaccess/source/ui/inc/FieldDescControl.hxx:140
     void dbaui::OFieldDescControl::CellModified(long,unsigned short)
     long nRow
     -1
@@ -858,18 +858,14 @@ include/sfx2/templatelocalview.hxx:229
     class BitmapEx SfxTemplateLocalView::fetchThumbnail(const class rtl::OUString &,long,long)
     long height
     86
-include/sfx2/thumbnailview.hxx:210
+include/sfx2/thumbnailview.hxx:212
     void ThumbnailView::setItemDimensions(long,long,long,int)
     int itemPadding
     5
-include/sfx2/thumbnailview.hxx:210
+include/sfx2/thumbnailview.hxx:212
     void ThumbnailView::setItemDimensions(long,long,long,int)
     long DisplayHeight
     30
-include/sfx2/thumbnailview.hxx:345
-    void SfxThumbnailView::setItemDimensions(long,long,long,int)
-    int itemPadding
-    5
 include/sot/stg.hxx:99
     class BaseStorage * BaseStorage::OpenUCBStorage(const class rtl::OUString &,enum StreamMode,_Bool)
     enum StreamMode 
@@ -954,19 +950,19 @@ include/svtools/ctrlbox.hxx:379
     void FontNameBox::set_size_request(int,int)
     int nHeight
     -1
-include/svtools/ctrlbox.hxx:460
+include/svtools/ctrlbox.hxx:459
     void FontSizeBox::EnableRelativeMode(unsigned short,unsigned short,unsigned short)
     unsigned short nMax
     995
-include/svtools/ctrlbox.hxx:460
+include/svtools/ctrlbox.hxx:459
     void FontSizeBox::EnableRelativeMode(unsigned short,unsigned short,unsigned short)
     unsigned short nMin
     5
-include/svtools/ctrlbox.hxx:460
+include/svtools/ctrlbox.hxx:459
     void FontSizeBox::EnableRelativeMode(unsigned short,unsigned short,unsigned short)
     unsigned short nStep
     5
-include/svtools/ctrlbox.hxx:461
+include/svtools/ctrlbox.hxx:460
     void FontSizeBox::EnablePtRelativeMode(short,short,short)
     short nStep
     10
@@ -1158,7 +1154,7 @@ include/svx/svdhdl.hxx:409
     void ImpMeasureHdl::ImpMeasureHdl(const class Point &,enum SdrHdlKind)
     enum SdrHdlKind eNewKind
     20
-include/svx/svdmodel.hxx:119
+include/svx/svdmodel.hxx:118
     void SdrHint::SdrHint(enum SdrHintKind,const class SdrPage *)
     enum SdrHintKind eNewHint
     2
@@ -1541,7 +1537,7 @@ include/vcl/print.hxx:657
 include/vcl/svapp.hxx:745
     struct ImplSVEvent * Application::PostGestureEvent(enum VclEventId,class vcl::Window *,const class GestureEvent *)
     enum VclEventId nEvent
-    129
+    130
 include/vcl/texteng.hxx:132
     class TextPaM TextEngine::ImpInsertText(const class TextSelection &,char16_t,_Bool)
     char16_t c
@@ -1562,15 +1558,15 @@ include/vcl/toolkit/svtabbx.hxx:89
     void SvTabListBox::SetTabJustify(unsigned short,enum SvTabJustify)
     enum SvTabJustify 
     8
-include/vcl/toolkit/treelistbox.hxx:497
+include/vcl/toolkit/treelistbox.hxx:496
     class SvLBoxTab * SvTreeListBox::GetFirstTab(enum SvLBoxTabFlags,unsigned short &)
     enum SvLBoxTabFlags nFlagMask
     16
-include/vcl/toolkit/treelistbox.hxx:498
+include/vcl/toolkit/treelistbox.hxx:497
     void SvTreeListBox::GetLastTab(enum SvLBoxTabFlags,unsigned short &)
     enum SvLBoxTabFlags nFlagMask
     16
-include/vcl/toolkit/treelistbox.hxx:659
+include/vcl/toolkit/treelistbox.hxx:655
     void SvTreeListBox::SetHighlightRange(unsigned short,unsigned short)
     unsigned short nLastTab
     65535
@@ -1594,39 +1590,43 @@ include/vcl/transfer.hxx:357
     class com::sun::star::uno::Sequence<signed char> TransferableDataHelper::GetSequence(enum SotClipboardFormatId,const class rtl::OUString &)
     enum SotClipboardFormatId nFormat
     59
-include/vcl/weld.hxx:886
+include/vcl/uitest/logger.hxx:47
+    void UITestLogger::logAction(class vcl::Window *const &,enum VclEventId)
+    enum VclEventId nEvent
+    85
+include/vcl/weld.hxx:891
     void weld::TreeView::insert_separator(int,const class rtl::OUString &)
     int pos
     -1
-include/vcl/weld.hxx:924
+include/vcl/weld.hxx:929
     void weld::TreeView::set_sensitive(int,_Bool,int)
     int col
     -1
-include/vcl/weld.hxx:1042
+include/vcl/weld.hxx:1046
     void weld::TreeView::set_image(const class weld::TreeIter &,const class rtl::OUString &,int)
     int col
     -1
-include/vcl/weld.hxx:1205
+include/vcl/weld.hxx:1209
     void weld::IconView::insert(int,const class rtl::OUString *,const class rtl::OUString *,const class rtl::OUString *,class weld::TreeIter *)
     int pos
     -1
-include/vcl/weld.hxx:1236
+include/vcl/weld.hxx:1240
     void weld::IconView::select(int)
     int pos
     -1
-include/vcl/weld.hxx:1237
+include/vcl/weld.hxx:1241
     void weld::IconView::unselect(int)
     int pos
     -1
-include/vcl/weld.hxx:2079
+include/vcl/weld.hxx:2090
     void weld::Menu::insert(int,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString *,class VirtualDevice *,enum TriState)
     int pos
     -1
-include/vcl/weld.hxx:2088
+include/vcl/weld.hxx:2099
     void weld::Menu::insert_separator(int,const class rtl::OUString &)
     int pos
     -1
-include/vcl/window.hxx:1563
+include/vcl/window.hxx:1526
     void vcl::Window::SimulateKeyPress(unsigned short) const
     unsigned short nKeyCode
     1312
@@ -1642,7 +1642,7 @@ include/xmloff/txtparae.hxx:349
     void XMLTextParagraphExport::exportListAndSectionChange(class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,class MultiPropertySetHelper &,short,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextContent> &,const class XMLTextNumRuleInfo &,const class XMLTextNumRuleInfo &,_Bool)
     short nTextSectionId
     5
-include/xmloff/txtparae.hxx:379
+include/xmloff/txtparae.hxx:381
     void XMLTextParagraphExport::Add(enum XmlStyleFamily,class MultiPropertySetHelper &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &)
     enum XmlStyleFamily nFamily
     100
@@ -1674,30 +1674,26 @@ include/xmloff/xmlexppr.hxx:135
     void SvXMLExportPropertyMapper::exportXML(class SvXMLExport &,const class std::__debug::vector<struct XMLPropertyState, class std::allocator<struct XMLPropertyState> > &,enum SvXmlExportFlags,_Bool) const
     enum SvXmlExportFlags nFlags
     8
-include/xmloff/xmlimp.hxx:492
+include/xmloff/xmlimp.hxx:493
     void SvXMLImport::SetError(int,const class rtl::OUString &,const class rtl::OUString &)
     int nId
     268566538
-include/xmloff/xmlnumfi.hxx:163
-    void SvXMLNumFormatContext::SvXMLNumFormatContext(class SvXMLImport &,unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,const int,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,class SvXMLStylesContext &)
-    unsigned short nPrfx
-    9
-include/xmloff/xmlnumfi.hxx:197
+include/xmloff/xmlnumfi.hxx:191
     _Bool SvXMLNumFormatContext::ReplaceNfKeyword(unsigned short,unsigned short)
     unsigned short nOld
     24
-include/xmloff/xmlnumfi.hxx:197
+include/xmloff/xmlnumfi.hxx:191
     _Bool SvXMLNumFormatContext::ReplaceNfKeyword(unsigned short,unsigned short)
     unsigned short nNew
     25
 include/xmloff/XMLSettingsExportContext.hxx:37
     void xmloff::XMLSettingsExportContext::AddAttribute(enum xmloff::token::XMLTokenEnum,const class rtl::OUString &)
     enum xmloff::token::XMLTokenEnum i_eName
-    1221
+    1222
 include/xmloff/XMLSettingsExportContext.hxx:39
     void xmloff::XMLSettingsExportContext::AddAttribute(enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum)
     enum xmloff::token::XMLTokenEnum i_eName
-    1865
+    1870
 libreofficekit/qa/tilebench/tilebench.cxx:72
     void dumpTile(const char *,const int,const int,const int,const unsigned char *,const int,const int,int)
     int nTotalWidth
@@ -1774,7 +1770,7 @@ reportdesign/source/filter/xml/xmlExport.hxx:125
     void rptxml::ORptExport::collectStyleNames(enum XmlStyleFamily,const class std::__debug::vector<int, class std::allocator<int> > &,const class std::__debug::vector<int, class std::allocator<int> > &,class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &)
     enum XmlStyleFamily _nFamily
     203
-reportdesign/source/filter/xml/xmlStyleImport.hxx:62
+reportdesign/source/filter/xml/xmlStyleImport.hxx:60
     void rptxml::OControlStyleContext::AddProperty(short,const class com::sun::star::uno::Any &)
     short nContextID
     28673
@@ -2062,11 +2058,11 @@ sc/qa/unit/parallelism.cxx:534
     void lcl_setupMultipleFGColumn(class ScDocument *,unsigned long,unsigned long,unsigned long)
     unsigned long nNumRowsInBlock
     200
-sc/qa/unit/subsequent_export-test.cxx:1679
+sc/qa/unit/subsequent_export-test.cxx:1685
     _Bool ::isOverline(const struct editeng::Section &,enum FontLineStyle)
     enum FontLineStyle eStyle
     2
-sc/qa/unit/subsequent_export-test.cxx:1686
+sc/qa/unit/subsequent_export-test.cxx:1692
     _Bool ::isUnderline(const struct editeng::Section &,enum FontLineStyle)
     enum FontLineStyle eStyle
     2
@@ -2283,7 +2279,7 @@ sc/source/filter/xml/xmlfonte.cxx:41
     unsigned char nIdCount
     3
 sc/source/filter/xml/xmlstyli.cxx:269
-    void (anonymous namespace)::XMLTableCellPropsContext::XMLTableCellPropsContext(class SvXMLImport &,unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,unsigned int,class std::__debug::vector<struct XMLPropertyState, class std::allocator<struct XMLPropertyState> > &,const class rtl::Reference<class SvXMLImportPropertyMapper> &)
+    void (anonymous namespace)::XMLTableCellPropsContext::XMLTableCellPropsContext(class SvXMLImport &,int,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XFastAttributeList> &,unsigned int,class std::__debug::vector<struct XMLPropertyState, class std::allocator<struct XMLPropertyState> > &,const class rtl::Reference<class SvXMLImportPropertyMapper> &)
     unsigned int nFamily
     196608
 sc/source/ui/Accessibility/AccessibleCsvControl.cxx:218
@@ -2638,14 +2634,14 @@ sdext/source/minimizer/optimizerdialogcontrols.cxx:200
     class rtl::OUString InsertFormattedField(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XTextListener> &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XSpinListener> &,int,int,double,double,short)
     double fEffectiveMax
     100
-sdext/source/minimizer/optimizerdialogcontrols.cxx:200
-    class rtl::OUString InsertFormattedField(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XTextListener> &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XSpinListener> &,int,int,double,double,short)
-    int nYPos
-    46
 sdext/source/minimizer/optimizerdialogcontrols.cxx:200
     class rtl::OUString InsertFormattedField(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XTextListener> &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XSpinListener> &,int,int,double,double,short)
     int nXPos
     197
+sdext/source/minimizer/optimizerdialogcontrols.cxx:200
+    class rtl::OUString InsertFormattedField(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XTextListener> &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XSpinListener> &,int,int,double,double,short)
+    int nYPos
+    46
 sdext/source/minimizer/optimizerdialogcontrols.cxx:248
     class rtl::OUString InsertComboBox(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XTextListener> &,const _Bool,const class com::sun::star::uno::Sequence<class rtl::OUString> &,int,int,short)
     int nXPos
@@ -2670,14 +2666,14 @@ sfx2/source/doc/oleprops.cxx:103
     void (anonymous namespace)::SfxOleStringPropertyBase::SfxOleStringPropertyBase(int,int,const class SfxOleTextEncoding &,const class rtl::OUString &)
     int nPropType
     30
-sfx2/source/doc/oleprops.cxx:106
-    void (anonymous namespace)::SfxOleStringPropertyBase::SfxOleStringPropertyBase(int,int,unsigned short)
-    int nPropType
-    31
 sfx2/source/doc/oleprops.cxx:106
     void (anonymous namespace)::SfxOleStringPropertyBase::SfxOleStringPropertyBase(int,int,unsigned short)
     unsigned short eTextEnc
     65535
+sfx2/source/doc/oleprops.cxx:106
+    void (anonymous namespace)::SfxOleStringPropertyBase::SfxOleStringPropertyBase(int,int,unsigned short)
+    int nPropType
+    31
 sfx2/source/doc/oleprops.hxx:304
     void SfxOleSection::SetThumbnailValue(int,const class com::sun::star::uno::Sequence<signed char> &)
     int nPropId
@@ -2722,14 +2718,14 @@ slideshow/source/engine/opengl/TransitionImpl.hxx:255
     class std::shared_ptr<class OGLTransitionImpl> makeHelix(unsigned short)
     unsigned short nRows
     20
-slideshow/source/inc/box2dtools.hxx:188
-    double box2d::utils::box2DWorld::stepAmount(const double,const float,const int,const int)
-    const int nVelocityIterations
-    6
-slideshow/source/inc/box2dtools.hxx:188
+slideshow/source/inc/box2dtools.hxx:258
     double box2d::utils::box2DWorld::stepAmount(const double,const float,const int,const int)
     const int nPositionIterations
     2
+slideshow/source/inc/box2dtools.hxx:258
+    double box2d::utils::box2DWorld::stepAmount(const double,const float,const int,const int)
+    const int nVelocityIterations
+    6
 slideshow/source/inc/listenercontainer.hxx:103
     void slideshow::internal::ListenerOperations::pruneListeners(type-parameter-?-? &,unsigned long)
     unsigned long 
@@ -2786,7 +2782,7 @@ svl/source/numbers/zforfind.hxx:393
     _Bool ImpSvNumberInputScan::IsDatePatternNumberOfType(unsigned short,char16_t)
     char16_t cType
     89
-svl/source/numbers/zforscan.hxx:283
+svl/source/numbers/zforscan.hxx:281
     _Bool ImpSvNumberformatScan::InsertSymbol(unsigned short &,enum svt::NfSymbolType,const class rtl::OUString &)
     enum svt::NfSymbolType eType
     -7
@@ -2994,14 +2990,14 @@ sw/source/core/doc/DocumentStylePoolManager.cxx:141
     void lcl_SetDfltFont(enum DefaultFontType,enum DefaultFontType,enum DefaultFontType,class SfxItemSet &)
     enum DefaultFontType nCJKFntType
     3000
-sw/source/core/doc/SwStyleNameMapper.cxx:87
-    class std::__debug::unordered_map<class rtl::OUString, unsigned short, struct std::hash< ::rtl::OUString>, struct std::equal_to<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, unsigned short> > > HashFromRange(unsigned short,unsigned short,unsigned short,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &(*)(void),type-parameter-?-?...)
-     ###16
-    12288
 sw/source/core/doc/SwStyleNameMapper.cxx:87
     class std::__debug::unordered_map<class rtl::OUString, unsigned short, struct std::hash< ::rtl::OUString>, struct std::equal_to<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, unsigned short> > > HashFromRange(unsigned short,unsigned short,unsigned short,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &(*)(void),type-parameter-?-?...)
      ###17
     12293
+sw/source/core/doc/SwStyleNameMapper.cxx:87
+    class std::__debug::unordered_map<class rtl::OUString, unsigned short, struct std::hash< ::rtl::OUString>, struct std::equal_to<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, unsigned short> > > HashFromRange(unsigned short,unsigned short,unsigned short,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &(*)(void),type-parameter-?-?...)
+     ###16
+    12288
 sw/source/core/doc/tblafmt.cxx:179
     void SwAfVersions::Write(class SvStream &,unsigned short)
     unsigned short fileVersion
@@ -3062,14 +3058,14 @@ sw/source/filter/inc/fltshell.hxx:174
     const class SfxPoolItem * SwFltControlStack::GetOpenStackAttr(const struct SwPosition &,unsigned short)
     unsigned short nWhich
     14
-sw/source/filter/ww8/docxattributeoutput.cxx:3747
-    class rtl::OString lcl_padStartToLength(const class rtl::OString &,int,char)
-    char cFill
-    48
-sw/source/filter/ww8/docxattributeoutput.cxx:3747
+sw/source/filter/ww8/docxattributeoutput.cxx:3761
     class rtl::OString lcl_padStartToLength(const class rtl::OString &,int,char)
     int nLen
     4
+sw/source/filter/ww8/docxattributeoutput.cxx:3761
+    class rtl::OString lcl_padStartToLength(const class rtl::OString &,int,char)
+    char cFill
+    48
 sw/source/filter/ww8/docxexport.hxx:193
     void DocxExport::WriteOutliner(const class OutlinerParaObject &,unsigned char)
     unsigned char nTyp
@@ -3082,15 +3078,15 @@ sw/source/filter/ww8/writerhelper.hxx:473
     const type-parameter-?-? * HasItem(const class std::__debug::map<unsigned short, const class SfxPoolItem *, class sw::util::ItemSort, class std::allocator<struct std::pair<const unsigned short, const class SfxPoolItem *> > > &,unsigned short)
     unsigned short eType
     52
-sw/source/filter/ww8/wrtww8.hxx:1356
+sw/source/filter/ww8/wrtww8.hxx:1353
     void WW8_WrPlcField::WW8_WrPlcField(unsigned short,unsigned char)
     unsigned short nStructSz
     2
-sw/source/filter/ww8/wrtww8.hxx:1413
+sw/source/filter/ww8/wrtww8.hxx:1410
     void SwWW8WrGrf::WritePICBulletFHeader(class SvStream &,const class Graphic &,unsigned short,unsigned short,unsigned short)
     unsigned short mm
     100
-sw/source/filter/ww8/wrtww8.hxx:1526
+sw/source/filter/ww8/wrtww8.hxx:1523
     void SwWW8AttrIter::handleToggleProperty(class SfxItemSet &,const class SwFormatCharFormat *,unsigned short,const class SfxPoolItem *)
     unsigned short nWhich
     15
@@ -3114,8 +3110,8 @@ sw/source/filter/ww8/ww8scan.hxx:1531
     void WW8Fib::WW8Fib(unsigned char,_Bool)
     unsigned char nVersion
     8
-sw/source/filter/xml/xmlbrshi.hxx:59
-    void SwXMLBrushItemImportContext::SwXMLBrushItemImportContext(class SvXMLImport &,unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,const class SvXMLUnitConverter &,unsigned short)
+sw/source/filter/xml/xmlbrshi.hxx:58
+    void SwXMLBrushItemImportContext::SwXMLBrushItemImportContext(class SvXMLImport &,int,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XFastAttributeList> &,const class SvXMLUnitConverter &,unsigned short)
     unsigned short nWhich
     105
 sw/source/uibase/inc/frmmgr.hxx:121
@@ -3126,14 +3122,14 @@ sw/source/uibase/inc/mailmergehelper.hxx:99
     void SwAddressPreview::SetLayout(unsigned short,unsigned short)
     unsigned short nColumns
     2
-sw/source/uibase/inc/numpara.hxx:61
-    _Bool SwParagraphNumTabPage::ExecuteEditNumStyle_Impl(unsigned short,const class rtl::OUString &,enum SfxStyleFamily)
-    unsigned short nId
-    5550
 sw/source/uibase/inc/numpara.hxx:61
     _Bool SwParagraphNumTabPage::ExecuteEditNumStyle_Impl(unsigned short,const class rtl::OUString &,enum SfxStyleFamily)
     enum SfxStyleFamily nFamily
     16
+sw/source/uibase/inc/numpara.hxx:61
+    _Bool SwParagraphNumTabPage::ExecuteEditNumStyle_Impl(unsigned short,const class rtl::OUString &,enum SfxStyleFamily)
+    unsigned short nId
+    5550
 sw/source/uibase/inc/prcntfld.hxx:66
     void SwPercentField::set_min(int,enum FieldUnit)
     enum FieldUnit eInUnit
@@ -3385,11 +3381,11 @@ writerfilter/source/rtftok/rtfsprm.hxx:59
 xmloff/inc/txtflde.hxx:254
     void XMLTextFieldExport::ProcessIntegerDef(enum xmloff::token::XMLTokenEnum,int,int)
     enum xmloff::token::XMLTokenEnum eXmlName
-    1320
+    1321
 xmloff/inc/txtflde.hxx:280
     void XMLTextFieldExport::ProcessString(enum xmloff::token::XMLTokenEnum,unsigned short,const class rtl::OUString &,const class rtl::OUString &)
     enum xmloff::token::XMLTokenEnum eXmlName
-    809
+    810
 xmloff/inc/txtflde.hxx:280
     void XMLTextFieldExport::ProcessString(enum xmloff::token::XMLTokenEnum,unsigned short,const class rtl::OUString &,const class rtl::OUString &)
     unsigned short nValuePrefix
@@ -3397,11 +3393,11 @@ xmloff/inc/txtflde.hxx:280
 xmloff/inc/txtflde.hxx:293
     void XMLTextFieldExport::ProcessString(enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum)
     enum xmloff::token::XMLTokenEnum eXmlName
-    1439
+    1444
 xmloff/inc/txtflde.hxx:293
     void XMLTextFieldExport::ProcessString(enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum)
     enum xmloff::token::XMLTokenEnum eDefault
-    1772
+    1777
 xmloff/inc/txtflde.hxx:325
     void XMLTextFieldExport::ProcessDateTime(enum xmloff::token::XMLTokenEnum,double,_Bool,_Bool,_Bool,unsigned short)
     unsigned short nPrefix
@@ -3409,15 +3405,19 @@ xmloff/inc/txtflde.hxx:325
 xmloff/inc/txtflde.hxx:341
     void XMLTextFieldExport::ProcessDateTime(enum xmloff::token::XMLTokenEnum,const struct com::sun::star::util::DateTime &)
     enum xmloff::token::XMLTokenEnum eXMLName
-    513
+    514
 xmloff/inc/txtflde.hxx:346
     void XMLTextFieldExport::ProcessTimeOrDateTime(enum xmloff::token::XMLTokenEnum,const struct com::sun::star::util::DateTime &)
     enum xmloff::token::XMLTokenEnum eXMLName
-    1825
+    1830
 xmloff/inc/XMLBase64Export.hxx:39
     _Bool XMLBase64Export::exportElement(const class com::sun::star::uno::Reference<class com::sun::star::io::XInputStream> &,enum xmloff::token::XMLTokenEnum)
     enum xmloff::token::XMLTokenEnum eName
-    2032
+    2037
+xmloff/source/chart/transporttypes.hxx:204
+    void DataRowPointStyle::DataRowPointStyle(enum DataRowPointStyle::StyleType,const class rtl::OUString &,int)
+    enum DataRowPointStyle::StyleType eType
+    5
 xmloff/source/draw/ximpcustomshape.cxx:87
     void GetInt32(class std::__debug::vector<struct com::sun::star::beans::PropertyValue, class std::allocator<struct com::sun::star::beans::PropertyValue> > &,const class rtl::OUString &,const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum)
     const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum eDestProp
@@ -3465,7 +3465,7 @@ xmloff/source/forms/property_description.hxx:81
 xmloff/source/script/xmlbasicscript.hxx:36
     _Bool xmloff::BasicElementBase::getBoolAttr(_Bool *,int,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XFastAttributeList> &)
     int nToken
-    1968620
+    1968625
 xmloff/source/style/xmlbahdl.hxx:51
     void XMLNumberNonePropHdl::XMLNumberNonePropHdl(enum xmloff::token::XMLTokenEnum,signed char)
     enum xmloff::token::XMLTokenEnum eZeroString
@@ -3481,7 +3481,7 @@ xmloff/source/style/xmlbahdl.hxx:117
 xmloff/source/text/XMLIndexMarkExport.cxx:182
     void lcl_ExportPropertyBool(class SvXMLExport &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,enum xmloff::token::XMLTokenEnum,class com::sun::star::uno::Any &)
     enum xmloff::token::XMLTokenEnum eToken
-    2142
+    2147
 xmloff/source/transform/TransformerContext.hxx:58
     _Bool XMLTransformerContext::HasNamespace(unsigned short) const
     unsigned short nPrefix
diff --git a/framework/source/uielement/resourcemenucontroller.cxx b/framework/source/uielement/resourcemenucontroller.cxx
index d28e51c1fc2d..1094874bbcce 100644
--- a/framework/source/uielement/resourcemenucontroller.cxx
+++ b/framework/source/uielement/resourcemenucontroller.cxx
@@ -407,7 +407,9 @@ OUString SaveAsMenuController::getImplementationName()
 class WindowListMenuController : public ResourceMenuController
 {
 public:
-    using ResourceMenuController::ResourceMenuController;
+    WindowListMenuController( const css::uno::Reference< css::uno::XComponentContext >& rxContext,
+                              const css::uno::Sequence< css::uno::Any >& rxArgs )
+        : ResourceMenuController(rxContext, rxArgs, false) {}
 
     // XMenuListener
     void SAL_CALL itemActivated( const css::awt::MenuEvent& rEvent ) override;
@@ -563,7 +565,7 @@ com_sun_star_comp_framework_WindowListMenuController_get_implementation(
     css::uno::XComponentContext* context,
     css::uno::Sequence< css::uno::Any > const & args )
 {
-    return cppu::acquire( new WindowListMenuController( context, args, false ) );
+    return cppu::acquire( new WindowListMenuController( context, args ) );
 }
 
 extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface *
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index a77eb89e9f76..6c130bf4cd2b 100644
--- a/include/vcl/image.hxx
+++ b/include/vcl/image.hxx
@@ -44,7 +44,7 @@ public:
     explicit Image(BitmapEx const & rBitmapEx);
     explicit Image(css::uno::Reference<css::graphic::XGraphic> const & rxGraphic);
     explicit Image(OUString const & rPNGFileUrl);
-    explicit Image(StockImage, OUString const & rPNGFilePath, Size aSpecificSize = Size());
+    explicit Image(StockImage, OUString const & rPNGFilePath);
 
     Size GetSizePixel() const;
     BitmapEx GetBitmapEx() const;
diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx
index 7424791091e0..06fc2edfc253 100644
--- a/svtools/source/misc/imagemgr.cxx
+++ b/svtools/source/misc/imagemgr.cxx
@@ -715,7 +715,7 @@ static Image GetImageFromList_Impl( SvImageId nImageId, vcl::ImageType eImageTyp
 {
     OUString sImageName(GetImageNameFromList_Impl(nImageId, eImageType));
     if (!sImageName.isEmpty())
-        return Image(StockImage::Yes, sImageName, Size());
+        return Image(StockImage::Yes, sImageName);
     return Image();
 }
 
diff --git a/vcl/inc/image.h b/vcl/inc/image.h
index c25015624ec4..6fb19bd615da 100644
--- a/vcl/inc/image.h
+++ b/vcl/inc/image.h
@@ -28,7 +28,6 @@ private:
     BitmapChecksum maBitmapChecksum;
     /// if non-empty: cached original size of maStockName else Size of maBitmap
     Size maSizePixel;
-    Size maPreferedSizePixel;
     /// If set - defines the bitmap via images.zip*
     OUString maStockName;
 
@@ -41,7 +40,7 @@ private:
 
 public:
     ImplImage(const BitmapEx& rBitmapEx);
-    ImplImage(const OUString &aStockName, Size const & rPreferedSize);
+    ImplImage(const OUString &aStockName);
 
     bool isStock() const
     {
diff --git a/vcl/source/image/Image.cxx b/vcl/source/image/Image.cxx
index 0cb7c5d44949..54799c5a60b1 100644
--- a/vcl/source/image/Image.cxx
+++ b/vcl/source/image/Image.cxx
@@ -46,7 +46,7 @@ Image::Image(uno::Reference<graphic::XGraphic> const & rxGraphic)
 
         OUString aPath;
         if (aGraphic.getOriginURL().startsWith("private:graphicrepository/", &aPath))
-            mpImplData = std::make_shared<ImplImage>(aPath, Size());
+            mpImplData = std::make_shared<ImplImage>(aPath);
         else
             ImplInit(aGraphic.GetBitmapEx());
     }
@@ -56,7 +56,7 @@ Image::Image(const OUString & rFileUrl)
 {
     OUString sImageName;
     if (rFileUrl.startsWith("private:graphicrepository/", &sImageName))
-        mpImplData = std::make_shared<ImplImage>(sImageName, Size());
+        mpImplData = std::make_shared<ImplImage>(sImageName);
     else
     {
         Graphic aGraphic;
@@ -65,8 +65,8 @@ Image::Image(const OUString & rFileUrl)
     }
 }
 
-Image::Image(StockImage, const OUString & rFileUrl, Size aSpecificSize)
-    : mpImplData(std::make_shared<ImplImage>(rFileUrl, aSpecificSize))
+Image::Image(StockImage, const OUString & rFileUrl)
+    : mpImplData(std::make_shared<ImplImage>(rFileUrl))
 {
 }
 
diff --git a/vcl/source/image/ImplImage.cxx b/vcl/source/image/ImplImage.cxx
index 4465dd1687db..8659d8e11e50 100644
--- a/vcl/source/image/ImplImage.cxx
+++ b/vcl/source/image/ImplImage.cxx
@@ -31,15 +31,13 @@
 ImplImage::ImplImage(const BitmapEx &rBitmapEx)
     : maBitmapChecksum(0)
     , maSizePixel(rBitmapEx.GetSizePixel())
-    , maPreferedSizePixel()
     , maBitmapEx(rBitmapEx)
 {
 }
 
-ImplImage::ImplImage(const OUString &aStockName, Size const & rPreferedSize)
+ImplImage::ImplImage(const OUString &aStockName)
     : maBitmapChecksum(0)
     , maSizePixel() // defer size lookup
-    , maPreferedSizePixel(rPreferedSize)
     , maStockName(aStockName)
 {
 }
@@ -85,11 +83,6 @@ bool ImplImage::loadStockAtScale(double fScale, BitmapEx &rBitmapEx)
             return false;
         }
     }
-    if (maPreferedSizePixel != Size())
-    {
-        Size aScaleSize(maPreferedSizePixel.Width() * fScale, maPreferedSizePixel.Height() * fScale);
-        aBitmapEx.Scale(aScaleSize);
-    }
     rBitmapEx = aBitmapEx;
     return true;
 }
diff --git a/xmloff/source/chart/SchXMLParagraphContext.cxx b/xmloff/source/chart/SchXMLParagraphContext.cxx
index f46d45cc5eb9..fc0d0df12316 100644

... etc. - the rest is truncated


More information about the Libreoffice-commits mailing list