[Libreoffice-commits] core.git: compilerplugins/clang include/sfx2 include/svx sc/inc sc/source sfx2/source svx/source

Noel (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 4 12:58:23 UTC 2020


 compilerplugins/clang/constantparam.bitmask.results      |    8 
 compilerplugins/clang/constantparam.booleans.results     |  984 +++++++--------
 compilerplugins/clang/constantparam.constructors.results |  196 +-
 compilerplugins/clang/constantparam.numbers.results      |  764 +++++------
 compilerplugins/clang/constantparam.py                   |   20 
 include/sfx2/objsh.hxx                                   |    5 
 include/svx/dlgctrl.hxx                                  |    2 
 sc/inc/drwlayer.hxx                                      |    2 
 sc/source/core/data/drwlayer.cxx                         |   11 
 sc/source/core/inc/interpre.hxx                          |    2 
 sc/source/core/tool/interpr1.cxx                         |   49 
 sfx2/source/doc/objcont.cxx                              |    9 
 svx/source/dialog/dlgctrl.cxx                            |    8 
 13 files changed, 999 insertions(+), 1061 deletions(-)

New commits:
commit c76c4e74810e152fa5a6befe73ce4167b6b98267
Author:     Noel <noelgrandin at gmail.com>
AuthorDate: Wed Nov 4 08:43:46 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Nov 4 13:57:38 2020 +0100

    loplugin:constantparam
    
    Change-Id: Ia2fea86f940d0d2d1dba5ed56660584f3d3fb028
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105280
    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 0e08530d201c..b651e6b9c82f 100644
--- a/compilerplugins/clang/constantparam.bitmask.results
+++ b/compilerplugins/clang/constantparam.bitmask.results
@@ -4,7 +4,7 @@ codemaker/source/javamaker/classfile.hxx:152
 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
+dbaccess/source/filter/xml/xmlExport.hxx:164
     void dbaxml::ODBExport::ODBExport(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum SvXMLExportFlags)
     enum SvXMLExportFlags nExportFlag setBits=0x400 clearBits=0x200
 include/basegfx/polygon/b2dpolygontools.hxx:145
@@ -13,7 +13,7 @@ include/basegfx/polygon/b2dpolygontools.hxx:145
 include/framework/framelistanalyzer.hxx:185
     void framework::FrameListAnalyzer::FrameListAnalyzer(const class com::sun::star::uno::Reference<class com::sun::star::frame::XFramesSupplier> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,enum FrameAnalyzerFlags)
     enum FrameAnalyzerFlags eDetectMode setBits=0x4
-include/sfx2/objsh.hxx:471
+include/sfx2/objsh.hxx:477
     void SfxObjectShell::FinishedLoading(enum SfxLoadedFlags)
     enum SfxLoadedFlags nWhich setBits=0x1
 include/svtools/brwbox.hxx:511
@@ -28,7 +28,7 @@ sc/inc/rangelst.hxx:48
 sc/inc/rangeutl.hxx:162
     void ScRangeStringConverter::GetStringFromAddress(class rtl::OUString &,const class ScAddress &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool,enum ScRefFlags)
     enum ScRefFlags nFormatFlags setBits=0x8008 clearBits=0x7ff0
-sc/inc/xmlwrap.hxx:90
+sc/inc/xmlwrap.hxx:89
     _Bool ScXMLImportWrapper::Import(enum ImportFlags,class ErrCode &)
     enum ImportFlags nMode setBits=0x1
 sc/source/ui/view/cellsh1.cxx:103
@@ -40,7 +40,7 @@ sc/source/ui/view/cellsh1.cxx:126
 sw/source/core/view/viewsh.cxx:717
     void lcl_InvalidateAllContent(class SwViewShell &,enum SwInvalidateFlags)
     enum SwInvalidateFlags nInv setBits=0x2
-sw/source/filter/html/swhtml.hxx:678
+sw/source/filter/html/swhtml.hxx:687
     void SwHTMLParser::SetFrameFormatAttrs(class SfxItemSet &,enum HtmlFrameFormatFlags,class SfxItemSet &)
     enum HtmlFrameFormatFlags nFlags setBits=0x1
 sw/source/filter/ww8/wrtw8esh.cxx:1545
diff --git a/compilerplugins/clang/constantparam.booleans.results b/compilerplugins/clang/constantparam.booleans.results
index a850a26c9653..bf25ffeb07a3 100644
--- a/compilerplugins/clang/constantparam.booleans.results
+++ b/compilerplugins/clang/constantparam.booleans.results
@@ -52,11 +52,11 @@ canvas/inc/verifyinput.hxx:279
     0
 canvas/inc/verifyinput.hxx:520
     void verifyRange(type-parameter-?-?,type-parameter-?-?,_Bool)
-    type-parameter-?-? bound
+    _Bool bLowerBound
     1
 canvas/inc/verifyinput.hxx:520
     void verifyRange(type-parameter-?-?,type-parameter-?-?,_Bool)
-    _Bool bLowerBound
+    type-parameter-?-? bound
     1
 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)
@@ -74,39 +74,39 @@ chart2/qa/extras/chart2dump/chart2dump.cxx:98
     void Chart2DumpTest::Chart2DumpTest(_Bool)
     _Bool bDumpMode
     0
-chart2/qa/extras/chart2export.cxx:429
+chart2/qa/extras/chart2export.cxx:435
     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:238
+chart2/qa/extras/charttest.hxx:244
     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:244
+chart2/qa/extras/charttest.hxx:250
     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:278
+chart2/qa/extras/charttest.hxx:284
     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:298
+chart2/qa/extras/charttest.hxx:304
     int getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int)
-    int nCooSys
+    int nChartType
     0
-chart2/qa/extras/charttest.hxx:298
+chart2/qa/extras/charttest.hxx:304
     int getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int)
-    int nChartType
+    int nCooSys
     0
-chart2/qa/extras/charttest.hxx:308
+chart2/qa/extras/charttest.hxx:314
     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:323
+chart2/qa/extras/charttest.hxx:329
     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:345
+chart2/qa/extras/charttest.hxx:351
     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
@@ -170,11 +170,11 @@ chart2/source/view/charttypes/CategoryPositionHelper.hxx:28
     void chart::CategoryPositionHelper::CategoryPositionHelper(double,double)
     double fSeriesCount
     1
-chart2/source/view/inc/PlottingPositionHelper.hxx:111
+chart2/source/view/inc/PlottingPositionHelper.hxx:112
     void chart::PlottingPositionHelper::AllowShiftXAxisPos(_Bool)
     _Bool bAllowShift
     1
-chart2/source/view/inc/PlottingPositionHelper.hxx:112
+chart2/source/view/inc/PlottingPositionHelper.hxx:113
     void chart::PlottingPositionHelper::AllowShiftZAxisPos(_Bool)
     _Bool bAllowShift
     1
@@ -222,14 +222,6 @@ connectivity/inc/sdbcx/VUser.hxx:62
     void connectivity::sdbcx::OUser::OUser(const class rtl::OUString &,_Bool)
     _Bool _bCase
     1
-connectivity/source/drivers/postgresql/pq_connection.cxx:349
-    void pq_sdbc_driver::(anonymous namespace)::cstr_vector::push_back(const char *,enum __sal_NoAcquire)
-    enum __sal_NoAcquire 
-    0
-connectivity/source/drivers/postgresql/pq_resultsetmetadata.hxx:89
-    _Bool pq_sdbc_driver::ResultSetMetaData::getBoolColumnProperty(const class rtl::OUString &,int,_Bool)
-    _Bool def
-    0
 connectivity/source/inc/dbase/DIndex.hxx:113
     _Bool connectivity::dbase::ODbaseIndex::Find(unsigned int,const class connectivity::ORowSetValue &)
     unsigned int nRec
@@ -282,27 +274,27 @@ cui/source/inc/cfgutil.hxx:143
     class std::unique_ptr<class weld::TreeIter, struct std::default_delete<class weld::TreeIter> > CuiConfigFunctionListBox::make_iterator(const class weld::TreeIter *) const
     const class weld::TreeIter * pOrig
     0
-cui/source/inc/cuitabarea.hxx:727
+cui/source/inc/cuitabarea.hxx:725
     void SvxColorTabPage::SetPropertyList(enum XPropertyListType,const class rtl::Reference<class XPropertyList> &)
     enum XPropertyListType t
     0
-cui/source/inc/hangulhanjadlg.hxx:55
+cui/source/inc/hangulhanjadlg.hxx:54
     void svx::SuggestionDisplay::SelectEntryPos(unsigned short)
     unsigned short nPos
     0
-cui/source/inc/hangulhanjadlg.hxx:59
+cui/source/inc/hangulhanjadlg.hxx:58
     class rtl::OUString svx::SuggestionDisplay::GetEntry(unsigned short) const
     unsigned short nPos
     0
-cui/source/inc/scriptdlg.hxx:124
+cui/source/inc/scriptdlg.hxx:123
     void SvxScriptOrgDialog::insertEntry(const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *,_Bool,class std::unique_ptr<class SFEntry, struct std::default_delete<class SFEntry> > &&,const class rtl::OUString &,_Bool)
     _Bool bChildrenOnDemand
     1
-cui/source/inc/scriptdlg.hxx:124
+cui/source/inc/scriptdlg.hxx:123
     void SvxScriptOrgDialog::insertEntry(const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *,_Bool,class std::unique_ptr<class SFEntry, struct std::default_delete<class SFEntry> > &&,const class rtl::OUString &,_Bool)
     _Bool bSelect
     0
-cui/source/inc/scriptdlg.hxx:124
+cui/source/inc/scriptdlg.hxx:123
     void SvxScriptOrgDialog::insertEntry(const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *,_Bool,class std::unique_ptr<class SFEntry, struct std::default_delete<class SFEntry> > &&,const class rtl::OUString &,_Bool)
     const class weld::TreeIter * pParent
     0
@@ -310,27 +302,27 @@ cui/source/options/optjsearch.hxx:65
     void SvxJSearchOptionsPage::EnableSaveOptions(_Bool)
     _Bool bVal
     0
-dbaccess/source/core/dataaccess/databasedocument.hxx:675
+dbaccess/source/core/dataaccess/databasedocument.hxx:674
     void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::DefaultMethod_)
     enum dbaccess::DocumentGuard::DefaultMethod_ 
     0
-dbaccess/source/core/dataaccess/databasedocument.hxx:693
+dbaccess/source/core/dataaccess/databasedocument.hxx:692
     void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::InitMethod_)
     enum dbaccess::DocumentGuard::InitMethod_ 
     0
-dbaccess/source/core/dataaccess/databasedocument.hxx:712
+dbaccess/source/core/dataaccess/databasedocument.hxx:711
     void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::MethodUsedDuringInit_)
     enum dbaccess::DocumentGuard::MethodUsedDuringInit_ 
     0
-dbaccess/source/core/dataaccess/databasedocument.hxx:727
+dbaccess/source/core/dataaccess/databasedocument.hxx:726
     void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::MethodWithoutInit_)
     enum dbaccess::DocumentGuard::MethodWithoutInit_ 
     0
