compilerplugins/clang/constantparam.bitmask.results | 18 compilerplugins/clang/constantparam.booleans.results | 1596 +++++------ compilerplugins/clang/constantparam.constructors.results | 360 -- compilerplugins/clang/constantparam.numbers.results | 1104 ++++--- include/package/Inflater.hxx | 2 include/svx/colorbox.hxx | 3 include/xmloff/txtparae.hxx | 4 package/source/zipapi/Inflater.cxx | 4 package/source/zipapi/ZipFile.cxx | 2 sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx | 5 sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx | 16 sd/source/ui/slidesorter/view/SlideSorterView.cxx | 2 sd/source/ui/slidesorter/view/SlsLayouter.cxx | 15 sd/source/ui/view/ToolBarManager.cxx | 18 svx/source/tbxctrls/tbcontrl.cxx | 12 sw/inc/node.hxx | 3 sw/source/core/crsr/pam.cxx | 6 sw/source/core/docnode/node.cxx | 4 sw/source/core/inc/viewimp.hxx | 1 sw/source/core/layout/paintfrm.cxx | 11 sw/source/core/view/vdraw.cxx | 7 sw/source/filter/ww8/ww8atr.cxx | 2 xmloff/source/text/txtparae.cxx | 11 23 files changed, 1609 insertions(+), 1597 deletions(-)
New commits: commit d883aab37dc9b04ed1dccf139fca9d709d29317b Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Tue Feb 25 16:39:59 2025 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Tue Feb 25 19:37:56 2025 +0100 loplugin:constantparam Change-Id: Iba5ce1d44e52610e985e97d299571cf3387d938a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182180 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/compilerplugins/clang/constantparam.bitmask.results b/compilerplugins/clang/constantparam.bitmask.results index 3038062d9a92..e59a6f94ad1d 100644 --- a/compilerplugins/clang/constantparam.bitmask.results +++ b/compilerplugins/clang/constantparam.bitmask.results @@ -10,16 +10,16 @@ dbaccess/source/filter/xml/xmlExport.hxx:162 include/basegfx/polygon/b2dpolygontools.hxx:145 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:185 +include/framework/framelistanalyzer.hxx:184 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:489 +include/sfx2/objsh.hxx:493 void SfxObjectShell::FinishedLoading(enum SfxLoadedFlags) enum SfxLoadedFlags nWhich setBits=0x1 -include/svtools/brwbox.hxx:514 +include/svtools/brwbox.hxx:522 void BrowseBox::InsertDataColumn(unsigned short,const class rtl::OUString &,long,enum HeaderBarItemBits,unsigned short) enum HeaderBarItemBits nBits setBits=0x400 clearBits=0x3ec -include/vcl/wizardmachine.hxx:139 +include/vcl/wizardmachine.hxx:133 void vcl::WizardMachine::WizardMachine(class weld::Window *,enum WizardButtonFlags) enum WizardButtonFlags _nButtonFlags setBits=0xf sc/inc/rangeutl.hxx:169 @@ -28,22 +28,22 @@ sc/inc/rangeutl.hxx:169 sc/inc/xmlwrap.hxx:88 _Bool ScXMLImportWrapper::Import(enum ImportFlags,class ErrCodeMsg &) enum ImportFlags nMode setBits=0x1 -sc/source/ui/view/cellsh1.cxx:106 +sc/source/ui/view/cellsh1.cxx:108 enum InsertDeleteFlags FlagsFromString(const class rtl::OUString &,enum InsertDeleteFlags) enum InsertDeleteFlags nFlagsMask setBits=0x487f clearBits=0x3600 -sc/source/ui/view/cellsh1.cxx:129 +sc/source/ui/view/cellsh1.cxx:131 class rtl::OUString FlagsToString(enum InsertDeleteFlags,enum InsertDeleteFlags) enum InsertDeleteFlags nFlagsMask setBits=0x487f clearBits=0x3600 starmath/inc/mathml/export.hxx:199 void SmMLExport::SmMLExport(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum SvXMLExportFlags) enum SvXMLExportFlags nExportFlags setBits=0x8000 clearBits=0x7a00 -sw/source/core/view/viewsh.cxx:830 +sw/source/core/view/viewsh.cxx:859 void lcl_InvalidateAllContent(class SwViewShell &,enum SwInvalidateFlags) enum SwInvalidateFlags nInv setBits=0x2 -sw/source/filter/html/swhtml.hxx:698 +sw/source/filter/html/swhtml.hxx:700 void SwHTMLParser::SetFrameFormatAttrs(class SfxItemSet &,enum HtmlFrameFormatFlags,class SfxItemSet &) enum HtmlFrameFormatFlags nFlags setBits=0x1 -sw/source/filter/ww8/wrtw8esh.cxx:1542 +sw/source/filter/ww8/wrtw8esh.cxx:1548 enum ShapeFlag AddMirrorFlags(enum ShapeFlag,const class SwMirrorGrf &) enum ShapeFlag nFlags setBits=0xa00 clearBits=0x5ef xmloff/inc/MetaExportComponent.hxx:31 diff --git a/compilerplugins/clang/constantparam.booleans.results b/compilerplugins/clang/constantparam.booleans.results index f019a6f3914e..6921dd4762b5 100644 --- a/compilerplugins/clang/constantparam.booleans.results +++ b/compilerplugins/clang/constantparam.booleans.results @@ -1,19 +1,7 @@ -accessibility/source/standard/vclxaccessibletoolbox.cxx:87 - 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:110 +basctl/source/basicide/moduldlg.hxx:112 void basctl::LibDialog::EnableReference(_Bool) _Bool b 0 -basctl/source/inc/scriptdocument.hxx:88 - void basctl::ScriptDocument::ScriptDocument(enum basctl::ScriptDocument::SpecialDocument) - enum basctl::ScriptDocument::SpecialDocument _eType - 0 -basegfx/source/polygon/b2dlinegeometry.cxx:332 - class basegfx::B2DPolygon createAreaGeometryForEdge(const class basegfx::B2DCubicBezier &,double,_Bool,_Bool,_Bool,_Bool,class std::vector<class basegfx::triangulator::B2DTriangle> *) - class std::vector<class basegfx::triangulator::B2DTriangle> * pTriangles - 0 basegfx/source/polygon/b2dpolygon.cxx:41 void (anonymous namespace)::CoordinateDataArray2D::CoordinateDataArray2D(unsigned int) unsigned int nCount @@ -22,19 +10,19 @@ basegfx/source/polygon/b3dpolygon.cxx:78 void (anonymous namespace)::CoordinateDataArray3D::CoordinateDataArray3D(unsigned int) unsigned int nCount 0 -basic/source/inc/runtime.hxx:326 +basic/source/inc/runtime.hxx:402 void SbiRuntime::StepRESUME(unsigned int) unsigned int 1 -basic/source/inc/runtime.hxx:357 +basic/source/inc/runtime.hxx:433 _Bool SbiRuntime::IsMissing(class SbxVariable *,unsigned short) unsigned short 1 -basic/source/runtime/iosys.cxx:59 +basic/source/runtime/iosys.cxx:60 void (anonymous namespace)::SbiInputDialog::SbiInputDialog(class weld::Window *,const class rtl::OUString &) class weld::Window * 0 -basic/source/runtime/methods.cxx:3173 +basic/source/runtime/methods.cxx:3122 short GetOptionalIntegerParamOrDefault(class SbxArray &,const unsigned int,const short) const short defaultValue 0 @@ -54,11 +42,11 @@ canvas/inc/verifyinput.hxx:279 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 -canvas/inc/verifyinput.hxx:520 +canvas/inc/verifyinput.hxx:518 void verifyRange(type-parameter-?-?,type-parameter-?-?,_Bool) type-parameter-?-? bound 1 -canvas/inc/verifyinput.hxx:520 +canvas/inc/verifyinput.hxx:518 void verifyRange(type-parameter-?-?,type-parameter-?-?,_Bool) _Bool bLowerBound 1 @@ -82,63 +70,51 @@ chart2/qa/extras/chart2dump/chart2dump.cxx:90 void Chart2DumpTest::Chart2DumpTest(_Bool) _Bool bDumpMode 0 -chart2/qa/extras/charttest.hxx:83 - class com::sun::star::uno::Sequence<class rtl::OUString> ChartTest::getImpressChartColumnDescriptions(int,int) - int nPage - 0 -chart2/qa/extras/charttest.hxx:83 - class com::sun::star::uno::Sequence<class rtl::OUString> ChartTest::getImpressChartColumnDescriptions(int,int) - int nShape - 0 -chart2/qa/extras/charttest.hxx:86 - class com::sun::star::uno::Reference<class com::sun::star::chart::XChartDocument> ChartTest::getChartDocFromDrawImpressNamed(int,class std::basic_string_view<char16_t>) - int nPage - 0 -chart2/qa/extras/charttest.hxx:158 - 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> &) +chart2/qa/extras/charttest.hxx:74 + class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> ChartTest::getPivotChartDocFromSheet(int) int nSheet 1 -chart2/qa/extras/charttest.hxx:164 - 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) +chart2/qa/extras/charttest.hxx:76 + class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> ChartTest::getPivotChartDocFromSheet(const class com::sun::star::uno::Reference<class com::sun::star::table::XTablePivotCharts> &,int) int nIndex 0 -chart2/qa/extras/charttest.hxx:198 - 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) +chart2/qa/extras/charttest.hxx:81 + class com::sun::star::uno::Reference<class com::sun::star::chart2::XAxis> ChartTest::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:218 - int getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int) +chart2/qa/extras/charttest.hxx:84 + int ChartTest::getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int) int nChartType 0 -chart2/qa/extras/charttest.hxx:218 - int getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int) +chart2/qa/extras/charttest.hxx:84 + int ChartTest::getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int) int nCooSys 0 -chart2/qa/extras/charttest.hxx:228 - 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) +chart2/qa/extras/charttest.hxx:87 + class com::sun::star::uno::Reference<class com::sun::star::chart2::XDataSeries> ChartTest::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:243 - 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) +chart2/qa/extras/charttest.hxx:90 + class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XDataSequence> ChartTest::getLabelDataSequenceFromDoc(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int) int nChartType 0 -chart2/qa/extras/charttest.hxx:265 - 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> &,class std::basic_string_view<char16_t>,int,int) +chart2/qa/extras/charttest.hxx:93 + class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XDataSequence> ChartTest::getDataSequenceFromDocByRole(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,class std::basic_string_view<char16_t>,int,int) int nChartType 0 -chart2/qa/extras/PivotChartTest.cxx:135 +chart2/qa/extras/PivotChartTest.cxx:60 + class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotTable> PivotChartTest::getPivotTableByName(int,const class rtl::OUString &) + int nIndex + 1 +chart2/qa/extras/PivotChartTest.cxx:138 void lclModifyColumnGrandTotal(const class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotDescriptor> &,_Bool) _Bool bTotal 1 -chart2/qa/extras/PivotChartTest.cxx:141 +chart2/qa/extras/PivotChartTest.cxx:144 void lclModifyRowGrandTotal(const class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotDescriptor> &,_Bool) _Bool bTotal 1 -chart2/qa/extras/PivotChartTest.cxx:178 - 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:220 +chart2/qa/extras/PivotChartTest.cxx:204 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 @@ -146,7 +122,7 @@ chart2/source/controller/dialogs/DialogModel.cxx:175 struct (anonymous namespace)::lcl_RolesWithRangeAppend & (anonymous namespace)::lcl_RolesWithRangeAppend::operator++(int) int 0 -chart2/source/controller/inc/ChartController.hxx:370 +chart2/source/controller/inc/ChartController.hxx:366 class chart::ChartController::TheModelRef & chart::ChartController::TheModelRef::operator=(class chart::ChartController::TheModel *) ###1 0 @@ -158,11 +134,11 @@ chart2/source/controller/inc/ViewElementListProvider.hxx:51 class Graphic chart::ViewElementListProvider::GetSymbolGraphic(int,const class SfxItemSet *) const int nStandardSymbol 0 -chart2/source/inc/AxisHelper.hxx:199 +chart2/source/inc/AxisHelper.hxx:193 class rtl::Reference<class chart::ChartType> chart::AxisHelper::getChartTypeByIndex(const class rtl::Reference<class chart::BaseCoordinateSystem> &,int) int nIndex 0 -chart2/source/inc/ChartTypeDialogController.hxx:64 +chart2/source/inc/ChartTypeDialogController.hxx:56 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 @@ -170,7 +146,7 @@ chart2/source/inc/CommonConverters.hxx:85 void AddPointToPoly(struct com::sun::star::drawing::PolyPolygonShape3D &,const struct com::sun::star::drawing::Position3D &,int) int nSequenceIndex 0 -chart2/source/inc/RegressionCurveHelper.hxx:124 +chart2/source/inc/RegressionCurveHelper.hxx:121 class rtl::Reference<class chart::RegressionCurveModel> addRegressionCurve(enum SvxChartRegress,const class rtl::Reference<class chart::DataSeries> &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &) enum SvxChartRegress eType 1 @@ -178,7 +154,11 @@ chart2/source/model/template/ColumnLineChartTypeTemplate.hxx:35 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/tools/InternalDataProvider.cxx:241 +chart2/source/model/template/HistogramChartTypeTemplate.hxx:22 + void chart::HistogramChartTypeTemplate::HistogramChartTypeTemplate(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum chart::StackMode) + enum chart::StackMode eStackMode + 0 +chart2/source/tools/InternalDataProvider.cxx:228 void chart::(anonymous namespace)::lcl_setAnyAtLevelFromStringSequence::lcl_setAnyAtLevelFromStringSequence(int) int nLevel 0 @@ -198,11 +178,11 @@ chart2/source/view/inc/Clipping.hxx:47 void chart::Clipping::clipPolygonAtRectangle(const struct com::sun::star::drawing::PolyPolygonShape3D &,const class basegfx::B2DRange &,struct com::sun::star::drawing::PolyPolygonShape3D &,_Bool) _Bool bSplitPiecesToDifferentPolygons 1 -chart2/source/view/inc/PlottingPositionHelper.hxx:156 +chart2/source/view/inc/PlottingPositionHelper.hxx:153 void chart::PlottingPositionHelper::AllowShiftXAxisPos(_Bool) _Bool bAllowShift 1 -chart2/source/view/inc/PlottingPositionHelper.hxx:157 +chart2/source/view/inc/PlottingPositionHelper.hxx:154 void chart::PlottingPositionHelper::AllowShiftZAxisPos(_Bool) _Bool bAllowShift 1 @@ -210,11 +190,11 @@ chart2/source/view/inc/Stripe.hxx:52 void chart::Stripe::InvertNormal(_Bool) _Bool bInvertNormal 1 -chart2/source/view/main/ShapeFactory.cxx:719 +chart2/source/view/main/ShapeFactory.cxx:720 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:50 +chart2/source/view/main/VButton.hxx:47 void chart::VButton::showArrow(_Bool) _Bool bShowArrow 0 @@ -250,7 +230,7 @@ connectivity/inc/sdbcx/VUser.hxx:62 void connectivity::sdbcx::OUser::OUser(const class rtl::OUString &,_Bool) _Bool _bCase 1 -connectivity/source/drivers/postgresql/pq_connection.cxx:354 +connectivity/source/drivers/postgresql/pq_connection.cxx:353 void pq_sdbc_driver::(anonymous namespace)::cstr_vector::push_back(const char *,enum __sal_NoAcquire) enum __sal_NoAcquire 0 @@ -270,14 +250,46 @@ connectivity/source/inc/OColumn.hxx:68 void connectivity::OColumn::OColumn(class rtl::OUString,const class rtl::OUString &,int,int,int,int,int) int _aScale 0 -connectivity/source/inc/odbc/OTools.hxx:179 - void connectivity::odbc::OTools::getBindTypes(_Bool,_Bool,short,short &,short &) - _Bool _bUseWChar +connectivity/source/inc/odbc/OFunctions.hxx:38 + short connectivity::odbc::Functions::DriverConnect(void *,void *,unsigned char *,short,unsigned char *,short,short *,unsigned short) const + void * WindowHandle + 0 +connectivity/source/inc/odbc/OFunctions.hxx:46 + short connectivity::odbc::Functions::DriverConnectW(void *,void *,unsigned short *,short,unsigned short *,short,short *,unsigned short) const + void * WindowHandle + 0 +connectivity/source/inc/odbc/OFunctions.hxx:68 + short connectivity::odbc::Functions::GetTypeInfo(void *,short) const + short DataType + 0 +connectivity/source/inc/odbc/OFunctions.hxx:101 + short connectivity::odbc::Functions::GetStmtAttr(void *,int,void *,int,int *) const + int * StringLength + 0 +connectivity/source/inc/odbc/OFunctions.hxx:148 + short connectivity::odbc::Functions::BindParameter(void *,unsigned short,short,short,short,unsigned long,short,void *,long,long *) const + short InputOutputType + 1 +connectivity/source/inc/odbc/OFunctions.hxx:199 + short connectivity::odbc::Functions::ColAttributeW(void *,unsigned short,unsigned short,void *,short,short *,long *) const + long * NumericAttributePtr 0 -connectivity/source/inc/odbc/OTools.hxx:216 - 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 +connectivity/source/inc/odbc/OFunctions.hxx:222 + short connectivity::odbc::Functions::SetPos(void *,unsigned long,unsigned short,unsigned short) const + unsigned long RowNumber + 1 +connectivity/source/inc/odbc/OFunctions.hxx:222 + short connectivity::odbc::Functions::SetPos(void *,unsigned long,unsigned short,unsigned short) const + unsigned short LockType 0 +connectivity/source/inc/odbc/OFunctions.hxx:237 + short connectivity::odbc::Functions::GetDiagRec(short,void *,short,unsigned char *,int *,unsigned char *,short,short *) const + short RecNumber + 1 +connectivity/source/inc/odbc/OFunctions.hxx:245 + short connectivity::odbc::Functions::GetDiagRecW(short,void *,short,unsigned short *,int *,unsigned short *,short,short *) const + short RecNumber + 1 cppcanvas/source/mtfrenderer/mtftools.cxx:284 void appendRect(class basegfx::B2DPolyPolygon &,const class basegfx::B2DPoint &,const double,const double,const double,const double) const double nX1 @@ -306,19 +318,19 @@ cui/source/inc/cfg.hxx:460 void SvxConfigPage::InsertEntryIntoUI(class SvxConfigEntry *,class weld::TreeView &,class weld::TreeIter &,_Bool) _Bool bMenu 1 -cui/source/inc/cfgutil.hxx:134 +cui/source/inc/cfgutil.hxx:137 void CuiConfigFunctionListBox::append(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *) const class weld::TreeIter * pParent 0 -cui/source/inc/cfgutil.hxx:149 +cui/source/inc/cfgutil.hxx:152 class std::unique_ptr<class weld::TreeIter> CuiConfigFunctionListBox::make_iterator(const class weld::TreeIter *) const const class weld::TreeIter * pOrig 0 -cui/source/inc/cuitabarea.hxx:270 +cui/source/inc/cuitabarea.hxx:268 void SvxAreaTabPage::SvxAreaTabPage(class weld::Container *,class weld::DialogController *,const class SfxItemSet &,_Bool) _Bool bSlideBackground 0 -cui/source/inc/cuitabarea.hxx:744 +cui/source/inc/cuitabarea.hxx:736 void SvxColorTabPage::SetPropertyList(enum XPropertyListType,const class rtl::Reference<class XPropertyList> &) enum XPropertyListType t 0 @@ -330,15 +342,31 @@ cui/source/inc/hangulhanjadlg.hxx:58 class rtl::OUString svx::SuggestionDisplay::GetEntry(unsigned short) const unsigned short nPos 0 -cui/source/inc/scriptdlg.hxx:122 +cui/source/inc/MacroManagerDialog.hxx:86 + void ScriptsListBox::append(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *) + const class weld::TreeIter * pParent + 0 +cui/source/inc/MacroManagerDialog.hxx:94 + class std::unique_ptr<class weld::TreeIter> ScriptsListBox::make_iterator(const class weld::TreeIter *) const + const class weld::TreeIter * pOrig + 0 +cui/source/inc/MacroManagerDialog.hxx:106 + void ScriptsListBox::select(int) + int pos + 0 +cui/source/inc/MacroManagerDialog.hxx:162 + void ScriptContainersListBox::Insert(const class com::sun::star::uno::Reference<class com::sun::star::script::browse::XBrowseNode> &,const class weld::TreeIter *,const class rtl::OUString &,const class rtl::OUString &,_Bool,int,class weld::TreeIter *) + class weld::TreeIter * pRet + 0 +cui/source/inc/scriptdlg.hxx:118 void SvxScriptOrgDialog::insertEntry(const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *,_Bool,class std::unique_ptr<class SFEntry> &&,class std::basic_string_view<char16_t>,_Bool) const class weld::TreeIter * pParent 0 -cui/source/inc/scriptdlg.hxx:122 +cui/source/inc/scriptdlg.hxx:118 void SvxScriptOrgDialog::insertEntry(const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *,_Bool,class std::unique_ptr<class SFEntry> &&,class std::basic_string_view<char16_t>,_Bool) _Bool bChildrenOnDemand 1 -cui/source/inc/scriptdlg.hxx:122 +cui/source/inc/scriptdlg.hxx:118 void SvxScriptOrgDialog::insertEntry(const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *,_Bool,class std::unique_ptr<class SFEntry> &&,class std::basic_string_view<char16_t>,_Bool) _Bool bSelect 0 @@ -346,19 +374,19 @@ cui/source/options/optjsearch.hxx:67 void SvxJSearchOptionsPage::EnableSaveOptions(_Bool) _Bool bVal 0 -dbaccess/source/core/dataaccess/databasedocument.hxx:673 +dbaccess/source/core/dataaccess/databasedocument.hxx:679 void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::DefaultMethod_) enum dbaccess::DocumentGuard::DefaultMethod_ 0 -dbaccess/source/core/dataaccess/databasedocument.hxx:691 +dbaccess/source/core/dataaccess/databasedocument.hxx:697 void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::InitMethod_) enum dbaccess::DocumentGuard::InitMethod_ 0 -dbaccess/source/core/dataaccess/databasedocument.hxx:710 +dbaccess/source/core/dataaccess/databasedocument.hxx:716 void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::MethodUsedDuringInit_) enum dbaccess::DocumentGuard::MethodUsedDuringInit_ 0 -dbaccess/source/core/dataaccess/databasedocument.hxx:725 +dbaccess/source/core/dataaccess/databasedocument.hxx:731 void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::MethodWithoutInit_) enum dbaccess::DocumentGuard::MethodWithoutInit_ 0 @@ -402,7 +430,7 @@ desktop/qa/desktop_lib/test_desktop_lib.cxx:140 struct desktop::LibLODocument_Impl * DesktopLOKTest::loadDocUrl(const class rtl::OUString &,LibreOfficeKitDocumentType) LibreOfficeKitDocumentType eType 1 -desktop/qa/desktop_lib/test_desktop_lib.cxx:3421 +desktop/qa/desktop_lib/test_desktop_lib.cxx:3575 void lcl_repeatKeyStroke(struct desktop::LibLODocument_Impl *,int,int,unsigned long) int nCharCode 0 @@ -410,7 +438,7 @@ desktop/source/deployment/gui/dp_gui_updatedialog.hxx:100 void dp_gui::UpdateDialog::addAdditional(const struct dp_gui::UpdateDialog::Index *,_Bool) _Bool bEnableCheckBox 0 -desktop/source/lib/init.cxx:8214 +desktop/source/lib/init.cxx:8431 struct _LibreOfficeKit * libreofficekit_hook_2(const char *,const char *) const char * user_profile_url 0 @@ -426,23 +454,19 @@ editeng/inc/TextPortion.hxx:121 void TextPortion::adjustSize(long,long) long nDeltaY 0 -editeng/source/editeng/impedit.hxx:1049 - unsigned short ImpEditEngine::GetLineHeight(int,int) - int nLine - 0 -emfio/inc/mtftools.hxx:462 +emfio/inc/mtftools.hxx:464 void emfio::WinMtfLineStyle::WinMtfLineStyle(const class Color &,_Bool) _Bool bTrans 1 -emfio/inc/mtftools.hxx:467 +emfio/inc/mtftools.hxx:469 void emfio::WinMtfLineStyle::WinMtfLineStyle(const class Color &,const unsigned int,const int) const unsigned int nStyle 0 -emfio/inc/mtftools.hxx:467 +emfio/inc/mtftools.hxx:469 void emfio::WinMtfLineStyle::WinMtfLineStyle(const class Color &,const unsigned int,const int) const int nPenWidth 0 -emfio/inc/mtftools.hxx:784 +emfio/inc/mtftools.hxx:786 void emfio::MtfTools::DrawArc(const class tools::Rectangle &,const class Point &,const class Point &,_Bool) _Bool bDrawTo 0 @@ -494,11 +518,11 @@ filter/source/graphicfilter/icgm/cgm.hxx:90 unsigned char CGM::ImplGetByte(unsigned int,unsigned int) unsigned int nPrecision 1 -filter/source/svg/svgfilter.hxx:267 +filter/source/svg/svgfilter.hxx:255 _Bool SVGFilter::implExportMasterPages(const class std::vector<class com::sun::star::uno::Reference<class com::sun::star::drawing::XDrawPage> > &,int,int) int nFirstPage 0 -filter/source/svg/svgfilter.hxx:269 +filter/source/svg/svgfilter.hxx:257 void SVGFilter::implExportDrawPages(const class std::vector<class com::sun::star::uno::Reference<class com::sun::star::drawing::XDrawPage> > &,int,int) int nFirstPage 0 @@ -519,10 +543,10 @@ forms/source/component/GroupManager.hxx:143 unsigned short nP 0 forms/source/inc/featuredispatcher.hxx:50 - void frm::IFeatureDispatcher::dispatchWithArgument(short,const char *,const class com::sun::star::uno::Any &) const + void frm::IFeatureDispatcher::dispatchWithArgument(short,const class rtl::OUString &,const class com::sun::star::uno::Any &) const short _nFeatureId 1 -formula/source/core/api/FormulaCompiler.cxx:161 +formula/source/core/api/FormulaCompiler.cxx:160 void formula::(anonymous namespace)::OpCodeList::OpCodeList(const struct std::pair<struct TranslateId, int> *,const class std::shared_ptr<class formula::FormulaCompiler::OpCodeMap> &,enum formula::FormulaCompiler::SeparatorType) enum formula::FormulaCompiler::SeparatorType 1 @@ -546,7 +570,7 @@ helpcompiler/inc/HelpCompiler.hxx:57 void fs::path::path(const class std::basic_string<char> &,enum fs::convert) enum fs::convert 0 -hwpfilter/source/hfont.h:63 +hwpfilter/source/hfont.h:62 const char * HWPFont::GetFontName(int,int) int lang 0 @@ -558,11 +582,15 @@ include/avmedia/mediaplayer.hxx:49 void avmedia::MediaFloater::setURL(const class rtl::OUString &,const class rtl::OUString &,_Bool) _Bool bPlayImmediately 1 +include/basctl/scriptdocument.hxx:88 + void basctl::ScriptDocument::ScriptDocument(enum basctl::ScriptDocument::SpecialDocument) + enum basctl::ScriptDocument::SpecialDocument _eType + 0 include/basegfx/DrawCommands.hxx:59 void gfx::GradientInfo::GradientInfo(enum gfx::GradientType) enum gfx::GradientType eType 0 -include/basegfx/polygon/b2dpolygon.hxx:84 +include/basegfx/polygon/b2dpolygon.hxx:82 void basegfx::B2DPolygon::insert(unsigned int,const class basegfx::B2DPoint &,unsigned int) unsigned int nCount 1 @@ -654,23 +682,19 @@ include/basegfx/utils/tools.hxx:118 class basegfx::B2DPolyPolygon number2PolyPolygon(double,int,int,_Bool) _Bool bLitSegments 1 -include/basic/basmgr.hxx:114 - void BasicManager::BasicManager(class SotStorage &,class std::basic_string_view<char16_t>,class StarBASIC *,const class rtl::OUString *,_Bool) - _Bool bDocMgr - 1 -include/basic/basrdll.hxx:37 +include/basic/basrdll.hxx:35 void BasicDLL::EnableBreak(_Bool) _Bool bEnable 1 -include/basic/sbstar.hxx:141 +include/basic/sbstar.hxx:140 class SbxVariable * StarBASIC::VBAFind(const class rtl::OUString &,enum SbxClassType) enum SbxClassType t 1 -include/basic/sbxobj.hxx:63 +include/basic/sbxobj.hxx:62 class SbxVariable * SbxObject::FindQualified(const class rtl::OUString &,enum SbxClassType) enum SbxClassType 1 -include/basic/sbxobj.hxx:74 +include/basic/sbxobj.hxx:73 void SbxObject::Remove(const class rtl::OUString &,enum SbxClassType) enum SbxClassType 1 @@ -682,7 +706,7 @@ include/comphelper/configurationhelper.hxx:227 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/errcode.hxx:78 +include/comphelper/errcode.hxx:73 void ErrCode::ErrCode(enum WarningFlag,enum ErrCodeArea,enum ErrCodeClass,unsigned short) enum WarningFlag 0 @@ -690,18 +714,14 @@ include/comphelper/interfacecontainer2.hxx:174 class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> comphelper::OInterfaceContainerHelper2::getInterface(int) const int nIndex 0 -include/comphelper/lok.hxx:62 +include/comphelper/lok.hxx:70 void setLocalRendering(_Bool) _Bool bLocalRendering 1 -include/comphelper/lok.hxx:87 +include/comphelper/lok.hxx:95 void setRangeHeaders(_Bool) _Bool bTiledAnnotations 1 -include/comphelper/mimeconfighelper.hxx:105 - class rtl::OUString comphelper::MimeConfigurationHelper::UpdateMediaDescriptorWithFilterName(class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &,_Bool,_Bool) - _Bool bAllowDeepFilterDetection - 1 include/comphelper/parallelsort.hxx:286 void s3sort(const type-parameter-?-?,const type-parameter-?-?,type-parameter-?-?,_Bool) _Bool bThreaded @@ -710,11 +730,11 @@ 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:33 +include/comphelper/random.hxx:35 unsigned long uniform_size_distribution(unsigned long,unsigned long) unsigned long a 0 -include/comphelper/storagehelper.hxx:186 +include/comphelper/storagehelper.hxx:187 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> &,class std::basic_string_view<char16_t>,unsigned int,const class comphelper::LifecycleProxy &) unsigned int nOpenMode 1 @@ -746,7 +766,7 @@ include/connectivity/sqlscan.hxx:49 void connectivity::OSQLScanner::prepareScan(const class rtl::OUString &,const class connectivity::IParseContext *,_Bool) _Bool bInternational 1 -include/cppcanvas/color.hxx:61 +include/cppcanvas/color.hxx:60 int makeColorARGB(unsigned char,unsigned char,unsigned char,unsigned char) unsigned char nAlpha 0 @@ -754,6 +774,26 @@ include/drawinglayer/converters.hxx:34 class AlphaMask createAlphaMask(class drawinglayer::primitive2d::Primitive2DContainer &&,const class drawinglayer::geometry::ViewInformation2D &,unsigned int,unsigned int,unsigned int,_Bool) _Bool bUseLuminance 0 +include/drawinglayer/processor2d/cairopixelprocessor2d.hxx:236 + void drawinglayer::processor2d::CairoPixelProcessor2D::CairoPixelProcessor2D(const class drawinglayer::geometry::ViewInformation2D &,struct _cairo_surface *,long,long,long,long) + long nOffsetPixelX + 0 +include/drawinglayer/processor2d/cairopixelprocessor2d.hxx:236 + void drawinglayer::processor2d::CairoPixelProcessor2D::CairoPixelProcessor2D(const class drawinglayer::geometry::ViewInformation2D &,struct _cairo_surface *,long,long,long,long) + long nOffsetPixelY + 0 +include/drawinglayer/processor2d/cairopixelprocessor2d.hxx:236 + void drawinglayer::processor2d::CairoPixelProcessor2D::CairoPixelProcessor2D(const class drawinglayer::geometry::ViewInformation2D &,struct _cairo_surface *,long,long,long,long) + long nWidthPixel + 0 +include/drawinglayer/processor2d/cairopixelprocessor2d.hxx:236 + void drawinglayer::processor2d::CairoPixelProcessor2D::CairoPixelProcessor2D(const class drawinglayer::geometry::ViewInformation2D &,struct _cairo_surface *,long,long,long,long) + long nHeightPixel + 0 +include/drawinglayer/processor2d/processor2dtools.hxx:49 + class std::unique_ptr<class drawinglayer::processor2d::BaseProcessor2D> createPixelProcessor2DFromScratch(const class drawinglayer::geometry::ViewInformation2D &,unsigned int,unsigned int,_Bool) + _Bool bUseRGBA + 1 include/drawinglayer/XShapeDumper.hxx:23 class rtl::OUString XShapeDumper::dump(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShapes> &,_Bool) _Bool bDumpInteropProperties @@ -762,43 +802,47 @@ include/drawinglayer/XShapeDumper.hxx:24 class rtl::OUString XShapeDumper::dump(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,_Bool) _Bool bDumpInteropProperties 0 -include/editeng/borderline.hxx:187 +include/editeng/borderline.hxx:188 class Color editeng::SvxBorderLine::GetColorOut(_Bool) const _Bool bLeftOrTop 1 -include/editeng/borderline.hxx:188 +include/editeng/borderline.hxx:189 class Color editeng::SvxBorderLine::GetColorIn(_Bool) const _Bool bLeftOrTop 1 -include/editeng/boxitem.hxx:154 +include/editeng/boxitem.hxx:162 _Bool SvxBoxItem::HasBorder(_Bool) const _Bool bTreatPaddingAsBorder 1 -include/editeng/editeng.hxx:561 +include/editeng/editeng.hxx:552 void EditEngine::dumpAsXmlEditDoc(struct _xmlTextWriter *) const struct _xmlTextWriter * pWriter 0 -include/editeng/editeng.hxx:586 +include/editeng/editeng.hxx:577 class EditPaM EditEngine::CursorLeft(const class EditPaM &,unsigned short) unsigned short nCharacterIteratorMode 0 -include/editeng/editobj.hxx:92 +include/editeng/editobj.hxx:91 + class rtl::OUString EditTextObject::GetText(enum LineEnd) const + enum LineEnd eEnd + 1 +include/editeng/editobj.hxx:95 _Bool EditTextObject::HasText(int) const int nPara 0 -include/editeng/editobj.hxx:112 +include/editeng/editobj.hxx:115 const class SvxFieldData * EditTextObject::GetFieldData(int,unsigned long,int) const int nPara 0 -include/editeng/editobj.hxx:112 +include/editeng/editobj.hxx:115 const class SvxFieldData * EditTextObject::GetFieldData(int,unsigned long,int) const unsigned long nPos 0 -include/editeng/editobj.hxx:112 +include/editeng/editobj.hxx:115 const class SvxFieldData * EditTextObject::GetFieldData(int,unsigned long,int) const int nType 1 -include/editeng/editview.hxx:341 +include/editeng/editview.hxx:343 int EditView::GetPosWithField(int,int) const int nPara 0 @@ -806,11 +850,11 @@ include/editeng/edtdlg.hxx:75 enum editeng::HangulHanjaConversion::ConversionDirection AbstractHangulHanjaConversionDialog::GetDirection(enum editeng::HangulHanjaConversion::ConversionDirection) const enum editeng::HangulHanjaConversion::ConversionDirection _eDefaultDirection 0 -include/editeng/outliner.hxx:243 +include/editeng/outliner.hxx:244 void OutlinerView::SelectRange(int,int) int nFirst 0 -include/editeng/outliner.hxx:646 +include/editeng/outliner.hxx:648 _Bool Outliner::ImpCanDeleteSelectedPages(class OutlinerView *,int,int) int nPages 1 @@ -818,11 +862,11 @@ include/editeng/splwrap.hxx:73 void SvxSpellWrapper::SvxSpellWrapper(class weld::Widget *,const _Bool,const _Bool) const _Bool bIsAllRight 0 -include/editeng/txtrange.hxx:60 +include/editeng/txtrange.hxx:59 void TextRanger::TextRanger(const class basegfx::B2DPolyPolygon &,const class basegfx::B2DPolyPolygon *,unsigned short,unsigned short,unsigned short,_Bool,_Bool,_Bool) _Bool bInner 1 -include/editeng/txtrange.hxx:60 +include/editeng/txtrange.hxx:59 void TextRanger::TextRanger(const class basegfx::B2DPolyPolygon &,const class basegfx::B2DPolyPolygon *,unsigned short,unsigned short,unsigned short,_Bool,_Bool,_Bool) _Bool bVert 0 @@ -842,31 +886,31 @@ 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:1139 +include/filter/msfilter/escherex.hxx:1141 void EscherEx::EndAtom(unsigned short,int,int) int nRecVersion 0 -include/filter/msfilter/msdffimp.hxx:712 +include/filter/msfilter/msdffimp.hxx:711 void SvxMSDffManager::ExchangeInShapeOrder(const class SdrObject *,unsigned long,class SdrObject *) const unsigned long nTxBx 0 -include/filter/msfilter/msdffimp.hxx:765 +include/filter/msfilter/msdffimp.hxx:764 void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short) unsigned int nId 0 -include/filter/msfilter/msdffimp.hxx:765 +include/filter/msfilter/msdffimp.hxx:764 void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short) unsigned short nSeqId 0 -include/filter/msfilter/msdffimp.hxx:765 +include/filter/msfilter/msdffimp.hxx:764 void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short) unsigned short nBoxId 0 -include/formula/FormulaCompiler.hxx:375 +include/formula/FormulaCompiler.hxx:380 void formula::FormulaCompiler::PushTokenArray(class formula::FormulaTokenArray *,_Bool) _Bool 1 -include/formula/token.hxx:289 +include/formula/token.hxx:291 void formula::FormulaByteToken::FormulaByteToken(enum OpCode,unsigned char,enum formula::StackVar,enum formula::ParamClass) enum formula::ParamClass c 0 @@ -874,6 +918,14 @@ include/formula/tokenarray.hxx:168 void formula::FormulaTokenArrayReferencesIterator::FormulaTokenArrayReferencesIterator(const class formula::FormulaTokenArrayStandardRange &,enum formula::FormulaTokenArrayReferencesIterator::Dummy) enum formula::FormulaTokenArrayReferencesIterator::Dummy 0 +include/formula/tokenarray.hxx:547 + void formula::FormulaTokenIterator::Item::Item(const class formula::FormulaTokenArray *,short,short,_Bool) + _Bool lambda + 0 +include/formula/tokenarray.hxx:579 + void formula::FormulaTokenIterator::Lambda(_Bool) + _Bool bOpt + 1 include/formula/vectortoken.hxx:50 void formula::VectorRefArray::VectorRefArray(enum formula::VectorRefArray::InitInvalid) enum formula::VectorRefArray::InitInvalid @@ -902,27 +954,27 @@ include/o3tl/string_view.hxx:214 class std::basic_string_view<char> getToken(class std::basic_string_view<char>,int,char,int &) int nToken 0 -include/o3tl/strong_int.hxx:87 +include/o3tl/strong_int.hxx:98 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 -include/o3tl/strong_int.hxx:107 +include/o3tl/strong_int.hxx:119 strong_int<UNDERLYING_TYPE, PHANTOM_TYPE> o3tl::strong_int::operator++(int) ###1 0 -include/o3tl/strong_int.hxx:109 +include/o3tl/strong_int.hxx:121 strong_int<UNDERLYING_TYPE, PHANTOM_TYPE> o3tl::strong_int::operator--(int) ###1 0 -include/o3tl/unit_conversion.hxx:229 +include/o3tl/unit_conversion.hxx:230 auto convert(type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,_Bool &,long) long nDefault 0 -include/oox/core/contexthandler2.hxx:215 +include/oox/core/contexthandler2.hxx:214 void oox::core::ContextHandler2Helper::addMCEState(enum oox::core::ContextHandler2Helper::MCE_STATE) enum oox::core::ContextHandler2Helper::MCE_STATE aState 0 -include/oox/drawingml/shape.hxx:114 +include/oox/drawingml/shape.hxx:110 void oox::drawingml::Shape::Shape(const class rtl::OUString &,_Bool) _Bool bDefaultHeight 1 @@ -934,19 +986,15 @@ include/oox/export/DMLPresetShapeExport.hxx:118 struct oox::drawingml::DMLPresetShapeExporter::AdjustmentPointValueBase oox::drawingml::DMLPresetShapeExporter::GetAdjustmentPointAngleValue(int) int nPoint 0 -include/oox/export/drawingml.hxx:279 - void oox::drawingml::GraphicExport::writeBlip(const class Graphic &,const class std::vector<class model::BlipEffect> &,_Bool) - _Bool bRelPathToMedia - 0 -include/oox/export/drawingml.hxx:365 +include/oox/export/drawingml.hxx:366 class rtl::OUString oox::drawingml::DrawingML::writeGraphicToStorage(const class Graphic &,_Bool,enum oox::drawingml::GraphicExport::TypeHint) enum oox::drawingml::GraphicExport::TypeHint eHint 0 -include/oox/export/drawingml.hxx:445 +include/oox/export/drawingml.hxx:446 void oox::drawingml::DrawingML::WriteShapeTransformation(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,int,_Bool,_Bool,_Bool,_Bool,_Bool) _Bool bSuppressFlipping 0 -include/oox/export/vmlexport.hxx:145 +include/oox/export/vmlexport.hxx:144 const class rtl::OString & oox::vml::VMLExport::AddInlineSdrObject(const class SdrObject &,const _Bool) const _Bool bOOxmlExport 1 @@ -970,11 +1018,11 @@ include/oox/mathml/importutils.hxx:212 void oox::formulaimport::XmlStream::skipElementInternal(int,_Bool) _Bool silent 0 -include/oox/ole/olestorage.hxx:46 +include/oox/ole/olestorage.hxx:44 void oox::ole::OleStorage::OleStorage(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::io::XInputStream> &,_Bool) _Bool bBaseStreamAccess 0 -include/oox/ole/olestorage.hxx:59 +include/oox/ole/olestorage.hxx:57 void oox::ole::OleStorage::OleStorage(const class oox::ole::OleStorage &,const class com::sun::star::uno::Reference<class com::sun::star::container::XNameContainer> &,const class rtl::OUString &,_Bool) _Bool bReadOnly 1 @@ -1026,23 +1074,35 @@ include/package/Inflater.hxx:43 void ZipUtils::Inflater::Inflater(_Bool) _Bool bNoWrap 1 -include/sax/tools/converter.hxx:275 +include/package/Inflater.hxx:65 + void ZipUtils::InflaterBytes::InflaterBytes(_Bool) + _Bool bNoWrap + 1 +include/package/Inflater.hxx:69 + int ZipUtils::InflaterBytes::doInflateSegment(signed char *,int,int,int) + int nNewOffset + 0 +include/sax/tools/converter.hxx:218 + _Bool sax::Converter::convert10thDegAngle(short &,class std::basic_string_view<char16_t>,_Bool) + _Bool isWrongOOo10thDegAngle + 1 +include/sax/tools/converter.hxx:293 _Bool sax::Converter::parseDateOrDateTime(struct com::sun::star::util::Date *,struct com::sun::star::util::DateTime &,_Bool &,class std::optional<short> *,class std::basic_string_view<char>) struct com::sun::star::util::Date * pDate 0 -include/sax/tools/converter.hxx:275 +include/sax/tools/converter.hxx:293 _Bool sax::Converter::parseDateOrDateTime(struct com::sun::star::util::Date *,struct com::sun::star::util::DateTime &,_Bool &,class std::optional<short> *,class std::basic_string_view<char>) class std::optional<short> * pTimeZoneOffset 0 -include/sfx2/app.hxx:104 +include/sfx2/app.hxx:112 void SfxApplication::RegisterInterface(const class SfxModule *) const class SfxModule * pMod 0 -include/sfx2/dispatch.hxx:156 +include/sfx2/dispatch.hxx:155 enum ToolbarId SfxDispatcher::GetObjectBarId(unsigned short) const unsigned short nPos 1 -include/sfx2/docfile.hxx:180 +include/sfx2/docfile.hxx:182 void SfxMedium::DisableFileSync(_Bool) _Bool bDisableFileSync 1 @@ -1054,19 +1114,19 @@ include/sfx2/fcontnr.hxx:109 void SfxFilterMatcherIter::SfxFilterMatcherIter(const class SfxFilterMatcher &,enum SfxFilterFlags,enum SfxFilterFlags) enum SfxFilterFlags nMask 0 -include/sfx2/filedlghelper.hxx:154 +include/sfx2/filedlghelper.hxx:153 void sfx2::FileDialogHelper::FileDialogHelper(short,enum FileDialogFlags,const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags,class weld::Window *) enum SfxFilterFlags nDont 0 -include/sfx2/lokhelper.hxx:140 +include/sfx2/lokhelper.hxx:146 void SfxLokHelper::setViewTimezone(int,_Bool,const class rtl::OUString &) _Bool isSet 1 -include/sfx2/lokhelper.hxx:171 +include/sfx2/lokhelper.hxx:177 void SfxLokHelper::notifyDocumentSizeChangedAllViews(class vcl::ITiledRenderable *,_Bool) _Bool bInvalidateAll 1 -include/sfx2/lokhelper.hxx:191 +include/sfx2/lokhelper.hxx:197 void SfxLokHelper::notifyUpdatePerViewId(const class SfxViewShell *,int) int nType 1 @@ -1074,39 +1134,15 @@ include/sfx2/module.hxx:58 void SfxModule::RegisterInterface(const class SfxModule *) const class SfxModule * pMod 0 -include/sfx2/msg.hxx:209 - void SfxSlot::SfxSlot(unsigned short,enum SfxGroupId,enum SfxSlotMode,unsigned short,unsigned short,void (*)(class SfxShell *, class SfxRequest &),void (*)(class SfxShell *, class SfxItemSet &),const struct SfxType *,const class SfxSlot *,const struct SfxFormalArgument *,unsigned short,enum SfxDisableFlags,const char (&)[N]) - unsigned short value - 0 -include/sfx2/msg.hxx:209 - void SfxSlot::SfxSlot(unsigned short,enum SfxGroupId,enum SfxSlotMode,unsigned short,unsigned short,void (*)(class SfxShell *, class SfxRequest &),void (*)(class SfxShell *, class SfxItemSet &),const struct SfxType *,const class SfxSlot *,const struct SfxFormalArgument *,unsigned short,enum SfxDisableFlags,const char (&)[_ArrayExtent]) - unsigned short value - 0 -include/sfx2/msg.hxx:209 - void SfxSlot::SfxSlot(unsigned short,enum SfxGroupId,enum SfxSlotMode,unsigned short,unsigned short,void (*)(class SfxShell *, class SfxRequest &),void (*)(class SfxShell *, class SfxItemSet &),const struct SfxType *,const class SfxSlot *,const struct SfxFormalArgument *,unsigned short,enum SfxDisableFlags,const char (&)[_ArrayExtent]) - enum SfxDisableFlags disableFlags - 0 -include/sfx2/notebookbar/SfxNotebookBar.hxx:69 +include/sfx2/notebookbar/SfxNotebookBar.hxx:68 void sfx2::SfxNotebookBar::ShowMenubar(const class SfxViewFrame *,_Bool) _Bool bShow 1 -include/sfx2/objsh.hxx:236 +include/sfx2/objsh.hxx:237 void SfxObjectShell::RegisterInterface(const class SfxModule *) const class SfxModule * pMod 0 -include/sfx2/objsh.hxx:449 - void SfxObjectShell::DetectCsvSeparators(class SvStream &,unsigned short &,class rtl::OUString &,char16_t,_Bool,_Bool) - _Bool bForceCommonSeps - 1 -include/sfx2/objsh.hxx:449 - void SfxObjectShell::DetectCsvSeparators(class SvStream &,unsigned short &,class rtl::OUString &,char16_t,_Bool,_Bool) - _Bool bAllowMultipleSeps - 0 -include/sfx2/objsh.hxx:451 - void SfxObjectShell::DetectFilterOptions(class SfxMedium *,_Bool) - _Bool bForceDetect - 0 -include/sfx2/objsh.hxx:703 +include/sfx2/objsh.hxx:707 void SfxObjectShell::AppendInfoBarWhenReady(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,enum InfobarType,_Bool) _Bool bShowCloseButton 1 @@ -1118,7 +1154,7 @@ include/sfx2/opengrf.hxx:48 void SvxOpenGraphicDialog::EnableLink(_Bool) _Bool 0 -include/sfx2/passwd.hxx:129 +include/sfx2/passwd.hxx:132 void SfxPasswordDialog::ShowMinLengthText(_Bool) _Bool bShow 0 @@ -1134,31 +1170,31 @@ include/sfx2/request.hxx:103 void SfxRequest::AllowRecording(_Bool) _Bool 1 -include/sfx2/sfxdlg.hxx:132 +include/sfx2/sfxdlg.hxx:142 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/sfxdlg.hxx:143 +include/sfx2/sfxdlg.hxx:158 void SfxAbstractDialogFactory::ShowAsyncScriptErrorDialog(class weld::Window *,const class com::sun::star::uno::Any &) class weld::Window * pParent 0 -include/sfx2/thumbnailview.hxx:215 +include/sfx2/thumbnailview.hxx:211 void ThumbnailView::ShowTooltips(_Bool) _Bool bShowTooltips 1 -include/sfx2/thumbnailview.hxx:217 +include/sfx2/thumbnailview.hxx:213 void ThumbnailView::DrawMnemonics(_Bool) _Bool bDrawMnemonics 1 -include/sfx2/viewfrm.hxx:82 +include/sfx2/viewfrm.hxx:84 void SfxViewFrame::RegisterInterface(const class SfxModule *) const class SfxModule * pMod 0 -include/sfx2/viewsh.hxx:217 +include/sfx2/viewsh.hxx:215 void SfxViewShell::RegisterInterface(const class SfxModule *) const class SfxModule * pMod 0 -include/sfx2/viewsh.hxx:445 +include/sfx2/viewsh.hxx:444 class Color SfxViewShell::GetColorConfigColor(enum svtools::ColorConfigEntry) const enum svtools::ColorConfigEntry nColorType 0 @@ -1206,7 +1242,7 @@ include/store/store.hxx:95 storeError store::OStoreStream::writeAt(unsigned int,const void *,unsigned int,unsigned int &) unsigned int nOffset 0 -include/svl/ctloptions.hxx:80 +include/svl/ctloptions.hxx:84 _Bool SvtCTLOptions::IsReadOnly(enum SvtCTLOptions::EOption) const enum SvtCTLOptions::EOption eOption 0 @@ -1214,43 +1250,27 @@ include/svl/gridprinter.hxx:29 void svl::GridPrinter::GridPrinter(unsigned long,unsigned long,_Bool) _Bool bPrint 0 -include/svl/itemiter.hxx:50 - enum SfxItemState SfxItemIter::GetItemState(_Bool,const class SfxPoolItem **) const - const class SfxPoolItem ** ppItem - 0 -include/svl/itempool.hxx:102 +include/svl/itempool.hxx:104 void ItemInfoUser::ItemInfoUser(const class ItemInfo &,class SfxItemPool &,const class SfxPoolItem &,_Bool) _Bool bPassingOwnership 0 -include/svl/itempool.hxx:197 +include/svl/itempool.hxx:206 _Bool SfxItemPool::CheckItemInfoFlag(unsigned short,unsigned short) const unsigned short nMask 1 -include/svl/itemset.hxx:141 - void SfxItemSet::SfxItemSet(class SfxItemPool &,enum SfxItemSet::SfxAllItemSetFlag) - enum SfxItemSet::SfxAllItemSetFlag - 0 -include/svl/itemset.hxx:212 +include/svl/itemset.hxx:182 const type-parameter-?-? * SfxItemSet::GetItem(const class SfxItemSet *,TypedWhichId<type-parameter-?-?>,_Bool) _Bool bSearchInParent 0 -include/svl/itemset.hxx:249 +include/svl/itemset.hxx:213 _Bool SfxItemSet::HasItem(TypedWhichId<type-parameter-?-?>,const type-parameter-?-? **) const const type-parameter-?-? ** ppItem 0 -include/svl/itemset.hxx:281 - void SfxItemSet::MergeValue(const class SfxPoolItem &,_Bool) - _Bool bOverwriteDefaults - 1 -include/svl/numformat.hxx:531 +include/svl/numformat.hxx:534 const struct std::array<class rtl::OUString, 53> & SvNumberFormatter::GetKeywords(unsigned int) unsigned int nKey 0 -include/svl/numformat.hxx:562 - void SvNumberFormatter::ImpGenerateAdditionalFormats(unsigned int,const class com::sun::star::uno::Reference<class com::sun::star::i18n::XNumberFormatCode> &,_Bool) - _Bool bAfterChangingSystemCL - 1 -include/svl/poolitem.hxx:182 +include/svl/poolitem.hxx:640 void SfxPoolItem::AddRef(unsigned int) const unsigned int n 1 @@ -1262,10 +1282,6 @@ include/svl/typedwhich.hxx:31 void TypedWhichId::TypedWhichId<T>(TypedWhichId<type-parameter-?-?>,typename enable_if<std::is_base_of_v<T, derived_type>, int>::type) typename enable_if<std::is_base_of_v<T, derived_type>, int>::type 0 -include/svl/typedwhich.hxx:31 - void TypedWhichId::TypedWhichId<T>(TypedWhichId<type-parameter-?-?>,typename enable_if<std::is_base_of_v<reference_type, derived_type>, int>::type) - typename enable_if<std::is_base_of_v<reference_type, derived_type>, int>::type - 0 include/svl/urihelper.hxx:51 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 @@ -1278,30 +1294,26 @@ include/svl/urihelper.hxx:153 class rtl::OUString removePassword(const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short) enum INetURLObject::EncodeMechanism eEncodeMechanism 1 -include/svl/zformat.hxx:311 +include/svl/zformat.hxx:312 class rtl::OUString SvNumberformat::GetPercentString(unsigned short) const unsigned short nNumFor 0 -include/svl/zformat.hxx:422 +include/svl/zformat.hxx:423 int SvNumberformat::GetQuoteEnd(const class rtl::OUString &,int,char16_t,char16_t) char16_t cEscIn 0 -include/svl/zformat.hxx:432 +include/svl/zformat.hxx:433 int SvNumberformat::InsertBlanks(class rtl::OUString &,int,char16_t) int nPos 0 -include/svl/zformat.hxx:502 +include/svl/zformat.hxx:503 _Bool SvNumberformat::IsIso8601(unsigned short) const unsigned short nNumFor 0 -include/svtools/ctrlbox.hxx:284 +include/svtools/ctrlbox.hxx:283 void SvtCalendarBox::SvtCalendarBox(class std::unique_ptr<class weld::MenuButton>,_Bool) _Bool bUseLabel 1 -include/svtools/htmlout.hxx:75 - class SvStream & HTMLOutFuncs::Out_Events(class SvStream &,const class SvxMacroTableDtor &,const struct HTMLOutEvent *,_Bool,class rtl::OUString *) - class rtl::OUString * pNonConvertableChars - 0 include/svtools/imagemgr.hxx:124 class Image SvFileInformationManager::GetImage(const class INetURLObject &,_Bool,const class com::sun::star::uno::Reference<class com::sun::star::ucb::XCommandEnvironment> &) _Bool bBig @@ -1310,7 +1322,7 @@ include/svtools/inettbc.hxx:80 void SvtURLBox::select_entry_region(int,int) int nStartPos 0 -include/svtools/ruler.hxx:731 +include/svtools/ruler.hxx:730 void Ruler::SetWinPos(long,long) long nWidth 0 @@ -1318,27 +1330,35 @@ include/svtools/stringtransfer.hxx:61 void svt::OStringTransfer::StartStringDrag(const class rtl::OUString &,class vcl::Window *,signed char) signed char _nDragSourceActions 1 -include/svtools/valueset.hxx:319 +include/svtools/valueset.hxx:295 + void ValueSet::InsertItem(unsigned short,const class Image &,const class rtl::OUString &,unsigned long,_Bool) + _Bool bShowLegend + 0 +include/svtools/valueset.hxx:313 void ValueSet::EnableFullItemMode(_Bool) _Bool bFullMode 0 -include/svtools/valueset.hxx:357 +include/svtools/valueset.hxx:350 void ValueSet::SetItemColor(unsigned short,const class Color &) unsigned short nItemId 1 +include/svx/colorbox.hxx:56 + void ColorListBox::ColorListBox(class std::unique_ptr<class weld::MenuButton>,class std::function<class weld::Window *(void)>,const class ColorListBox *) + const class ColorListBox * pCache + 0 include/svx/ColorSets.hxx:42 void svx::ColorSets::insert(const class model::ColorSet &,enum svx::ColorSets::IdenticalNameAction) enum svx::ColorSets::IdenticalNameAction eAction 1 -include/svx/ctredlin.hxx:217 +include/svx/ctredlin.hxx:218 void SvxTPFilter::SelectedAuthorPos(int) int nPos 0 -include/svx/ctredlin.hxx:240 +include/svx/ctredlin.hxx:241 void SvxTPFilter::CheckAction(_Bool) _Bool bFlag 0 -include/svx/cuicharmap.hxx:137 +include/svx/cuicharmap.hxx:129 void SvxCharacterMap::SvxCharacterMap(class weld::Widget *,const class SfxItemSet *,class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame>) const class SfxItemSet * pSet 0 @@ -1362,7 +1382,7 @@ include/svx/fmtools.hxx:142 void FmXDisposeListener::disposing(short) short _nId 0 -include/svx/fmview.hxx:88 +include/svx/fmview.hxx:90 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> &,enum SdrObjKind,enum SdrInventor,enum SdrObjKind,class SdrModel &,class rtl::Reference<class SdrUnoObj> &,class rtl::Reference<class SdrUnoObj> &) int _nYOffsetMM 0 @@ -1370,23 +1390,11 @@ include/svx/fontworkbar.hxx:41 void svx::FontworkBar::RegisterInterface(const class SfxModule *) const class SfxModule * pMod 0 -include/svx/framelink.hxx:117 - void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double) - double nD - 0 -include/svx/framelink.hxx:117 - void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double) - double nS - 0 -include/svx/framelink.hxx:117 - void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double) - enum SvxBorderLineStyle nType - 0 include/svx/frmsel.hxx:144 void svx::FrameSelector::SelectAllBorders(_Bool) _Bool bSelect 0 -include/svx/gridctrl.hxx:396 +include/svx/gridctrl.hxx:402 void DbGridControl::RemoveRows(_Bool) _Bool bNewCursor 0 @@ -1394,15 +1402,15 @@ include/svx/IAccessibleParent.hxx:81 _Bool accessibility::IAccessibleParent::ReplaceChild(class accessibility::AccessibleShape *,const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,const long,const class accessibility::AccessibleShapeTreeInfo &) const long _nIndex 0 -include/svx/nbdtmg.hxx:130 +include/svx/nbdtmg.hxx:131 unsigned short svx::sidebar::NBOTypeMgrBase::GetNBOIndexForNumRule(class SvxNumRule &,unsigned short,unsigned short) unsigned short nFromIndex 0 -include/svx/nbdtmg.hxx:131 +include/svx/nbdtmg.hxx:132 void svx::sidebar::NBOTypeMgrBase::ReplaceNumRule(class SvxNumRule &,unsigned short,unsigned short) unsigned short mLevel 1 -include/svx/nbdtmg.hxx:133 +include/svx/nbdtmg.hxx:134 class rtl::OUString svx::sidebar::NBOTypeMgrBase::GetDescription(unsigned short,_Bool) _Bool isDefault 1 @@ -1410,23 +1418,23 @@ include/svx/ParseContext.hxx:40 void svxform::OSystemParseContext::OSystemParseContext(_Bool) _Bool bInit 0 -include/svx/RectangleAlignmentItem.hxx:30 +include/svx/RectangleAlignmentItem.hxx:31 void SvxRectangleAlignmentItem::SvxRectangleAlignmentItem(unsigned short,enum model::RectangleAlignment) enum model::RectangleAlignment nValue 0 -include/svx/relfld.hxx:43 +include/svx/relfld.hxx:46 void SvxRelativeField::EnableRelativeMode(unsigned short,unsigned short) unsigned short nMin 0 -include/svx/relfld.hxx:52 - int SvxRelativeField::get_min(enum FieldUnit) const +include/svx/relfld.hxx:58 + long SvxRelativeField::get_min(enum FieldUnit) const enum FieldUnit eValueUnit 0 -include/svx/relfld.hxx:65 +include/svx/relfld.hxx:71 void SvxRelativeField::SetFieldUnit(enum FieldUnit,_Bool) _Bool bAll 0 -include/svx/rulritem.hxx:126 +include/svx/rulritem.hxx:129 void SvxColumnDescription::SvxColumnDescription(long,long,_Bool) _Bool bVis 1 @@ -1450,87 +1458,83 @@ include/svx/svditer.hxx:55 void SdrObjListIter::SdrObjListIter(const class SdrObject &,enum SdrIterMode,_Bool) _Bool bReverse 0 -include/svx/svdmodel.hxx:577 +include/svx/svdmodel.hxx:560 void SdrModel::SetCompatibilityFlag(enum SdrCompatibilityFlag,_Bool) _Bool bEnabled 1 -include/svx/svdpage.hxx:81 - void SdrObjList::impClearSdrObjList(_Bool) - _Bool bBroadcast - 1 -include/svx/svdundo.hxx:107 +include/svx/svdundo.hxx:104 class SdrUndoAction * SdrUndoGroup::GetAction(int) const int nNum 0 -include/svx/svdview.hxx:175 +include/svx/svdview.hxx:176 void SdrView::EnableExtendedKeyInputDispatcher(_Bool) _Bool bOn 0 -include/svx/svx3ditems.hxx:66 +include/svx/svx3ditems.hxx:67 void Svx3DReducedLineGeometryItem::Svx3DReducedLineGeometryItem(_Bool) _Bool bVal 0 -include/svx/svxdlg.hxx:82 +include/svx/svxdlg.hxx:69 void AbstractSvxZoomDialog::HideButton(enum ZoomButtonId) enum ZoomButtonId nBtnId 1 -include/svx/SvxPresetListBox.hxx:57 +include/svx/SvxPresetListBox.hxx:58 void SvxPresetListBox::FillPresetListBox(class XGradientList &,unsigned int) unsigned int nStartIndex 1 -include/svx/SvxPresetListBox.hxx:58 +include/svx/SvxPresetListBox.hxx:59 void SvxPresetListBox::FillPresetListBox(class XHatchList &,unsigned int) unsigned int nStartIndex 1 -include/svx/SvxPresetListBox.hxx:59 +include/svx/SvxPresetListBox.hxx:60 void SvxPresetListBox::FillPresetListBox(class XBitmapList &,unsigned int) unsigned int nStartIndex 1 -include/svx/SvxPresetListBox.hxx:60 +include/svx/SvxPresetListBox.hxx:61 void SvxPresetListBox::FillPresetListBox(class XPatternList &,unsigned int) unsigned int nStartIndex 1 -include/svx/sxenditm.hxx:60 +include/svx/sxenditm.hxx:65 void SdrEdgeNode1GlueDistItem::SdrEdgeNode1GlueDistItem(long) long nVal 0 -include/svx/sxenditm.hxx:66 +include/svx/sxenditm.hxx:73 void SdrEdgeNode2GlueDistItem::SdrEdgeNode2GlueDistItem(long) long nVal 0 -include/svx/sxmtfitm.hxx:32 +include/svx/sxmtfitm.hxx:33 void SdrMeasureTextIsFixedAngleItem::SdrMeasureTextIsFixedAngleItem(_Bool) _Bool bOn 0 -include/svx/sxmtritm.hxx:42 +include/svx/sxmtritm.hxx:44 void SdrMeasureTextUpsideDownItem::SdrMeasureTextUpsideDownItem(_Bool) _Bool bOn 0 -include/svx/unoshtxt.hxx:54 +include/svx/unoshtxt.hxx:43 void SvxTextEditSource::SvxTextEditSource(class SdrObject &,class SdrText *,class SdrView &,const class OutputDevice &) class SdrText * pText 0 -include/svx/xflbmsli.hxx:29 +include/svx/xflbmsli.hxx:30 void XFillBmpSizeLogItem::XFillBmpSizeLogItem(_Bool) _Bool bLog 1 -include/svx/xflftrit.hxx:40 +include/svx/xflftrit.hxx:41 void XFillFloatTransparenceItem::XFillFloatTransparenceItem(const class rtl::OUString &,const class basegfx::BGradient &,_Bool) _Bool bEnable 1 -include/svx/xtable.hxx:217 +include/svx/xtable.hxx:226 class rtl::Reference<class XPropertyList> XPropertyList::CreatePropertyListFromURL(enum XPropertyListType,class std::basic_string_view<char16_t>) enum XPropertyListType t 0 -include/test/a11y/accessibletestbase.hxx:54 +include/test/a11y/accessibletestbase.hxx:70 void test::AccessibleTestBase::documentPostKeyEvent(int,int,int) int nType 0 -include/test/a11y/accessibletestbase.hxx:204 +include/test/a11y/accessibletestbase.hxx:220 void test::AccessibleTestBase::Dialog::close(int) int result 0 -include/test/a11y/accessibletestbase.hxx:287 +include/test/a11y/accessibletestbase.hxx:303 class std::shared_ptr<class test::AccessibleTestBase::DialogWaiter> test::AccessibleTestBase::awaitDialog(const class std::basic_string_view<char16_t>,class std::function<void (class test::AccessibleTestBase::Dialog &)>,_Bool) _Bool bAutoClose 1 @@ -1566,6 +1570,10 @@ include/test/text/textcontent.hxx:25 void apitest::TextContent::TextContent(const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::TextContentAnchorType,const enum com::sun::star::text::WrapTextMode,const enum com::sun::star::text::WrapTextMode) const enum com::sun::star::text::WrapTextMode aNewWTM 0 +include/test/xmltesttools.hxx:134 + void XmlTestTools::assertXPathChildren(const class std::unique_ptr<struct _xmlDoc, struct xmlDocDeleter> &,const class rtl::OString &,int) + int nNumberOfChildNodes + 1 include/tools/color.hxx:87 void Color::Color(enum ColorTransparencyTag,unsigned int) enum ColorTransparencyTag @@ -1582,11 +1590,11 @@ include/tools/color.hxx:101 void Color::Color(enum ColorAlphaTag,unsigned char,unsigned char,unsigned char,unsigned char) enum ColorAlphaTag 0 -include/tools/date.hxx:71 +include/tools/date.hxx:73 void Date::Date(enum Date::DateInitEmpty) enum Date::DateInitEmpty 0 -include/tools/date.hxx:72 +include/tools/date.hxx:74 void Date::Date(enum Date::DateInitSystem) enum Date::DateInitSystem 0 @@ -1598,27 +1606,31 @@ include/tools/datetime.hxx:48 void DateTime::DateTime(enum DateTime::DateTimeInitSystem) enum DateTime::DateTimeInitSystem 0 -include/tools/fract.hxx:44 +include/tools/debug.hxx:40 + void DbgTestSolarMutex(_Bool) + _Bool owned + 1 +include/tools/fract.hxx:42 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/Guid.hxx:101 +include/tools/Guid.hxx:85 void tools::Guid::Guid(enum tools::Guid::GenerateTag) enum tools::Guid::GenerateTag 0 -include/tools/stream.hxx:370 - _Bool SvStream::WriteUnicodeOrByteText(class std::basic_string_view<char16_t>,_Bool) - _Bool bZero +include/tools/lazydelete.hxx:81 + void tools::DeleteOnDeinit::DeleteOnDeinit<T>(enum tools::DeleteOnDeinitFlag) + enum tools::DeleteOnDeinitFlag 0 -include/tools/stream.hxx:653 +include/tools/stream.hxx:647 void SvMemoryStream::ObjectOwnsMemory(_Bool) _Bool bOwn 1 -include/tools/time.hxx:67 +include/tools/time.hxx:81 void tools::Time::Time(enum tools::Time::TimeInitEmpty) enum tools::Time::TimeInitEmpty 0 -include/tools/time.hxx:69 +include/tools/time.hxx:83 void tools::Time::Time(enum tools::Time::TimeInitSystem) enum tools::Time::TimeInitSystem 0 @@ -1630,7 +1642,7 @@ include/tools/urlobj.hxx:822 class rtl::OUString INetURLObject::encode(class std::basic_string_view<char16_t>,enum INetURLObject::Part,enum INetURLObject::EncodeMechanism,unsigned short) enum INetURLObject::EncodeMechanism eMechanism 0 -include/tools/zcodec.hxx:83 +include/tools/zcodec.hxx:82 void ZCodec::SetCompressionMetadata(const class rtl::OString &,unsigned int,unsigned int) unsigned int nLastModifiedTime 0 @@ -1646,7 +1658,7 @@ include/unotools/charclass.hxx:129 class rtl::OUString CharClass::titlecase(const class rtl::OUString &,int,int) const int nPos 0 -include/unotools/confignode.hxx:254 +include/unotools/confignode.hxx:239 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 @@ -1698,19 +1710,23 @@ include/unotools/transliterationwrapper.hxx:98 _Bool utl::TransliterationWrapper::equals(const class rtl::OUString &,int,int,int &,const class rtl::OUString &,int,int,int &) const int nPos2 0 -include/vbahelper/vbaeventshelperbase.hxx:92 +include/unotools/ucbstreamhelper.hxx:47 + class std::unique_ptr<class SvStream> utl::UcbStreamHelper::CreateStream(const class rtl::OUString &,enum StreamMode,_Bool,const class com::sun::star::uno::Reference<class com::sun::star::awt::XWindow> &,_Bool) + _Bool bUseSimpleFileAccessInteraction + 1 +include/vbahelper/vbaeventshelperbase.hxx:89 void VbaEventsHelperBase::checkArgumentType(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> &,int) int nIndex 0 -include/vbahelper/vbahelper.hxx:119 +include/vbahelper/vbahelper.hxx:118 class rtl::OUString extractStringFromAny(const class com::sun::star::uno::Any &,const class rtl::OUString &,_Bool) _Bool bUppercaseBool 1 -include/vcl/abstdlg.hxx:108 +include/vcl/abstdlg.hxx:107 void AbstractPasswordToOpenModifyDialog::Response(int) int 0 -include/vcl/accessibletableprovider.hxx:113 +include/vcl/accessibletableprovider.hxx:110 _Bool vcl::IAccessibleTableProvider::GetGlyphBoundRects(const class Point &,const class rtl::OUString &,int,int,class std::vector<class tools::Rectangle> &) int nIndex 0 @@ -1722,17 +1738,17 @@ include/vcl/alpha.hxx:90 _Bool AlphaMask::Convert(enum BmpConversion) enum BmpConversion eConversion 1 -include/vcl/bitmap.hxx:398 +include/vcl/bitmap.hxx:392 class Bitmap Bitmap::CreateMask(const class Color &,unsigned char) const unsigned char nTol 1 -include/vcl/BitmapBasicMorphologyFilter.hxx:46 +include/vcl/bitmap/BitmapBasicMorphologyFilter.hxx:43 void BitmapErodeFilter::BitmapErodeFilter(int) int nRadius 1 -include/vcl/BitmapBuffer.hxx:48 - class std::optional<struct BitmapBuffer> StretchAndConvert(const struct BitmapBuffer &,const struct SalTwoRect &,enum ScanlineFormat,class std::optional<class BitmapPalette>,const class ColorMask *) - const class ColorMask * pDstMask +include/vcl/bitmap/BitmapFilter.hxx:29 + void generateStripRanges(long,long,class std::function<void (long, long, _Bool)>) + long nFirst 0 include/vcl/BitmapColor.hxx:31 void BitmapColor::BitmapColor(enum ColorTransparencyTag,unsigned char,unsigned char,unsigned char,unsigned char) @@ -1742,10 +1758,6 @@ include/vcl/BitmapColor.hxx:32 void BitmapColor::BitmapColor(enum ColorAlphaTag,unsigned char,unsigned char,unsigned char,unsigned char) enum ColorAlphaTag 0 -include/vcl/BitmapFilter.hxx:30 - void generateStripRanges(long,long,class std::function<void (long, long, _Bool)>) - long nFirst - 0 include/vcl/dibtools.hxx:40 _Bool ReadDIB(class Bitmap &,class SvStream &,_Bool,_Bool) _Bool bMSOFormat @@ -1758,26 +1770,34 @@ include/vcl/fieldvalues.hxx:38 _Bool TextToValue(const class rtl::OUString &,double &,long,unsigned short,const class LocaleDataWrapper &,enum FieldUnit) long nBaseValue 0 -include/vcl/filter/PDFiumLibrary.hxx:65 +include/vcl/filter/PDFiumLibrary.hxx:68 class std::unique_ptr<class vcl::pdf::PDFiumBitmap> vcl::pdf::PDFium::createBitmap(int &,int &,int) int nAlpha 1 -include/vcl/filter/PDFiumLibrary.hxx:74 +include/vcl/filter/PDFiumLibrary.hxx:77 void vcl::pdf::PDFiumBitmap::fillRect(int,int,int,int,unsigned int) int left 0 -include/vcl/filter/PDFiumLibrary.hxx:74 +include/vcl/filter/PDFiumLibrary.hxx:77 void vcl::pdf::PDFiumBitmap::fillRect(int,int,int,int,unsigned int) int top 0 -include/vcl/filter/PDFiumLibrary.hxx:75 +include/vcl/filter/PDFiumLibrary.hxx:78 void vcl::pdf::PDFiumBitmap::renderPageBitmap(class vcl::pdf::PDFiumDocument *,class vcl::pdf::PDFiumPage *,int,int,int,int) int nStartX 0 -include/vcl/filter/PDFiumLibrary.hxx:75 +include/vcl/filter/PDFiumLibrary.hxx:78 void vcl::pdf::PDFiumBitmap::renderPageBitmap(class vcl::pdf::PDFiumDocument *,class vcl::pdf::PDFiumPage *,int,int,int,int) int nStartY 0 +include/vcl/filter/PDFiumLibrary.hxx:211 + class std::unique_ptr<class vcl::pdf::PDFiumStructureElement> vcl::pdf::PDFiumStructureTree::getChild(int) + int nIndex + 0 +include/vcl/filter/PDFiumLibrary.hxx:281 + class std::unique_ptr<class vcl::pdf::PDFiumAttachment> vcl::pdf::PDFiumDocument::getAttachment(int) + int nIndex + 0 include/vcl/font/Feature.hxx:49 void vcl::font::FeatureParameter::FeatureParameter(unsigned int,class rtl::OUString) unsigned int nCode @@ -1786,55 +1806,55 @@ include/vcl/glyphitemcache.hxx:46 const class SalLayoutGlyphs * SalLayoutGlyphsCache::GetLayoutGlyphs(const class VclPtr<const class OutputDevice> &,const class rtl::OUString &,const class vcl::text::TextLayoutCache *) const class vcl::text::TextLayoutCache * layoutCache 0 +include/vcl/glyphitemcache.hxx:56 + const class SalLayoutGlyphs * SalLayoutGlyphsCache::GetLayoutGlyphs(const class VclPtr<const class OutputDevice> &,const class rtl::OUString &,int,int,int,int,long,const class vcl::text::TextLayoutCache *) + long nLogicWidth + 0 include/vcl/image.hxx:47 void Image::Image(enum StockImage,const class rtl::OUString &) enum StockImage 0 -include/vcl/kernarray.hxx:88 - void KernArray::resize(unsigned long,int) - int nDefault - 0 -include/vcl/lazydelete.hxx:80 - void vcl::DeleteOnDeinit::DeleteOnDeinit<T>(enum vcl::DeleteOnDeinitFlag) - enum vcl::DeleteOnDeinitFlag - 0 -include/vcl/menu.hxx:256 +include/vcl/menu.hxx:254 _Bool Menu::HasValidEntries(_Bool) const _Bool bCheckPopups 1 -include/vcl/mtfxmldump.hxx:53 +include/vcl/mtfxmldump.hxx:51 void MetafileXmlDump::filterActionType(const enum MetaActionType,_Bool) _Bool bShouldFilter 0 -include/vcl/outdev.hxx:1052 - void OutputDevice::GetCaretPositions(const class rtl::OUString &,class KernArray &,int,int,const class SalLayoutGlyphs *) const +include/vcl/outdev.hxx:411 + _Bool OutputDevice::SupportsOperation(enum OutDevSupportType) const + enum OutDevSupportType + 0 +include/vcl/outdev.hxx:1070 + void OutputDevice::GetCaretPositions(const class rtl::OUString &,class std::vector<double> &,int,int,const class SalLayoutGlyphs *) const int nIndex 0 -include/vcl/outdev.hxx:1052 - void OutputDevice::GetCaretPositions(const class rtl::OUString &,class KernArray &,int,int,const class SalLayoutGlyphs *) const +include/vcl/outdev.hxx:1070 + void OutputDevice::GetCaretPositions(const class rtl::OUString &,class std::vector<double> &,int,int,const class SalLayoutGlyphs *) const const class SalLayoutGlyphs * pGlyphs 0 -include/vcl/outdev.hxx:1094 +include/vcl/outdev.hxx:1112 void OutputDevice::ImplDrawWaveTextLine(long,long,long,long,long,enum FontLineStyle,class Color,_Bool) long nY 0 -include/vcl/outdev.hxx:1095 +include/vcl/outdev.hxx:1113 void OutputDevice::ImplDrawStraightTextLine(long,long,long,long,long,enum FontLineStyle,class Color,_Bool) long nY 0 -include/vcl/outdev.hxx:1096 +include/vcl/outdev.hxx:1114 void OutputDevice::ImplDrawStrikeoutLine(long,long,long,long,long,enum FontStrikeout,class Color) long nY 0 -include/vcl/outdev.hxx:1097 +include/vcl/outdev.hxx:1115 void OutputDevice::ImplDrawStrikeoutChar(long,long,long,long,long,enum FontStrikeout,class Color) long nY 0 -include/vcl/outdev.hxx:1117 +include/vcl/outdev.hxx:1135 void OutputDevice::RefreshFontData(const _Bool) const _Bool bNewFontLists 1 -include/vcl/outdev.hxx:1259 +include/vcl/outdev.hxx:1288 _Bool OutputDevice::GetTextIsRTL(const class rtl::OUString &,int,int) const int nIndex 0 @@ -1842,7 +1862,7 @@ include/vcl/outdev/ScopedStates.hxx:25 void vcl::ScopedAntialiasing::ScopedAntialiasing(class OutputDevice &,_Bool) _Bool bAAState 1 -include/vcl/pdfread.hxx:33 +include/vcl/pdfread.hxx:27 unsigned long RenderPDFBitmaps(const void *,int,class std::vector<class BitmapEx> &,unsigned long,int,const class basegfx::B2DTuple *) int nPages 1 @@ -1850,7 +1870,7 @@ include/vcl/print.hxx:226 void Printer::ResetPrintArea(_Bool) _Bool bReset 1 -include/vcl/settings.hxx:729 +include/vcl/settings.hxx:741 void AllSettings::SetLanguageTag(const class rtl::OUString &,_Bool) _Bool bCanonicalize 1 @@ -1862,11 +1882,11 @@ include/vcl/splitwin.hxx:160 long SplitWindow::GetItemSize(unsigned short,enum SplitWindowItemFlags) const enum SplitWindowItemFlags nBits 1 -include/vcl/status.hxx:36 +include/vcl/status.hxx:33 void DrawProgress(class vcl::Window *,class OutputDevice &,const class Point &,long,long,long,unsigned short,unsigned short,unsigned short,const class tools::Rectangle &,enum ControlType) unsigned short nPercent1 0 -include/vcl/syschild.hxx:51 +include/vcl/syschild.hxx:50 void SystemChildWindow::EnableEraseBackground(_Bool) _Bool bEnable 0 @@ -1894,11 +1914,11 @@ include/vcl/toolbox.hxx:362 void ToolBox::SetItemWindowNonInteractive(struct o3tl::strong_int<unsigned short, struct ToolBoxItemIdTag>,_Bool) _Bool bNonInteractive 1 -include/vcl/toolbox.hxx:424 +include/vcl/toolbox.hxx:427 class Size ToolBox::CalcWindowSizePixel(unsigned long,enum WindowAlign) unsigned long nCalcLines 1 -include/vcl/toolbox.hxx:445 +include/vcl/toolbox.hxx:448 void ToolBox::EnableCustomize(_Bool) _Bool bEnable 1 @@ -1914,23 +1934,23 @@ include/vcl/toolkit/treelistbox.hxx:554 class SvTreeListEntry * SvTreeListBox::InsertEntry(const class rtl::OUString &,class SvTreeListEntry *,_Bool,unsigned int,void *) _Bool bChildrenOnDemand 0 -include/vcl/toolkit/treelistbox.hxx:616 +include/vcl/toolkit/treelistbox.hxx:617 void SvTreeListBox::MakeVisible(class SvTreeListEntry *,_Bool) _Bool bMoveToTop 1 -include/vcl/toolkit/treelistbox.hxx:628 +include/vcl/toolkit/treelistbox.hxx:629 struct std::pair<long, long> SvTreeListBox::GetItemPos(class SvTreeListEntry *,unsigned short) unsigned short nTabIdx 0 -include/vcl/toolkit/treelistbox.hxx:636 +include/vcl/toolkit/treelistbox.hxx:637 unsigned int SvTreeListBox::SelectChildren(class SvTreeListEntry *,_Bool) _Bool bSelect 0 -include/vcl/toolkit/treelistbox.hxx:644 +include/vcl/toolkit/treelistbox.hxx:645 void SvTreeListBox::SetHighlightRange(unsigned short,unsigned short) unsigned short nFirstTab 0 -include/vcl/toolkit/treelistentry.hxx:103 +include/vcl/toolkit/treelistentry.hxx:104 void SvTreeListEntry::ReplaceItem(class std::unique_ptr<class SvLBoxItem>,unsigned long) unsigned long nPos 0 @@ -1959,62 +1979,54 @@ include/vcl/vectorgraphicdata.hxx:37 const enum o3tl::Length eTargetUnit 0 include/vcl/vectorgraphicdata.hxx:84 - void VectorGraphicData::VectorGraphicData(const class rtl::OUString &,enum VectorGraphicDataType) + void VectorGraphicData::VectorGraphicData(class BinaryDataContainer,enum VectorGraphicDataType,int) enum VectorGraphicDataType eVectorDataType 0 -include/vcl/weld.hxx:447 - void weld::ScrolledWindow::vadjustment_set_lower(int) - int upper +include/vcl/virdev.hxx:58 + _Bool VirtualDevice::InnerImplSetOutputSizePixel(const class Size &,_Bool,unsigned char *) + unsigned char * pBuffer 0 -include/vcl/weld.hxx:1088 - void weld::TreeView::set_image(int,class VirtualDevice &,int) - int col +include/vcl/weld.hxx:423 + void weld::Grid::set_child_column_span(class weld::Widget &,int) + int nCols 1 -include/vcl/weld.hxx:1093 - void weld::TreeView::set_text_emphasis(int,_Bool,int) - int col - 0 -include/vcl/weld.hxx:1094 - _Bool weld::TreeView::get_text_emphasis(int,int) const - int col - 0 -include/vcl/weld.hxx:1095 - void weld::TreeView::set_text_align(int,double,int) - int col +include/vcl/weld.hxx:479 + void weld::ScrolledWindow::vadjustment_set_lower(int) + int lower 0 -include/vcl/weld.hxx:1179 +include/vcl/weld.hxx:1223 _Bool weld::TreeView::get_sensitive(const class weld::TreeIter &,int) const int col 0 -include/vcl/weld.hxx:1181 +include/vcl/weld.hxx:1225 _Bool weld::TreeView::get_text_emphasis(const class weld::TreeIter &,int) const int col 0 -include/vcl/weld.hxx:1473 +include/vcl/weld.hxx:1526 class std::unique_ptr<class weld::TreeIter> weld::IconView::make_iterator(const class weld::TreeIter *) const const class weld::TreeIter * pOrig 0 -include/vcl/weld.hxx:2411 +include/vcl/weld.hxx:2550 class rtl::OUString weld::Menu::popup_at_rect(class weld::Widget *,const class tools::Rectangle &,enum weld::Placement) enum weld::Placement ePlace 0 -include/vcl/window.hxx:585 +include/vcl/window.hxx:574 void vcl::Window::ImplSetMouseTransparent(_Bool) _Bool bTransparent 1 -include/vcl/window.hxx:888 +include/vcl/window.hxx:877 void vcl::Window::Disable(_Bool) _Bool bChild 1 -include/vcl/window.hxx:1497 +include/vcl/window.hxx:1488 void vcl::Window::SetSettings(const class AllSettings &,_Bool) _Bool bChild 1 -include/vcl/window.hxx:1499 +include/vcl/window.hxx:1490 class tools::Rectangle vcl::Window::GetTextRect(const class tools::Rectangle &,const class rtl::OUString &,enum DrawTextFlags,class TextRectInfo *,const class vcl::TextLayoutCommon *) const const class vcl::TextLayoutCommon * _pTextLayout 0 -include/vcl/window.hxx:1523 +include/vcl/window.hxx:1514 long vcl::Window::GetTextWidth(const class rtl::OUString &,int,int,const class vcl::text::TextLayoutCache *,const class SalLayoutGlyphs *const) const const class vcl::text::TextLayoutCache * 0 @@ -2022,7 +2034,7 @@ include/vcl/wmf.hxx:33 _Bool ConvertGraphicToWMF(const class Graphic &,class SvStream &,const class FilterConfigItem *,_Bool) _Bool bPlaceable 1 -include/xmloff/maptype.hxx:120 +include/xmloff/maptype.hxx:118 void XMLPropertyMapEntry::XMLPropertyMapEntry(nullptr_t) nullptr_t 0 @@ -2034,14 +2046,26 @@ include/xmloff/ProgressBarHelper.hxx:47 void ProgressBarHelper::ProgressBarHelper(class com::sun::star::uno::Reference<class com::sun::star::task::XStatusIndicator>,const _Bool) const _Bool bStrict 1 -include/xmloff/SchXMLImportHelper.hxx:100 +include/xmloff/SchXMLImportHelper.hxx:95 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/txtparae.hxx:226 +include/xmloff/txtparae.hxx:227 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 +include/xmloff/txtparae.hxx:255 + void XMLTextParagraphExport::exportTextField(const class com::sun::star::uno::Reference<class com::sun::star::text::XTextField> &,const _Bool,const _Bool,const _Bool,_Bool *) + const _Bool bRecursive + 1 +include/xmloff/txtparae.hxx:269 + void XMLTextParagraphExport::exportTextFrame(const class com::sun::star::uno::Reference<class com::sun::star::text::XTextContent> &,_Bool,_Bool,_Bool,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> *) + _Bool bExportContent + 1 +include/xmloff/txtparae.hxx:396 + void XMLTextParagraphExport::Add(enum XmlStyleFamily,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,class std::span<const struct XMLPropertyState>,_Bool) + _Bool bDontSeek + 0 include/xmloff/XMLEventExport.hxx:89 void XMLEventExport::Export(const class com::sun::star::uno::Reference<class com::sun::star::document::XEventsSupplier> &,_Bool) _Bool bUseWhitespace @@ -2078,8 +2102,8 @@ libreofficekit/qa/tilebench/tilebench.cxx:155 void testTile(class lok::Document *,int,int,_Bool) _Bool dump 1 -lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx:192 - class std::basic_string<char> makeHttpRequest(class std::basic_string_view<char16_t>,enum (anonymous namespace)::HTTP_METHOD,const class rtl::OString &,long &) +lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx:199 + class std::basic_string<char> makeHttpRequest(class std::basic_string_view<char16_t>,enum (anonymous namespace)::HTTP_METHOD,const class rtl::OString &,long &,CURLcode &) enum (anonymous namespace)::HTTP_METHOD method 1 lotuswordpro/inc/xfilter/xfborders.hxx:90 @@ -2114,7 +2138,7 @@ lotuswordpro/inc/xfilter/xfindex.hxx:100 void XFIndexTemplate::AddTabEntry(enum enumXFTab,double,char16_t,char16_t,const class rtl::OUString &) double len 0 -lotuswordpro/inc/xfilter/xfparastyle.hxx:173 +lotuswordpro/inc/xfilter/xfparastyle.hxx:175 void XFParaStyle::SetDropCap(short,short,double) double fDistance 0 @@ -2122,7 +2146,7 @@ lotuswordpro/inc/xfilter/xfutil.hxx:91 class rtl::OUString GetColorMode(enum enumXFColorMode) enum enumXFColorMode mode 0 -lotuswordpro/source/filter/bento.hxx:203 +lotuswordpro/source/filter/bento.hxx:201 class OpenStormBento::CBenObject * OpenStormBento::LtcBenContainer::FindNextObjectWithProperty(class OpenStormBento::CBenObject *,unsigned int) class OpenStormBento::CBenObject * pCurrObject 0 @@ -2138,11 +2162,11 @@ lotuswordpro/source/filter/lwpnumericfmt.hxx:113 void LwpCurrencyInfo::LwpCurrencyInfo(class rtl::OUString,_Bool,_Bool) _Bool bShowSpace_ 1 -o3tl/qa/cow_wrapper_clients.hxx:41 +o3tl/qa/cow_wrapper_clients.hxx:42 void o3tltests::cow_wrapper_client1::cow_wrapper_client1(int) int nVal 1 -oox/inc/drawingml/chart/typegroupconverter.hxx:157 +oox/inc/drawingml/chart/typegroupconverter.hxx:159 void oox::drawingml::chart::TypeGroupConverter::convertLineSmooth(class oox::PropertySet &,_Bool) const _Bool bOoxSmooth 1 @@ -2150,11 +2174,11 @@ oox/inc/drawingml/textspacing.hxx:42 void oox::drawingml::TextSpacing::TextSpacing(int) int nPoints 0 -oox/qa/unit/drawingml.cxx:46 +oox/qa/unit/drawingml.cxx:48 class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> getChildShape(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,int) int nIndex 0 -oox/qa/unit/shape.cxx:48 +oox/qa/unit/shape.cxx:49 class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> getChildShape(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,int) int nIndex 0 @@ -2170,23 +2194,23 @@ oox/source/export/chartexport.cxx:269 int lcl_getCategoryAxisType(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XDiagram> &,int,int) int nDimensionIndex 0 -oox/source/ppt/pptshape.cxx:703 +oox/source/ppt/pptshape.cxx:708 _Bool Placeholders::hasByPrio(unsigned long) const unsigned long aIndex 0 -oox/source/ppt/timenodelistcontext.cxx:105 +oox/source/ppt/timenodelistcontext.cxx:106 void oox::ppt::(anonymous namespace)::AnimColor::AnimColor(short,int,int,int) short cs 0 -oox/source/ppt/timenodelistcontext.cxx:105 +oox/source/ppt/timenodelistcontext.cxx:106 void oox::ppt::(anonymous namespace)::AnimColor::AnimColor(short,int,int,int) int o 0 -oox/source/ppt/timenodelistcontext.cxx:105 +oox/source/ppt/timenodelistcontext.cxx:106 void oox::ppt::(anonymous namespace)::AnimColor::AnimColor(short,int,int,int) int t 0 -oox/source/ppt/timenodelistcontext.cxx:105 +oox/source/ppt/timenodelistcontext.cxx:106 void oox::ppt::(anonymous namespace)::AnimColor::AnimColor(short,int,int,int) int th 0 @@ -2202,7 +2226,7 @@ opencl/source/opencl_device.cxx:114 double random(double,double) double min 0 -opencl/source/openclwrapper.cxx:526 +opencl/source/openclwrapper.cxx:500 _Bool initOpenCLRunEnv(int) int argc 0 @@ -2298,12 +2322,16 @@ sc/inc/address.hxx:507 void ScRange::ScRange(enum ScAddress::InitializeInvalid) enum ScAddress::InitializeInvalid eInvalid 0 -sc/inc/cellform.hxx:41 +sc/inc/cellform.hxx:42 class rtl::OUString ScCellFormat::GetString(class ScDocument &,const class ScAddress &,unsigned int,const class Color **,struct ScInterpreterContext *,_Bool,_Bool) _Bool bFormula 0 -sc/inc/cellform.hxx:52 - class rtl::OUString ScCellFormat::GetInputString(const struct ScRefCellValue &,unsigned int,struct ScInterpreterContext *,const class ScDocument &,_Bool,_Bool) +sc/inc/cellformtmpl.hxx:33 + auto ScCellFormat::visitInputSharedString(const struct ScRefCellValue &,unsigned int,struct ScInterpreterContext *,const class ScDocument &,class svl::SharedStringPool &,_Bool,_Bool,const type-parameter-?-? &) + _Bool bFiltering + 1 +sc/inc/cellformtmpl.hxx:33 + auto ScCellFormat::visitInputSharedString(const struct ScRefCellValue &,unsigned int,struct ScInterpreterContext *,const class ScDocument &,class svl::SharedStringPool &,_Bool,_Bool,const type-parameter-?-? &) _Bool bForceSystemLocale 0 sc/inc/ChartTools.hxx:46 @@ -2362,19 +2390,19 @@ sc/inc/columnspanset.hxx:104 void sc::ColumnSpanSet::scan(const class ScDocument &,short,short,int,short,int,_Bool) _Bool bVal 1 -sc/inc/compiler.hxx:385 +sc/inc/compiler.hxx:388 void ScCompiler::ScCompiler(class sc::CompileFormulaContext &,const class ScAddress &,_Bool,_Bool,struct ScInterpreterContext *) _Bool bComputeII 0 -sc/inc/compiler.hxx:385 +sc/inc/compiler.hxx:388 void ScCompiler::ScCompiler(class sc::CompileFormulaContext &,const class ScAddress &,_Bool,_Bool,struct ScInterpreterContext *) _Bool bMatrixFlag 0 -sc/inc/compiler.hxx:385 +sc/inc/compiler.hxx:388 void ScCompiler::ScCompiler(class sc::CompileFormulaContext &,const class ScAddress &,_Bool,_Bool,struct ScInterpreterContext *) struct ScInterpreterContext * pContext 0 -sc/inc/compiler.hxx:390 +sc/inc/compiler.hxx:393 void ScCompiler::ScCompiler(class ScDocument &,const class ScAddress &,enum formula::FormulaGrammar::Grammar,_Bool,_Bool,struct ScInterpreterContext *) struct ScInterpreterContext * pContext 0 @@ -2402,131 +2430,135 @@ sc/inc/dociter.hxx:448 void ScDocRowHeightUpdater::TabRanges::TabRanges(short,int) short nTab 0 -sc/inc/document.hxx:615 +sc/inc/document.hxx:634 + void ScDocument::setHasCustomXml(_Bool,class rtl::OUString &) + _Bool bUse + 1 +sc/inc/document.hxx:663 void ScDocument::ScDocument(enum ScDocumentMode,class ScDocShell *) class ScDocShell * pDocShell 0 -sc/inc/document.hxx:1005 +sc/inc/document.hxx:1060 void ScDocument::SetPendingRowHeights(short,_Bool) _Bool bSet 0 -sc/inc/document.hxx:1010 +sc/inc/document.hxx:1065 void ScDocument::SetScenario(short,_Bool) _Bool bFlag 1 -sc/inc/document.hxx:1206 +sc/inc/document.hxx:1261 class rtl::OUString ScDocument::GetString(short,int,short,struct ScInterpreterContext *) const struct ScInterpreterContext * pContext 0 -sc/inc/document.hxx:1367 +sc/inc/document.hxx:1424 void ScDocument::GetBorderLines(short,int,short,const class editeng::SvxBorderLine **,const class editeng::SvxBorderLine **,const class editeng::SvxBorderLine **,const class editeng::SvxBorderLine **) const short nTab 0 -sc/inc/document.hxx:1627 +sc/inc/document.hxx:1685 void ScDocument::EnableUserInteraction(_Bool) _Bool bVal 0 -sc/inc/document.hxx:1726 +sc/inc/document.hxx:1784 void ScDocument::CopyMultiRangeFromClip(const class ScAddress &,const class ScMarkData &,enum InsertDeleteFlags,class ScDocument *,_Bool,_Bool,_Bool,_Bool) _Bool bResetCut 1 -sc/inc/document.hxx:1776 +sc/inc/document.hxx:1834 void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &) short nCol1 0 -sc/inc/document.hxx:1776 +sc/inc/document.hxx:1834 void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &) _Bool bMarked 0 -sc/inc/document.hxx:1783 +sc/inc/document.hxx:1841 void ScDocument::UndoToDocument(const class ScRange &,enum InsertDeleteFlags,_Bool,class ScDocument &) _Bool bMarked 0 -sc/inc/document.hxx:1838 +sc/inc/document.hxx:1896 const class ScPatternAttr * ScDocument::GetMostUsedPattern(short,int,int,short) const int nStartRow 0 -sc/inc/document.hxx:2002 +sc/inc/document.hxx:2073 long ScDocument::GetColOffset(short,short,_Bool) const _Bool bHiddenAsZero 1 -sc/inc/document.hxx:2003 +sc/inc/document.hxx:2074 long ScDocument::GetRowOffset(int,short,_Bool) const _Bool bHiddenAsZero 1 -sc/inc/document.hxx:2032 +sc/inc/document.hxx:2103 void ScDocument::ShowRow(int,short,_Bool) _Bool bShow 0 -sc/inc/document.hxx:2035 +sc/inc/document.hxx:2106 void ScDocument::SetRowFlags(int,int,short,enum CRFlags) int nStartRow 0 -sc/inc/document.hxx:2044 +sc/inc/document.hxx:2115 void ScDocument::SetRowBreak(int,short,_Bool,_Bool) _Bool bPage 0 -sc/inc/document.hxx:2044 +sc/inc/document.hxx:2115 void ScDocument::SetRowBreak(int,short,_Bool,_Bool) _Bool bManual 1 -sc/inc/document.hxx:2045 +sc/inc/document.hxx:2116 void ScDocument::SetColBreak(short,short,_Bool,_Bool) _Bool bPage 0 -sc/inc/document.hxx:2045 +sc/inc/document.hxx:2116 void ScDocument::SetColBreak(short,short,_Bool,_Bool) _Bool bManual 1 -sc/inc/document.hxx:2046 +sc/inc/document.hxx:2117 void ScDocument::RemoveRowBreak(int,short,_Bool,_Bool) _Bool bPage 0 -sc/inc/document.hxx:2046 +sc/inc/document.hxx:2117 void ScDocument::RemoveRowBreak(int,short,_Bool,_Bool) _Bool bManual 1 -sc/inc/document.hxx:2047 +sc/inc/document.hxx:2118 void ScDocument::RemoveColBreak(short,short,_Bool,_Bool) _Bool bPage 0 -sc/inc/document.hxx:2047 +sc/inc/document.hxx:2118 void ScDocument::RemoveColBreak(short,short,_Bool,_Bool) _Bool bManual 1 -sc/inc/document.hxx:2310 +sc/inc/document.hxx:2381 class std::set<short> ScDocument::QueryColumnsWithFormulaCells(short) const short nTab 0 -sc/inc/document.hxx:2318 +sc/inc/document.hxx:2389 void ScDocument::CheckIntegrity(short) const short nTab 0 -sc/inc/document.hxx:2376 +sc/inc/document.hxx:2447 void ScDocument::UpdateBroadcastAreas(enum UpdateRefMode,const class ScRange &,short,int,short) enum UpdateRefMode eUpdateRefMode 0 -sc/inc/document.hxx:2408 +sc/inc/document.hxx:2479 void ScDocument::CalcFormulaTree(_Bool,_Bool,_Bool) _Bool bSetAllDirty 1 -sc/inc/document.hxx:2629 +sc/inc/document.hxx:2700 void ScDocument::StoreTabToCache(short,class SvStream &) const short nTab 0 -sc/inc/document.hxx:2630 +sc/inc/document.hxx:2701 void ScDocument::RestoreTabFromCache(short,class SvStream &) short nTab 0 -sc/inc/document.hxx:2726 +sc/inc/document.hxx:2797 void ScDocument::EndListeningIntersectedGroup(class sc::EndListeningContext &,const class ScAddress &,class std::vector<class ScAddress> *) class std::vector<class ScAddress> * pGroupPos 0 -sc/inc/document.hxx:2748 +sc/inc/document.hxx:2819 void ScMutationDisable::ScMutationDisable(class ScDocument &,enum ScMutationGuardFlags) enum ScMutationGuardFlags nFlags 1 -sc/inc/document.hxx:2781 +sc/inc/document.hxx:2852 void ScMutationGuard::ScMutationGuard(class ScDocument &,enum ScMutationGuardFlags) enum ScMutationGuardFlags nFlags 1 @@ -2606,19 +2638,19 @@ sc/inc/miscuno.hxx:147 type-parameter-?-? ScUnoHelpFunctions::GetEnumProperty(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,type-parameter-?-?) type-parameter-?-? nDefault 0 -sc/inc/patattr.hxx:184 +sc/inc/patattr.hxx:207 void ScPatternAttr::fillColor(class model::ComplexColor &,enum ScAutoFontColorMode,const class SfxItemSet *,const class Color *,const class Color *) const enum ScAutoFontColorMode eAutoMode 0 -sc/inc/patattr.hxx:184 +sc/inc/patattr.hxx:207 void ScPatternAttr::fillColor(class model::ComplexColor &,enum ScAutoFontColorMode,const class SfxItemSet *,const class Color *,const class Color *) const const class SfxItemSet * pCondSet 0 -sc/inc/patattr.hxx:184 +sc/inc/patattr.hxx:207 void ScPatternAttr::fillColor(class model::ComplexColor &,enum ScAutoFontColorMode,const class SfxItemSet *,const class Color *,const class Color *) const const class Color * pBackConfigColor 0 -sc/inc/patattr.hxx:184 +sc/inc/patattr.hxx:207 void ScPatternAttr::fillColor(class model::ComplexColor &,enum ScAutoFontColorMode,const class SfxItemSet *,const class Color *,const class Color *) const const class Color * pTextConfigColor 0 @@ -2630,23 +2662,23 @@ sc/inc/postit.hxx:64 void ScPostIt::ScPostIt(class ScDocument &,const class ScAddress &,unsigned int) unsigned int nPostItId 0 -sc/inc/queryiter.hxx:366 +sc/inc/queryiter.hxx:368 void ScQueryCellIteratorSortedCache::ScQueryCellIteratorSortedCache(class ScDocument &,struct ScInterpreterContext &,short,const struct ScQueryParam &,_Bool,_Bool) _Bool bMod 0 -sc/inc/queryiter.hxx:366 +sc/inc/queryiter.hxx:368 void ScQueryCellIteratorSortedCache::ScQueryCellIteratorSortedCache(class ScDocument &,struct ScInterpreterContext &,short,const struct ScQueryParam &,_Bool,_Bool) _Bool bReverse 0 -sc/inc/queryiter.hxx:416 +sc/inc/queryiter.hxx:418 void ScCountIfCellIteratorSortedCache::ScCountIfCellIteratorSortedCache(class ScDocument &,struct ScInterpreterContext &,short,const struct ScQueryParam &,_Bool,_Bool) _Bool bMod 0 -sc/inc/queryiter.hxx:416 +sc/inc/queryiter.hxx:418 void ScCountIfCellIteratorSortedCache::ScCountIfCellIteratorSortedCache(class ScDocument &,struct ScInterpreterContext &,short,const struct ScQueryParam &,_Bool,_Bool) _Bool bReverse 0 -sc/inc/queryparam.hxx:59 +sc/inc/queryparam.hxx:60 struct ScQueryEntry * ScQueryParamBase::FindEntryByField(int,_Bool) _Bool bNew 1 @@ -2686,11 +2718,11 @@ sc/inc/rangeutl.hxx:217 -e ... etc. - the rest is truncated