[Libreoffice-commits] core.git: compilerplugins/clang framework/source include/sfx2 include/svtools include/svx include/vcl registry/source sc/source sfx2/source svtools/source svx/source sw/inc sw/source vcl/source

Noel Grandin noel.grandin at collabora.co.uk
Tue Jun 12 06:25:10 UTC 2018


 compilerplugins/clang/constantparam.bitmask.results      |   48 
 compilerplugins/clang/constantparam.booleans.results     | 2282 ++++++++++-----
 compilerplugins/clang/constantparam.constructors.results |  574 ++-
 compilerplugins/clang/constantparam.numbers.results      | 2186 ++++++++++----
 framework/source/uielement/statusbarmerger.cxx           |   13 
 include/sfx2/tabdlg.hxx                                  |    2 
 include/svtools/imagemgr.hxx                             |    2 
 include/svx/svdoole2.hxx                                 |    2 
 include/svx/xmlgrhlp.hxx                                 |    3 
 include/vcl/GraphicLoader.hxx                            |    3 
 include/vcl/outdev.hxx                                   |    2 
 registry/source/reflread.cxx                             |   38 
 sc/source/ui/attrdlg/scdlgfact.cxx                       |    2 
 sc/source/ui/inc/inscodlg.hxx                            |    1 
 sc/source/ui/miscdlgs/inscodlg.cxx                       |    8 
 sfx2/source/dialog/tabdlg.cxx                            |    5 
 svtools/source/misc/imagemgr.cxx                         |    4 
 svx/source/svdraw/svdoole2.cxx                           |    4 
 svx/source/unodraw/unoshap4.cxx                          |    2 
 svx/source/xml/xmlgrhlp.cxx                              |    5 
 sw/inc/ndgrf.hxx                                         |    2 
 sw/source/core/docnode/swbaslnk.cxx                      |    2 
 sw/source/core/graphic/ndgrf.cxx                         |    4 
 sw/source/filter/html/css1atr.cxx                        |    4 
 sw/source/filter/html/wrthtml.cxx                        |    2 
 sw/source/filter/html/wrthtml.hxx                        |    2 
 sw/source/filter/ww8/ww8par.cxx                          |    7 
 vcl/source/gdi/pdfwriter.cxx                             |    2 
 vcl/source/gdi/pdfwriter_impl.hxx                        |    3 
 vcl/source/gdi/pdfwriter_impl2.cxx                       |    8 
 vcl/source/graphic/GraphicLoader.cxx                     |   17 
 vcl/source/window/window2.cxx                            |    3 
 32 files changed, 3743 insertions(+), 1499 deletions(-)

New commits:
commit 1c3ffcdd4e702264728d222046c401b90cb1c8c9
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Mon Jun 11 13:50:47 2018 +0200

    loplugin:constantparam
    
    Change-Id: Ia769b3176aea287cd57414d7ce8e88c6da43883e
    Reviewed-on: https://gerrit.libreoffice.org/55622
    Tested-by: Jenkins <ci at libreoffice.org>
    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 da025efc323b..5e23a23e48c5 100644
--- a/compilerplugins/clang/constantparam.bitmask.results
+++ b/compilerplugins/clang/constantparam.bitmask.results
@@ -1,42 +1,60 @@
-codemaker/source/javamaker/classfile.hxx:153
+codemaker/source/javamaker/classfile.hxx:152
     void codemaker::javamaker::ClassFile::ClassFile(enum codemaker::javamaker::ClassFile::AccessFlags,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &)
     enum codemaker::javamaker::ClassFile::AccessFlags accessFlags setBits=0x1
-codemaker/source/javamaker/classfile.hxx:168
+codemaker/source/javamaker/classfile.hxx:167
     void codemaker::javamaker::ClassFile::addField(enum codemaker::javamaker::ClassFile::AccessFlags,const class rtl::OString &,const class rtl::OString &,unsigned short,const class rtl::OString &)
     enum codemaker::javamaker::ClassFile::AccessFlags accessFlags setBits=0x1
 cui/source/options/webconninfo.hxx:35
     void svx::PasswordTable::InsertHeaderItem(unsigned short,const class rtl::OUString &,enum HeaderBarItemBits)
     enum HeaderBarItemBits nBits setBits=0x211 clearBits=0x1ee
-dbaccess/source/filter/xml/xmlExport.hxx:172
+dbaccess/source/filter/xml/xmlExport.hxx:171
     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:142
+    enum CutFlagValue findCut(const class basegfx::B2DPoint &,const class basegfx::B2DVector &,const class basegfx::B2DPoint &,const class basegfx::B2DVector &,enum CutFlagValue,double *,double *)
+    enum CutFlagValue aCutFlags setBits=0x1
 include/framework/framelistanalyzer.hxx:181
     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:458
+include/sfx2/objsh.hxx:465
     void SfxObjectShell::FinishedLoading(enum SfxLoadedFlags)
     enum SfxLoadedFlags nWhich setBits=0x1
-include/svl/itemset.hxx:188
-    void SfxItemSet::PutExtended(const class SfxItemSet &,enum SfxItemState,enum SfxItemState)
-    enum SfxItemState eDefaultAs setBits=0x20 clearBits=0xf
-include/svtools/brwbox.hxx:439
+include/svtools/brwbox.hxx:438
     void BrowseBox::InsertDataColumn(unsigned short,const class rtl::OUString &,long,enum HeaderBarItemBits,unsigned short)
     enum HeaderBarItemBits nBits setBits=0x410 clearBits=0x3ac
-include/svtools/wizardmachine.hxx:173
+include/svtools/wizardmachine.hxx:172
     void svt::OWizardMachine::OWizardMachine(class vcl::Window *,enum WizardButtonFlags)
     enum WizardButtonFlags _nButtonFlags setBits=0xf
-include/vcl/bitmapex.hxx:82
-    void BitmapEx::SetSizePixel(const class Size &,enum BmpScaleFlag)
-    enum BmpScaleFlag nScaleFlag setBits=0x1
-include/vcl/gdimtf.hxx:194
+include/svx/langbox.hxx:164
+    void LanguageBox::SetLanguageList(enum SvxLanguageListFlags,_Bool,_Bool)
+    enum SvxLanguageListFlags nLangList setBits=0x1
+include/vcl/gdimtf.hxx:195
     _Bool GDIMetaFile::CreateThumbnail(class BitmapEx &,enum BmpConversion,enum BmpScaleFlag) const
     enum BmpScaleFlag nScaleFlag setBits=0x1
-sc/inc/rangelst.hxx:45
-    void ScRangeList::Format(class rtl::OUString &,enum ScRefFlags,class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t) const
+sc/inc/rangelst.hxx:48
+    void ScRangeList::Format(class rtl::OUString &,enum ScRefFlags,class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool) const
     enum ScRefFlags nFlags setBits=0x8000 clearBits=0x7f80
+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:92
     _Bool ScXMLImportWrapper::Import(enum ImportFlags,class ErrCode &)
     enum ImportFlags nMode setBits=0x1
+sc/source/ui/view/cellsh1.cxx:111
+    enum InsertDeleteFlags FlagsFromString(const class rtl::OUString &,enum InsertDeleteFlags)
+    enum InsertDeleteFlags nFlagsMask setBits=0x87f clearBits=0x700
+sc/source/ui/view/cellsh1.cxx:134
+    class rtl::OUString FlagsToString(enum InsertDeleteFlags,enum InsertDeleteFlags)
+    enum InsertDeleteFlags nFlagsMask setBits=0x87f clearBits=0x700
+sw/source/core/view/viewsh.cxx:716
+    void lcl_InvalidateAllContent(class SwViewShell &,enum SwInvalidateFlags)
+    enum SwInvalidateFlags nInv setBits=0x2
+sw/source/filter/html/swhtml.hxx:713
+    void SwHTMLParser::SetFrameFormatAttrs(class SfxItemSet &,enum HtmlFrameFormatFlags,class SfxItemSet &)
+    enum HtmlFrameFormatFlags nFlags setBits=0x1
+sw/source/filter/ww8/wrtw8esh.cxx:1529
+    enum ShapeFlag AddMirrorFlags(enum ShapeFlag,const class SwMirrorGrf &)
+    enum ShapeFlag nFlags setBits=0xa00 clearBits=0x5ef
 xmloff/inc/MetaExportComponent.hxx:32
     void XMLMetaExportComponent::XMLMetaExportComponent(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum SvXMLExportFlags)
     enum SvXMLExportFlags nFlags setBits=0x1
diff --git a/compilerplugins/clang/constantparam.booleans.results b/compilerplugins/clang/constantparam.booleans.results
index 84a931a9d561..a2e0645a9b2d 100644
--- a/compilerplugins/clang/constantparam.booleans.results
+++ b/compilerplugins/clang/constantparam.booleans.results
@@ -1,8 +1,12 @@
+accessibility/inc/standard/vclxaccessiblemenuitem.hxx:59
+    void VCLXAccessibleMenuItem::VCLXAccessibleMenuItem(class Menu *,unsigned short,class Menu *)
+    class Menu * pMenu
+    0
 accessibility/source/standard/vclxaccessibletoolbox.cxx:96
     void (anonymous namespace)::OToolBoxWindowItem::OToolBoxWindowItem(int,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &,const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &)
     int _nIndexInParent
     0
-basctl/source/basicide/moduldlg.hxx:161
+basctl/source/basicide/moduldlg.hxx:157
     void basctl::LibDialog::EnableReference(_Bool)
     _Bool b
     0
@@ -18,7 +22,15 @@ basegfx/source/polygon/b3dpolygon.cxx:75
     void CoordinateDataArray3D::CoordinateDataArray3D(unsigned int)
     unsigned int nCount
     0
-canvas/source/cairo/cairo_canvashelper.hxx:259
+basic/source/inc/runtime.hxx:322
+    void SbiRuntime::StepRESUME(unsigned int)
+    unsigned int 
+    1
+basic/source/runtime/iosys.cxx:69
+    void SbiInputDialog::SbiInputDialog(class weld::Window *,const class rtl::OUString &)
+    class weld::Window * 
+    0
+canvas/source/cairo/cairo_canvashelper.hxx:257
     void cairocanvas::CanvasHelper::useStates(const struct com::sun::star::rendering::ViewState &,const struct com::sun::star::rendering::RenderState &,_Bool)
     _Bool setColor
     1
@@ -34,27 +46,71 @@ chart2/qa/extras/chart2dump/chart2dump.cxx:99
     void Chart2DumpTest::Chart2DumpTest(_Bool)
     _Bool bDumpMode
     0
-chart2/qa/extras/chart2export.cxx:789
-    void ::change(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,_Bool,short)
-    _Bool bSetNumFmtLinked
+chart2/qa/extras/chart2export.cxx:287
+    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:240
+    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:246
+    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:280
+    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:300
+    int getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int)
+    int nCooSys
+    0
+chart2/qa/extras/charttest.hxx:300
+    int getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int)
+    int nChartType
+    0
+chart2/qa/extras/charttest.hxx:310
+    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:325
+    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:348
+    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
+chart2/qa/extras/PivotChartTest.cxx:139
+    void lclModifyColumnGrandTotal(const class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotDescriptor> &,_Bool)
+    _Bool bTotal
+    1
+chart2/qa/extras/PivotChartTest.cxx:145
+    void lclModifyRowGrandTotal(const class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotDescriptor> &,_Bool)
+    _Bool bTotal
+    1
+chart2/qa/extras/PivotChartTest.cxx:182
+    class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotTable> lclGetPivotTableByName(int,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &)
+    int nIndex
+    1
+chart2/qa/extras/PivotChartTest.cxx:224
+    class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotTables> lclGetDataPilotTables(int,const class com::sun::star::uno::Reference<class com::sun::star::sheet::XSpreadsheetDocument> &)
+    int nIndex
     0
 chart2/source/controller/dialogs/ChartTypeDialogController.hxx:55
     void chart::ChartTypeParameter::ChartTypeParameter(int,_Bool,_Bool,enum chart::GlobalStackMode,_Bool,_Bool,enum com::sun::star::chart2::CurveStyle)
     enum com::sun::star::chart2::CurveStyle eCurveStyle
     0
-chart2/source/controller/dialogs/DataBrowserModel.cxx:223
-    void chart::DataBrowserModel::tDataColumn::tDataColumn(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XDataSeries> &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XLabeledDataSequence> &,enum chart::DataBrowserModel::eCellType,int)
-    enum chart::DataBrowserModel::eCellType aCellType
-    0
-chart2/source/controller/dialogs/DialogModel.cxx:188
+chart2/source/controller/dialogs/DialogModel.cxx:172
     struct (anonymous namespace)::lcl_DataSeriesContainerAppend & (anonymous namespace)::lcl_DataSeriesContainerAppend::operator++(int)
     int 
     0
-chart2/source/controller/dialogs/DialogModel.cxx:247
+chart2/source/controller/dialogs/DialogModel.cxx:231
     struct (anonymous namespace)::lcl_RolesWithRangeAppend & (anonymous namespace)::lcl_RolesWithRangeAppend::operator++(int)
     int 
     0