-dbaccess/source/core/inc/column.hxx:168
+dbaccess/source/core/inc/column.hxx:167
     void dbaccess::OColumns::OColumns(class cppu::OWeakObject &,class osl::Mutex &,_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 _bDropColumn
     0
-dbaccess/source/core/inc/column.hxx:179
+dbaccess/source/core/inc/column.hxx:178
     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
@@ -338,35 +330,35 @@ 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
     1
-dbaccess/source/ui/inc/charsets.hxx:46
+dbaccess/source/ui/inc/charsets.hxx:45
     class dbaui::OCharsetDisplay::ExtendedCharsetIterator dbaui::OCharsetDisplay::findEncoding(const unsigned short) const
     const unsigned short _eEncoding
     0
-dbaccess/source/ui/inc/FieldDescControl.hxx:122
+dbaccess/source/ui/inc/FieldDescControl.hxx:121
     void dbaui::OFieldDescControl::InitializeControl(class dbaui::OPropListBoxCtrl *,const class rtl::OString &,_Bool)
     _Bool _bAddChangeHandler
     1
-dbaccess/source/ui/inc/imageprovider.hxx:86
+dbaccess/source/ui/inc/imageprovider.hxx:85
     class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> dbaui::ImageProvider::getXGraphic(const class rtl::OUString &,const int)
     const int _nDatabaseObjectType
     0
-dbaccess/source/ui/inc/IUpdateHelper.hxx:33
+dbaccess/source/ui/inc/IUpdateHelper.hxx:32
     void dbaui::IUpdateHelper::updateInt(int,int)
     int _nPos
     1
-dbaccess/source/ui/inc/WCopyTable.hxx:311
+dbaccess/source/ui/inc/WCopyTable.hxx:310
     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:123
+dbaccess/source/ui/inc/WTypeSelect.hxx:122
     void dbaui::OWizTypeSelect::EnableAuto(_Bool)
     _Bool bEnable
     0
-desktop/source/deployment/gui/dp_gui_updatedialog.hxx:103
+desktop/source/deployment/gui/dp_gui_updatedialog.hxx:102
     void dp_gui::UpdateDialog::addAdditional(struct dp_gui::UpdateDialog::Index *,_Bool)
     _Bool bEnableCheckBox
     0
-desktop/source/lib/init.cxx:6374
+desktop/source/lib/init.cxx:6380
     struct _LibreOfficeKit * libreofficekit_hook_2(const char *,const char *)
     const char * user_profile_url
     0
@@ -378,7 +370,7 @@ editeng/source/editeng/editstt2.hxx:31
     void InternalEditStatus::TurnOffFlags(enum EEControlBits)
     enum EEControlBits nFlags
     1
-editeng/source/editeng/impedit.hxx:893
+editeng/source/editeng/impedit.hxx:897
     unsigned short ImpEditEngine::GetLineHeight(int,int)
     int nLine
     0
@@ -526,14 +518,10 @@ fpicker/source/office/fileview.hxx:163
     void SvtFileView::EnableDelete(_Bool)
     _Bool bEnable
     1
-framework/inc/uielement/uicommanddescription.hxx:81
+framework/inc/uielement/uicommanddescription.hxx:83
     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 
@@ -542,7 +530,7 @@ hwpfilter/source/hfont.h:63
     const char * HWPFont::GetFontName(int,int)
     int lang
     0
-hwpfilter/source/hwpfile.h:146
+hwpfilter/source/hwpfile.h:145
     void HWPFile::Read4b(void *,unsigned long)
     unsigned long nmemb
     1
@@ -590,14 +578,14 @@ include/basegfx/polygon/b2dpolygontools.hxx:377
     _Bool isPointInTriangle(const class basegfx::B2DPoint &,const class basegfx::B2DPoint &,const class basegfx::B2DPoint &,const class basegfx::B2DPoint &,_Bool)
     _Bool bWithBorder
     1
-include/basegfx/polygon/b2dpolypolygon.hxx:76
-    void basegfx::B2DPolyPolygon::insert(unsigned int,const class basegfx::B2DPolygon &,unsigned int)
-    unsigned int nIndex
-    0
 include/basegfx/polygon/b2dpolypolygon.hxx:76
     void basegfx::B2DPolyPolygon::insert(unsigned int,const class basegfx::B2DPolygon &,unsigned int)
     unsigned int nCount
     1
+include/basegfx/polygon/b2dpolypolygon.hxx:76
+    void basegfx::B2DPolyPolygon::insert(unsigned int,const class basegfx::B2DPolygon &,unsigned int)
+    unsigned int nIndex
+    0
 include/basegfx/polygon/b2dpolypolygon.hxx:77
     void basegfx::B2DPolyPolygon::append(const class basegfx::B2DPolygon &,unsigned int)
     unsigned int nCount
@@ -608,7 +596,7 @@ include/basegfx/polygon/b2dpolypolygon.hxx:102
     1
 include/basegfx/polygon/b2dpolypolygon.hxx:137
     shared_ptr<type-parameter-?-?> basegfx::B2DPolyPolygon::addOrReplaceSystemDependentData(class basegfx::SystemDependentDataManager &,type-parameter-?-? &&...) const
-     ###5
+     ###3
     0
 include/basegfx/polygon/b2dpolypolygon.hxx:137
     shared_ptr<type-parameter-?-?> basegfx::B2DPolyPolygon::addOrReplaceSystemDependentData(class basegfx::SystemDependentDataManager &,type-parameter-?-? &&...) const
@@ -616,7 +604,7 @@ include/basegfx/polygon/b2dpolypolygon.hxx:137
     0
 include/basegfx/polygon/b2dpolypolygon.hxx:137
     shared_ptr<type-parameter-?-?> basegfx::B2DPolyPolygon::addOrReplaceSystemDependentData(class basegfx::SystemDependentDataManager &,type-parameter-?-? &&...) const
-     ###3
+     ###5
     0
 include/basegfx/polygon/b3dpolygon.hxx:71
     void basegfx::B3DPolygon::append(const class basegfx::B3DPoint &,unsigned int)
@@ -674,6 +662,10 @@ include/basic/sbxobj.hxx:72
     void SbxObject::Remove(const class rtl::OUString &,enum SbxClassType)
     enum SbxClassType 
     1
+include/codemaker/commonjava.hxx:31
+    class rtl::OString translateUnoToJavaType(enum codemaker::UnoType::Sort,const class rtl::OString &,_Bool)
+    _Bool referenceType
+    0
 include/comphelper/configurationhelper.hxx:211
     class com::sun::star::uno::Any comphelper::ConfigurationHelper::readDirectKey(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,enum comphelper::EConfigurationModes)
     enum comphelper::EConfigurationModes eMode
@@ -754,11 +746,11 @@ include/drawinglayer/XShapeDumper.hxx:24
     class rtl::OUString XShapeDumper::dump(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,_Bool)
     _Bool bDumpInteropProperties
     0
-include/editeng/borderline.hxx:168
+include/editeng/borderline.hxx:169
     class Color editeng::SvxBorderLine::GetColorOut(_Bool) const
     _Bool bLeftOrTop
     1
-include/editeng/borderline.hxx:169
+include/editeng/borderline.hxx:170
     class Color editeng::SvxBorderLine::GetColorIn(_Bool) const
     _Bool bLeftOrTop
     1
@@ -770,18 +762,14 @@ include/editeng/colritem.hxx:69
     void SvxBackgroundColorItem::SvxBackgroundColorItem(const unsigned short)
     const unsigned short nId
     0
-include/editeng/editeng.hxx:547
+include/editeng/editeng.hxx:548
     void EditEngine::dumpAsXmlEditDoc(struct _xmlTextWriter *) const
     struct _xmlTextWriter * pWriter
     0
-include/editeng/editeng.hxx:572
+include/editeng/editeng.hxx:573
     class EditPaM EditEngine::CursorLeft(const class EditPaM &,unsigned short)
     unsigned short nCharacterIteratorMode
     0
-include/editeng/editobj.hxx:120
-    const class SvxFieldData * EditTextObject::GetFieldData(int,unsigned long,int) const
-    int nType
-    1
 include/editeng/editobj.hxx:120
     const class SvxFieldData * EditTextObject::GetFieldData(int,unsigned long,int) const
     int nPara
@@ -790,6 +778,10 @@ include/editeng/editobj.hxx:120
     const class SvxFieldData * EditTextObject::GetFieldData(int,unsigned long,int) const
     unsigned long nPos
     0
+include/editeng/editobj.hxx:120
+    const class SvxFieldData * EditTextObject::GetFieldData(int,unsigned long,int) const
+    int nType
+    1
 include/editeng/edtdlg.hxx:79
     enum editeng::HangulHanjaConversion::ConversionDirection AbstractHangulHanjaConversionDialog::GetDirection(enum editeng::HangulHanjaConversion::ConversionDirection) const
     enum editeng::HangulHanjaConversion::ConversionDirection _eDefaultDirection
@@ -798,7 +790,7 @@ include/editeng/outliner.hxx:240
     void OutlinerView::SelectRange(int,int)
     int nFirst
     0
-include/editeng/outliner.hxx:624
+include/editeng/outliner.hxx:625
     _Bool Outliner::ImpCanDeleteSelectedPages(class OutlinerView *,int,int)
     int nPages
     1
@@ -840,15 +832,15 @@ include/filter/msfilter/msdffimp.hxx:710
     0
 include/filter/msfilter/msdffimp.hxx:763
     void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short)
-    unsigned int nId
+    unsigned short nBoxId
     0
 include/filter/msfilter/msdffimp.hxx:763
     void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short)
-    unsigned short nSeqId
+    unsigned int nId
     0
 include/filter/msfilter/msdffimp.hxx:763
     void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short)
-    unsigned short nBoxId
+    unsigned short nSeqId
     0
 include/formula/FormulaCompiler.hxx:325
     void formula::FormulaCompiler::PushTokenArray(class formula::FormulaTokenArray *,_Bool)
@@ -882,11 +874,11 @@ include/o3tl/strong_int.hxx:110
     strong_int<UNDERLYING_TYPE, PHANTOM_TYPE> o3tl::strong_int::operator++(int)
      ###1
     0
-include/oox/drawingml/shape.hxx:105
+include/oox/drawingml/shape.hxx:107
     void oox::drawingml::Shape::Shape(const char *,_Bool)
     _Bool bDefaultHeight
     1
-include/oox/export/vmlexport.hxx:140
+include/oox/export/vmlexport.hxx:143
     const class rtl::OString & oox::vml::VMLExport::AddInlineSdrObject(const class SdrObject &,const _Bool)
     const _Bool bOOxmlExport
     1
@@ -950,6 +942,10 @@ include/package/Deflater.hxx:42
     int ZipUtils::Deflater::doDeflateBytes(class com::sun::star::uno::Sequence<signed char> &,int,int)
     int nNewOffset
     0
+include/sfx2/app.hxx:109
+    void SfxApplication::RegisterInterface(const class SfxModule *)
+    const class SfxModule * pMod
+    0
 include/sfx2/dispatch.hxx:151
     enum ToolbarId SfxDispatcher::GetObjectBarId(unsigned short) const
     unsigned short nPos
@@ -974,11 +970,23 @@ include/sfx2/lokhelper.hxx:96
     void SfxLokHelper::notifyDocumentSizeChangedAllViews(class vcl::ITiledRenderable *,_Bool)
     _Bool bInvalidateAll
     1
+include/sfx2/module.hxx:61
+    void SfxModule::RegisterInterface(const class SfxModule *)
+    const class SfxModule * pMod
+    0
 include/sfx2/notebookbar/SfxNotebookBar.hxx:58
     void sfx2::SfxNotebookBar::ShowMenubar(const class SfxViewFrame *,_Bool)
     _Bool bShow
     1
-include/sfx2/objsh.hxx:678
+include/sfx2/objsh.hxx:231
+    void SfxObjectShell::RegisterInterface(const class SfxModule *)
+    const class SfxModule * pMod
+    0
+include/sfx2/objsh.hxx:450
+    class BitmapEx SfxObjectShell::GetPreviewBitmap(_Bool,enum BmpConversion,enum BmpScaleFlag) const
+    _Bool bFullContent
+    0
+include/sfx2/objsh.hxx:685
     void SfxObjectShell::AppendInfoBarWhenReady(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,enum InfobarType,_Bool)
     _Bool bShowCloseButton
     1
@@ -1018,22 +1026,22 @@ include/sfx2/sidebar/FocusManager.hxx:116
     _Bool sfx2::sidebar::FocusManager::IsPanelTitleVisible(const int) const
     const int nPanelIndex
     0
-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:227
+include/sfx2/thumbnailview.hxx:229
     void ThumbnailView::ShowTooltips(_Bool)
     _Bool bShowTooltips
     1
-include/sfx2/thumbnailview.hxx:364
-    void SfxThumbnailView::ShowTooltips(_Bool)
-    _Bool bShowTooltips
-    1
-include/sfx2/thumbnailview.hxx:366
-    void SfxThumbnailView::DrawMnemonics(_Bool)
+include/sfx2/thumbnailview.hxx:231
+    void ThumbnailView::DrawMnemonics(_Bool)
     _Bool bDrawMnemonics
     1
+include/sfx2/viewfrm.hxx:74
+    void SfxViewFrame::RegisterInterface(const class SfxModule *)
+    const class SfxModule * pMod
+    0
+include/sfx2/viewsh.hxx:191
+    void SfxViewShell::RegisterInterface(const class SfxModule *)
+    const class SfxModule * pMod
+    0
 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
@@ -1042,6 +1050,10 @@ include/sot/stg.hxx:158
     void Storage::Storage(const class rtl::OUString &,enum StreamMode,_Bool)
     _Bool bDirect
     1