-chart2/source/controller/inc/ChartController.hxx:360
+chart2/source/controller/inc/ChartController.hxx:367
     class chart::ChartController::TheModelRef & chart::ChartController::TheModelRef::operator=(class chart::ChartController::TheModel *)
      ###1
     0
@@ -62,19 +118,23 @@ chart2/source/controller/inc/ViewElementListProvider.hxx:50
     class Graphic chart::ViewElementListProvider::GetSymbolGraphic(int,const class SfxItemSet *) const
     int nStandardSymbol
     0
+chart2/source/inc/AxisHelper.hxx:190
+    class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartType> chart::AxisHelper::getChartTypeByIndex(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XCoordinateSystem> &,int)
+    int nIndex
+    0
 chart2/source/model/template/ColumnLineChartTypeTemplate.hxx:38
     void chart::ColumnLineChartTypeTemplate::ColumnLineChartTypeTemplate(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum chart::StackMode,int)
     int nNumberOfLines
     1
 chart2/source/model/template/ScatterChartType.hxx:31
-    void chart::ScatterChartType::ScatterChartType(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,enum com::sun::star::chart2::CurveStyle,int,int)
+    void chart::ScatterChartType::ScatterChartType(enum com::sun::star::chart2::CurveStyle,int,int)
     enum com::sun::star::chart2::CurveStyle eCurveStyle
     0
-chart2/source/tools/InternalDataProvider.cxx:246
+chart2/source/tools/InternalDataProvider.cxx:247
     void chart::(anonymous namespace)::lcl_setAnyAtLevelFromStringSequence::lcl_setAnyAtLevelFromStringSequence(int)
     int nLevel
     0
-chart2/source/view/axes/VAxisProperties.hxx:151
+chart2/source/view/axes/VAxisProperties.hxx:152
     struct chart::TickmarkProperties chart::AxisProperties::makeTickmarkPropertiesForComplexCategories(int,int) const
     int nTickStartDistanceToAxis
     0
@@ -82,27 +142,27 @@ chart2/source/view/charttypes/CategoryPositionHelper.hxx:29
     void chart::CategoryPositionHelper::CategoryPositionHelper(double,double)
     double fSeriesCount
     1
-chart2/source/view/inc/GL3DBarChart.hxx:106
+chart2/source/view/inc/GL3DBarChart.hxx:107
     float chart::GL3DBarChart::addScreenTextShape(class rtl::OUString &,const struct glm::detail::tvec2<float> &,float,_Bool,const struct glm::detail::tvec4<float> &,const struct glm::detail::tvec3<float> &,unsigned int)
     unsigned int nEvent
     0
 chart2/source/view/inc/GL3DRenderer.hxx:184
-    void chart::opengl3D::OpenGL3DRenderer::Set3DSenceInfo(unsigned int,_Bool)
+    void chart::opengl3D::OpenGL3DRenderer::Set3DSenceInfo(class Color,_Bool)
     _Bool twoSidesLighting
     1
 chart2/source/view/inc/GL3DRenderer.hxx:185
-    void chart::opengl3D::OpenGL3DRenderer::SetLightInfo(_Bool,unsigned int,const struct glm::detail::tvec4<float> &)
+    void chart::opengl3D::OpenGL3DRenderer::SetLightInfo(_Bool,class Color,const struct glm::detail::tvec4<float> &)
     _Bool lightOn
     1
 chart2/source/view/inc/GL3DRenderer.hxx:193
-    void chart::opengl3D::OpenGL3DRenderer::AddShape3DExtrudeObject(_Bool,unsigned int,unsigned int,const struct glm::detail::tmat4x4<float> &,unsigned int)
+    void chart::opengl3D::OpenGL3DRenderer::AddShape3DExtrudeObject(_Bool,class Color,unsigned int,const struct glm::detail::tmat4x4<float> &,unsigned int)
     _Bool roundedCorner
     1
-chart2/source/view/inc/PlottingPositionHelper.hxx:110
+chart2/source/view/inc/PlottingPositionHelper.hxx:112
     void chart::PlottingPositionHelper::AllowShiftXAxisPos(_Bool)
     _Bool bAllowShift
     1
-chart2/source/view/inc/PlottingPositionHelper.hxx:111
+chart2/source/view/inc/PlottingPositionHelper.hxx:113
     void chart::PlottingPositionHelper::AllowShiftZAxisPos(_Bool)
     _Bool bAllowShift
     1
@@ -110,23 +170,31 @@ chart2/source/view/inc/Stripe.hxx:53
     void chart::Stripe::InvertNormal(_Bool)
     _Bool bInvertNormal
     1
-chart2/source/view/inc/VSeriesPlotter.hxx:55
+chart2/source/view/inc/VSeriesPlotter.hxx:60
     _Bool chart::AxesNumberFormats::hasFormat(int,int) const
     int nDimIndex
     1
-chart2/source/view/inc/VSeriesPlotter.hxx:59
+chart2/source/view/inc/VSeriesPlotter.hxx:64
     int chart::AxesNumberFormats::getFormat(int,int) const
     int nDimIndex
     1
-chart2/source/view/main/VButton.hxx:45
+chart2/source/view/main/ShapeFactory.cxx:708
+    void appendAndCloseBezierCoords(struct com::sun::star::drawing::PolyPolygonBezierCoords &,const struct com::sun::star::drawing::PolyPolygonBezierCoords &,_Bool)
+    _Bool bAppendInverse
+    1
+chart2/source/view/main/VButton.hxx:46
     void chart::VButton::showArrow(_Bool)
     _Bool bShowArrow
     0
-codemaker/source/javamaker/classfile.hxx:120
+codemaker/source/javamaker/classfile.hxx:119
     void codemaker::javamaker::ClassFile::Code::storeLocalReference(unsigned short)
     unsigned short index
     1
-connectivity/source/drivers/postgresql/pq_connection.cxx:415
+comphelper/source/misc/backupfilehelper.cxx:76
+    unsigned int createCrc32(const class std::shared_ptr<class osl::File> &,unsigned int)
+    unsigned int nOffset
+    0
+connectivity/source/drivers/postgresql/pq_connection.cxx:412
     void pq_sdbc_driver::cstr_vector::push_back(const char *,enum __sal_NoAcquire)
     enum __sal_NoAcquire 
     0
@@ -134,23 +202,51 @@ 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:117
+connectivity/source/inc/dbase/DIndex.hxx:116
     _Bool connectivity::dbase::ODbaseIndex::Find(unsigned int,const class connectivity::ORowSetValue &)
     unsigned int nRec
     0
-connectivity/source/inc/OColumn.hxx:72
+connectivity/source/inc/OColumn.hxx:68
     void connectivity::OColumn::OColumn(const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,int)
     int _aScale
     0
-cui/source/inc/cuitabarea.hxx:754
+connectivity/source/inc/odbc/OTools.hxx:182
+    void connectivity::odbc::OTools::getBindTypes(_Bool,_Bool,short,short &,short &)
+    _Bool _bUseWChar
+    0
+connectivity/source/inc/odbc/OTools.hxx:219
+    void connectivity::odbc::OTools::bindValue(const class connectivity::odbc::OConnection *,void *,int,short,short,const void *,void *,long *,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,unsigned short,_Bool)
+    short _nMaxLen
+    0
+cppcanvas/source/mtfrenderer/mtftools.cxx:260
+    void appendRect(class basegfx::B2DPolyPolygon &,const class basegfx::B2DPoint &,const double,const double,const double,const double)
+    const double nX1
+    0
+cppu/qa/test_reference.cxx:92
+    const class com::sun::star::uno::Type & (anonymous namespace)::Base1::static_type(void *)
+    void * 
+    0
+cppu/qa/test_unotype.cxx:64
+    void (anonymous namespace)::DerivedInterface1::dummy(struct (anonymous namespace)::DerivedInterface1 *)
+    struct (anonymous namespace)::DerivedInterface1 * p
+    0
+cppu/qa/test_unotype.cxx:75
+    void (anonymous namespace)::DerivedInterface2::dummy(struct (anonymous namespace)::DerivedInterface2 *)
+    struct (anonymous namespace)::DerivedInterface2 * p
+    0
+cppu/source/uno/sequence.cxx:313
+    _Bool icopyConstructFromElements(struct _sal_Sequence **,void *,struct _typelib_TypeDescriptionReference *,int,int,void (*)(void *),int)
+    int nStartIndex
+    0
+cui/source/inc/cuitabarea.hxx:745
     void SvxColorTabPage::SetPropertyList(enum XPropertyListType,const class rtl::Reference<class XPropertyList> &)
     enum XPropertyListType t
     0
-cui/source/inc/hangulhanjadlg.hxx:65
+cui/source/inc/hangulhanjadlg.hxx:66
     void svx::SuggestionDisplay::SelectEntryPos(unsigned short)
     unsigned short nPos
     0
-cui/source/inc/hangulhanjadlg.hxx:69
+cui/source/inc/hangulhanjadlg.hxx:70
     class rtl::OUString svx::SuggestionDisplay::GetEntry(unsigned short) const
     unsigned short nPos
     0
@@ -163,41 +259,49 @@ cui/source/inc/scriptdlg.hxx:76
     class SvTreeListEntry * pParent
     0
 cui/source/inc/SpellDialog.hxx:87
-    void svx::SentenceEditWindow_Impl::SetAttrib(const class TextAttrib &,unsigned long,unsigned short,unsigned short)
-    unsigned long nPara
+    void svx::SentenceEditWindow_Impl::SetAttrib(const class TextAttrib &,unsigned int,int,int)
+    unsigned int nPara
     0
 cui/source/options/optjsearch.hxx:71
     void SvxJSearchOptionsPage::EnableSaveOptions(_Bool)
     _Bool bVal
     0
-dbaccess/source/core/dataaccess/databasedocument.hxx:659
+dbaccess/source/core/dataaccess/databasedocument.hxx:660
     void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::DefaultMethod_)
     enum dbaccess::DocumentGuard::DefaultMethod_ 
     0
-dbaccess/source/core/dataaccess/databasedocument.hxx:677
+dbaccess/source/core/dataaccess/databasedocument.hxx:678
     void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::InitMethod_)
     enum dbaccess::DocumentGuard::InitMethod_ 
     0
-dbaccess/source/core/dataaccess/databasedocument.hxx:696
+dbaccess/source/core/dataaccess/databasedocument.hxx:697
     void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::MethodUsedDuringInit_)
     enum dbaccess::DocumentGuard::MethodUsedDuringInit_ 
     0
-dbaccess/source/core/dataaccess/databasedocument.hxx:711
+dbaccess/source/core/dataaccess/databasedocument.hxx:712
     void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::MethodWithoutInit_)
     enum dbaccess::DocumentGuard::MethodWithoutInit_ 
     0
-dbaccess/source/core/inc/column.hxx:187
+dbaccess/source/core/inc/column.hxx:184
     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:198
+dbaccess/source/core/inc/column.hxx:195
     void dbaccess::OColumns::OColumns(class cppu::OWeakObject &,class osl::Mutex &,const class com::sun::star::uno::Reference<class com::sun::star::container::XNameAccess> &,_Bool,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &,class dbaccess::IColumnFactory *,class connectivity::sdbcx::IRefreshableColumns *,_Bool,_Bool,_Bool)
     _Bool _bUseHardRef
     1
+dbaccess/source/core/inc/migrwarndlg.hxx:19
+    void dbaccess::MigrationWarnDialog::MigrationWarnDialog(class weld::Window *)
+    class weld::Window * pParent
+    0
 dbaccess/source/ui/app/AppSwapWindow.hxx:59
     class SvxIconChoiceCtrlEntry * dbaui::OApplicationSwapWindow::GetEntry(unsigned long) const
     unsigned long nPos
     0
+dbaccess/source/ui/control/tabletree.cxx:223
+    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:47
     class dbaui::OCharsetDisplay::ExtendedCharsetIterator dbaui::OCharsetDisplay::findEncoding(const unsigned short) const
     const unsigned short _eEncoding
@@ -206,18 +310,22 @@ dbaccess/source/ui/inc/IUpdateHelper.hxx:33
     void dbaui::IUpdateHelper::updateInt(int,int)
     int _nPos
     1
-dbaccess/source/ui/inc/WTypeSelect.hxx:114
+dbaccess/source/ui/inc/WTypeSelect.hxx:112
     void dbaui::OWizTypeSelect::EnableAuto(_Bool)
     _Bool bEnable
     0
-desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx:185
+desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx:182
     void dp_gui::ExtensionCmd::ExtensionCmd(const enum dp_gui::ExtensionCmd::E_CMD_TYPE,const class rtl::OUString &,const class rtl::OUString &,const _Bool)
     const enum dp_gui::ExtensionCmd::E_CMD_TYPE eCommand
     0
-desktop/source/deployment/gui/dp_gui_theextmgr.hxx:92
+desktop/source/deployment/gui/dp_gui_theextmgr.hxx:90
     void dp_gui::TheExtensionManager::ToTop(enum ToTopFlags)
     enum ToTopFlags nFlags
     1
+desktop/source/lib/init.cxx:3913
+    struct _LibreOfficeKit * libreofficekit_hook_2(const char *,const char *)
+    const char * user_profile_path
+    0
 editeng/source/editeng/editstt2.hxx:29
     void InternalEditStatus::TurnOnFlags(enum EEControlBits)
     enum EEControlBits nFlags