+include/sot/stg.hxx:250
+    void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
+    _Bool bDirect
+    0
 include/sot/stg.hxx:250
     void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
     _Bool bIsRoot
@@ -1050,17 +1062,13 @@ include/sot/stg.hxx:250
     void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
     enum StreamMode nMode
     1
-include/sot/stg.hxx:250
-    void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
-    _Bool bDirect
-    0
 include/sot/stg.hxx:256
     void UCBStorage::UCBStorage(const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
-    _Bool bIsRoot
+    _Bool bDirect
     1
 include/sot/stg.hxx:256
     void UCBStorage::UCBStorage(const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
-    _Bool bDirect
+    _Bool bIsRoot
     1
 include/sot/stg.hxx:261
     void UCBStorage::UCBStorage(const class rtl::OUString &,enum StreamMode,_Bool,_Bool,_Bool,const class com::sun::star::uno::Reference<class com::sun::star::ucb::XProgressHandler> &)
@@ -1090,7 +1098,7 @@ include/svl/itemset.hxx:172
     const type-parameter-?-? * SfxItemSet::GetItem(const class SfxItemSet *,TypedWhichId<type-parameter-?-?>,_Bool)
     _Bool bSearchInParent
     0
-include/svl/svdde.hxx:130
+include/svl/svdde.hxx:131
     void DdeLink::DdeLink(class DdeConnection &,const class rtl::OUString &,long)
     long 
     0
@@ -1142,15 +1150,15 @@ include/svtools/ruler.hxx:733
     void Ruler::SetWinPos(long,long)
     long nWidth
     0
-include/svtools/stringtransfer.hxx:66
+include/svtools/stringtransfer.hxx:63
     void svt::OStringTransfer::StartStringDrag(const class rtl::OUString &,class vcl::Window *,signed char)
     signed char _nDragSourceActions
     1
-include/svtools/valueset.hxx:319
+include/svtools/valueset.hxx:321
     void ValueSet::EnableFullItemMode(_Bool)
     _Bool bFullMode
     0
-include/svtools/valueset.hxx:357
+include/svtools/valueset.hxx:359
     void ValueSet::SetItemColor(unsigned short,const class Color &)
     unsigned short nItemId
     1
@@ -1162,11 +1170,11 @@ include/svx/algitem.hxx:39
     void SvxOrientationItem::SvxOrientationItem(int,_Bool,const unsigned short)
     const unsigned short nId
     0
-include/svx/ctredlin.hxx:218
+include/svx/ctredlin.hxx:219
     void SvxTPFilter::SelectedAuthorPos(int)
     int nPos
     0
-include/svx/ctredlin.hxx:241
+include/svx/ctredlin.hxx:242
     void SvxTPFilter::CheckAction(_Bool)
     _Bool bFlag
     0
@@ -1174,6 +1182,14 @@ include/svx/dlgctrl.hxx:137
     void SvxRectCtl::DoCompletelyDisable(_Bool)
     _Bool bNew
     1
+include/svx/extrusionbar.hxx:40
+    void svx::ExtrusionBar::RegisterInterface(const class SfxModule *)
+    const class SfxModule * pMod
+    0
+include/svx/fmshell.hxx:93
+    void FmFormShell::RegisterInterface(const class SfxModule *)
+    const class SfxModule * pMod
+    0
 include/svx/fmtools.hxx:77
     void CursorWrapper::CursorWrapper(const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XRowSet> &,_Bool)
     _Bool bUseCloned
@@ -1186,13 +1202,17 @@ include/svx/fmview.hxx:88
     void FmFormView::createControlLabelPair(const class OutputDevice *,int,int,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::util::XNumberFormats> &,unsigned short,enum SdrInventor,unsigned short,class SdrModel &,class std::unique_ptr<class SdrUnoObj, struct SdrObjectFreeOp> &,class std::unique_ptr<class SdrUnoObj, struct SdrObjectFreeOp> &)
     int _nYOffsetMM
     0
+include/svx/fontworkbar.hxx:40
+    void svx::FontworkBar::RegisterInterface(const class SfxModule *)
+    const class SfxModule * pMod
+    0
 include/svx/framelink.hxx:119
     void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double)
-    double nS
+    double nD
     0
 include/svx/framelink.hxx:119
     void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double)
-    double nD
+    double nS
     0
 include/svx/framelink.hxx:119
     void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double)
@@ -1206,7 +1226,7 @@ include/svx/gridctrl.hxx:402
     void DbGridControl::RemoveRows(_Bool)
     _Bool bNewCursor
     0
-include/svx/IAccessibleParent.hxx:80
+include/svx/IAccessibleParent.hxx:81
     _Bool accessibility::IAccessibleParent::ReplaceChild(class accessibility::AccessibleShape *,const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,const long,const class accessibility::AccessibleShapeTreeInfo &)
     const long _nIndex
     0
@@ -1290,7 +1310,7 @@ include/svx/svx3ditems.hxx:66
     void Svx3DReducedLineGeometryItem::Svx3DReducedLineGeometryItem(_Bool)
     _Bool bVal
     0
-include/svx/svxdlg.hxx:92
+include/svx/svxdlg.hxx:83
     void AbstractSvxZoomDialog::HideButton(enum ZoomButtonId)
     enum ZoomButtonId nBtnId
     1
@@ -1370,14 +1390,14 @@ include/test/text/textcontent.hxx:25
     void apitest::TextContent::TextContent(const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::WrapTextMode,const enum com::sun::star::text::WrapTextMode)
     const enum com::sun::star::text::TextContentAnchorType aExpectedTCAT
     1
-include/test/text/textcontent.hxx:25
-    void apitest::TextContent::TextContent(const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::WrapTextMode,const enum com::sun::star::text::WrapTextMode)
-    const enum com::sun::star::text::TextContentAnchorType aNewTCAT
-    1
 include/test/text/textcontent.hxx:25
     void apitest::TextContent::TextContent(const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::WrapTextMode,const enum com::sun::star::text::WrapTextMode)
     const enum com::sun::star::text::WrapTextMode aExpectedWTM
     0
+include/test/text/textcontent.hxx:25
+    void apitest::TextContent::TextContent(const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::WrapTextMode,const enum com::sun::star::text::WrapTextMode)
+    const enum com::sun::star::text::TextContentAnchorType aNewTCAT
+    1
 include/test/text/textcontent.hxx:25
     void apitest::TextContent::TextContent(const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::WrapTextMode,const enum com::sun::star::text::WrapTextMode)
     const enum com::sun::star::text::WrapTextMode aNewWTM
@@ -1398,11 +1418,11 @@ include/tools/datetime.hxx:43
     void DateTime::DateTime(enum DateTime::DateTimeInitSystem)
     enum DateTime::DateTimeInitSystem 
     0
-include/tools/fract.hxx:44
+include/tools/fract.hxx:45
     void Fraction::Fraction(type-parameter-?-?,type-parameter-?-?,typename enable_if<std::is_integral<T1>::value && std::is_integral<T2>::value, int>::type)
     typename enable_if<std::is_integral<T1>::value && std::is_integral<T2>::value, int>::type 
     0
-include/tools/stream.hxx:663
+include/tools/stream.hxx:670
     void SvMemoryStream::ObjectOwnsMemory(_Bool)
     _Bool bOwn
     1
@@ -1534,15 +1554,15 @@ include/vcl/dibtools.hxx:40
     _Bool ReadDIB(class Bitmap &,class SvStream &,_Bool,_Bool)
     _Bool bMSOFormat
     0
-include/vcl/dibtools.hxx:46
-    _Bool ReadDIBBitmapEx(class BitmapEx &,class SvStream &,_Bool,_Bool)
-    _Bool bMSOFormat
-    0
 include/vcl/dibtools.hxx:46
     _Bool ReadDIBBitmapEx(class BitmapEx &,class SvStream &,_Bool,_Bool)
     _Bool bFileHeader
     1
-include/vcl/embeddedfontshelper.hxx:39
+include/vcl/dibtools.hxx:46
+    _Bool ReadDIBBitmapEx(class BitmapEx &,class SvStream &,_Bool,_Bool)
+    _Bool bMSOFormat
+    0
+include/vcl/embeddedfontshelper.hxx:52
     class rtl::OUString EmbeddedFontsHelper::fontFileUrl(const class rtl::OUString &,enum FontFamily,enum FontItalic,enum FontWeight,enum FontPitch,enum EmbeddedFontsHelper::FontRights)
     enum EmbeddedFontsHelper::FontRights rights
     0
@@ -1556,18 +1576,38 @@ include/vcl/fieldvalues.hxx:33
     0
 include/vcl/fieldvalues.hxx:53
     double ConvertDoubleValue(long,long,unsigned short,enum FieldUnit,enum FieldUnit)
-    unsigned short nDecDigits
+    long nBaseValue
     0
 include/vcl/fieldvalues.hxx:53
     double ConvertDoubleValue(long,long,unsigned short,enum FieldUnit,enum FieldUnit)
-    long nBaseValue
+    unsigned short nDecDigits
     0
-include/vcl/graphicfilter.hxx:297
+include/vcl/filter/PDFiumLibrary.hxx:62
+    class std::unique_ptr<class vcl::pdf::PDFiumBitmap, struct std::default_delete<class vcl::pdf::PDFiumBitmap> > vcl::pdf::PDFium::createBitmap(int,int,int)
+    int nAlpha
+    1
+include/vcl/filter/PDFiumLibrary.hxx:79
+    void vcl::pdf::PDFiumBitmap::fillRect(int,int,int,int,unsigned int)
+    int left
+    0
+include/vcl/filter/PDFiumLibrary.hxx:79
+    void vcl::pdf::PDFiumBitmap::fillRect(int,int,int,int,unsigned int)
+    int top
+    0
+include/vcl/filter/PDFiumLibrary.hxx:80
+    void vcl::pdf::PDFiumBitmap::renderPageBitmap(class vcl::pdf::PDFiumPage *,int,int,int,int)
+    int nStartX
+    0
+include/vcl/filter/PDFiumLibrary.hxx:80
+    void vcl::pdf::PDFiumBitmap::renderPageBitmap(class vcl::pdf::PDFiumPage *,int,int,int,int)
+    int nStartY
+    0
+include/vcl/graphicfilter.hxx:303
     class ErrCode GraphicFilter::ImportGraphic(class Graphic &,const class rtl::OUString &,class SvStream &,unsigned short,unsigned short *,enum GraphicFilterImportFlags,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> *,const struct WmfExternal *)
     const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> * pFilterData
     0
 include/vcl/image.hxx:47
-    void Image::Image(enum StockImage,const class rtl::OUString &,class Size)
+    void Image::Image(enum StockImage,const class rtl::OUString &)
     enum StockImage 
     0
 include/vcl/InterimItemWindow.hxx:39
@@ -1582,27 +1622,27 @@ include/vcl/outdev.hxx:531
     _Bool OutputDevice::SupportsOperation(enum OutDevSupportType) const
     enum OutDevSupportType 
     0
-include/vcl/outdev.hxx:1205
+include/vcl/outdev.hxx:1213
     void OutputDevice::ImplDrawWaveTextLine(long,long,long,long,long,enum FontLineStyle,class Color,_Bool)
     long nY
     0
-include/vcl/outdev.hxx:1206
+include/vcl/outdev.hxx:1214
     void OutputDevice::ImplDrawStraightTextLine(long,long,long,long,long,enum FontLineStyle,class Color,_Bool)
     long nY
     0
-include/vcl/outdev.hxx:1207
+include/vcl/outdev.hxx:1215
     void OutputDevice::ImplDrawStrikeoutLine(long,long,long,long,long,enum FontStrikeout,class Color)
     long nY
     0
-include/vcl/outdev.hxx:1208
+include/vcl/outdev.hxx:1216
     void OutputDevice::ImplDrawStrikeoutChar(long,long,long,long,long,enum FontStrikeout,class Color)
     long nY
     0
-include/vcl/outdev.hxx:1230
+include/vcl/outdev.hxx:1238
     void OutputDevice::RefreshFontData(const _Bool)
     const _Bool bNewFontLists
     1
-include/vcl/outdev.hxx:1358
+include/vcl/outdev.hxx:1363
     _Bool OutputDevice::GetTextIsRTL(const class rtl::OUString &,int,int) const
     int nIndex
     0
@@ -1610,11 +1650,11 @@ include/vcl/outdev/ScopedStates.hxx:25
     void vcl::ScopedAntialiasing::ScopedAntialiasing(class OutputDevice &,_Bool)
     _Bool bAAState
     1