@@ -226,10 +334,14 @@ editeng/source/editeng/editstt2.hxx:32
     void InternalEditStatus::TurnOffFlags(enum EEControlBits)
     enum EEControlBits nFlags
     1
-editeng/source/editeng/impedit.hxx:842
+editeng/source/editeng/impedit.hxx:844
     unsigned short ImpEditEngine::GetLineHeight(int,int)
     int nLine
     0
+extensions/source/propctrlr/browserline.cxx:326
+    void implEnable(class vcl::Window *,_Bool)
+    _Bool _bEnable
+    0
 extensions/source/propctrlr/propertyhandler.hxx:186
     void pcr::PropertyHandler::addDoublePropertyDescription(class std::__debug::vector<struct com::sun::star::beans::Property, class std::allocator<struct com::sun::star::beans::Property> > &,const class rtl::OUString &,short) const
     short _nAttribs
@@ -254,6 +366,50 @@ extensions/source/scanner/grid.hxx:54
     void GridDialog::setBoundings(double,double,double,double)
     double fMinX
     0
+filter/qa/cppunit/filters-dxf-test.cxx:22
+    _Bool idxGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+    class FilterConfigItem * 
+    0
+filter/qa/cppunit/filters-eps-test.cxx:22
+    _Bool ipsGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+    class FilterConfigItem * 
+    0
+filter/qa/cppunit/filters-met-test.cxx:22
+    _Bool imeGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+    class FilterConfigItem * 
+    0
+filter/qa/cppunit/filters-pcd-test.cxx:22
+    _Bool icdGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+    class FilterConfigItem * 
+    0
+filter/qa/cppunit/filters-pcx-test.cxx:22
+    _Bool ipxGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+    class FilterConfigItem * 
+    0
+filter/qa/cppunit/filters-pict-test.cxx:27
+    _Bool iptGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+    class FilterConfigItem * 
+    0
+filter/qa/cppunit/filters-ppm-test.cxx:22
+    _Bool ipbGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+    class FilterConfigItem * 
+    0
+filter/qa/cppunit/filters-psd-test.cxx:22
+    _Bool ipdGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+    class FilterConfigItem * 
+    0
+filter/qa/cppunit/filters-ras-test.cxx:22
+    _Bool iraGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+    class FilterConfigItem * 
+    0
+filter/qa/cppunit/filters-tga-test.cxx:22
+    _Bool itgGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+    class FilterConfigItem * 
+    0
+filter/qa/cppunit/filters-tiff-test.cxx:22
+    _Bool itiGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+    class FilterConfigItem * 
+    0
 filter/source/flash/swfwriter.hxx:307
     void swf::Writer::gotoFrame(unsigned short)
     unsigned short nFrame
@@ -274,23 +430,23 @@ filter/source/graphicfilter/icgm/cgm.hxx:93
     unsigned char CGM::ImplGetByte(unsigned int,unsigned int)
     unsigned int nPrecision
     1
-filter/source/svg/svgfilter.hxx:247
+filter/source/svg/svgfilter.hxx:240
     _Bool SVGFilter::implExportMasterPages(const class std::__debug::vector<class com::sun::star::uno::Reference<class com::sun::star::drawing::XDrawPage>, class std::allocator<class com::sun::star::uno::Reference<class com::sun::star::drawing::XDrawPage> > > &,int,int)
     int nFirstPage
     0
-filter/source/svg/svgfilter.hxx:249
+filter/source/svg/svgfilter.hxx:242
     void SVGFilter::implExportDrawPages(const class std::__debug::vector<class com::sun::star::uno::Reference<class com::sun::star::drawing::XDrawPage>, class std::allocator<class com::sun::star::uno::Reference<class com::sun::star::drawing::XDrawPage> > > &,int,int)
     int nFirstPage
     0
-filter/source/svg/svgwriter.hxx:273
+filter/source/svg/svgwriter.hxx:272
     void SVGTextWriter::startTextPosition(_Bool,_Bool)
     _Bool bExportY
     1
-forms/source/component/DatabaseForm.hxx:238
+forms/source/component/DatabaseForm.hxx:237
     void frm::ODatabaseForm::fire(int *,const class com::sun::star::uno::Any *,const class com::sun::star::uno::Any *,int)
     int nCount
     1
-forms/source/component/GroupManager.hxx:152
+forms/source/component/GroupManager.hxx:149
     const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> & frm::OGroup::GetObject(unsigned short) const
     unsigned short nP
     0
@@ -298,19 +454,19 @@ forms/source/inc/featuredispatcher.hxx:50
     void frm::IFeatureDispatcher::dispatchWithArgument(short,const char *,const class com::sun::star::uno::Any &) const
     short _nFeatureId
     1
-formula/source/ui/dlg/structpg.hxx:89
+formula/source/ui/dlg/structpg.hxx:87
     class SvTreeListEntry * formula::StructPage::InsertEntry(const class rtl::OUString &,class SvTreeListEntry *,unsigned short,unsigned long,const class formula::IFormulaToken *)
     unsigned long nPos
     0
-framework/inc/uielement/uicommanddescription.hxx:85
+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
-helpcompiler/inc/HelpCompiler.hxx:68
+helpcompiler/inc/HelpCompiler.hxx:69
     void fs::path::path(const class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > &,enum fs::convert)
     enum fs::convert 
     0
-helpcompiler/inc/HelpCompiler.hxx:195
+helpcompiler/inc/HelpCompiler.hxx:196
     void HelpProcessingException::HelpProcessingException(enum HelpProcessingErrorClass,const class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > &)
     enum HelpProcessingErrorClass eErrorClass
     1
@@ -318,15 +474,19 @@ hwpfilter/source/hfont.h:63
     const char * HWPFont::GetFontName(int,int)
     int lang
     0
-hwpfilter/source/hwpfile.h:150
+hwpfilter/source/hwpfile.h:147
     void HWPFile::Read4b(void *,unsigned long)
     unsigned long nmemb
     1
-i18npool/source/localedata/LocaleNode.hxx:117
-    class rtl::OUString LocaleNode::writeParameterCheckLen(const class OFileWriter &,const char *,const char *,int,int) const
-    int nMinLen
-    1
-include/avmedia/mediaplayer.hxx:50
+idlc/inc/errorhandler.hxx:86
+    void ErrorHandler::warning0(enum WarningCode,const char *)
+    enum WarningCode e
+    0
+idlc/source/errorhandler.cxx:399
+    void errorHeader(enum ErrorCode,unsigned int)
+    enum ErrorCode eCode
+    0
+include/avmedia/mediaplayer.hxx:51
     void avmedia::MediaFloater::setURL(const class rtl::OUString &,const class rtl::OUString &,_Bool)
     _Bool bPlayImmediately
     1
@@ -334,6 +494,22 @@ include/basegfx/polygon/b2dpolygon.hxx:82
     void basegfx::B2DPolygon::insert(unsigned int,const class basegfx::B2DPoint &,unsigned int)
     unsigned int nCount
     1
+include/basegfx/polygon/b2dpolygontools.hxx:88
+    _Bool isInside(const class basegfx::B2DPolygon &,const class basegfx::B2DPolygon &,_Bool)
+    _Bool bWithBorder
+    1
+include/basegfx/polygon/b2dpolygontools.hxx:341
+    enum basegfx::B2VectorOrientation getOrientationForIndex(const class basegfx::B2DPolygon &,unsigned int)
+    unsigned int nIndex
+    0
+include/basegfx/polygon/b2dpolygontools.hxx:348
+    _Bool isPointOnPolygon(const class basegfx::B2DPolygon &,const class basegfx::B2DPoint &,_Bool)
+    _Bool bWithPoints
+    1
+include/basegfx/polygon/b2dpolygontools.hxx:351
+    _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:77
     void basegfx::B2DPolyPolygon::insert(unsigned int,const class basegfx::B2DPolygon &,unsigned int)
     unsigned int nCount
@@ -366,6 +542,14 @@ include/basegfx/polygon/b3dpolygon.hxx:100
     void basegfx::B3DPolygon::remove(unsigned int,unsigned int)
     unsigned int nCount
     1
+include/basegfx/polygon/b3dpolygontools.hxx:95
+    _Bool isInside(const class basegfx::B3DPolygon &,const class basegfx::B3DPoint &,_Bool)
+    _Bool bWithBorder
+    0
+include/basegfx/polygon/b3dpolygontools.hxx:98
+    _Bool isPointOnLine(const class basegfx::B3DPoint &,const class basegfx::B3DPoint &,const class basegfx::B3DPoint &,_Bool)
+    _Bool bWithPoints
+    1
 include/basegfx/polygon/b3dpolypolygon.hxx:83
     void basegfx::B3DPolyPolygon::append(const class basegfx::B3DPolygon &,unsigned int)
     unsigned int nCount
@@ -386,6 +570,14 @@ include/basegfx/range/b2ibox.hxx:77
     void basegfx::B2IBox::B2IBox(int,int,int,int)
     int x1
     0
+include/basegfx/utils/tools.hxx:118
+    class basegfx::B2DPolyPolygon number2PolyPolygon(double,int,int,_Bool)
+    _Bool bLitSegments
+    1
+include/basic/basrdll.hxx:38
+    void BasicDLL::EnableBreak(_Bool)
+    _Bool bEnable
+    1
 include/basic/sbstar.hxx:153
     class SbxVariable * StarBASIC::VBAFind(const class rtl::OUString &,enum SbxClassType)
     enum SbxClassType t
@@ -398,23 +590,87 @@ include/basic/sbxobj.hxx:73
     void SbxObject::Remove(const class rtl::OUString &,enum SbxClassType)
     enum SbxClassType 
     1
-include/canvas/parametricpolypolygon.hxx:145
+include/canvas/parametricpolypolygon.hxx:144
     void canvas::ParametricPolyPolygon::ParametricPolyPolygon(const class com::sun::star::uno::Reference<class com::sun::star::rendering::XGraphicDevice> &,enum canvas::ParametricPolyPolygon::GradientType,const class com::sun::star::uno::Sequence<class com::sun::star::uno::Sequence<double> > &,const class com::sun::star::uno::Sequence<double> &)
     enum canvas::ParametricPolyPolygon::GradientType eType
     0
-include/canvas/spriteredrawmanager.hxx:113
+include/canvas/spriteredrawmanager.hxx:112
     void canvas::SpriteRedrawManager::SpriteInfo::SpriteInfo(const class rtl::Reference<class canvas::Sprite> &,const class basegfx::B2DRange &,_Bool,_Bool)
     _Bool bNeedsUpdate
     1
-include/comphelper/unique_disposing_ptr.hxx:163
+include/canvas/verifyinput.hxx:154
+    void verifyInput(const struct com::sun::star::geometry::RealBezierSegment2D &,const char *,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,short)
+    short nArgPos
+    0
+include/canvas/verifyinput.hxx:286
+    void verifyInput(const struct com::sun::star::rendering::IntegerBitmapLayout &,const char *,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,short)
+    short nArgPos
+    0
+include/canvas/verifyinput.hxx:527
+    void verifyRange(type-parameter-?-?,type-parameter-?-?,_Bool)
+    type-parameter-?-? bound
+    1
+include/canvas/verifyinput.hxx:527
+    void verifyRange(type-parameter-?-?,type-parameter-?-?,_Bool)
+    _Bool bLowerBound
+    1
+include/comphelper/configurationhelper.hxx:214
+    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
+    1
+include/comphelper/configurationhelper.hxx:230
+    void comphelper::ConfigurationHelper::writeDirectKey(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 &,const class com::sun::star::uno::Any &,enum comphelper::EConfigurationModes)
+    enum comphelper::EConfigurationModes eMode
+    0
+include/comphelper/lok.hxx:45
+    void setLocalRendering(_Bool)
+    _Bool bLocalRendering
+    1
+include/comphelper/lok.hxx:66
+    void setRangeHeaders(_Bool)
+    _Bool bTiledAnnotations
+    1
+include/comphelper/property.hxx:52
+    void ModifyPropertyAttributes(class com::sun::star::uno::Sequence<struct com::sun::star::beans::Property> &,const class rtl::OUString &,short,short)
+    short _nAddAttrib
+    0
+include/comphelper/random.hxx:31
+    int uniform_int_distribution(int,int)
+    int a
+    0
+include/comphelper/random.hxx:37
+    unsigned long uniform_size_distribution(unsigned long,unsigned long)
+    unsigned long a
+    0
+include/comphelper/sequence.hxx:35
+    class com::sun::star::uno::Sequence<short> findValue(const class com::sun::star::uno::Sequence<class rtl::OUString> &,const class rtl::OUString &,_Bool)
+    _Bool _bOnlyFirst
+    1
+include/comphelper/storagehelper.hxx:186
+    class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> comphelper::OStorageHelper::GetStorageAtPath(const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,const class rtl::OUString &,unsigned int,const class comphelper::LifecycleProxy &)
+    unsigned int nOpenMode
+    1
+include/comphelper/unique_disposing_ptr.hxx:164
     void comphelper::unique_disposing_solar_mutex_reset_ptr::unique_disposing_solar_mutex_reset_ptr<T>(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,type-parameter-?-? *,_Bool)
     _Bool bComponent
     1