-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)
+include/vcl/pdfread.hxx:33
+    unsigned long RenderPDFBitmaps(const void *,int,class std::__debug::vector<class BitmapEx, class std::allocator<class BitmapEx> > &,unsigned long,int,const class basegfx::B2DTuple *)
     int nPages
     1
-include/vcl/settings.hxx:702
+include/vcl/settings.hxx:703
     void AllSettings::SetLanguageTag(const class rtl::OUString &,_Bool)
     _Bool bCanonicalize
     1
@@ -1646,19 +1686,19 @@ include/vcl/timer.hxx:55
     void Timer::Invoke(class Timer *)
     class Timer * arg
     0
-include/vcl/toolbox.hxx:316
+include/vcl/toolbox.hxx:313
     void ToolBox::InsertWindow(unsigned short,class vcl::Window *,enum ToolBoxItemBits,unsigned long)
     enum ToolBoxItemBits nBits
     0
-include/vcl/toolbox.hxx:365
+include/vcl/toolbox.hxx:362
     void ToolBox::SetItemWindowNonInteractive(unsigned short,_Bool)
     _Bool bNonInteractive
     1
-include/vcl/toolbox.hxx:423
+include/vcl/toolbox.hxx:420
     class Size ToolBox::CalcWindowSizePixel(unsigned long,enum WindowAlign)
     unsigned long nCalcLines
     1
-include/vcl/toolbox.hxx:447
+include/vcl/toolbox.hxx:441
     void ToolBox::EnableCustomize(_Bool)
     _Bool bEnable
     1
@@ -1699,13 +1739,17 @@ include/vcl/vclptr.hxx:43
     int (*)[sizeof(T)] 
     0
 include/vcl/vclptr.hxx:81
-    void VclPtr::VclPtr<reference_type>(type-parameter-?-? *,enum __sal_NoAcquire)
+    void VclPtr::VclPtr<T>(type-parameter-?-? *,enum __sal_NoAcquire)
     enum __sal_NoAcquire 
     0
 include/vcl/vclptr.hxx:81
-    void VclPtr::VclPtr<T>(type-parameter-?-? *,enum __sal_NoAcquire)
+    void VclPtr::VclPtr<reference_type>(type-parameter-?-? *,enum __sal_NoAcquire)
     enum __sal_NoAcquire 
     0
+include/vcl/vclptr.hxx:94
+    void VclPtr::VclPtr<T>(const VclPtr<type-parameter-?-?> &,typename enable_if<std::is_base_of<reference_type, derived_type>::value, int>::type)
+    typename enable_if<std::is_base_of<reference_type, derived_type>::value, int>::type 
+    0
 include/vcl/vclptr.hxx:94
     void VclPtr::VclPtr<reference_type>(const VclPtr<type-parameter-?-?> &,typename enable_if<std::is_base_of<reference_type, derived_type>::value, int>::type)
     typename enable_if<std::is_base_of<reference_type, derived_type>::value, int>::type 
@@ -1718,175 +1762,55 @@ include/vcl/vclptr.hxx:388
     void ScopedVclPtr::ScopedVclPtr<reference_type>(type-parameter-?-? *,enum __sal_NoAcquire)
     enum __sal_NoAcquire 
     0
-include/vcl/vectorgraphicdata.hxx:91
+include/vcl/vectorgraphicdata.hxx:94
     void VectorGraphicData::VectorGraphicData(const class rtl::OUString &,enum VectorGraphicDataType)
     enum VectorGraphicDataType eVectorDataType
     0
-include/vcl/weld.hxx:323
+include/vcl/weld.hxx:322
     void weld::ScrolledWindow::hadjustment_configure(int,int,int,int,int,int)
     int step_increment
     1
-include/vcl/weld.hxx:342
+include/vcl/weld.hxx:341
     void weld::ScrolledWindow::vadjustment_configure(int,int,int,int,int,int)
     int lower
     0
-include/vcl/weld.hxx:354
+include/vcl/weld.hxx:353
     void weld::ScrolledWindow::vadjustment_set_lower(int)
     int upper
     0
-include/vcl/weld.hxx:938
+include/vcl/weld.hxx:937
     void weld::TreeView::set_image(int,class VirtualDevice &,int)
     int col
     1
-include/vcl/weld.hxx:943
+include/vcl/weld.hxx:942
     void weld::TreeView::set_text_emphasis(int,_Bool,int)
     int col
     0
-include/vcl/weld.hxx:944
+include/vcl/weld.hxx:943
     _Bool weld::TreeView::get_text_emphasis(int,int) const
     int col
     0
-include/vcl/weld.hxx:945
+include/vcl/weld.hxx:944
     void weld::TreeView::set_text_align(int,double,int)
     int col
     0
-include/vcl/weld.hxx:1035
+include/vcl/weld.hxx:1034
     _Bool weld::TreeView::get_text_emphasis(const class weld::TreeIter &,int) const
     int col
     0
-include/vcl/weld.hxx:1173
+include/vcl/weld.hxx:1172
     void weld::TreeView::set_column_custom_renderer(int,_Bool)
     int nColumn
     0
-include/vcl/weld.hxx:1244
+include/vcl/weld.hxx:1243
     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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:608
+include/vcl/window.hxx:615
     void vcl::Window::ImplSetMouseTransparent(_Bool)
     _Bool bTransparent
     1
-include/vcl/window.hxx:945
+include/vcl/window.hxx:952
     void vcl::Window::Disable(_Bool)
     _Bool bChild
     1
@@ -1936,11 +1860,11 @@ libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:52
     1
 libreofficekit/qa/tilebench/tilebench.cxx:72
     void dumpTile(const char *,const int,const int,const int,const unsigned char *,const int,const int,int)
-    const int nOffY
+    const int nOffX
     0
 libreofficekit/qa/tilebench/tilebench.cxx:72
     void dumpTile(const char *,const int,const int,const int,const unsigned char *,const int,const int,int)
-    const int nOffX
+    const int nOffY
     0
 libreofficekit/qa/tilebench/tilebench.cxx:148
     void testTile(class lok::Document *,int,int,_Bool)
@@ -1964,15 +1888,15 @@ lotuswordpro/inc/xfilter/xfdrawstyle.hxx:117
     0
 lotuswordpro/inc/xfilter/xfframestyle.hxx:127
     void XFFrameStyle::SetProtect(_Bool,_Bool,_Bool)
-    _Bool pos
+    _Bool content
     1
 lotuswordpro/inc/xfilter/xfframestyle.hxx:127
     void XFFrameStyle::SetProtect(_Bool,_Bool,_Bool)
-    _Bool size
+    _Bool pos
     1
 lotuswordpro/inc/xfilter/xfframestyle.hxx:127
     void XFFrameStyle::SetProtect(_Bool,_Bool,_Bool)
-    _Bool content
+    _Bool size
     1
 lotuswordpro/inc/xfilter/xfindex.hxx:100
     void XFIndexTemplate::AddTabEntry(enum enumXFTab,double,char16_t,char16_t,const class rtl::OUString &)
@@ -1991,12 +1915,12 @@ lotuswordpro/source/filter/bento.hxx:203
     class OpenStormBento::CBenObject * pCurrObject
     0
 lotuswordpro/source/filter/clone.hxx:26
-    char & detail::has_clone::check_sig(type-parameter-?-? *,test<type-parameter-?-? *(type-parameter-?-?::*)(void) const, & U::clone> *)
-    type-parameter-?-? * 
+    char & detail::has_clone::check_sig(type-parameter-?-? *,test<type-parameter-?-? *(type-parameter-?-?::*)(void) const, &U::clone> *)
+    test<type-parameter-?-? *(type-parameter-?-?::*)(void) const, &U::clone> * 
     0
 lotuswordpro/source/filter/clone.hxx:26
-    char & detail::has_clone::check_sig(type-parameter-?-? *,test<type-parameter-?-? *(type-parameter-?-?::*)(void) const, & U::clone> *)
-    test<type-parameter-?-? *(type-parameter-?-?::*)(void) const, & U::clone> * 
+    char & detail::has_clone::check_sig(type-parameter-?-? *,test<type-parameter-?-? *(type-parameter-?-?::*)(void) const, &U::clone> *)
+    type-parameter-?-? * 
     0
 lotuswordpro/source/filter/lwpnumericfmt.hxx:112
     void LwpCurrencyInfo::LwpCurrencyInfo(const class rtl::OUString &,_Bool,_Bool)
@@ -2018,7 +1942,7 @@ oox/inc/drawingml/textspacing.hxx:42
     void oox::drawingml::TextSpacing::TextSpacing(int)
     int nPoints
     0
-oox/qa/unit/drawingml.cxx:36
+oox/qa/unit/drawingml.cxx:38
     class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> getChildShape(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,int)
     int nIndex
     0
@@ -2026,11 +1950,11 @@ oox/source/drawingml/lineproperties.cxx:44
     void lclSetDashData(struct com::sun::star::drawing::LineDash &,short,int,short,int,int)
     short nDots
     1
-oox/source/export/chartexport.cxx:255
+oox/source/export/chartexport.cxx:256
     int lcl_getCategoryAxisType(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XDiagram> &,int,int)
     int nDimensionIndex
     0
-oox/source/export/chartexport.cxx:432
+oox/source/export/chartexport.cxx:433
     int lcl_getAlphaFromTransparenceGradient(const struct com::sun::star::awt::Gradient &,_Bool)
     _Bool bStart
     1
@@ -2038,23 +1962,23 @@ oox/source/export/ColorPropertySet.hxx:40
     void oox::drawingml::ColorPropertySet::ColorPropertySet(class Color,_Bool)
     _Bool bFillColor
     1
-oox/source/ppt/pptshape.cxx:498
+oox/source/ppt/pptshape.cxx:511
     _Bool Placeholders::hasByPrio(unsigned long) const
     unsigned long aIndex
     0
-oox/source/ppt/timenodelistcontext.cxx:103
-    void oox::ppt::(anonymous namespace)::AnimColor::AnimColor(short,int,int,int)
-    int t
-    0
-oox/source/ppt/timenodelistcontext.cxx:103
+oox/source/ppt/timenodelistcontext.cxx:104
     void oox::ppt::(anonymous namespace)::AnimColor::AnimColor(short,int,int,int)
     short cs
     0
-oox/source/ppt/timenodelistcontext.cxx:103
+oox/source/ppt/timenodelistcontext.cxx:104
     void oox::ppt::(anonymous namespace)::AnimColor::AnimColor(short,int,int,int)
     int o
     0
-oox/source/ppt/timenodelistcontext.cxx:103
+oox/source/ppt/timenodelistcontext.cxx:104
+    void oox::ppt::(anonymous namespace)::AnimColor::AnimColor(short,int,int,int)
+    int t
+    0
+oox/source/ppt/timenodelistcontext.cxx:104
     void oox::ppt::(anonymous namespace)::AnimColor::AnimColor(short,int,int,int)
     int th
     0
@@ -2162,14 +2086,14 @@ sc/inc/attarray.hxx:143
     const class ScPatternAttr * ScAttrArray::SetPattern(int,class std::unique_ptr<class ScPatternAttr, struct std::default_delete<class ScPatternAttr> >,_Bool)
     _Bool bPutToPool
     1
-sc/inc/attarray.hxx:145
-    void ScAttrArray::SetPatternArea(int,int,class std::unique_ptr<class ScPatternAttr, struct std::default_delete<class ScPatternAttr> >,_Bool,class ScEditDataArray *)
-    class ScEditDataArray * pDataArray
-    0
 sc/inc/attarray.hxx:145
     void ScAttrArray::SetPatternArea(int,int,class std::unique_ptr<class ScPatternAttr, struct std::default_delete<class ScPatternAttr> >,_Bool,class ScEditDataArray *)
     _Bool bPutToPool
     1
+sc/inc/attarray.hxx:145
+    void ScAttrArray::SetPatternArea(int,int,class std::unique_ptr<class ScPatternAttr, struct std::default_delete<class ScPatternAttr> >,_Bool,class ScEditDataArray *)
+    class ScEditDataArray * pDataArray
+    0
 sc/inc/cellform.hxx:41
     class rtl::OUString ScCellFormat::GetString(class ScDocument &,const class ScAddress &,unsigned int,const class Color **,class SvNumberFormatter &,_Bool,_Bool)
     _Bool bFormula
@@ -2178,7 +2102,7 @@ sc/inc/cellform.hxx:41
     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
+sc/inc/ChartTools.hxx:48
     class SdrOle2Obj * getChartByIndex(class ScDocShell *,short,long,enum sc::tools::ChartSourceType)
     enum sc::tools::ChartSourceType eChartSourceType
     1
@@ -2192,19 +2116,19 @@ sc/inc/chgtrack.hxx:712
     0
 sc/inc/column.hxx:221
     _Bool ScColumn::HasDataAt(struct sc::ColumnBlockConstPosition &,int,_Bool,_Bool) const
-    _Bool bConsiderCellNotes
+    _Bool bConsiderCellDrawObjects
     0
 sc/inc/column.hxx:221
     _Bool ScColumn::HasDataAt(struct sc::ColumnBlockConstPosition &,int,_Bool,_Bool) const
-    _Bool bConsiderCellDrawObjects
+    _Bool bConsiderCellNotes
     0
 sc/inc/column.hxx:223
     _Bool ScColumn::HasDataAt(struct sc::ColumnBlockPosition &,int,_Bool,_Bool)
-    _Bool bConsiderCellNotes
+    _Bool bConsiderCellDrawObjects
     0
 sc/inc/column.hxx:223
     _Bool ScColumn::HasDataAt(struct sc::ColumnBlockPosition &,int,_Bool,_Bool)
-    _Bool bConsiderCellDrawObjects
+    _Bool bConsiderCellNotes
     0
 sc/inc/column.hxx:250
     void ScColumn::GetUnprotectedCells(int,int,class ScRangeList &) const
@@ -2226,53 +2150,49 @@ sc/inc/column.hxx:726
     void ScColumn::AttachNewFormulaCell(const class mdds::detail::mtv::iterator_base<struct mdds::multi_type_vector<struct mdds::mtv::custom_block_func3<struct mdds::mtv::default_element_block<52, class svl::SharedString>, struct mdds::mtv::noncopyable_managed_element_block<53, class EditTextObject>, struct mdds::mtv::noncopyable_managed_element_block<54, class ScFormulaCell> >, class sc::CellStoreEvent>::iterator_trait, struct mdds::detail::mtv::private_data_forward_update<struct mdds::detail::mtv::iterator_value_node<unsigned long, struct mdds::mtv::base_element_block> > > &,int,class ScFormulaCell &,const class std::__debug::vector<int, class std::allocator<int> > &,_Bool,enum sc::StartListeningType)
     _Bool bJoin
     1
-sc/inc/columnspanset.hxx:59
+sc/inc/columnspanset.hxx:60
     void sc::ColumnSpanSet::ColumnType::ColumnType(int,int,_Bool)
     _Bool bInit
     0
-sc/inc/columnspanset.hxx:59
+sc/inc/columnspanset.hxx:60
     void sc::ColumnSpanSet::ColumnType::ColumnType(int,int,_Bool)
     int nStart
     0
-sc/inc/columnspanset.hxx:83
+sc/inc/columnspanset.hxx:84
     void sc::ColumnSpanSet::ColumnAction::executeSum(int,int,_Bool,double &)
     _Bool 
     1
-sc/inc/columnspanset.hxx:91
+sc/inc/columnspanset.hxx:92
     void sc::ColumnSpanSet::set(const class ScDocument &,short,short,int,_Bool)
     _Bool bVal
     1
-sc/inc/columnspanset.hxx:93
+sc/inc/columnspanset.hxx:94
     void sc::ColumnSpanSet::set(const class ScDocument &,const class ScRange &,_Bool)
     _Bool bVal
     1
-sc/inc/columnspanset.hxx:95
+sc/inc/columnspanset.hxx:96
     void sc::ColumnSpanSet::set(const class ScDocument &,short,short,const class sc::SingleColumnSpanSet &,_Bool)
     _Bool bVal
     1
-sc/inc/columnspanset.hxx:101
+sc/inc/columnspanset.hxx:102
     void sc::ColumnSpanSet::scan(const class ScDocument &,short,short,int,short,int,_Bool)
     _Bool bVal
     1
-sc/inc/compiler.hxx:358
-    void ScCompiler::ScCompiler(class sc::CompileFormulaContext &,const class ScAddress &,_Bool,_Bool,const struct ScInterpreterContext *)
-    const struct ScInterpreterContext * pContext
-    0
-sc/inc/compiler.hxx:358
+sc/inc/compiler.hxx:362
     void ScCompiler::ScCompiler(class sc::CompileFormulaContext &,const class ScAddress &,_Bool,_Bool,const struct ScInterpreterContext *)
     _Bool bComputeII
     0
-sc/inc/compiler.hxx:358
+sc/inc/compiler.hxx:362
     void ScCompiler::ScCompiler(class sc::CompileFormulaContext &,const class ScAddress &,_Bool,_Bool,const struct ScInterpreterContext *)
     _Bool bMatrixFlag
     0
-sc/inc/compiler.hxx:364
-    void ScCompiler::ScCompiler(class ScDocument *,const class ScAddress &,enum formula::FormulaGrammar::Grammar,_Bool,_Bool,const struct ScInterpreterContext *)
+sc/inc/compiler.hxx:362
+    void ScCompiler::ScCompiler(class sc::CompileFormulaContext &,const class ScAddress &,_Bool,_Bool,const struct ScInterpreterContext *)
     const struct ScInterpreterContext * pContext
     0
-sc/inc/compiler.hxx:394
-    char16_t ScCompiler::GetNativeAddressSymbol(enum ScCompiler::Convention::SpecialSymbolType) const
-    enum ScCompiler::Convention::SpecialSymbolType eType
+sc/inc/compiler.hxx:367
+    void ScCompiler::ScCompiler(class ScDocument &,const class ScAddress &,enum formula::FormulaGrammar::Grammar,_Bool,_Bool,const struct ScInterpreterContext *)
+    const struct ScInterpreterContext * pContext
     0
 sc/inc/compressedarray.hxx:189
     void ScBitMaskCompressedArray::ScBitMaskCompressedArray<A, D>(type-parameter-?-?,const type-parameter-?-? &)
@@ -2287,139 +2207,139 @@ sc/inc/dapiuno.hxx:297
     _Bool bDataLayout
     1
 sc/inc/dociter.hxx:563
-    void ScUsedAreaIterator::ScUsedAreaIterator(class ScDocument *,short,short,int,short,int)
-    int nRow1
+    void ScUsedAreaIterator::ScUsedAreaIterator(class ScDocument &,short,short,int,short,int)
+    short nCol1
     0
 sc/inc/dociter.hxx:563
-    void ScUsedAreaIterator::ScUsedAreaIterator(class ScDocument *,short,short,int,short,int)
-    short nCol1
+    void ScUsedAreaIterator::ScUsedAreaIterator(class ScDocument &,short,short,int,short,int)
+    int nRow1
     0
 sc/inc/dociter.hxx:599
     void ScDocRowHeightUpdater::TabRanges::TabRanges(short,int)
     short nTab
     0
-sc/inc/document.hxx:968
+sc/inc/document.hxx:974
     void ScDocument::SetPendingRowHeights(short,_Bool)
     _Bool bSet
     0
-sc/inc/document.hxx:972
+sc/inc/document.hxx:978
     void ScDocument::SetScenario(short,_Bool)
     _Bool bFlag
     1
-sc/inc/document.hxx:1168
+sc/inc/document.hxx:1174
     class rtl::OUString ScDocument::GetString(short,int,short,const struct ScInterpreterContext *) const
     const struct ScInterpreterContext * pContext
     0
-sc/inc/document.hxx:1308
+sc/inc/document.hxx:1314
     void ScDocument::GetBorderLines(short,int,short,const class editeng::SvxBorderLine **,const class editeng::SvxBorderLine **,const class editeng::SvxBorderLine **,const class editeng::SvxBorderLine **) const
     short nTab
     0
-sc/inc/document.hxx:1543
+sc/inc/document.hxx:1549
     void ScDocument::EnableUserInteraction(_Bool)
     _Bool bVal
     0
-sc/inc/document.hxx:1630
+sc/inc/document.hxx:1636
     void ScDocument::CopyMultiRangeFromClip(const class ScAddress &,const class ScMarkData &,enum InsertDeleteFlags,class ScDocument *,_Bool,_Bool,_Bool,_Bool)
     _Bool bResetCut
     1
-sc/inc/document.hxx:1679
+sc/inc/document.hxx:1685
     void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &)
     _Bool bMarked
     0
-sc/inc/document.hxx:1679
+sc/inc/document.hxx:1685
     void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &)
     short nCol1
     0
-sc/inc/document.hxx:1686
+sc/inc/document.hxx:1692
     void ScDocument::UndoToDocument(const class ScRange &,enum InsertDeleteFlags,_Bool,class ScDocument &)
     _Bool bMarked
     0
-sc/inc/document.hxx:1731
+sc/inc/document.hxx:1737
     const class ScPatternAttr * ScDocument::GetMostUsedPattern(short,int,int,short) const
     int nStartRow
     0
-sc/inc/document.hxx:1924
+sc/inc/document.hxx:1930
     void ScDocument::ShowRow(int,short,_Bool)
     _Bool bShow
     0
-sc/inc/document.hxx:1927
+sc/inc/document.hxx:1933
     void ScDocument::SetRowFlags(int,int,short,enum CRFlags)
     int nStartRow
     0
-sc/inc/document.hxx:1932
+sc/inc/document.hxx:1938
     void ScDocument::GetAllRowBreaks(class std::__debug::set<int, struct std::less<int>, class std::allocator<int> > &,short,_Bool,_Bool) const
     _Bool bManual
     1
-sc/inc/document.hxx:1932
+sc/inc/document.hxx:1938
     void ScDocument::GetAllRowBreaks(class std::__debug::set<int, struct std::less<int>, class std::allocator<int> > &,short,_Bool,_Bool) const
     _Bool bPage
     0
-sc/inc/document.hxx:1933
+sc/inc/document.hxx:1939
     void ScDocument::GetAllColBreaks(class std::__debug::set<short, struct std::less<short>, class std::allocator<short> > &,short,_Bool,_Bool) const
     _Bool bManual
     1
-sc/inc/document.hxx:1933
+sc/inc/document.hxx:1939
     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 bPage
-    0
-sc/inc/document.hxx:1936
+sc/inc/document.hxx:1942
     void ScDocument::SetRowBreak(int,short,_Bool,_Bool)
     _Bool bManual
     1
-sc/inc/document.hxx:1937
-    void ScDocument::SetColBreak(short,short,_Bool,_Bool)
+sc/inc/document.hxx:1942
+    void ScDocument::SetRowBreak(int,short,_Bool,_Bool)
     _Bool bPage
     0
-sc/inc/document.hxx:1937
+sc/inc/document.hxx:1943
     void ScDocument::SetColBreak(short,short,_Bool,_Bool)
     _Bool bManual
     1
-sc/inc/document.hxx:1938
+sc/inc/document.hxx:1943
+    void ScDocument::SetColBreak(short,short,_Bool,_Bool)
+    _Bool bPage
+    0
+sc/inc/document.hxx:1944
     void ScDocument::RemoveRowBreak(int,short,_Bool,_Bool)
     _Bool bManual
     1
-sc/inc/document.hxx:1938
+sc/inc/document.hxx:1944
     void ScDocument::RemoveRowBreak(int,short,_Bool,_Bool)
     _Bool bPage
     0
-sc/inc/document.hxx:1939
-    void ScDocument::RemoveColBreak(short,short,_Bool,_Bool)
-    _Bool bPage
-    0
-sc/inc/document.hxx:1939
+sc/inc/document.hxx:1945
     void ScDocument::RemoveColBreak(short,short,_Bool,_Bool)
     _Bool bManual
     1
-sc/inc/document.hxx:2259
+sc/inc/document.hxx:1945
+    void ScDocument::RemoveColBreak(short,short,_Bool,_Bool)
+    _Bool bPage
+    0
+sc/inc/document.hxx:2265
     void ScDocument::UpdateBroadcastAreas(enum UpdateRefMode,const class ScRange &,short,int,short)
     enum UpdateRefMode eUpdateRefMode
     0
-sc/inc/document.hxx:2289
+sc/inc/document.hxx:2295
     void ScDocument::CalcFormulaTree(_Bool,_Bool,_Bool)
     _Bool bSetAllDirty
     1
-sc/inc/document.hxx:2511
+sc/inc/document.hxx:2517
     void ScDocument::StoreTabToCache(short,class SvStream &) const
     short nTab
     0