-include/comphelper/unique_disposing_ptr.hxx:168
+include/comphelper/unique_disposing_ptr.hxx:169
     void comphelper::unique_disposing_solar_mutex_reset_ptr::reset(type-parameter-?-? *)
     type-parameter-?-? * p
     0
-include/connectivity/FValue.hxx:478
+include/connectivity/dbexception.hxx:318
+    void throwSQLException(const class rtl::OUString &,enum dbtools::StandardSQLState,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,const int)
+    const int _nErrorCode
+    0
+include/connectivity/dbtools.hxx:329
+    _Bool isDataSourcePropertyEnabled(const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,const class rtl::OUString &,_Bool)
+    _Bool _bDefault
+    1
+include/connectivity/dbtools.hxx:802
+    _Bool isAggregateColumn(const class com::sun::star::uno::Reference<class com::sun::star::container::XNameAccess> &,const class rtl::OUString &,_Bool)
+    _Bool whenNotFound
+    0
+include/connectivity/FValue.hxx:469
     void connectivity::TSetBound::TSetBound(_Bool)
     _Bool _bBound
     0
@@ -442,31 +698,47 @@ include/connectivity/sdbcx/VUser.hxx:66
     void connectivity::sdbcx::OUser::OUser(const class rtl::OUString &,_Bool)
     _Bool _bCase
     1
-include/connectivity/sqlscan.hxx:61
+include/connectivity/sqlscan.hxx:52
     void connectivity::OSQLScanner::prepareScan(const class rtl::OUString &,const class connectivity::IParseContext *,_Bool)
     _Bool bInternational
     1
+include/cppcanvas/color.hxx:62
+    int makeColorARGB(unsigned char,unsigned char,unsigned char,unsigned char)
+    unsigned char nAlpha
+    0
 include/drawinglayer/processor2d/hittestprocessor2d.hxx:80
     void drawinglayer::processor2d::HitTestProcessor2D::collectHitStack(_Bool)
     _Bool bCollect
     1
-include/editeng/boxitem.hxx:115
+include/drawinglayer/XShapeDumper.hxx:49
+    class rtl::OUString XShapeDumper::dump(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShapes> &,_Bool)
+    _Bool bDumpInteropProperties
+    0
+include/drawinglayer/XShapeDumper.hxx:50
+    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:166
+    class Color editeng::SvxBorderLine::GetColorOut(_Bool) const
+    _Bool bLeftOrTop
+    1
+include/editeng/borderline.hxx:167
+    class Color editeng::SvxBorderLine::GetColorIn(_Bool) const
+    _Bool bLeftOrTop
+    1
+include/editeng/boxitem.hxx:117
     _Bool SvxBoxItem::HasBorder(_Bool) const
     _Bool bTreatPaddingAsBorder
     1
-include/editeng/charsetcoloritem.hxx:38
-    void SvxCharSetColorItem::SvxCharSetColorItem(const class Color &,const unsigned short,const unsigned short)
-    const unsigned short eFrom
-    0
-include/editeng/colritem.hxx:79
+include/editeng/colritem.hxx:78
     void SvxBackgroundColorItem::SvxBackgroundColorItem(const unsigned short)
     const unsigned short nId
     0
-include/editeng/editeng.hxx:537
+include/editeng/editeng.hxx:547
     void EditEngine::dumpAsXmlEditDoc(struct _xmlTextWriter *) const
     struct _xmlTextWriter * pWriter
     0
-include/editeng/editeng.hxx:562
+include/editeng/editeng.hxx:572
     class EditPaM EditEngine::CursorLeft(const class EditPaM &,unsigned short)
     unsigned short nCharacterIteratorMode
     0
@@ -486,15 +758,11 @@ include/editeng/nhypitem.hxx:29
     void SvxNoHyphenItem::SvxNoHyphenItem(const _Bool,const unsigned short)
     const _Bool bHyphen
     1
-include/editeng/nlbkitem.hxx:29
-    void SvxNoLinebreakItem::SvxNoLinebreakItem(const _Bool,const unsigned short)
-    const _Bool bBreak
-    1
 include/editeng/outliner.hxx:255
     void OutlinerView::SelectRange(int,int)
     int nFirst
     0
-include/editeng/outliner.hxx:653
+include/editeng/outliner.hxx:647
     _Bool Outliner::ImpCanDeleteSelectedPages(class OutlinerView *,int,int)
     int nPages
     1
@@ -506,31 +774,31 @@ include/editeng/splwrap.hxx:74
     void SvxSpellWrapper::SvxSpellWrapper(class vcl::Window *,const _Bool,const _Bool)
     const _Bool bIsAllRight
     0
-include/filter/msfilter/escherex.hxx:494
+include/filter/msfilter/escherex.hxx:496
     void EscherExAtom::EscherExAtom(class SvStream &,const unsigned short,const unsigned short,const unsigned char)
     const unsigned char nVersion
     0
-include/filter/msfilter/escherex.hxx:589
+include/filter/msfilter/escherex.hxx:591
     void EscherGraphicProvider::WriteBlibStoreEntry(class SvStream &,unsigned int,unsigned int)
     unsigned int nBlipId
     1
-include/filter/msfilter/escherex.hxx:791
+include/filter/msfilter/escherex.hxx:797
     void EscherPropertyContainer::CreateFillProperties(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,_Bool,const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &)
     _Bool bEdge
     1
-include/filter/msfilter/escherex.hxx:1129
+include/filter/msfilter/escherex.hxx:1142
     void EscherEx::EndAtom(unsigned short,int,int)
     int nRecVersion
     0
-include/filter/msfilter/msdffimp.hxx:685
+include/filter/msfilter/msdffimp.hxx:705
     void SvxMSDffManager::ExchangeInShapeOrder(const class SdrObject *,unsigned long,class SdrObject *) const
     unsigned long nTxBx
     0
-include/filter/msfilter/msdffimp.hxx:732
+include/filter/msfilter/msdffimp.hxx:758
     void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short)
     unsigned short nSeqId
     0
-include/filter/msfilter/msdffimp.hxx:732
+include/filter/msfilter/msdffimp.hxx:758
     void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short)
     unsigned short nBoxId
     0
@@ -538,7 +806,7 @@ include/formula/FormulaCompiler.hxx:322
     void formula::FormulaCompiler::PushTokenArray(class formula::FormulaTokenArray *,_Bool)
     _Bool 
     1
-include/formula/token.hxx:244
+include/formula/token.hxx:248
     void formula::FormulaByteToken::FormulaByteToken(enum OpCode,unsigned char,enum formula::StackVar,enum formula::ParamClass)
     enum formula::ParamClass c
     0
@@ -550,71 +818,75 @@ include/formula/vectortoken.hxx:50
     void formula::VectorRefArray::VectorRefArray(enum formula::VectorRefArray::InitInvalid)
     enum formula::VectorRefArray::InitInvalid 
     0
-include/framework/preventduplicateinteraction.hxx:76
-    void framework::PreventDuplicateInteraction::InteractionInfo::InteractionInfo(const class com::sun::star::uno::Type &,int)
-    int nMaxCount
-    1
-include/o3tl/string_view.hxx:304
+include/i18nutil/widthfolding.hxx:45
+    class rtl::OUString i18nutil::widthfolding::compose_ja_voiced_sound_marks(const class rtl::OUString &,int,int,class com::sun::star::uno::Sequence<int> &,_Bool,int)
+    int startPos
+    0
+include/linguistic/misc.hxx:137
+    _Bool IsUpper(const class rtl::OUString &,int,int,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>)
+    int nPos
+    0
+include/o3tl/string_view.hxx:299
     unsigned long o3tl::basic_string_view::copy(type-parameter-?-? *,unsigned long,unsigned long) const
     unsigned long pos
     1
-include/o3tl/string_view.hxx:333
+include/o3tl/string_view.hxx:328
     int o3tl::basic_string_view::compare(unsigned long,unsigned long,basic_string_view<charT, traits>) const
     unsigned long pos1
     0
-include/o3tl/string_view.hxx:337
+include/o3tl/string_view.hxx:332
     int o3tl::basic_string_view::compare(unsigned long,unsigned long,basic_string_view<charT, traits>,unsigned long,unsigned long) const
-    unsigned long pos2
+    unsigned long pos1
     0
-include/o3tl/string_view.hxx:337
+include/o3tl/string_view.hxx:332
     int o3tl::basic_string_view::compare(unsigned long,unsigned long,basic_string_view<charT, traits>,unsigned long,unsigned long) const
-    unsigned long pos1
+    unsigned long pos2
     0
-include/o3tl/string_view.hxx:345
+include/o3tl/string_view.hxx:340
     int o3tl::basic_string_view::compare(unsigned long,unsigned long,const type-parameter-?-? *) const
     unsigned long pos1
     1
-include/o3tl/string_view.hxx:348
+include/o3tl/string_view.hxx:343
     int o3tl::basic_string_view::compare(unsigned long,unsigned long,const type-parameter-?-? *,unsigned long) const
     unsigned long pos1
     1
-include/o3tl/string_view.hxx:373
+include/o3tl/string_view.hxx:368
     unsigned long o3tl::basic_string_view::find(type-parameter-?-?,unsigned long) const
     unsigned long pos
     0
-include/o3tl/string_view.hxx:376
+include/o3tl/string_view.hxx:371
     unsigned long o3tl::basic_string_view::find(const type-parameter-?-? *,unsigned long,unsigned long) const
     unsigned long pos
     0
-include/o3tl/string_view.hxx:379
+include/o3tl/string_view.hxx:374
     unsigned long o3tl::basic_string_view::find(const type-parameter-?-? *,unsigned long) const
     unsigned long pos
     0
-include/o3tl/string_view.hxx:433
+include/o3tl/string_view.hxx:428
     unsigned long o3tl::basic_string_view::find_first_of(type-parameter-?-?,unsigned long) const
     unsigned long pos
     0
-include/o3tl/string_view.hxx:436
+include/o3tl/string_view.hxx:431
     unsigned long o3tl::basic_string_view::find_first_of(const type-parameter-?-? *,unsigned long,unsigned long) const
     unsigned long pos
     0
-include/o3tl/string_view.hxx:440
+include/o3tl/string_view.hxx:435
     unsigned long o3tl::basic_string_view::find_first_of(const type-parameter-?-? *,unsigned long) const
     unsigned long pos
     0
-include/o3tl/string_view.hxx:497
+include/o3tl/string_view.hxx:492
     unsigned long o3tl::basic_string_view::find_first_not_of(type-parameter-?-?,unsigned long) const
     unsigned long pos
     0
-include/o3tl/string_view.hxx:501
+include/o3tl/string_view.hxx:496
     unsigned long o3tl::basic_string_view::find_first_not_of(const type-parameter-?-? *,unsigned long,unsigned long) const
     unsigned long pos
     0
-include/o3tl/string_view.hxx:505
+include/o3tl/string_view.hxx:500
     unsigned long o3tl::basic_string_view::find_first_not_of(const type-parameter-?-? *,unsigned long) const
     unsigned long pos
     0
-include/o3tl/strong_int.hxx:87
+include/o3tl/strong_int.hxx:88
     void o3tl::strong_int::strong_int<UNDERLYING_TYPE, PHANTOM_TYPE>(type-parameter-?-?,typename enable_if<std::is_integral<T>::value, int>::type)
     typename enable_if<std::is_integral<T>::value, int>::type 
     0
@@ -622,12 +894,12 @@ include/oox/crypto/CryptTools.hxx:108
     void oox::core::Encrypt::Encrypt(class std::__debug::vector<unsigned char, class std::allocator<unsigned char> > &,class std::__debug::vector<unsigned char, class std::allocator<unsigned char> > &,enum oox::core::Crypto::CryptoType)
     enum oox::core::Crypto::CryptoType type
     1
-include/oox/export/drawingml.hxx:214
+include/oox/export/drawingml.hxx:237
     void oox::drawingml::DrawingML::WritePresetShape(const char *,enum MSO_SPT,_Bool,int,const struct com::sun::star::beans::PropertyValue &)
     int nAdjustmentsWhichNeedsToBeConverted
     0
 include/oox/export/vmlexport.hxx:140
-    class rtl::OString oox::vml::VMLExport::AddInlineSdrObject(const class SdrObject &,const _Bool)
+    const class rtl::OString & oox::vml::VMLExport::AddInlineSdrObject(const class SdrObject &,const _Bool)
     const _Bool bOOxmlExport
     1
 include/oox/helper/attributelist.hxx:151
@@ -642,6 +914,14 @@ include/oox/helper/containerhelper.hxx:110
     typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::iterator oox::Matrix::at(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type,typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type)
     typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type nY
     0
+include/oox/helper/containerhelper.hxx:114
+    typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::const_reference oox::Matrix::operator()(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type,typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type) const
+    typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type nY
+    0
+include/oox/helper/helper.hxx:107
+    type-parameter-?-? getIntervalValue(type-parameter-?-?,type-parameter-?-?,type-parameter-?-?)
+    type-parameter-?-? nBegin
+    0
 include/oox/mathml/importutils.hxx:210
     void oox::formulaimport::XmlStream::skipElementInternal(int,_Bool)
     _Bool silent