-sc/inc/document.hxx:2512
+sc/inc/document.hxx:2518
     void ScDocument::RestoreTabFromCache(short,class SvStream &)
     short nTab
     0
-sc/inc/document.hxx:2603
+sc/inc/document.hxx:2609
     void ScDocument::EndListeningIntersectedGroup(class sc::EndListeningContext &,const class ScAddress &,class std::__debug::vector<class ScAddress, class std::allocator<class ScAddress> > *)
     class std::__debug::vector<class ScAddress, class std::allocator<class ScAddress> > * pGroupPos
     0
-sc/inc/document.hxx:2622
-    void ScMutationDisable::ScMutationDisable(class ScDocument *,enum ScMutationGuardFlags)
+sc/inc/document.hxx:2629
+    void ScMutationDisable::ScMutationDisable(class ScDocument &,enum ScMutationGuardFlags)
     enum ScMutationGuardFlags nFlags
     1
-sc/inc/document.hxx:2654
-    void ScMutationGuard::ScMutationGuard(class ScDocument *,enum ScMutationGuardFlags)
+sc/inc/document.hxx:2662
+    void ScMutationGuard::ScMutationGuard(class ScDocument &,enum ScMutationGuardFlags)
     enum ScMutationGuardFlags nFlags
     1
 sc/inc/documentimport.hxx:89
@@ -2442,19 +2362,23 @@ sc/inc/dpglobal.hxx:54
     void ScDPValue::Set(double,enum ScDPValue::Type)
     enum ScDPValue::Type eT
     0
-sc/inc/dpsave.hxx:229
+sc/inc/dpsave.hxx:230
     void ScDPSaveDimension::Dump(int) const
     int nIndent
     0
-sc/inc/dptabdat.hxx:130
-    const class ScDPItemData * ScDPTableData::GetMemberByIndex(long,long)
-    long nIndex
+sc/inc/dptabdat.hxx:131
+    const class ScDPItemData * ScDPTableData::GetMemberByIndex(int,int)
+    int nIndex
     0
 sc/inc/dptabres.hxx:140
     void ScDPRelativePos::ScDPRelativePos(long,long)
     long nBase
     0
-sc/inc/drwlayer.hxx:160
+sc/inc/drwlayer.hxx:103
+    void ScDrawLayer::ResizeLastRectFromAnchor(const class SdrObject *,class ScDrawObjData &,_Bool,_Bool,_Bool,_Bool)
+    _Bool bHiddenAsZero
+    1
+sc/inc/drwlayer.hxx:161
     class tools::Rectangle ScDrawLayer::GetCellRect(const class ScDocument &,const class ScAddress &,_Bool)
     _Bool bMergedCell
     1
@@ -2471,14 +2395,14 @@ sc/inc/filter.hxx:84
     const unsigned short eDest
     0
 sc/inc/formulacell.hxx:188
-    void ScFormulaCell::ScFormulaCell(class ScDocument *,const class ScAddress &,class std::unique_ptr<class ScTokenArray, struct std::default_delete<class ScTokenArray> >,const enum formula::FormulaGrammar::Grammar,enum ScMatrixMode)
+    void ScFormulaCell::ScFormulaCell(class ScDocument &,const class ScAddress &,class std::unique_ptr<class ScTokenArray, struct std::default_delete<class ScTokenArray> >,const enum formula::FormulaGrammar::Grammar,enum ScMatrixMode)
     enum ScMatrixMode cMatInd
     0
 sc/inc/formulacell.hxx:222
     class rtl::OUString ScFormulaCell::GetFormula(class sc::CompileFormulaContext &,const struct ScInterpreterContext *) const
     const struct ScInterpreterContext * pContext
     0
-sc/inc/markarr.hxx:56
+sc/inc/markarr.hxx:57
     void ScMarkArray::Reset(_Bool,unsigned long)
     unsigned long nNeeded
     1
@@ -2490,7 +2414,7 @@ sc/inc/miscuno.hxx:160
     type-parameter-?-? ScUnoHelpFunctions::GetEnumProperty(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,type-parameter-?-?)
     type-parameter-?-? nDefault
     0
-sc/inc/pivot.hxx:124
+sc/inc/pivot.hxx:125
     void ScPivotField::ScPivotField(short)
     short nNewCol
     0
@@ -2507,25 +2431,25 @@ sc/inc/rangeutl.hxx:52
     _Bool bAcceptCellRef
     1
 sc/inc/rangeutl.hxx:120
-    _Bool ScRangeStringConverter::GetAddressFromString(class ScAddress &,const class rtl::OUString &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,int &,char16_t,char16_t)
+    _Bool ScRangeStringConverter::GetAddressFromString(class ScAddress &,const class rtl::OUString &,const class ScDocument &,enum formula::FormulaGrammar::AddressConvention,int &,char16_t,char16_t)
     enum formula::FormulaGrammar::AddressConvention eConv
     0
 sc/inc/rangeutl.hxx:144
-    _Bool ScRangeStringConverter::GetAreaFromString(class ScArea &,const class rtl::OUString &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,int &,char16_t)
+    _Bool ScRangeStringConverter::GetAreaFromString(class ScArea &,const class rtl::OUString &,const class ScDocument &,enum formula::FormulaGrammar::AddressConvention,int &,char16_t)
     enum formula::FormulaGrammar::AddressConvention eConv
     0
 sc/inc/rangeutl.hxx:178
     void ScRangeStringConverter::GetStringFromRangeList(class rtl::OUString &,const class ScRangeList *,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t)
     enum formula::FormulaGrammar::AddressConvention eConv
     0
-sc/inc/rangeutl.hxx:185
-    void ScRangeStringConverter::GetStringFromArea(class rtl::OUString &,const class ScArea &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool,enum ScRefFlags)
-    enum formula::FormulaGrammar::AddressConvention eConv
-    0
 sc/inc/rangeutl.hxx:185
     void ScRangeStringConverter::GetStringFromArea(class rtl::OUString &,const class ScArea &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool,enum ScRefFlags)
     _Bool bAppendStr
     1
+sc/inc/rangeutl.hxx:185
+    void ScRangeStringConverter::GetStringFromArea(class rtl::OUString &,const class ScArea &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool,enum ScRefFlags)
+    enum formula::FormulaGrammar::AddressConvention eConv
+    0
 sc/inc/rangeutl.hxx:195
     void ScRangeStringConverter::GetStringFromAddress(class rtl::OUString &,const struct com::sun::star::table::CellAddress &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool)
     _Bool bAppendStr
@@ -2630,7 +2554,27 @@ sc/qa/extras/scpdfexport.cxx:51
     void ScPDFExportTest::setFont(class ScFieldEditEngine &,int,int,const class rtl::OUString &)
     int nStart
     0
-sc/qa/unit/helper/qahelper.hxx:215
+sc/qa/unit/copy_paste_test.cxx:69
+    class tools::SvRef<class ScDocShell> ScCopyPasteTest::loadDocAndSetupModelViewController(const class rtl::OUString &,int,_Bool)
+    _Bool bReadWrite
+    1
+sc/qa/unit/copy_paste_test.cxx:69
+    class tools::SvRef<class ScDocShell> ScCopyPasteTest::loadDocAndSetupModelViewController(const class rtl::OUString &,int,_Bool)
+    int nFormat
+    0
+sc/qa/unit/copy_paste_test.cxx:443
+    enum ScMF lcl_getMergeFlagOfCell(const class ScDocument &,short,int,short)
+    short nTab
+    0
+sc/qa/unit/copy_paste_test.cxx:450
+    class ScAddress lcl_getMergeSizeOfCell(const class ScDocument &,short,int,short)
+    short nTab
+    0
+sc/qa/unit/helper/qahelper.hxx:196
+    class tools::SvRef<class ScDocShell> ScBootstrapFixture::saveAndReloadPassword(class ScDocShell *,int)
+    int nFormat
+    0
+sc/qa/unit/helper/qahelper.hxx:216
     void testFormats(class ScBootstrapFixture *,class ScDocument *,int)
     int nFormat
     0
@@ -2650,15 +2594,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:1524
+sc/qa/unit/subsequent_export-test.cxx:1528
     void setAttribute(class ScFieldEditEngine &,int,int,int,unsigned short,class Color)
     int nPara
     0
-sc/qa/unit/subsequent_export-test.cxx:1581
+sc/qa/unit/subsequent_export-test.cxx:1585
     void setFont(class ScFieldEditEngine &,int,int,int,const class rtl::OUString &)
     int nPara
     0
-sc/qa/unit/subsequent_export-test.cxx:1594
+sc/qa/unit/subsequent_export-test.cxx:1598
     void setEscapement(class ScFieldEditEngine &,int,int,int,short,unsigned char)
     int nPara
     0
@@ -2670,7 +2614,7 @@ sc/source/core/data/dociter.cxx:1277
     void BoolResetter::BoolResetter(_Bool &,_Bool)
     _Bool b
     1
-sc/source/core/data/drwlayer.cxx:2008
+sc/source/core/data/drwlayer.cxx:2150
     void DeleteFirstUserDataOfType(class SdrObject *,unsigned short)
     unsigned short nId
     1
@@ -2678,6 +2622,10 @@ sc/source/core/data/postit.cxx:410
     void (anonymous namespace)::ScNoteCaptionCreator::ScNoteCaptionCreator(class ScDocument &,const class ScAddress &,class ScCaptionPtr &,_Bool)
     _Bool bShown
     1
+sc/source/core/inc/interpre.hxx:159
+    _Bool ScInterpreter::MayBeRegExp(const class rtl::OUString &,_Bool)
+    _Bool bIgnoreWildcards
+    0
 sc/source/core/inc/interpre.hxx:440
     int ScInterpreter::GetInt32WithDefault(int)
     int nDefault
@@ -2694,17 +2642,21 @@ sc/source/core/opencl/opbase.hxx:132
     class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > sc::opencl::DynamicKernelArgument::GenStringSlidingWindowDeclRef(_Bool) const
     _Bool 
     0
-sc/source/core/tool/compiler.cxx:766
+sc/source/core/tool/compiler.cxx:791
     void (anonymous namespace)::ConventionOOO_A1::ConventionOOO_A1(enum formula::FormulaGrammar::AddressConvention)
     enum formula::FormulaGrammar::AddressConvention eConv
     1
+sc/source/core/tool/interpr1.cxx:4726
+    void lcl_GetLastMatch(unsigned long &,const class (anonymous namespace)::VectorMatrixAccessor &,unsigned long,_Bool)
+    _Bool bReverse
+    0
 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/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/filter/excel/xeformula.cxx:389
     void XclExpFmlaCompImpl::ConvertRefData(struct ScComplexRefData &,struct XclRange &,_Bool) const
@@ -2784,15 +2736,15 @@ sc/source/filter/inc/ftools.hxx:204
     0
 sc/source/filter/inc/htmlpars.hxx:189
     void ScHTMLLayoutParser::MakeColNoRef(class o3tl::sorted_vector<unsigned long, struct std::less<unsigned long>, find_unique, true> *,unsigned short,unsigned short,unsigned short,unsigned short)
-    unsigned short nWidth
+    unsigned short nOffsetTol
     0
 sc/source/filter/inc/htmlpars.hxx:189
     void ScHTMLLayoutParser::MakeColNoRef(class o3tl::sorted_vector<unsigned long, struct std::less<unsigned long>, find_unique, true> *,unsigned short,unsigned short,unsigned short,unsigned short)
-    unsigned short nWidthTol
+    unsigned short nWidth
     0
 sc/source/filter/inc/htmlpars.hxx:189
     void ScHTMLLayoutParser::MakeColNoRef(class o3tl::sorted_vector<unsigned long, struct std::less<unsigned long>, find_unique, true> *,unsigned short,unsigned short,unsigned short,unsigned short)
-    unsigned short nOffsetTol
+    unsigned short nWidthTol
     0
 sc/source/filter/inc/tool.h:36
     void SetFormat(struct LotusContext &,short,int,short,unsigned char,unsigned char)
@@ -2924,11 +2876,11 @@ sc/source/filter/inc/xlformula.hxx:445
     1
 sc/source/filter/inc/xltools.hxx:62
     void XclGuid::XclGuid(unsigned int,unsigned short,unsigned short,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char)
-    unsigned char nData45
+    unsigned char nData43
     0
 sc/source/filter/inc/xltools.hxx:62
     void XclGuid::XclGuid(unsigned int,unsigned short,unsigned short,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char)
-    unsigned char nData43
+    unsigned char nData45
     0
 sc/source/filter/inc/xltools.hxx:109
     int XclTools::GetScRotation(unsigned short,int)
@@ -2962,6 +2914,10 @@ sc/source/ui/inc/AccessibleDocument.hxx:249
     void ScAccessibleDocument::RemoveChild(const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &,_Bool)
     _Bool bFireEvent
     1
+sc/source/ui/inc/AccessibleEditObject.hxx:56
+    void ScAccessibleEditObject::ScAccessibleEditObject(const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &,class EditView *,class vcl::Window *,const class rtl::OUString &,const class rtl::OUString &,enum ScAccessibleEditObject::EditObjectType)
+    enum ScAccessibleEditObject::EditObjectType eObjectType
+    0
 sc/source/ui/inc/acredlin.hxx:118
     class std::unique_ptr<class weld::TreeIter, struct std::default_delete<class weld::TreeIter> > ScAcceptChgDlg::AppendFilteredAction(const class ScChangeAction *,enum ScChangeActionState,_Bool,const class weld::TreeIter *,_Bool,_Bool)
     _Bool bDelMaster
@@ -3027,11 +2983,11 @@ sc/source/ui/inc/docfunc.hxx:187
     _Bool bRecord
     1
 sc/source/ui/inc/drawutil.hxx:32
-    void ScDrawUtil::CalcScale(const class ScDocument *,short,short,int,short,int,const class OutputDevice *,const class Fraction &,const class Fraction &,double,double,class Fraction &,class Fraction &)
+    void ScDrawUtil::CalcScale(const class ScDocument &,short,short,int,short,int,const class OutputDevice *,const class Fraction &,const class Fraction &,double,double,class Fraction &,class Fraction &)
     short nStartCol
     0
 sc/source/ui/inc/drawutil.hxx:32
-    void ScDrawUtil::CalcScale(const class ScDocument *,short,short,int,short,int,const class OutputDevice *,const class Fraction &,const class Fraction &,double,double,class Fraction &,class Fraction &)
+    void ScDrawUtil::CalcScale(const class ScDocument &,short,short,int,short,int,const class OutputDevice *,const class Fraction &,const class Fraction &,double,double,class Fraction &,class Fraction &)
     int nStartRow
     0
 sc/source/ui/inc/pvfundlg.hxx:143
@@ -3046,10 +3002,6 @@ 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,6 +3010,10 @@ 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
@@ -3066,25 +3022,25 @@ sc/source/ui/inc/TableFillingAndNavigationTools.hxx:69
     void AddressWalker::push(short,int,short)
     short aRelativeTab
     0
-sc/source/ui/inc/tabview.hxx:378
+sc/source/ui/inc/tabview.hxx:380
     void ScTabView::ClickCursor(short,int,_Bool)
     _Bool bControl
     0
-sc/source/ui/inc/tabview.hxx:419
+sc/source/ui/inc/tabview.hxx:421
     void ScTabView::MoveCursorAbs(short,int,enum ScFollowMode,_Bool,_Bool,_Bool,_Bool)
     _Bool bControl
     0
-sc/source/ui/inc/tabview.hxx:430
+sc/source/ui/inc/tabview.hxx:432
     void ScTabView::MoveCursorScreen(short,int,enum ScFollowMode,_Bool)
-    short nMovX
+    _Bool bShift
     0
-sc/source/ui/inc/tabview.hxx:430
+sc/source/ui/inc/tabview.hxx:432
     void ScTabView::MoveCursorScreen(short,int,enum ScFollowMode,_Bool)
     enum ScFollowMode eMode
     1
-sc/source/ui/inc/tabview.hxx:430
+sc/source/ui/inc/tabview.hxx:432
     void ScTabView::MoveCursorScreen(short,int,enum ScFollowMode,_Bool)
-    _Bool bShift
+    short nMovX
     0
 sc/source/ui/inc/undoblk.hxx:323
     void ScUndoSelectionAttr::ScUndoSelectionAttr(class ScDocShell *,const class ScMarkData &,short,int,short,short,int,short,class std::unique_ptr<class ScDocument, struct o3tl::default_delete<class ScDocument> >,_Bool,const class ScPatternAttr *,const class SvxBoxItem *,const class SvxBoxInfoItem *,const class ScRange *)
@@ -3092,11 +3048,11 @@ sc/source/ui/inc/undoblk.hxx:323
     0
 sc/source/ui/inc/undoblk.hxx:323
     void ScUndoSelectionAttr::ScUndoSelectionAttr(class ScDocShell *,const class ScMarkData &,short,int,short,short,int,short,class std::unique_ptr<class ScDocument, struct o3tl::default_delete<class ScDocument> >,_Bool,const class ScPatternAttr *,const class SvxBoxItem *,const class SvxBoxInfoItem *,const class ScRange *)
-    const class ScRange * pRangeCover
+    const class SvxBoxItem * pNewOuter
     0
 sc/source/ui/inc/undoblk.hxx:323
     void ScUndoSelectionAttr::ScUndoSelectionAttr(class ScDocShell *,const class ScMarkData &,short,int,short,short,int,short,class std::unique_ptr<class ScDocument, struct o3tl::default_delete<class ScDocument> >,_Bool,const class ScPatternAttr *,const class SvxBoxItem *,const class SvxBoxInfoItem *,const class ScRange *)
-    const class SvxBoxItem * pNewOuter
+    const class ScRange * pRangeCover
     0
 sc/source/ui/inc/undotab.hxx:120
     void ScUndoRenameTab::ScUndoRenameTab(class ScDocShell *,short,const class rtl::OUString &,const class rtl::OUString &)
@@ -3110,15 +3066,15 @@ sc/source/ui/inc/viewdata.hxx:146
     void ScPositionHelper::invalidateByPosition(long)
     long nPos
     0
-sc/source/ui/inc/viewdata.hxx:605
+sc/source/ui/inc/viewdata.hxx:600
     class Point ScViewData::GetScrPos(short,int,enum ScHSplitPos) const
     int nWhereY
     0
-sc/source/ui/inc/viewdata.hxx:606
+sc/source/ui/inc/viewdata.hxx:601
     class Point ScViewData::GetScrPos(short,int,enum ScVSplitPos) const
     short nWhereX
     0
-sc/source/ui/inc/viewdata.hxx:682
+sc/source/ui/inc/viewdata.hxx:677
     void ScViewData::AddPixelsWhileBackward(long &,long,int &,int,double,const class ScDocument *,short)
     int nStartRow
     0
@@ -3166,7 +3122,7 @@ sc/source/ui/vba/vbarange.hxx:108
     class com::sun::star::uno::Reference<class ooo::vba::excel::XRange> ScVbaRange::getArea(int)
     int nIndex
     0
-sc/source/ui/view/olinewin.cxx:724
+sc/source/ui/view/olinewin.cxx:728
     _Bool lcl_RotateValue(unsigned long &,unsigned long,unsigned long,_Bool)
     unsigned long nMin
     0
@@ -3198,19 +3154,19 @@ scaddins/source/analysis/analysishelper.hxx:901
     int sca::analysis::ScaAnyConverter::getInt32(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Any &,int)
     int nDefault
     0
-sd/inc/CustomAnimationEffect.hxx:129
+sd/inc/CustomAnimationEffect.hxx:130
     class com::sun::star::uno::Any sd::CustomAnimationEffect::getProperty(int,const class rtl::OUString &,enum sd::EValue)
     enum sd::EValue eValue
     0
-sd/inc/CustomAnimationEffect.hxx:130
+sd/inc/CustomAnimationEffect.hxx:131
     _Bool sd::CustomAnimationEffect::setProperty(int,const class rtl::OUString &,enum sd::EValue,const class com::sun::star::uno::Any &)
     enum sd::EValue eValue
     0
-sd/inc/CustomAnimationEffect.hxx:132
+sd/inc/CustomAnimationEffect.hxx:133
     class com::sun::star::uno::Any sd::CustomAnimationEffect::getTransformationProperty(int,enum sd::EValue)
     enum sd::EValue eValue
     1
-sd/inc/CustomAnimationEffect.hxx:133
+sd/inc/CustomAnimationEffect.hxx:134
     _Bool sd::CustomAnimationEffect::setTransformationProperty(int,enum sd::EValue,const class com::sun::star::uno::Any &)
     enum sd::EValue eValue
     1
@@ -3254,14 +3210,14 @@ sd/source/ui/inc/DrawDocShell.hxx:64
     void sd::DrawDocShell::DrawDocShell(enum SfxModelFlags,_Bool,enum DocumentType)
     _Bool bSdDataObj
     0
-sd/source/ui/inc/DrawDocShell.hxx:69
-    void sd::DrawDocShell::DrawDocShell(class SdDrawDocument *,enum SfxObjectCreateMode,_Bool,enum DocumentType)
-    enum SfxObjectCreateMode eMode
-    0
 sd/source/ui/inc/DrawDocShell.hxx:69
     void sd::DrawDocShell::DrawDocShell(class SdDrawDocument *,enum SfxObjectCreateMode,_Bool,enum DocumentType)
     _Bool bSdDataObj
     1
+sd/source/ui/inc/DrawDocShell.hxx:69
+    void sd::DrawDocShell::DrawDocShell(class SdDrawDocument *,enum SfxObjectCreateMode,_Bool,enum DocumentType)
+    enum SfxObjectCreateMode eMode
+    0
 sd/source/ui/inc/DrawViewShell.hxx:90
     void sd::DrawViewShell::DrawViewShell(class sd::ViewShellBase &,class vcl::Window *,enum PageKind,class sd::FrameView *)
     enum PageKind ePageKind
@@ -3274,7 +3230,7 @@ sd/source/ui/inc/slideshow.hxx:148
     void sd::SlideShow::pause(_Bool)
     _Bool bPause
     0
-sd/source/ui/inc/ToolBarManager.hxx:214
+sd/source/ui/inc/ToolBarManager.hxx:226
     void sd::ToolBarManager::SetToolBarShell(enum sd::ToolBarManager::ToolBarGroup,enum ToolbarId)
     enum sd::ToolBarManager::ToolBarGroup eGroup
     1
@@ -3298,14 +3254,14 @@ sdext/source/minimizer/configurationaccess.hxx:90
     short ConfigurationAccess::GetConfigProperty(const enum PPPOptimizerTokenEnum,const short) const
     const short nDefault
     0
-sdext/source/minimizer/informationdialog.hxx:29
-    class rtl::OUString InsertFixedText(class UnoDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool,short)
-    short nTabIndex
-    0
 sdext/source/minimizer/informationdialog.hxx:29
     class rtl::OUString InsertFixedText(class UnoDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool,short)
     _Bool bMultiLine
     1
+sdext/source/minimizer/informationdialog.hxx:29
+    class rtl::OUString InsertFixedText(class UnoDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool,short)
+    short nTabIndex
+    0
 sdext/source/minimizer/informationdialog.hxx:32
     class rtl::OUString InsertImage(class UnoDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool)
     _Bool bScale
@@ -3338,22 +3294,26 @@ sdext/source/presenter/PresenterTextView.hxx:231
     void sdext::presenter::PresenterTextView::SetOffset(const double,const double)
     const double nLeft
     0
+sfx2/inc/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
 sfx2/source/inc/workwin.hxx:277
     void SfxWorkWindow::SetChildWindowVisible_Impl(unsigned int,_Bool,enum SfxVisibilityFlags)
     _Bool 
     1
 slideshow/source/engine/opengl/Operation.hxx:226
     class std::shared_ptr<class SEllipseTranslate> makeSEllipseTranslate(double,double,double,double,_Bool,double,double)
-    _Bool bInter
-    1
+    double T0
+    0
 slideshow/source/engine/opengl/Operation.hxx:226
     class std::shared_ptr<class SEllipseTranslate> makeSEllipseTranslate(double,double,double,double,_Bool,double,double)
     double T1
     1
 slideshow/source/engine/opengl/Operation.hxx:226
     class std::shared_ptr<class SEllipseTranslate> makeSEllipseTranslate(double,double,double,double,_Bool,double,double)
-    double T0
-    0
+    _Bool bInter
+    1
 slideshow/source/engine/opengl/Operation.hxx:262
     class std::shared_ptr<class RotateAndScaleDepthByHeight> makeRotateAndScaleDepthByHeight(const struct glm::vec<3, float, glm::packed_highp> &,const struct glm::vec<3, float, glm::packed_highp> &,double,_Bool,_Bool,double,double)
     _Bool bInter