@@ -658,71 +938,95 @@ include/oox/ole/vbacontrol.hxx:190
     void oox::ole::VbaUserForm::VbaUserForm(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,const class oox::GraphicHelper &,_Bool)
     _Bool bDefaultColorBgr
     1
+include/oox/ole/vbaexport.hxx:90
+    void VBACompressionChunk::SetFlagBit(unsigned long,_Bool,unsigned char &)
+    _Bool bVal
+    1
+include/oox/vml/vmlformatting.hxx:123
+    int decodeMeasureToHmm(const class oox::GraphicHelper &,const class rtl::OUString &,int,_Bool,_Bool)
+    int nRefValue
+    0
+include/opencl/openclwrapper.hxx:63
+    _Bool buildProgramFromBinary(const char *,struct openclwrapper::GPUEnv *,const char *,int)
+    int idx
+    0
+include/opencl/openclwrapper.hxx:86
+    void setOpenCLCmdQueuePosition(int)
+    int nPos
+    0
 include/package/Deflater.hxx:51
     int ZipUtils::Deflater::doDeflateSegment(class com::sun::star::uno::Sequence<signed char> &,int,int)
     int nNewOffset
     0
-include/sfx2/dispatch.hxx:166
+include/sfx2/dispatch.hxx:167
     enum ToolbarId SfxDispatcher::GetObjectBarId(unsigned short) const
     unsigned short nPos
     1
-include/sfx2/docfile.hxx:83
+include/sfx2/docfile.hxx:85
     void SfxMedium::SfxMedium(const class rtl::OUString &,const class rtl::OUString &,enum StreamMode,class std::shared_ptr<const class SfxFilter>,class SfxItemSet *)
     class SfxItemSet * pSet
     0
-include/sfx2/docfile.hxx:98
+include/sfx2/docfile.hxx:100
     void SfxMedium::SfxMedium(const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,const class rtl::OUString &,const class rtl::OUString &,const class SfxItemSet *)
     const class SfxItemSet * pSet
     0
-include/sfx2/event.hxx:160
+include/sfx2/docfile.hxx:177
+    void SfxMedium::DisableFileSync(_Bool)
+    _Bool bDisableFileSync
+    1
+include/sfx2/event.hxx:240
     void SfxPrintingHint::SfxPrintingHint(enum com::sun::star::view::PrintableState,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &,class SfxObjectShell *,const class com::sun::star::uno::Reference<class com::sun::star::frame::XController2> &)
     enum com::sun::star::view::PrintableState nState
     0
-include/sfx2/fcontnr.hxx:113
+include/sfx2/fcontnr.hxx:112
     void SfxFilterMatcherIter::SfxFilterMatcherIter(const class SfxFilterMatcher &,enum SfxFilterFlags,enum SfxFilterFlags)
     enum SfxFilterFlags nMask
     0
 include/sfx2/filedlghelper.hxx:108
-    void sfx2::FileDialogHelper::FileDialogHelper(short,enum FileDialogFlags,const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags)
+    void sfx2::FileDialogHelper::FileDialogHelper(short,enum FileDialogFlags,const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags,class weld::Window *)
     enum SfxFilterFlags nDont
     0
-include/sfx2/itemconnect.hxx:263
+include/sfx2/itemconnect.hxx:264
     void sfx::DummyItemConnection::DummyItemConnection(unsigned short,class vcl::Window &,enum ItemConnFlags)
     enum ItemConnFlags nFlags
     1
-include/sfx2/itemconnect.hxx:298
+include/sfx2/itemconnect.hxx:299
     void sfx::MetricConnection::MetricConnection<ItemWrpT>(unsigned short,class MetricField &,enum FieldUnit,enum ItemConnFlags)
     enum ItemConnFlags nFlags
     1
-include/sfx2/itemconnect.hxx:323
+include/sfx2/itemconnect.hxx:324
     void sfx::ListBoxConnection::ListBoxConnection<ItemWrpT>(unsigned short,class ListBox &,const typename ItemControlConnection<type-parameter-?-?, ListBoxWrapper<typename type-parameter-?-?::ItemValueType> >::ControlWrapperType::MapEntryType *,enum ItemConnFlags)
     enum ItemConnFlags nFlags
     1
-include/sfx2/itemconnect.hxx:348
+include/sfx2/itemconnect.hxx:349
     void sfx::ValueSetConnection::ValueSetConnection<ItemWrpT>(unsigned short,class ValueSet &,const typename ItemControlConnection<type-parameter-?-?, ValueSetWrapper<typename type-parameter-?-?::ItemValueType> >::ControlWrapperType::MapEntryType *,enum ItemConnFlags)
     enum ItemConnFlags nFlags
     1
-include/sfx2/opengrf.hxx:41
+include/sfx2/opengrf.hxx:46
     void SvxOpenGraphicDialog::EnableLink(_Bool)
     _Bool 
     0
-include/sfx2/passwd.hxx:131
+include/sfx2/passwd.hxx:126
     void SfxPasswordDialog::ShowMinLengthText(_Bool)
     _Bool bShow
     0
-include/sfx2/request.hxx:62
+include/sfx2/request.hxx:65
     void SfxRequest::SfxRequest(const class SfxSlot *,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &,enum SfxCallMode,class SfxItemPool &)
     enum SfxCallMode nCallMode
     1
-include/sfx2/request.hxx:65
+include/sfx2/request.hxx:68
     void SfxRequest::SfxRequest(unsigned short,enum SfxCallMode,const class SfxAllItemSet &,const class SfxAllItemSet &)
     enum SfxCallMode nCallMode
     1
-include/sfx2/request.hxx:100
+include/sfx2/request.hxx:103
     void SfxRequest::AllowRecording(_Bool)
     _Bool 
     1
-include/sfx2/sidebar/FocusManager.hxx:117
+include/sfx2/sfxdlg.hxx:139
+    class VclPtr<class VclAbstractDialog> SfxAbstractDialogFactory::CreateEditObjectDialog(class weld::Window *,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::embed::XEmbeddedObject> &)
+    class weld::Window * pParent
+    0
+include/sfx2/sidebar/FocusManager.hxx:118
     _Bool sfx2::sidebar::FocusManager::IsPanelTitleVisible(const int) const
     const int nPanelIndex
     0
@@ -730,11 +1034,15 @@ include/sfx2/sidebar/SidebarToolBox.hxx:54
     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/tabdlg.hxx:137
-    void SfxTabDialog::AddTabPage(unsigned short,const class rtl::OUString &,class VclPtr<class SfxTabPage> (*)(class vcl::Window *, const class SfxItemSet *),const unsigned short *(*)(void),unsigned short)
+include/sfx2/tabdlg.hxx:153
+    void SfxTabDialog::AddTabPage(unsigned short,const class rtl::OUString &,class VclPtr<class SfxTabPage> (*)(struct TabPageParent, const class SfxItemSet *),const unsigned short *(*)(void),unsigned short)
     const unsigned short *(*)(void) pRangesFunc
     0
-include/sfx2/thumbnailview.hxx:227
+include/sfx2/tabdlg.hxx:274
+    void SfxTabDialogController::SfxTabDialogController(class weld::Window *,const class rtl::OUString &,const class rtl::OString &,const class SfxItemSet *,_Bool)
+    _Bool bEditFmt
+    0
+include/sfx2/thumbnailview.hxx:225
     void ThumbnailView::ShowTooltips(_Bool)
     _Bool bShowTooltips
     1
@@ -744,16 +1052,16 @@ include/sot/stg.hxx:168
     1
 include/sot/stg.hxx:261
     void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
-    _Bool bIsRoot
-    1
+    _Bool bDirect
+    0
 include/sot/stg.hxx:261
     void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
     enum StreamMode nMode
     1
 include/sot/stg.hxx:261
     void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
-    _Bool bDirect
-    0
+    _Bool bIsRoot
+    1
 include/sot/stg.hxx:267
     void UCBStorage::UCBStorage(const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
     _Bool bIsRoot
@@ -778,27 +1086,47 @@ include/svl/gridprinter.hxx:29
     void svl::GridPrinter::GridPrinter(unsigned long,unsigned long,_Bool)
     _Bool bPrint
     0
-include/svl/itempool.hxx:172
-    unsigned short SfxItemPool::GetSlotId(unsigned short,_Bool) const
-    _Bool bDeep
-    1
-include/svl/macitem.hxx:91
-    void SvxMacroTableDtor::Read(class SvStream &,unsigned short)
-    unsigned short nVersion
-    1
+include/svl/itemset.hxx:170
+    const type-parameter-?-? * SfxItemSet::GetItem(const class SfxItemSet *,unsigned short,_Bool)
+    _Bool bSearchInParent
+    0
 include/svl/svdde.hxx:139
     void DdeLink::DdeLink(class DdeConnection &,const class rtl::OUString &,long)
     long 
     0
-include/svl/zformat.hxx:441
-    _Bool SvNumberformat::IsIso8601(unsigned short)
+include/svl/urihelper.hxx:52
+    class rtl::OUString SmartRel2Abs(const class INetURLObject &,const class rtl::OUString &,const class Link<class rtl::OUString *, _Bool> &,_Bool,_Bool,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short,enum FSysStyle)
+    enum INetURLObject::EncodeMechanism eEncodeMechanism
+    1
+include/svl/urihelper.hxx:117
+    class rtl::OUString FindFirstURLInText(const class rtl::OUString &,int &,int &,const class CharClass &,enum INetURLObject::EncodeMechanism,unsigned short)
+    enum INetURLObject::EncodeMechanism eMechanism
+    1
+include/svl/urihelper.hxx:149
+    class rtl::OUString removePassword(const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short)
+    enum INetURLObject::EncodeMechanism eEncodeMechanism
+    1
+include/svl/zforlist.hxx:874
+    const class NfKeywordTable & SvNumberFormatter::GetKeywords(unsigned int)
+    unsigned int nKey
+    0
+include/svl/zformat.hxx:397
+    int SvNumberformat::GetQuoteEnd(const class rtl::OUString &,int,char16_t,char16_t)
+    char16_t cEscIn
+    0
+include/svl/zformat.hxx:407
+    int SvNumberformat::InsertBlanks(class rtl::OUString &,int,char16_t)
+    int nPos
+    0
+include/svl/zformat.hxx:474
+    _Bool SvNumberformat::IsIso8601(unsigned short) const
     unsigned short nNumFor
     0
 include/svtools/accessibletableprovider.hxx:114
     _Bool svt::IAccessibleTableProvider::GetGlyphBoundRects(const class Point &,const class rtl::OUString &,int,int,class std::__debug::vector<class tools::Rectangle, class std::allocator<class tools::Rectangle> > &)
     int nIndex
     0
-include/svtools/ctrlbox.hxx:243
+include/svtools/ctrlbox.hxx:221
     void LineListBox::SelectEntry(enum SvxBorderLineStyle,_Bool)
     _Bool bSelect
     1
@@ -810,11 +1138,15 @@ include/svtools/fileview.hxx:175
     void SvtFileView::EnableDelete(_Bool)
     _Bool bEnable
     1
-include/svtools/HtmlWriter.hxx:36
+include/svtools/HtmlWriter.hxx:38
     void HtmlWriter::prettyPrint(_Bool)
     _Bool b
     0
-include/svtools/inettbc.hxx:60
+include/svtools/imagemgr.hxx:122
+    class rtl::OUString SvFileInformationManager::GetImageId(const class INetURLObject &,_Bool)
+    _Bool bBig
+    0
+include/svtools/inettbc.hxx:63
     void SvtURLBox::SvtURLBox(class vcl::Window *,enum INetProtocol,_Bool)
     _Bool bSetDefaultHelpID
     1
@@ -822,6 +1154,10 @@ include/svtools/ruler.hxx:735
     void Ruler::SetWinPos(long,long)
     long nWidth
     0
+include/svtools/stringtransfer.hxx:65
+    void svt::OStringTransfer::StartStringDrag(const class rtl::OUString &,class vcl::Window *,signed char)
+    signed char _nDragSourceActions
+    1
 include/svtools/svlbitm.hxx:75
     void SvLBoxButtonData::SvLBoxButtonData(const class Control *,_Bool)
     _Bool _bRadioBtn
@@ -834,83 +1170,75 @@ include/svtools/transfer.hxx:249
     void TransferableHelper::StartDrag(class vcl::Window *,signed char,int)
     int nDragPointer
     0
-include/svtools/treelistbox.hxx:621
+include/svtools/treelistbox.hxx:618
     class SvTreeListEntry * SvTreeListBox::InsertEntry(const class rtl::OUString &,const class Image &,const class Image &,class SvTreeListEntry *,_Bool,unsigned long,void *,enum SvLBoxButtonKind)
     enum SvLBoxButtonKind eButtonKind
     0
-include/svtools/treelistbox.hxx:697
+include/svtools/treelistbox.hxx:695
     void SvTreeListBox::MakeVisible(class SvTreeListEntry *,_Bool)
     _Bool bMoveToTop
     1
-include/svtools/treelistbox.hxx:723
+include/svtools/treelistbox.hxx:721
     unsigned long SvTreeListBox::SelectChildren(class SvTreeListEntry *,_Bool)
     _Bool bSelect
     0
-include/svtools/valueset.hxx:322
+include/svtools/valueset.hxx:325
     void ValueSet::EnableFullItemMode(_Bool)
     _Bool bFullMode
     0
-include/svtools/valueset.hxx:360
+include/svtools/valueset.hxx:363
     void ValueSet::SetItemColor(unsigned short,const class Color &)
     unsigned short nItemId
     1
+include/svtools/valueset.hxx:387
+    class Size ValueSet::CalcWindowSizePixel(const class Size &,unsigned short,unsigned short) const
+    unsigned short nCalcLines
+    0
 include/svx/algitem.hxx:41
     void SvxOrientationItem::SvxOrientationItem(int,_Bool,const unsigned short)
     const unsigned short nId
     0
-include/svx/ctredlin.hxx:257
+include/svx/ctredlin.hxx:254
     void SvxTPFilter::SelectedAuthorPos(int)
     int nPos
     0
-include/svx/ctredlin.hxx:280
+include/svx/ctredlin.hxx:277
     void SvxTPFilter::CheckAction(_Bool)
     _Bool bFlag
     0
-include/svx/dlgctrl.hxx:140
-    void SvxRectCtl::DoCompletelyDisable(_Bool)
+include/svx/dlgctrl.hxx:212
+    void RectCtl::DoCompletelyDisable(_Bool)
     _Bool bNew
     1
-include/svx/fmmodel.hxx:51
-    void FmFormModel::FmFormModel(class SfxItemPool *,class SfxObjectShell *)
-    class SfxObjectShell * pPers
-    0
-include/svx/fmmodel.hxx:52
-    void FmFormModel::FmFormModel(const class rtl::OUString &,class SfxItemPool *,class SfxObjectShell *)
-    class SfxItemPool * pPool
-    0
-include/svx/fmmodel.hxx:54
-    void FmFormModel::FmFormModel(const class rtl::OUString &,class SfxItemPool *,class SfxObjectShell *,_Bool)
-    _Bool bUseExtColorTable
-    1
-include/svx/fmtools.hxx:99
+include/svx/fmtools.hxx:98
     void CursorWrapper::CursorWrapper(const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XRowSet> &,_Bool)
     _Bool bUseCloned
     0
-include/svx/fmtools.hxx:164
+include/svx/fmtools.hxx:163
     void FmXDisposeListener::disposing(const struct com::sun::star::lang::EventObject &,short)
     short _nId
     0
-include/svx/framelink.hxx:114
-    void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle)
+include/svx/fmview.hxx:89
+    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 SdrPage *,class SdrPage *,class SdrModel *,class SdrUnoObj *&,class SdrUnoObj *&)
+    int _nYOffsetMM
+    0
+include/svx/framelink.hxx:153
+    void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double)
+    double nD
+    0
+include/svx/framelink.hxx:153
+    void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double)
     enum SvxBorderLineStyle nType
     0