@@ -3410,11 +3370,11 @@ svl/source/crypto/cryptosign.cxx:489
     struct NSSCMSAttributeStr * my_NSS_CMSAttributeArray_FindAttrByOidTag(struct NSSCMSAttributeStr **,SECOidTag,int)
     int only
     0
-svl/source/crypto/cryptosign.cxx:1715
+svl/source/crypto/cryptosign.cxx:1645
     struct NSSCMSAttributeStr * CMSAttributeArray_FindAttrByOidData(struct NSSCMSAttributeStr **,const struct SECOidDataStr *,int)
     int only
     1
-svl/source/crypto/cryptosign.cxx:1754
+svl/source/crypto/cryptosign.cxx:1684
     enum _SECStatus StringToOID(struct SECItemStr *,const char *,unsigned int)
     unsigned int len
     0
@@ -3466,7 +3426,7 @@ svx/source/dialog/srchdlg.cxx:744
     void (anonymous namespace)::ToggleSaveToModule::ToggleSaveToModule(class SvxSearchDialog &,_Bool)
     _Bool bValue
     0
-svx/source/gallery2/galbrws1.hxx:84
+svx/source/gallery2/galbrws1.hxx:86
     void GalleryBrowser1::SelectTheme(unsigned short)
     unsigned short nThemePos
     0
@@ -3478,11 +3438,11 @@ svx/source/inc/fmexpl.hxx:498
     signed char svxform::NavigatorTree::implExecuteDataTransfer(const class svxform::OControlTransferData &,signed char,const class Point &,_Bool)
     _Bool _bDnD
     1
-svx/source/inc/fmshimp.hxx:253
+svx/source/inc/fmshimp.hxx:254
     void FmXFormShell::didPrepareClose_Lock(_Bool)
     _Bool bDid
     1
-svx/source/inc/fmvwimp.hxx:263
+svx/source/inc/fmvwimp.hxx:264
     _Bool FmXFormView::createControlLabelPair(const class OutputDevice &,int,int,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::util::XNumberFormats> &,unsigned short,const class rtl::OUString &,class std::unique_ptr<class SdrUnoObj, struct SdrObjectFreeOp> &,class std::unique_ptr<class SdrUnoObj, struct SdrObjectFreeOp> &,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDataSource> &,const class rtl::OUString &,const class rtl::OUString &,const int)
     int _nXOffsetMM
     0
@@ -3490,7 +3450,7 @@ svx/source/svdraw/svdoole2.cxx:628
     void SdrOle2ObjImpl::SdrOle2ObjImpl(_Bool,const class svt::EmbeddedObjectRef &)
     _Bool bFrame
     0
-svx/source/tbxctrls/tbcontrl.cxx:146
+svx/source/tbxctrls/tbcontrl.cxx:145
     void (anonymous namespace)::SvxStyleBox_Base::insert_separator(int,const class rtl::OUString &)
     int pos
     1
@@ -3498,7 +3458,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:115
+sw/inc/calc.hxx:116
     void SwSbxValue::SwSbxValue(long)
     long n
     0
@@ -3566,14 +3526,14 @@ sw/inc/docufld.hxx:283
     void SwHiddenTextFieldType::SwHiddenTextFieldType(_Bool)
     _Bool bSetHidden
     1
-sw/inc/docufld.hxx:308
-    void SwHiddenTextField::SwHiddenTextField(class SwHiddenTextFieldType *,_Bool,const class rtl::OUString &,const class rtl::OUString &,_Bool,enum SwFieldTypesEnum)
-    _Bool bHidden
-    0
 sw/inc/docufld.hxx:308
     void SwHiddenTextField::SwHiddenTextField(class SwHiddenTextFieldType *,_Bool,const class rtl::OUString &,const class rtl::OUString &,_Bool,enum SwFieldTypesEnum)
     _Bool bConditional
     1
+sw/inc/docufld.hxx:308
+    void SwHiddenTextField::SwHiddenTextField(class SwHiddenTextFieldType *,_Bool,const class rtl::OUString &,const class rtl::OUString &,_Bool,enum SwFieldTypesEnum)
+    _Bool bHidden
+    0
 sw/inc/docufld.hxx:525
     void SwDocInfoField::SwDocInfoField(class SwDocInfoFieldType *,unsigned short,const class rtl::OUString &,const class rtl::OUString &,unsigned int)
     unsigned int nFormat
@@ -3638,15 +3598,15 @@ sw/inc/ndole.hxx:96
     void SwOLENode::SwOLENode(const class SwNodeIndex &,const class svt::EmbeddedObjectRef &,class SwGrfFormatColl *,const class SwAttrSet *)
     const class SwAttrSet * pAutoAttr
     0
-sw/inc/ndtxt.hxx:324
+sw/inc/ndtxt.hxx:325
     void SwTextNode::CopyText(class SwTextNode *const,const class SwIndex &,const int,const _Bool)
     const _Bool bForceCopyOfAllAttrs
     1
-sw/inc/ndtxt.hxx:694
+sw/inc/ndtxt.hxx:695
     _Bool SwTextNode::CopyExpandText(class SwTextNode &,const class SwIndex *,int,int,const class SwRootFrame *,_Bool,_Bool,_Bool) const
     _Bool bWithNum
     0
-sw/inc/ndtxt.hxx:704
+sw/inc/ndtxt.hxx:705
     int SwTextNode::GetDropLen(int) const
     int nWishLen
     0
@@ -3678,11 +3638,11 @@ sw/inc/swabstdlg.hxx:298
     void AbstractSwSelGlossaryDlg::SelectEntryPos(int)
     int nIdx
     0
-sw/inc/swcrsr.hxx:122
+sw/inc/swcrsr.hxx:124
     unsigned long SwCursor::FindFormat(const class SwTextFormatColl &,enum SwDocPositions,enum SwDocPositions,_Bool &,enum FindRanges,const class SwTextFormatColl *,const class SwRootFrame *const)
     const class SwRootFrame *const pLayout
     0
-sw/inc/swcrsr.hxx:149
+sw/inc/swcrsr.hxx:151
     _Bool SwCursor::SelectWordWT(const class SwViewShell *,short,const class Point *)
     short nWordType
     1
@@ -3690,15 +3650,15 @@ sw/inc/swmodule.hxx:159
     void SwModule::ApplyRulerMetric(enum FieldUnit,_Bool,_Bool)
     _Bool bWeb
     0
-sw/inc/undobj.hxx:324
+sw/inc/undobj.hxx:325
     void SwUndoInsLayFormat::SwUndoInsLayFormat(class SwFrameFormat *,unsigned long,int)
     int nCntIdx
     0
-sw/inc/undobj.hxx:324
+sw/inc/undobj.hxx:325
     void SwUndoInsLayFormat::SwUndoInsLayFormat(class SwFrameFormat *,unsigned long,int)
     unsigned long nNodeIdx
     0
-sw/inc/undobj.hxx:347
+sw/inc/undobj.hxx:348
     void SwUndoDelLayFormat::ChgShowSel(_Bool)
     _Bool bNew
     0
@@ -3706,11 +3666,11 @@ sw/inc/unocrsrhelper.hxx:156
     void SetPropertyValue(class SwPaM &,const class SfxItemPropertySet &,const class rtl::OUString &,const class com::sun::star::uno::Any &,const enum SetAttrMode)
     const enum SetAttrMode nAttrMode
     0
-sw/qa/extras/ooxmlimport/ooxmlimport.cxx:95
+sw/qa/extras/ooxmlimport/ooxmlimport.cxx:94
     void FailTest::executeImportTest(const char *,const char *)
     const char * 
     0
-sw/qa/extras/ooxmlimport/ooxmlimport.cxx:733
+sw/qa/extras/ooxmlimport/ooxmlimport.cxx:732
     void lcl_countTextFrames(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,int)
     int nExpected
     1
@@ -3730,7 +3690,7 @@ sw/source/core/access/accmap.cxx:455
     void SwAccessibleEvent_Impl::SwAccessibleEvent_Impl(enum SwAccessibleEvent_Impl::EventType,class SwAccessibleContext *,const class sw::access::SwAccessibleChild &,const enum AccessibleStates)
     enum SwAccessibleEvent_Impl::EventType eT
     0
-sw/source/core/crsr/swcrsr.cxx:71
+sw/source/core/crsr/swcrsr.cxx:72
     void (anonymous namespace)::PercentHdl::PercentHdl(unsigned long,unsigned long,class SwDocShell *)
     unsigned long nStt
     0
@@ -3740,11 +3700,11 @@ sw/source/core/doc/doccomp.cxx:155
     0
 sw/source/core/inc/drawfont.hxx:107
     void SwDrawTextInfo::SwDrawTextInfo(const class SwViewShell *,class OutputDevice &,const class rtl::OUString &,const int,const int,unsigned short,_Bool)
-    unsigned short nWidth
+    _Bool bBullet
     0
 sw/source/core/inc/drawfont.hxx:107
     void SwDrawTextInfo::SwDrawTextInfo(const class SwViewShell *,class OutputDevice &,const class rtl::OUString &,const int,const int,unsigned short,_Bool)
-    _Bool bBullet
+    unsigned short nWidth
     0
 sw/source/core/inc/ftnfrm.hxx:55
     class SwFootnoteFrame * SwFootnoteContFrame::AppendChained(class SwFrame *,_Bool)
@@ -3754,11 +3714,11 @@ sw/source/core/inc/ftnfrm.hxx:56
     class SwFootnoteFrame * SwFootnoteContFrame::PrependChained(class SwFrame *,_Bool)
     _Bool bDefaultFormat
     0
-sw/source/core/inc/rolbck.hxx:399
+sw/source/core/inc/rolbck.hxx:400
     void SwHistory::CopyAttr(const class SwpHints *,const unsigned long,const int,const int,const _Bool)
     const int nStart
     0
-sw/source/core/inc/scriptinfo.hxx:387
+sw/source/core/inc/scriptinfo.hxx:388
     enum SwFontScript SwScriptInfo::WhichFont(int,const class rtl::OUString &)
     int nIdx
     0
@@ -3774,7 +3734,7 @@ sw/source/core/inc/UndoDelete.hxx:68
     void SwUndoDelete::SwUndoDelete(class SwPaM &,_Bool,_Bool)
     _Bool bCalledByTableCpy
     0
-sw/source/core/inc/UndoTable.hxx:253
+sw/source/core/inc/UndoTable.hxx:254
     void SwUndoTableNumFormat::SwUndoTableNumFormat(const class SwTableBox &,const class SfxItemSet *)
     const class SfxItemSet * pNewSet
     0
@@ -3782,7 +3742,7 @@ sw/source/core/inc/wrong.hxx:347
     void SwWrongList::InsertSubList(int,int,unsigned short,class SwWrongList *)
     int nNewLen
     1
-sw/source/core/txtnode/txtedt.cxx:182
+sw/source/core/txtnode/txtedt.cxx:179
     _Bool lcl_MaskRedlinesAndHiddenText(const class SwTextNode &,class rtl::OUStringBuffer &,int,int,const char16_t)
     int nStt
     0
@@ -3798,7 +3758,7 @@ sw/source/filter/html/htmltab.cxx:496
     class SwTableLine * HTMLTable::MakeTableLine(class SwTableBox *,unsigned short,unsigned short,unsigned short,unsigned short)
     unsigned short nLeftCol
     0
-sw/source/filter/html/swhtml.hxx:823
+sw/source/filter/html/swhtml.hxx:832
     void SwHTMLParser::BuildTableCell(class HTMLTable *,_Bool,_Bool)
     _Bool bReadOptions
     1
@@ -3814,7 +3774,7 @@ sw/source/filter/inc/wrtswtbl.hxx:280
     unsigned short SwWriteTable::GetRelWidth(unsigned short,unsigned short) const
     unsigned short nColSpan
     1
-sw/source/filter/ww8/docxattributeoutput.hxx:729
+sw/source/filter/ww8/docxattributeoutput.hxx:733
     void DocxAttributeOutput::CmdEndField_Impl(const class SwTextNode *,int,_Bool)
     _Bool bWriteRun
     1
@@ -3854,19 +3814,19 @@ sw/source/filter/ww8/ww8par.hxx:1686

... etc. - the rest is truncated


More information about the Libreoffice-commits mailing list