-include/svx/framelink.hxx:114
-    void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle)
+include/svx/framelink.hxx:153
+    void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double)
     double nS
     0
-include/svx/framelink.hxx:114
-    void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle)
-    double nD
-    0
-include/svx/frmsel.hxx:144
+include/svx/frmsel.hxx:145
     void svx::FrameSelector::SelectAllBorders(_Bool)
     _Bool bSelect
     0
-include/svx/galmisc.hxx:194
-    void GalleryHint::GalleryHint(enum GalleryHintType,const class rtl::OUString &,const class rtl::OUString &,unsigned long)
-    unsigned long nData1
-    0
-include/svx/gridctrl.hxx:394
+include/svx/gridctrl.hxx:393
     void DbGridControl::RemoveRows(_Bool)
     _Bool bNewCursor
     0
@@ -918,10 +1246,14 @@ include/svx/IAccessibleParent.hxx:77
     _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
-include/svx/langbox.hxx:114
+include/svx/langbox.hxx:115
     void SvxLanguageBoxBase::ImplSelectEntryPos(int,_Bool)
     _Bool bSelect
     1
+include/svx/langbox.hxx:170
+    void LanguageBox::SelectEntryPos(int)
+    int nPos
+    0
 include/svx/nbdtmg.hxx:133
     unsigned short svx::sidebar::NBOTypeMgrBase::GetNBOIndexForNumRule(class SvxNumRule &,unsigned short,unsigned short)
     unsigned short nFromIndex
@@ -934,27 +1266,27 @@ include/svx/nbdtmg.hxx:136
     class rtl::OUString svx::sidebar::NBOTypeMgrBase::GetDescription(unsigned short,_Bool)
     _Bool isDefault
     1
-include/svx/postattr.hxx:38
+include/svx/postattr.hxx:34
     void SvxPostItAuthorItem::SvxPostItAuthorItem(unsigned short)
     unsigned short nWhich
     0
-include/svx/postattr.hxx:68
+include/svx/postattr.hxx:60
     void SvxPostItDateItem::SvxPostItDateItem(unsigned short)
     unsigned short nWhich
     0
-include/svx/postattr.hxx:98
+include/svx/postattr.hxx:85
     void SvxPostItTextItem::SvxPostItTextItem(unsigned short)
     unsigned short nWhich
     0
-include/svx/postattr.hxx:128
+include/svx/postattr.hxx:112
     void SvxPostItIdItem::SvxPostItIdItem(unsigned short)
     unsigned short nWhich
     0
-include/svx/relfld.hxx:44
+include/svx/relfld.hxx:41
     void SvxRelativeField::EnableRelativeMode(unsigned short,unsigned short)
     unsigned short nMin
     0
-include/svx/rulritem.hxx:136
+include/svx/rulritem.hxx:129
     void SvxColumnDescription::SvxColumnDescription(long,long,_Bool)
     _Bool bVis
     1
@@ -966,19 +1298,31 @@ include/svx/sdr/overlay/overlayobject.hxx:116
     void sdr::overlay::OverlayObject::allowAntiAliase(_Bool)
     _Bool bNew
     0
-include/svx/sphere3d.hxx:48
-    void E3dSphereObj::E3dSphereObj(enum E3dSphereObj::Dummy)
-    enum E3dSphereObj::Dummy dummy
-    0
-include/svx/svdhlpln.hxx:42
+include/svx/sdtcfitm.hxx:25
+    class SdrOnOffItem makeSdrTextContourFrameItem(_Bool)
+    _Bool bOn
+    1
+include/svx/svdhlpln.hxx:44
     void SdrHelpLine::SdrHelpLine(enum SdrHelpLineKind)
     enum SdrHelpLineKind eNewKind
     0
-include/svx/svdlayer.hxx:137
+include/svx/svditer.hxx:52
+    void SdrObjListIter::SdrObjListIter(const class SdrObjList *,_Bool,enum SdrIterMode,_Bool)
+    enum SdrIterMode eMode
+    0
+include/svx/svditer.hxx:52
+    void SdrObjListIter::SdrObjListIter(const class SdrObjList *,_Bool,enum SdrIterMode,_Bool)
+    _Bool bReverse
+    0
+include/svx/svditer.hxx:56
+    void SdrObjListIter::SdrObjListIter(const class SdrObject &,enum SdrIterMode,_Bool)
+    _Bool bReverse
+    0
+include/svx/svdlayer.hxx:136
     void SdrLayerAdmin::NewStandardLayer(unsigned short)
     unsigned short nPos
     0
-include/svx/svdview.hxx:175
+include/svx/svdview.hxx:178
     void SdrView::EnableExtendedKeyInputDispatcher(_Bool)
     _Bool bOn
     0
@@ -986,7 +1330,11 @@ include/svx/svx3ditems.hxx:65
     void Svx3DReducedLineGeometryItem::Svx3DReducedLineGeometryItem(_Bool)
     _Bool bVal
     0
-include/svx/svxdlg.hxx:87
+include/svx/SvxColorValueSet.hxx:52
+    void ColorValueSet::addEntriesForXColorList(const class XColorList &,unsigned int)
+    unsigned int nStartIndex
+    1
+include/svx/svxdlg.hxx:91
     void AbstractSvxZoomDialog::HideButton(enum ZoomButtonId)
     enum ZoomButtonId nBtnId
     1
@@ -1046,15 +1394,23 @@ include/svx/xftshtit.hxx:34
     void XFormTextShadowTranspItem::XFormTextShadowTranspItem(unsigned short)
     unsigned short nShdwTransparence
     0
+include/svx/xtable.hxx:222
+    class rtl::Reference<class XPropertyList> XPropertyList::CreatePropertyListFromURL(enum XPropertyListType,const class rtl::OUString &)
+    enum XPropertyListType t
+    0
 include/test/mtfxmldump.hxx:34
     void MetafileXmlDump::filterActionType(const enum MetaActionType,_Bool)
     _Bool bShouldFilter
     0
-include/tools/date.hxx:68
+include/test/sheet/xactivationbroadcaster.hxx:24
+    class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> apitest::XActivationBroadcaster::getXSpreadsheet(const short)
+    const short nNumber
+    1
+include/tools/date.hxx:72
     void Date::Date(enum Date::DateInitEmpty)
     enum Date::DateInitEmpty 
     0
-include/tools/date.hxx:69
+include/tools/date.hxx:73
     void Date::Date(enum Date::DateInitSystem)
     enum Date::DateInitSystem 
     0
@@ -1066,21 +1422,25 @@ include/tools/datetime.hxx:43
     void DateTime::DateTime(enum DateTime::DateTimeInitSystem)
     enum DateTime::DateTimeInitSystem 
     0
-include/tools/stream.hxx:596
+include/tools/fract.hxx:44
+    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:598
     _Bool SvFileStream::LockRange(unsigned long,unsigned long)
     unsigned long nByteOffset
     0
-include/tools/stream.hxx:596
+include/tools/stream.hxx:598
     _Bool SvFileStream::LockRange(unsigned long,unsigned long)
     unsigned long nBytes
     0
-include/tools/stream.hxx:597
+include/tools/stream.hxx:599
     _Bool SvFileStream::UnlockRange(unsigned long,unsigned long)
-    unsigned long nByteOffset
+    unsigned long nBytes
     0
-include/tools/stream.hxx:597
+include/tools/stream.hxx:599
     _Bool SvFileStream::UnlockRange(unsigned long,unsigned long)
-    unsigned long nBytes
+    unsigned long nByteOffset
     0
 include/tools/time.hxx:67
     void tools::Time::Time(enum tools::Time::TimeInitEmpty)
@@ -1090,6 +1450,14 @@ include/tools/time.hxx:69
     void tools::Time::Time(enum tools::Time::TimeInitSystem)
     enum tools::Time::TimeInitSystem 
     0
+include/tools/urlobj.hxx:344
+    class rtl::OUString INetURLObject::GetAbsURL(const class rtl::OUString &,const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short)
+    enum INetURLObject::DecodeMechanism eDecodeMechanism
+    1
+include/tools/urlobj.hxx:344
+    class rtl::OUString INetURLObject::GetAbsURL(const class rtl::OUString &,const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short)
+    enum INetURLObject::EncodeMechanism eEncodeMechanism
+    1
 include/tools/urlobj.hxx:351
     class rtl::OUString INetURLObject::GetRelURL(const class rtl::OUString &,const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short,enum FSysStyle)
     enum INetURLObject::EncodeMechanism eEncodeMechanism
@@ -1114,22 +1482,30 @@ include/unotools/cmdoptions.hxx:85
     _Bool SvtCommandOptions::Lookup(enum SvtCommandOptions::CmdOption,const class rtl::OUString &) const
     enum SvtCommandOptions::CmdOption eOption
     0
+include/unotools/confignode.hxx:271
+    class utl::OConfigurationTreeRoot utl::OConfigurationTreeRoot::tryCreateWithComponentContext(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,int,enum utl::OConfigurationTreeRoot::CREATION_MODE)
+    enum utl::OConfigurationTreeRoot::CREATION_MODE _eMode
+    1
 include/unotools/fontdefs.hxx:59
     void ConvertChar::RecodeString(class rtl::OUString &,int,int) const
     int nIndex
     0
-include/unotools/historyoptions.hxx:71
-    unsigned int SvtHistoryOptions::GetSize(enum EHistoryType) const
-    enum EHistoryType eHistory
-    0
-include/unotools/historyoptions.hxx:101
+include/unotools/historyoptions.hxx:91
     void SvtHistoryOptions::DeleteItem(enum EHistoryType,const class rtl::OUString &)
     enum EHistoryType eHistory
     0
+include/unotools/localedatawrapper.hxx:299
+    double LocaleDataWrapper::stringToDouble(const char16_t *,const char16_t *,_Bool,enum rtl_math_ConversionStatus *,const char16_t **) const
+    _Bool bUseGroupSep
+    1
 include/unotools/mediadescriptor.hxx:256
     class com::sun::star::uno::Sequence<struct com::sun::star::beans::NamedValue> utl::MediaDescriptor::requestAndVerifyDocPassword(class comphelper::IDocPasswordVerifier &,enum comphelper::DocPasswordRequestType,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > *)
     enum comphelper::DocPasswordRequestType eRequestType
     1
+include/unotools/nativenumberwrapper.hxx:47
+    class rtl::OUString NativeNumberWrapper::getNativeNumberString(const class rtl::OUString &,const struct com::sun::star::lang::Locale &,short) const
+    short nNativeNumberMode
+    0
 include/unotools/sharedunocomponent.hxx:162
     void utl::SharedUNOComponent::SharedUNOComponent<INTERFACE, COMPONENT>(const class com::sun::star::uno::BaseReference &,enum com::sun::star::uno::UnoReference_QueryThrow)
     enum com::sun::star::uno::UnoReference_QueryThrow _queryThrow
@@ -1158,58 +1534,18 @@ include/unotools/transliterationwrapper.hxx:99
     _Bool utl::TransliterationWrapper::equals(const class rtl::OUString &,int,int,int &,const class rtl::OUString &,int,int,int &) const
     int nPos1
     0
+include/vbahelper/vbaeventshelperbase.hxx:93
+    void VbaEventsHelperBase::checkArgumentType(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> &,int)
+    int nIndex
+    0
+include/vbahelper/vbahelper.hxx:123
+    class rtl::OUString extractStringFromAny(const class com::sun::star::uno::Any &,const class rtl::OUString &,_Bool)
+    _Bool bUppercaseBool
+    1
 include/vcl/alpha.hxx:62
-    _Bool AlphaMask::Replace(unsigned char,unsigned char)
+    void AlphaMask::Replace(unsigned char,unsigned char)
     unsigned char cSearchTransparency
     0
-include/vcl/bitmap.hxx:120
-    void BmpFilterParam::BmpFilterParam(unsigned char,unsigned long,unsigned long)
-    unsigned long nProgressStart
-    0
-include/vcl/bitmap.hxx:120
-    void BmpFilterParam::BmpFilterParam(unsigned char,unsigned long,unsigned long)
-    unsigned long nProgressEnd
-    0
-include/vcl/bitmap.hxx:124
-    void BmpFilterParam::BmpFilterParam(double,unsigned long,unsigned long)
-    unsigned long nProgressStart
-    0
-include/vcl/bitmap.hxx:124
-    void BmpFilterParam::BmpFilterParam(double,unsigned long,unsigned long)
-    unsigned long nProgressEnd
-    0
-include/vcl/bitmap.hxx:128
-    void BmpFilterParam::BmpFilterParam(unsigned short,unsigned long,unsigned long)
-    unsigned long nProgressEnd
-    0
-include/vcl/bitmap.hxx:128
-    void BmpFilterParam::BmpFilterParam(unsigned short,unsigned long,unsigned long)
-    unsigned long nProgressStart
-    0
-include/vcl/bitmap.hxx:135
-    void BmpFilterParam::BmpFilterParam(const class Size &,unsigned long,unsigned long)
-    unsigned long nProgressStart
-    0
-include/vcl/bitmap.hxx:135
-    void BmpFilterParam::BmpFilterParam(const class Size &,unsigned long,unsigned long)
-    unsigned long nProgressEnd
-    0
-include/vcl/bitmap.hxx:141
-    void BmpFilterParam::BmpFilterParam(unsigned short,unsigned short,unsigned long,unsigned long)
-    unsigned long nProgressStart
-    0
-include/vcl/bitmap.hxx:141
-    void BmpFilterParam::BmpFilterParam(unsigned short,unsigned short,unsigned long,unsigned long)
-    unsigned long nProgressEnd
-    0
-include/vcl/btndlg.hxx:64
-    void ButtonDialog::AddButton(const class rtl::OUString &,unsigned short,enum ButtonDialogFlags,long)
-    long nSepPixel
-    0
-include/vcl/btndlg.hxx:69
-    unsigned short ButtonDialog::GetButtonId(unsigned short) const
-    unsigned short nButton
-    0
 include/vcl/button.hxx:90
     void Button::EnableImageDisplay(_Bool)
     _Bool bEnable
@@ -1222,31 +1558,63 @@ include/vcl/combobox.hxx:117
     void ComboBox::EnableMultiSelection(_Bool)
     _Bool bMulti
     0
-include/vcl/edit.hxx:112
+include/vcl/customweld.hxx:62
+    void weld::CustomWidgetController::EnableRTL(_Bool)
+    _Bool bEnable
+    0
+include/vcl/dibtools.hxx:42
+    _Bool ReadDIB(class Bitmap &,class SvStream &,_Bool,_Bool)
+    _Bool bMSOFormat
+    0
+include/vcl/edit.hxx:119
     void Edit::ImplClearBackground(class OutputDevice &,const class tools::Rectangle &,long,long)
     long nXStart
     0
-include/vcl/edit.hxx:113
-    void Edit::ImplPaintBorder(const class OutputDevice &,long,long)
-    long nXStart
+include/vcl/embeddedfontshelper.hxx:38
+    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
 include/vcl/errcode.hxx:67
     void ErrCode::ErrCode(enum WarningFlag,enum ErrCodeArea,enum ErrCodeClass,unsigned short)
     enum WarningFlag 
     0
-include/vcl/lstbox.hxx:149
+include/vcl/field.hxx:520
+    double MetricField::ConvertDoubleValue(long,long,unsigned short,enum FieldUnit,enum FieldUnit)
+    unsigned short nDecDigits
+    0
+include/vcl/field.hxx:520
+    double MetricField::ConvertDoubleValue(long,long,unsigned short,enum FieldUnit,enum FieldUnit)
+    long nBaseValue
+    0
+include/vcl/GraphicLoader.hxx:19
+    class Graphic loadFromURL(const class rtl::OUString &,short,short,short)
+    short nExtHeight
+    0
+include/vcl/GraphicLoader.hxx:19
+    class Graphic loadFromURL(const class rtl::OUString &,short,short,short)
+    short nExtMapMode
+    0
+include/vcl/GraphicLoader.hxx:19
+    class Graphic loadFromURL(const class rtl::OUString &,short,short,short)
+    short nExtWidth
+    0
+include/vcl/lstbox.hxx:151
     void ListBox::EnableDDAutoWidth(_Bool)
     _Bool b
     0
-include/vcl/lstbox.hxx:219
+include/vcl/lstbox.hxx:234
     void ListBox::EnableUserDraw(_Bool)
     _Bool bUserDraw
     1
-include/vcl/lstbox.hxx:267
+include/vcl/lstbox.hxx:282
     void ListBox::EnableQuickSelection(_Bool)
     _Bool b
     0
-include/vcl/outdev.hxx:545
+include/vcl/outdev.hxx:311
+    void DrawFocusRect(class OutputDevice &,const class tools::Rectangle &,int)
+    int nBorder
+    1
+include/vcl/outdev.hxx:544
     _Bool OutputDevice::SupportsOperation(enum OutDevSupportType) const
     enum OutDevSupportType 
     0
@@ -1270,19 +1638,15 @@ include/vcl/outdev.hxx:1213
     void OutputDevice::RefreshFontData(const _Bool)
     const _Bool bNewFontLists
     1
-include/vcl/outdev.hxx:1290
-    void OutputDevice::ImplClearFontData(_Bool)
-    _Bool bNewFontLists
-    1
-include/vcl/outdev.hxx:1338
+include/vcl/outdev.hxx:1340
     _Bool OutputDevice::GetTextIsRTL(const class rtl::OUString &,int,int) const
     int nIndex
     0
-include/vcl/splitwin.hxx:141
+include/vcl/splitwin.hxx:139
     void SplitWindow::InsertItem(unsigned short,long,unsigned short,unsigned short,enum SplitWindowItemFlags)
     unsigned short nIntoSetId
     0
-include/vcl/splitwin.hxx:163
+include/vcl/splitwin.hxx:161
     long SplitWindow::GetItemSize(unsigned short,enum SplitWindowItemFlags) const
     enum SplitWindowItemFlags nBits
     1
@@ -1290,19 +1654,11 @@ include/vcl/syschild.hxx:50
     void SystemChildWindow::EnableEraseBackground(_Bool)
     _Bool bEnable
     0
-include/vcl/texteng.hxx:290
-    _Bool TextEngine::Write(class SvStream &,const class TextSelection *,_Bool)
-    _Bool bHTML
-    0
-include/vcl/texteng.hxx:290
-    _Bool TextEngine::Write(class SvStream &,const class TextSelection *,_Bool)
-    const class TextSelection * pSel
-    0
-include/vcl/texteng.hxx:299
+include/vcl/texteng.hxx:296
     void TextEngine::RemoveAttribs(unsigned int,unsigned short)
     unsigned int nPara
     0
-include/vcl/textview.hxx:220
+include/vcl/textview.hxx:219
     void TextView::SupportProtectAttribute(_Bool)
     _Bool bSupport
     1
@@ -1310,22 +1666,26 @@ include/vcl/timer.hxx:56
     void Timer::Invoke(class Timer *)
     class Timer * arg
     0
-include/vcl/toolbox.hxx:309
+include/vcl/toolbox.hxx:312
     void ToolBox::InsertItem(unsigned short,const class Image &,enum ToolBoxItemBits,unsigned long)
     enum ToolBoxItemBits nBits
     0
-include/vcl/toolbox.hxx:319
+include/vcl/toolbox.hxx:322
     void ToolBox::InsertWindow(unsigned short,class vcl::Window *,enum ToolBoxItemBits,unsigned long)
     enum ToolBoxItemBits nBits
     0
-include/vcl/toolbox.hxx:429
+include/vcl/toolbox.hxx:433
     class Size ToolBox::CalcWindowSizePixel(unsigned long,enum WindowAlign)
     unsigned long nCalcLines
     1
-include/vcl/toolbox.hxx:453
+include/vcl/toolbox.hxx:457
     void ToolBox::EnableCustomize(_Bool)
     _Bool bEnable
     1
+include/vcl/vclptr.hxx:45
+    _Bool isIncompleteOrDerivedFromVclReferenceBase(int (*)[sizeof(T)])
+    int (*)[sizeof(T)] 
+    0
 include/vcl/vclptr.hxx:87
     void VclPtr::VclPtr<T>(type-parameter-?-? *,enum __sal_NoAcquire)
     enum __sal_NoAcquire 
@@ -1334,6 +1694,10 @@ include/vcl/vclptr.hxx:100
     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:129
+    VclPtr<T> VclPtr::Create(type-parameter-?-? &&...)
+     ###7
+    0
 include/vcl/vclptr.hxx:343
     void ScopedVclPtr::ScopedVclPtr<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 
@@ -1342,19 +1706,143 @@ include/vcl/vclptr.hxx:390
     void ScopedVclPtr::ScopedVclPtr<reference_type>(type-parameter-?-? *,enum __sal_NoAcquire)
     enum __sal_NoAcquire 
     0
-include/vcl/vectorgraphicdata.hxx:81
+include/vcl/vectorgraphicdata.hxx:83
     void VectorGraphicData::VectorGraphicData(const class rtl::OUString &,enum VectorGraphicDataType)
     enum VectorGraphicDataType eVectorDataType
     0
-include/vcl/window.hxx:622
+include/vcl/weld.hxx:125
+    void weld::ScrolledWindow::vadjustment_configure(int,int,int,int,int,int)
+    int step_increment
+    1
+include/vcl/weld.hxx:125
+    void weld::ScrolledWindow::vadjustment_configure(int,int,int,int,int,int)
+    int lower
+    0
+include/vcl/weld.hxx:482
+    void weld::Entry::select_region(int,int)
+    int nStartPos
+    0
+include/vcl/weld.hxx:642
+    void weld::MetricSpinButton::get_increments(int &,int &,enum FieldUnit) const
+    enum FieldUnit eDestUnit
+    0
+include/vcl/weld.hxx:851
+    void weld::Menu::show(const class rtl::OString &,_Bool)
+    _Bool bShow
+    0
+include/vcl/weld.hxx:869
+    class weld::MessageDialog * weld::Builder::weld_message_dialog(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    1
+include/vcl/weld.hxx:870
+    class weld::Dialog * weld::Builder::weld_dialog(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    1
+include/vcl/weld.hxx:872
+    class weld::Widget * weld::Builder::weld_widget(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:873
+    class weld::Container * weld::Builder::weld_container(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:874
+    class weld::Button * weld::Builder::weld_button(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:875
+    class weld::MenuButton * weld::Builder::weld_menu_button(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:877
+    class weld::ScrolledWindow * weld::Builder::weld_scrolled_window(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:879
+    class weld::Notebook * weld::Builder::weld_notebook(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:880
+    class weld::ToggleButton * weld::Builder::weld_toggle_button(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:881
+    class weld::RadioButton * weld::Builder::weld_radio_button(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:882
+    class weld::CheckButton * weld::Builder::weld_check_button(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:884
+    class weld::MetricSpinButton * weld::Builder::weld_metric_spin_button(const class rtl::OString &,enum FieldUnit,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:889
+    class weld::TimeSpinButton * weld::Builder::weld_time_spin_button(const class rtl::OString &,enum TimeFieldFormat,_Bool)
+    enum TimeFieldFormat eFormat
+    1
+include/vcl/weld.hxx:889
+    class weld::TimeSpinButton * weld::Builder::weld_time_spin_button(const class rtl::OString &,enum TimeFieldFormat,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:892
+    class weld::ComboBoxText * weld::Builder::weld_combo_box_text(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:893
+    class weld::TreeView * weld::Builder::weld_tree_view(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:894
+    class weld::Label * weld::Builder::weld_label(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:895
+    class weld::TextView * weld::Builder::weld_text_view(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:896
+    class weld::Expander * weld::Builder::weld_expander(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:897
+    class weld::Entry * weld::Builder::weld_entry(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:898
+    class weld::Scale * weld::Builder::weld_scale(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:899
+    class weld::ProgressBar * weld::Builder::weld_progress_bar(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    0
+include/vcl/weld.hxx:900
+    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:904
+    class weld::Menu * weld::Builder::weld_menu(const class rtl::OString &,_Bool)
+    _Bool bTakeOwnership
+    1
+include/vcl/window.hxx:631
     void vcl::Window::ImplSetMouseTransparent(_Bool)
     _Bool bTransparent
     1
+include/xmloff/numehelp.hxx:93
+    void XMLNumberFormatAttributesExportHelper::SetNumberFormatAttributes(class SvXMLExport &,const class rtl::OUString &,const class rtl::OUString &,_Bool,_Bool)
+    _Bool bExportTypeAttribute
+    1
+include/xmloff/SchXMLImportHelper.hxx:137
+    class com::sun::star::uno::Reference<class com::sun::star::chart2::XDataSeries> SchXMLImportHelper::GetNewDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,const class rtl::OUString &,_Bool)
+    int nCoordinateSystemIndex
+    0
 include/xmloff/styleexp.hxx:107
     void XMLStyleExport::exportStyleFamily(const char *,const class rtl::OUString &,const class rtl::Reference<class SvXMLExportPropertyMapper> &,_Bool,unsigned short,const class rtl::OUString *)
     const class rtl::OUString * pPrefix
     0
-include/xmloff/txtparae.hxx:273
+include/xmloff/txtparae.hxx:277
     void XMLTextParagraphExport::exportText(const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,_Bool,_Bool,_Bool)
     _Bool bExportParagraph
     1
@@ -1362,50 +1850,74 @@ include/xmloff/XMLEventExport.hxx:86
     void XMLEventExport::Export(const class com::sun::star::uno::Reference<class com::sun::star::document::XEventsSupplier> &,_Bool)
     _Bool bUseWhitespace
     1
+include/xmloff/xmlnumi.hxx:85
+    void SvxXMLListStyleContext::SetDefaultStyle(const class com::sun::star::uno::Reference<class com::sun::star::container::XIndexReplace> &,short,_Bool)
+    _Bool bOrdered
+    0
+l10ntools/inc/common.hxx:49
+    void writePoEntry(const class rtl::OString &,class PoOfstream &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const enum PoEntry::TYPE)
+    const enum PoEntry::TYPE eType
+    0
 l10ntools/inc/po.hxx:108
     void PoOfstream::PoOfstream(const class rtl::OString &,enum PoOfstream::OpenMode)
     enum PoOfstream::OpenMode aMode
     1
-lotuswordpro/source/filter/lwpnumericfmt.hxx:116
-    void LwpCurrencyInfo::LwpCurrencyInfo(const class rtl::OUString &,_Bool,_Bool)
-    _Bool bShowSpace_
+libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:52
+    void gtv_main_toolbar_doc_loaded(struct GtvMainToolbar *,LibreOfficeKitDocumentType,_Bool)
+    _Bool bEditMode
     1
-lotuswordpro/source/filter/xfilter/xfborders.hxx:89
+lotuswordpro/inc/xfilter/xfborders.hxx:89
     void XFBorder::SetDoubleLine(_Bool,_Bool)
     _Bool dual
     1
-lotuswordpro/source/filter/xfilter/xfborders.hxx:89
+lotuswordpro/inc/xfilter/xfborders.hxx:89
     void XFBorder::SetDoubleLine(_Bool,_Bool)
     _Bool bSameWidth
     0
-lotuswordpro/source/filter/xfilter/xfcellstyle.hxx:108
+lotuswordpro/inc/xfilter/xfcellstyle.hxx:108
     void XFCellStyle::SetAlignType(enum enumXFAlignType,enum enumXFAlignType)
     enum enumXFAlignType hori
     0
-lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx:116
+lotuswordpro/inc/xfilter/xfdrawstyle.hxx:117
     void XFDrawStyle::SetFontWorkStyle(enum enumXFFWStyle,enum enumXFFWAdjust)
     enum enumXFFWAdjust eAdjust
     0
-lotuswordpro/source/filter/xfilter/xfframestyle.hxx:127
+lotuswordpro/inc/xfilter/xfframestyle.hxx:128
     void XFFrameStyle::SetProtect(_Bool,_Bool,_Bool)
-    _Bool pos
+    _Bool size
     1
-lotuswordpro/source/filter/xfilter/xfframestyle.hxx:127
+lotuswordpro/inc/xfilter/xfframestyle.hxx:128
     void XFFrameStyle::SetProtect(_Bool,_Bool,_Bool)
-    _Bool size
+    _Bool pos
     1
-lotuswordpro/source/filter/xfilter/xfframestyle.hxx:127
+lotuswordpro/inc/xfilter/xfframestyle.hxx:128
     void XFFrameStyle::SetProtect(_Bool,_Bool,_Bool)
     _Bool content
     1
-lotuswordpro/source/filter/xfilter/xfindex.hxx:100
+lotuswordpro/inc/xfilter/xfindex.hxx:100
     void XFIndexTemplate::AddTabEntry(enum enumXFTab,double,char16_t,char16_t,const class rtl::OUString &)
     double len
     0
-lotuswordpro/source/filter/xfilter/xfparastyle.hxx:173
+lotuswordpro/inc/xfilter/xfparastyle.hxx:174
     void XFParaStyle::SetDropCap(short,short,double)
     double fDistance
     0
+lotuswordpro/inc/xfilter/xfutil.hxx:96
+    class rtl::OUString GetColorMode(enum enumXFColorMode)
+    enum enumXFColorMode mode
+    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-?-? * 
+    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> * 
+    0
+lotuswordpro/source/filter/lwpnumericfmt.hxx:116
+    void LwpCurrencyInfo::LwpCurrencyInfo(const class rtl::OUString &,_Bool,_Bool)
+    _Bool bShowSpace_
+    1
 o3tl/qa/cow_wrapper_clients.hxx:41
     void o3tltests::cow_wrapper_client1::cow_wrapper_client1(int)
     int nVal
@@ -1418,39 +1930,51 @@ oox/inc/drawingml/textspacing.hxx:44
     void oox::drawingml::TextSpacing::TextSpacing(int)
     int nPoints
     0
-oox/source/dump/dffdumper.cxx:165
-    void oox::dump::(anonymous namespace)::PropInfo::PropInfo(const class rtl::OUString &,enum oox::dump::(anonymous namespace)::PropType,unsigned short,unsigned int)
-    enum oox::dump::(anonymous namespace)::PropType eType
-    0
-oox/source/export/ColorPropertySet.hxx:41
-    void oox::drawingml::ColorPropertySet::ColorPropertySet(int,_Bool)
+oox/source/export/ColorPropertySet.hxx:42
+    void oox::drawingml::ColorPropertySet::ColorPropertySet(class Color,_Bool)
     _Bool bFillColor
     1
-oox/source/ppt/timenodelistcontext.cxx:63
+oox/source/ppt/timenodelistcontext.cxx:62
     void oox::ppt::AnimColor::AnimColor(short,int,int,int)
-    int th
+    int o
     0
-oox/source/ppt/timenodelistcontext.cxx:63
+oox/source/ppt/timenodelistcontext.cxx:62
     void oox::ppt::AnimColor::AnimColor(short,int,int,int)
-    short cs
+    int th
     0
-oox/source/ppt/timenodelistcontext.cxx:63
+oox/source/ppt/timenodelistcontext.cxx:62
     void oox::ppt::AnimColor::AnimColor(short,int,int,int)
-    int o
+    int t
     0
-oox/source/ppt/timenodelistcontext.cxx:63
+oox/source/ppt/timenodelistcontext.cxx:62
     void oox::ppt::AnimColor::AnimColor(short,int,int,int)
-    int t
+    short cs
+    0
+oox/source/vml/vmlformatting.cxx:537
+    long lclGetEmu(const class oox::GraphicHelper &,const class oox::OptValue<class rtl::OUString> &,long)
+    long nDefValue
+    1
+oox/source/vml/vmlshapecontext.cxx:129
+    _Bool lclDecodeVmlxBool(const class rtl::OUString &,_Bool)
+    _Bool bDefaultForEmpty
+    1
+opencl/source/opencl_device.cxx:116
+    double random(double,double)
+    double min
+    0
+opencl/source/openclwrapper.cxx:535
+    _Bool initOpenCLRunEnv(int)
+    int argc
     0
-pyuno/inc/pyuno.hxx:96
+pyuno/inc/pyuno.hxx:90
     void pyuno::PyRef::PyRef(struct _object *,enum __sal_NoAcquire)
     enum __sal_NoAcquire 
     0
-pyuno/inc/pyuno.hxx:98
+pyuno/inc/pyuno.hxx:92
     void pyuno::PyRef::PyRef(struct _object *,enum __sal_NoAcquire,enum pyuno::NotNull)
     enum __sal_NoAcquire 
     0
-pyuno/inc/pyuno.hxx:98
+pyuno/inc/pyuno.hxx:92
     void pyuno::PyRef::PyRef(struct _object *,enum __sal_NoAcquire,enum pyuno::NotNull)
     enum pyuno::NotNull 
     0
@@ -1458,6 +1982,14 @@ pyuno/source/module/pyuno_impl.hxx:166
     void log(struct pyuno::RuntimeCargo *,int,const class rtl::OUString &)
     int level
     1
+registry/source/reflread.cxx:65
+    void BlopObject::BlopObject(const unsigned char *,unsigned int,_Bool)
+    _Bool copyBuffer
+    0
+reportdesign/source/core/inc/Tools.hxx:48
+    void throwIllegallArgumentException(const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,short)
+    short ArgumentPosition_
+    1
 reportdesign/source/filter/xml/xmlFixedContent.cxx:51
     void rptxml::OXMLCharContent::OXMLCharContent(class SvXMLImport &,class rptxml::OXMLFixedContent *,unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,short)
     short nControl
@@ -1478,15 +2010,31 @@ reportdesign/source/ui/inc/GeometryHandler.hxx:95
     void rptui::GeometryHandler::implCreateListLikeControl(const class com::sun::star::uno::Reference<class com::sun::star::inspection::XPropertyControlFactory> &,struct com::sun::star::inspection::LineDescriptor &,const char **,_Bool,_Bool)
     _Bool _bTrueIfListBoxFalseIfComboBox
     1
+reportdesign/source/ui/inc/UITools.hxx:143
+    class SdrObject * isOver(const class tools::Rectangle &,const class SdrPage &,const class SdrView &,_Bool,class SdrUnoObj **,int)
+    _Bool _bAllObjects
+    1
+reportdesign/source/ui/report/SectionWindow.cxx:361
+    void lcl_setOrigin(class vcl::Window &,long,long)
+    long _nY
+    0
 sal/osl/unx/file.cxx:93
     void FileHandle_Impl::FileHandle_Impl(int,enum FileHandle_Impl::Kind,const char *)
     enum FileHandle_Impl::Kind kind
     1
-sal/qa/osl/file/osl_File.cxx:418
+sal/osl/unx/uunxapi.hxx:63
+    int access(const class rtl::OUString &,int)
+    int mode
+    0
+sal/qa/osl/file/osl_File.cxx:421
     void osl_FileBase::getAbsoluteFileURL::check_getAbsoluteFileURL(const class rtl::OUString &,const class rtl::OString &,enum osl::FileBase::RC,const class rtl::OUString &)
     enum osl::FileBase::RC _nAssumeError
     0
-sal/qa/osl/process/osl_Thread.cxx:159
+sal/qa/osl/pipe/osl_Pipe.cxx:741
+    void thread_sleep(unsigned int)
+    unsigned int _nSec
+    1
+sal/qa/osl/process/osl_Thread.cxx:162
     void ThreadSafeValue::ThreadSafeValue<T>(type-parameter-?-?)
     type-parameter-?-? n
     0
@@ -1494,63 +2042,83 @@ sal/qa/rtl/random/rtl_random.cxx:170
     void rtl_random::Statistics::addValue(unsigned char,int)
     int _nValue
     1
-sc/inc/address.hxx:327
+sc/inc/address.hxx:328
     void ScAddress::Format(class rtl::OStringBuffer &,enum ScRefFlags,const class ScDocument *,const struct ScAddress::Details &) const
     const class ScDocument * pDocument
     0
-sc/inc/address.hxx:493
+sc/inc/address.hxx:494
     void ScRange::ScRange(enum ScAddress::Uninitialized)
     enum ScAddress::Uninitialized eUninitialized

... etc. - the rest is truncated


More information about the Libreoffice-commits mailing list