[Libreoffice-commits] core.git: compilerplugins/clang include/svl svl/source

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 29 16:34:07 UTC 2021


 compilerplugins/clang/unusedmethods.results                |  220 +++++++++----
 compilerplugins/clang/unusedmethods.unused-returns.results |   68 +++-
 include/svl/itemset.hxx                                    |    1 
 svl/source/inc/items_helper.hxx                            |   16 
 svl/source/items/itemset.cxx                               |   13 
 5 files changed, 213 insertions(+), 105 deletions(-)

New commits:
commit de7db883479bdeb44efc2caa6b8f7cfd3865d114
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Thu Jul 29 11:32:13 2021 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Jul 29 18:33:32 2021 +0200

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

diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results
index 73fd7a66791c..8e98e7050b03 100644
--- a/compilerplugins/clang/unusedmethods.results
+++ b/compilerplugins/clang/unusedmethods.results
@@ -94,6 +94,10 @@ cui/source/inc/fileextcheckdlg.hxx:32
     void FileExtCheckDialog::OnOkClick(class weld::Button &)
 cui/source/inc/fileextcheckdlg.hxx:35
      FileExtCheckDialog::FileExtCheckDialog(class weld::Window *,const class rtl::OUString &,const class rtl::OUString &)
+cui/source/inc/GraphicsTestsDialog.hxx:52
+    void GraphicsTestsDialog::HandleResultViewRequest(class weld::Button &)
+cui/source/inc/GraphicsTestsDialog.hxx:52
+    void GraphicsTestsDialog::LinkStubHandleResultViewRequest(void *,class weld::Button &)
 cui/source/inc/SvxNotebookbarConfigPage.hxx:40
     void SvxNotebookbarConfigPage::SetElement()
 dbaccess/source/filter/hsqldb/fbalterparser.hxx:19
@@ -142,16 +146,14 @@ drawinglayer/source/tools/emfpstringformat.hxx:99
     _Bool emfplushelper::EMFPStringFormat::NoClip() const
 drawinglayer/source/tools/emfpstringformat.hxx:100
     _Bool emfplushelper::EMFPStringFormat::BypassGDI() const
-editeng/inc/editdoc.hxx:523
-    _Bool EditLine::IsInvalid() const
-editeng/inc/editdoc.hxx:524
-    _Bool EditLine::IsValid() const
 editeng/inc/edtspell.hxx:103
     class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct editeng::MisspellRange *, class std::__cxx1998::vector<struct editeng::MisspellRange, class std::allocator<struct editeng::MisspellRange> > >, class std::__debug::vector<struct editeng::MisspellRange, class std::allocator<struct editeng::MisspellRange> >, struct std::random_access_iterator_tag> WrongList::begin() const
 editeng/inc/edtspell.hxx:104
     class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct editeng::MisspellRange *, class std::__cxx1998::vector<struct editeng::MisspellRange, class std::allocator<struct editeng::MisspellRange> > >, class std::__debug::vector<struct editeng::MisspellRange, class std::allocator<struct editeng::MisspellRange> >, struct std::random_access_iterator_tag> WrongList::end() const
-editeng/source/editeng/impedit.hxx:234
-    class tools::Rectangle LOKSpecialPositioning::GetWindowPos(const class tools::Rectangle &,enum MapUnit) const
+editeng/source/editeng/impedit.hxx:765
+    long ImpEditEngine::getYDirectionAware(const class Point &) const
+editeng/source/editeng/impedit.hxx:771
+    void ImpEditEngine::setYDirectionAware(class Point &,long) const
 embeddedobj/source/msole/olecomponent.hxx:75
     _Bool OleComponent::InitializeObject_Impl()
 embeddedobj/source/msole/olecomponent.hxx:77
@@ -336,12 +338,58 @@ include/basegfx/range/b3drange.hxx:218
     const class basegfx::B3DRange & basegfx::B3DRange::getUnitB3DRange()
 include/basegfx/range/b3drange.hxx:223
     class basegfx::B3DRange basegfx::operator*(const class basegfx::B3DHomMatrix &,const class basegfx::B3DRange &)
+include/basegfx/tuple/b2i64tuple.hxx:89
+    const long & basegfx::B2I64Tuple::operator[](int) const
+include/basegfx/tuple/b2i64tuple.hxx:98
+    long & basegfx::B2I64Tuple::operator[](int)
+include/basegfx/tuple/b2i64tuple.hxx:109
+    class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator+=(const class basegfx::B2I64Tuple &)
+include/basegfx/tuple/b2i64tuple.hxx:116
+    class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator-=(const class basegfx::B2I64Tuple &)
+include/basegfx/tuple/b2i64tuple.hxx:123
+    class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator/=(const class basegfx::B2I64Tuple &)
+include/basegfx/tuple/b2i64tuple.hxx:130
+    class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator*=(const class basegfx::B2I64Tuple &)
+include/basegfx/tuple/b2i64tuple.hxx:137
+    class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator*=(long)
+include/basegfx/tuple/b2i64tuple.hxx:144
+    class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator/=(long)
+include/basegfx/tuple/b2i64tuple.hxx:161
+    _Bool basegfx::B2I64Tuple::operator!=(const class basegfx::B2I64Tuple &) const
+include/basegfx/tuple/b2ituple.hxx:91
+    const int & basegfx::B2ITuple::operator[](int) const
+include/basegfx/tuple/b2ituple.hxx:100
+    int & basegfx::B2ITuple::operator[](int)
+include/basegfx/tuple/b2ituple.hxx:125
+    class basegfx::B2ITuple & basegfx::B2ITuple::operator/=(const class basegfx::B2ITuple &)
+include/basegfx/tuple/b2ituple.hxx:132
+    class basegfx::B2ITuple & basegfx::B2ITuple::operator*=(const class basegfx::B2ITuple &)
+include/basegfx/tuple/b2ituple.hxx:146
+    class basegfx::B2ITuple & basegfx::B2ITuple::operator/=(int)
+include/basegfx/tuple/b2ituple.hxx:158
+    _Bool basegfx::B2ITuple::equalZero() const
+include/basegfx/tuple/b3dtuple.hxx:170
+    class basegfx::B3DTuple & basegfx::B3DTuple::operator/=(const class basegfx::B3DTuple &)
 include/basegfx/tuple/b3ituple.hxx:43
      basegfx::B3ITuple::B3ITuple()
 include/basegfx/tuple/b3ituple.hxx:66
     const int & basegfx::B3ITuple::operator[](int) const
 include/basegfx/tuple/b3ituple.hxx:75
     int & basegfx::B3ITuple::operator[](int)
+include/basegfx/tuple/b3ituple.hxx:106
+    class basegfx::B3ITuple & basegfx::B3ITuple::operator+=(const class basegfx::B3ITuple &)
+include/basegfx/tuple/b3ituple.hxx:114
+    class basegfx::B3ITuple & basegfx::B3ITuple::operator-=(const class basegfx::B3ITuple &)
+include/basegfx/tuple/b3ituple.hxx:122
+    class basegfx::B3ITuple & basegfx::B3ITuple::operator/=(const class basegfx::B3ITuple &)
+include/basegfx/tuple/b3ituple.hxx:130
+    class basegfx::B3ITuple & basegfx::B3ITuple::operator*=(const class basegfx::B3ITuple &)
+include/basegfx/tuple/b3ituple.hxx:138
+    class basegfx::B3ITuple & basegfx::B3ITuple::operator*=(int)
+include/basegfx/tuple/b3ituple.hxx:146
+    class basegfx::B3ITuple & basegfx::B3ITuple::operator/=(int)
+include/basegfx/tuple/b3ituple.hxx:164
+    _Bool basegfx::B3ITuple::operator!=(const class basegfx::B3ITuple &) const
 include/basegfx/tuple/Tuple2D.hxx:79
     _Bool basegfx::Tuple2D::equal(const class basegfx::Tuple2D<double> &) const
 include/basegfx/tuple/Tuple2D.hxx:79
@@ -458,7 +506,7 @@ include/comphelper/logging.hxx:416
     void comphelper::EventLogger::logp(const int,const char *,const char *,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
 include/comphelper/logging.hxx:429
     void comphelper::EventLogger::logp(const int,const char *,const char *,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
-include/comphelper/lok.hxx:48
+include/comphelper/lok.hxx:49
     _Bool comphelper::LibreOfficeKit::isLocalRendering()
 include/comphelper/profilezone.hxx:54
      comphelper::ProfileZone::ProfileZone(const char *,const class std::__debug::map<class rtl::OUString, class rtl::OUString, struct std::less<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, class rtl::OUString> > > &)
@@ -480,10 +528,16 @@ include/comphelper/sequence.hxx:200
     Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[N])
 include/comphelper/sequence.hxx:200
     Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[S])
+include/comphelper/sequence.hxx:200
+    Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[SrcSize])
+include/comphelper/sequence.hxx:200
+    Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[_Bound])
+include/comphelper/sequence.hxx:200
+    Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[_Nm])
+include/comphelper/sequence.hxx:200
+    Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[_Num])
 include/comphelper/servicedecl.hxx:107
      comphelper::service_decl::ServiceDecl::ServiceDecl(const type-parameter-?-? &,const char *,const char *)
-include/comphelper/traceevent.hxx:215
-    void comphelper::AsyncEvent::finish()
 include/comphelper/unique_disposing_ptr.hxx:46
     type-parameter-?-? & comphelper::unique_disposing_ptr::operator*() const
 include/comphelper/unwrapargs.hxx:51
@@ -515,18 +569,22 @@ include/drawinglayer/primitive3d/baseprimitive3d.hxx:112
 include/drawinglayer/tools/primitive2dxmldump.hxx:45
     void drawinglayer::Primitive2dXmlDump::dump(const class drawinglayer::primitive2d::Primitive2DContainer &,const class rtl::OUString &)
 include/editeng/editeng.hxx:241
+    _Bool EditEngine::GetDirectVertical() const
+include/editeng/editeng.hxx:242
     _Bool EditEngine::GetVertical() const
-include/editeng/editeng.hxx:243
+include/editeng/editeng.hxx:244
     enum TextRotation EditEngine::GetRotation() const
-include/editeng/editeng.hxx:472
+include/editeng/editeng.hxx:473
     _Bool EditEngine::(anonymous)::__invoke(const class SvxFieldData *)
 include/editeng/hyphenzoneitem.hxx:64
     _Bool SvxHyphenZoneItem::IsPageEnd() const
-include/editeng/outliner.hxx:884
+include/editeng/outliner.hxx:882
     _Bool Outliner::(anonymous)::__invoke(const class SvxFieldData *)
 include/filter/msfilter/mstoolbar.hxx:103
      Indent::Indent(_Bool)
-include/formula/opcode.hxx:522
+include/formula/grammar.hxx:219
+    _Bool formula::FormulaGrammar::isRefConventionOOXML(const enum formula::FormulaGrammar::Grammar)
+include/formula/opcode.hxx:523
     class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > OpCodeEnumToString(enum OpCode)
 include/formula/tokenarray.hxx:182
     class formula::FormulaTokenArrayReferencesIterator formula::FormulaTokenArrayReferencesIterator::operator++(int)
@@ -626,7 +684,7 @@ include/sax/fshelper.hxx:130
     void sax_fastparser::FastSerializerHelper::startElementNS(int,int,const class rtl::Reference<class sax_fastparser::FastAttributeList> &)
 include/sax/tools/converter.hxx:198
     _Bool sax::Converter::convertAngle(short &,class std::basic_string_view<char16_t, struct std::char_traits<char16_t> >,_Bool)
-include/sfx2/childwin.hxx:121
+include/sfx2/childwin.hxx:120
     void SfxChildWindow::ClearController()
 include/sfx2/docfilt.hxx:81
     _Bool SfxFilter::GetGpgEncryption() const
@@ -634,38 +692,28 @@ include/sfx2/evntconf.hxx:60
     struct SfxEventName & SfxEventNamesList::at(unsigned long)
 include/sfx2/infobar.hxx:104
     void SfxInfoBarWindow::SetCommandHandler(class weld::Button &,const class rtl::OUString &)
-include/sfx2/listview.hxx:58
-    void ListView::remove(const class rtl::OUString &)
 include/sfx2/lokcharthelper.hxx:43
     void LokChartHelper::Invalidate()
 include/sfx2/msg.hxx:120
     const class std::type_info * SfxType0::Type() const
-include/sfx2/templatedlg.hxx:64
-    void SfxTemplateManagerDlg::ExportActionHdl()
-include/sfx2/templatedlg.hxx:161
-    void SfxTemplateCategoryDialog::HideNewCategoryOption()
-include/sfx2/templatedlg.hxx:165
-    void SfxTemplateCategoryDialog::SetSelectLabelText(const class rtl::OUString &) const
-include/sfx2/templatelocalview.hxx:113
-    _Bool TemplateLocalView::moveTemplate(const class ThumbnailViewItem *,const unsigned short,const unsigned short)
-include/sfx2/thumbnailview.hxx:232
-    void ThumbnailView::SetMultiSelectionEnabled(_Bool)
-include/sfx2/viewsh.hxx:378
+include/sfx2/viewsh.hxx:379
     enum LOKDeviceFormFactor SfxViewShell::GetLOKDeviceFormFactor() const
-include/sfx2/viewsh.hxx:380
+include/sfx2/viewsh.hxx:381
     _Bool SfxViewShell::isLOKDesktop() const
-include/svl/itemiter.hxx:45
-    _Bool SfxItemIter::IsAtEnd() const
-include/svl/itempool.hxx:102
+include/svl/itempool.hxx:103
     enum MapUnit SfxItemPool::GetDefaultMetric() const
-include/svl/itempool.hxx:157
+include/svl/itempool.hxx:158
     const type-parameter-?-? * SfxItemPool::GetItem2Default(TypedWhichId<type-parameter-?-?>) const
-include/svl/itempool.hxx:195
+include/svl/itempool.hxx:196
     void SfxItemPool::dumpAsXml(struct _xmlTextWriter *) const
+include/svl/itemset.hxx:54
+     SfxItemSet::SfxItemSet(class SfxItemPool &,struct WhichRangesContainer &&,unsigned long)
 include/svl/lockfilecommon.hxx:60
     void svt::LockFileCommon::SetURL(const class rtl::OUString &)
 include/svl/poolitem.hxx:168
     type-parameter-?-? * SfxPoolItem::DynamicWhichCast(TypedWhichId<type-parameter-?-?>)
+include/svl/whichranges.hxx:52
+    void svl::Items_t::fill(struct std::pair<unsigned short, unsigned short> *)
 include/svtools/asynclink.hxx:43
     void svtools::AsynchronLink::LinkStubHandleCall_Idle(void *,class Timer *)
 include/svtools/DocumentToGraphicRenderer.hxx:105
@@ -694,7 +742,7 @@ include/svx/sidebar/InspectorTextPanel.hxx:49
     class std::unique_ptr<class PanelLayout, struct std::default_delete<class PanelLayout> > svx::sidebar::InspectorTextPanel::Create(class weld::Widget *)
 include/svx/svdlayer.hxx:74
     _Bool SdrLayer::operator==(const class SdrLayer &) const
-include/svx/svdpntv.hxx:448
+include/svx/svdpntv.hxx:444
     _Bool SdrPaintView::IsSwapAsynchron() const
 include/svx/svdtrans.hxx:255
     _Bool IsMetric(enum MapUnit)
@@ -804,6 +852,12 @@ include/unotools/localedatawrapper.hxx:240
     const class rtl::OUString & LocaleDataWrapper::getLongDateYearSep() const
 include/unotools/moduleoptions.hxx:165
     _Bool SvtModuleOptions::IsDataBase() const
+include/unotools/resmgr.hxx:36
+     TranslateId::TranslateId()
+include/unotools/resmgr.hxx:40
+    _Bool TranslateId::operator bool() const
+include/unotools/resmgr.hxx:43
+    _Bool TranslateId::operator!=(const struct TranslateId &) const
 include/unotools/textsearch.hxx:121
     basic_ostream<type-parameter-?-?, type-parameter-?-?> & utl::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const enum utl::SearchParam::SearchType &)
 include/unotools/weakref.hxx:66
@@ -894,8 +948,24 @@ include/vcl/inputctx.hxx:62
     _Bool InputContext::operator!=(const class InputContext &) const
 include/vcl/ITiledRenderable.hxx:216
     enum PointerStyle vcl::ITiledRenderable::getPointer()
-include/vcl/jsdialog/executor.hxx:46
-    void LOKTrigger::trigger_clicked(class weld::Button &)
+include/vcl/lazydelete.hxx:76
+     vcl::DeleteOnDeinit::DeleteOnDeinit(type-parameter-?-? &&...)
+include/vcl/lazydelete.hxx:92
+    class std::optional<class (anonymous namespace)::SdrHdlBitmapSet> vcl::DeleteOnDeinit::set(type-parameter-?-? &&...)
+include/vcl/lazydelete.hxx:92
+    class std::optional<class (anonymous namespace)::VDevBuffer> vcl::DeleteOnDeinit::set(type-parameter-?-? &&...)
+include/vcl/lazydelete.hxx:92
+    class std::optional<class BitmapEx> vcl::DeleteOnDeinit::set(type-parameter-?-? &&...)
+include/vcl/lazydelete.hxx:92
+    class std::optional<class VclPtr<class OutputDevice> > vcl::DeleteOnDeinit::set(type-parameter-?-? &&...)
+include/vcl/lazydelete.hxx:92
+    class std::optional<class drawinglayer::primitive2d::DiscreteShadow> vcl::DeleteOnDeinit::set(type-parameter-?-? &&...)
+include/vcl/lazydelete.hxx:92
+    class std::optional<class std::__debug::unordered_map<int, class rtl::Reference<class LOKClipboard>, struct std::hash<int>, struct std::equal_to<int>, class std::allocator<struct std::pair<const int, class rtl::Reference<class LOKClipboard> > > > > vcl::DeleteOnDeinit::set(type-parameter-?-? &&...)
+include/vcl/lazydelete.hxx:92
+    class std::optional<class std::shared_ptr<class weld::Window> > vcl::DeleteOnDeinit::set(type-parameter-?-? &&...)
+include/vcl/lazydelete.hxx:92
+    class std::optional<struct (anonymous namespace)::WavyLineCache> vcl::DeleteOnDeinit::set(type-parameter-?-? &&...)
 include/vcl/lok.hxx:22
     void vcl::lok::unregisterPollCallbacks()
 include/vcl/menubarupdateicon.hxx:67
@@ -986,6 +1056,8 @@ include/vcl/weld.hxx:183
     _Bool weld::Widget::get_hexpand() const
 include/vcl/weld.hxx:185
     _Bool weld::Widget::get_vexpand() const
+include/vcl/weld.hxx:187
+    void weld::Widget::set_secondary(_Bool)
 include/vcl/weld.hxx:192
     int weld::Widget::get_margin_top() const
 include/vcl/weld.hxx:193
@@ -1028,7 +1100,7 @@ include/vcl/weld.hxx:2066
     void weld::MetricSpinButton::set_position(int)
 include/vcl/weld.hxx:2167
     int weld::TextView::vadjustment_get_lower() const
-include/vcl/weld.hxx:2375
+include/vcl/weld.hxx:2377
     class rtl::OUString weld::Toolbar::get_item_label(const class rtl::OString &) const
 include/vcl/weldutils.hxx:192
     const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> & weld::WidgetStatusListener::getFrame() const
@@ -1046,14 +1118,20 @@ include/xmloff/txtimp.hxx:116
     class XMLPropertyBackpatcher<short> & XMLTextImportHelper::GetSequenceIdBP()
 include/xmloff/xmluconv.hxx:190
     _Bool SvXMLUnitConverter::convertEnum(type-parameter-?-? &,class std::basic_string_view<char, struct std::char_traits<char> >,const SvXMLEnumStringMapEntry<type-parameter-?-?> *)
+include/xmlreader/pad.hxx:38
+    void xmlreader::Pad::add(char const (&)[size_])
+include/xmlreader/span.hxx:44
+     xmlreader::Span::Span(char const (&)[size_])
+include/xmlreader/span.hxx:71
+    _Bool xmlreader::Span::operator!=(char const (&)[N]) const
 libreofficekit/qa/gtktiledviewer/gtv-application-window.cxx:72
     void ::operator()(struct _GtkBuilder *) const
 libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx:31
     void * gtv_comments_sidebar_get_instance_private(struct GtvCommentsSidebar *)
+libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx:49
+    void ::operator()(struct _GList *) const
 libreofficekit/qa/gtktiledviewer/gtv-helpers.cxx:80
     void ::operator()(struct _GtkTargetList *) const
-libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.cxx:183
-    void ::operator()(struct _GList *) const
 libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.hxx:35
     void openLokDialog(struct _GtkWidget *,void *)
 lotuswordpro/source/filter/clone.hxx:28
@@ -1088,11 +1166,13 @@ sal/osl/unx/uunxapi.hxx:39
     int mkdir_c(const class rtl::OString &,unsigned int)
 sal/osl/unx/uunxapi.hxx:74
     int osl::lstat(const class rtl::OUString &,struct stat &)
+sal/rtl/strtmpl.hxx:917
+    int rtl::str::toInt32_WithLength(const type-parameter-?-? *,short,int)
 sc/inc/address.hxx:665
     _Bool ScRange::operator<=(const class ScRange &) const
 sc/inc/bigrange.hxx:72
     _Bool ScBigAddress::operator!=(const class ScBigAddress &) const
-sc/inc/columniterator.hxx:82
+sc/inc/columniterator.hxx:81
     int sc::ColumnIterator::getType() const
 sc/inc/datamapper.hxx:75
     void sc::ExternalDataSource::setUpdateFrequency(double)
@@ -1102,6 +1182,8 @@ sc/inc/datamapper.hxx:79
     void sc::ExternalDataSource::setProvider(const class rtl::OUString &)
 sc/inc/dpfilteredcache.hxx:148
     void ScDPFilteredCache::dump() const
+sc/inc/formulacell.hxx:214
+    enum ScFormulaVectorState ScFormulaCell::GetVectorState() const
 sc/inc/formulacell.hxx:498
     void ScFormulaCell::Dump() const
 sc/inc/kahan.hxx:69
@@ -1166,6 +1248,8 @@ sc/inc/postit.hxx:45
      ScCaptionPtr::ScCaptionPtr(class SdrCaptionObj *)
 sc/inc/scdll.hxx:35
      ScDLL::ScDLL()
+sc/inc/scmatrix.hxx:416
+    struct ScMatrix::IterateResultMultiple<double> ScMatrix::Collect(const class std::__debug::vector<struct sc::op::Op_<class std::function<void (double &, double)>, double>, class std::allocator<struct sc::op::Op_<class std::function<void (double &, double)>, double> > > &)
 sc/inc/scopetools.hxx:80
     void sc::DelayFormulaGroupingSwitch::reset()
 sc/inc/segmenttree.hxx:149
@@ -1188,14 +1272,14 @@ sc/inc/stlalgorithm.hxx:60
     _Bool sc::AlignedAllocator::operator==(const AlignedAllocator<T, Alignment> &) const
 sc/inc/stlalgorithm.hxx:61
     _Bool sc::AlignedAllocator::operator!=(const AlignedAllocator<T, Alignment> &) const
-sc/inc/table.hxx:325
+sc/inc/table.hxx:326
     _Bool ScTable::IsColRowTabValid(const short,const int,const short) const
 sc/inc/userlist.hxx:89
     class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > *, class std::__cxx1998::vector<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> >, class std::allocator<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > > > >, class std::__debug::vector<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> >, class std::allocator<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > > >, struct std::random_access_iterator_tag> ScUserList::begin() const
 sc/qa/unit/helper/qahelper.hxx:164
     class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > print(const class ScAddress &)
-sc/qa/unit/screenshots/screenshots.cxx:325
-    int main()
+sc/qa/unit/ucalc.hxx:30
+    class ScDocShell & Test::getDocShell()
 sc/source/core/inc/interpre.hxx:70
     basic_ostream<type-parameter-?-?, type-parameter-?-?> & sc::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const struct sc::ParamIfsResult &)
 sc/source/core/opencl/formulagroupcl.cxx:1062
@@ -1218,9 +1302,9 @@ sc/source/core/opencl/formulagroupcl.cxx:1388
     _Bool sc::opencl::(anonymous namespace)::ParallelReductionVectorRef::GetEndFixed() const
 sc/source/core/opencl/op_statistical.hxx:205
      sc::opencl::OpGeoMean::OpGeoMean()
-sc/source/core/tool/interpr1.cxx:4153
+sc/source/core/tool/interpr1.cxx:4148
     double ::operator()(double,unsigned long) const
-sc/source/core/tool/interpr1.cxx:6465
+sc/source/core/tool/interpr1.cxx:6460
     double ::operator()(const struct sc::ParamIfsResult &) const
 sc/source/core/tool/scmatrix.cxx:2261
     type-parameter-?-? * (anonymous namespace)::wrapped_iterator::operator->() const
@@ -1256,18 +1340,10 @@ sc/source/ui/inc/dataprovider.hxx:57
     void sc::CSVFetchThread::EndThread()
 sc/source/ui/inc/dataprovider.hxx:82
     const class rtl::OUString & sc::DataProvider::GetURL() const
-sc/source/ui/inc/dataproviderdlg.hxx:57
-    void ScDataProviderDlg::LinkStubStartMenuHdl(void *,const class rtl::OString &)
-sc/source/ui/inc/dataproviderdlg.hxx:57
-    void ScDataProviderDlg::StartMenuHdl(const class rtl::OString &)
 sc/source/ui/inc/dataproviderdlg.hxx:58
     void ScDataProviderDlg::ColumnMenuHdl(const class weld::ComboBox &)
 sc/source/ui/inc/dataproviderdlg.hxx:58
     void ScDataProviderDlg::LinkStubColumnMenuHdl(void *,const class weld::ComboBox &)
-sc/source/ui/inc/dataproviderdlg.hxx:75
-    void ScDataProviderDlg::applyAndQuit()
-sc/source/ui/inc/dataproviderdlg.hxx:76
-    void ScDataProviderDlg::cancelAndQuit()
 sc/source/ui/inc/datatableview.hxx:110
     void ScDataTableView::getRowRange(int &,int &) const
 sc/source/ui/inc/datatransformation.hxx:195
@@ -1276,6 +1352,10 @@ sc/source/ui/inc/datatransformation.hxx:196
     const class rtl::OUString & sc::FindReplaceTransformation::getFindString() const
 sc/source/ui/inc/datatransformation.hxx:197
     const class rtl::OUString & sc::FindReplaceTransformation::getReplaceString() const
+sc/source/ui/inc/hfedtdlg.hxx:85
+     ScHFEditFirstHeaderDlg::ScHFEditFirstHeaderDlg(class weld::Window *,const class SfxItemSet &,class std::basic_string_view<char16_t, struct std::char_traits<char16_t> >)
+sc/source/ui/inc/hfedtdlg.hxx:106
+     ScHFEditFirstFooterDlg::ScHFEditFirstFooterDlg(class weld::Window *,const class SfxItemSet &,class std::basic_string_view<char16_t, struct std::char_traits<char16_t> >)
 sc/source/ui/inc/impex.hxx:92
      ScImportExport::ScImportExport(class ScDocument &,const class rtl::OUString &)
 sc/source/ui/inc/RandomNumberGeneratorDialog.hxx:65
@@ -1294,12 +1374,12 @@ sccomp/source/solver/DifferentialEvolution.hxx:66
     int DifferentialEvolutionAlgorithm::getLastChange()
 sccomp/source/solver/ParticelSwarmOptimization.hxx:84
     int ParticleSwarmOptimizationAlgorithm::getLastChange()
+sd/inc/sdabstdlg.hxx:183
+    class VclPtr<class SfxAbstractTabDialog> SdAbstractDialogFactory::CreateSdOutlineBulletTabDlg(class weld::Window *,const class SfxItemSet *,class sd::View *)
 sd/inc/sddll.hxx:47
      SdDLL::SdDLL()
 sd/source/filter/ppt/pptinanimations.hxx:107
     void ppt::AnimationImporter::dump(const char *,long)
-sd/source/ui/inc/custsdlg.hxx:54
-    _Bool SdCustomShowDlg::IsModified() const
 sd/source/ui/inc/filedlg.hxx:54
     _Bool SdOpenSoundFileDialog::IsInsertAsLinkSelected() const
 sd/source/ui/inc/GraphicViewShell.hxx:43
@@ -1506,6 +1586,8 @@ svgio/inc/svgstyleattributes.hxx:345
     class svgio::svgreader::SvgNumber svgio::svgreader::SvgStyleAttributes::getStrokeDashOffset() const
 svgio/inc/svgstyleattributes.hxx:369
     enum svgio::svgreader::FontStretch svgio::svgreader::SvgStyleAttributes::getFontStretch() const
+svl/source/inc/items_helper.hxx:33
+    struct std::pair<unsigned short, unsigned short> svl::detail::CountRangesOld(const unsigned short *)
 svl/source/misc/gridprinter.cxx:47
     struct mdds::mtv::base_element_block * rtl::mdds_mtv_create_new_block(const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
 svl/source/misc/gridprinter.cxx:47
@@ -1526,12 +1608,6 @@ svx/inc/sdr/contact/viewcontactofgraphic.hxx:52
     class SdrGrafObj & sdr::contact::ViewContactOfGraphic::GetGrafObject()
 sw/inc/calbck.hxx:289
     class sw::WriterListener * sw::ClientIteratorBase::GetLeftOfPos()
-sw/inc/charfmt.hxx:30
-     SwCharFormat::SwCharFormat(class SwAttrPool &,const char *,class SwCharFormat *)
-sw/inc/charformats.hxx:88
-    class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwCharFormat *, class std::allocator<class SwCharFormat *> > > > SwCharFormats::byNameEnd() const
-sw/inc/charformats.hxx:103
-    _Bool SwCharFormats::IsAlive(const class SwCharFormat *) const
 sw/inc/dbgoutsw.hxx:54
     const char * dbg_out(const void *)
 sw/inc/dbgoutsw.hxx:56
@@ -1580,6 +1656,8 @@ sw/inc/dbgoutsw.hxx:107
     const char * dbg_out(const struct SwFormToken &)
 sw/inc/dbgoutsw.hxx:108
     const char * dbg_out(const class std::__debug::vector<struct SwFormToken, class std::allocator<struct SwFormToken> > &)
+sw/inc/docary.hxx:94
+    void SwVectorModifyBase::insert(class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class SwCharFormat **, class std::__cxx1998::vector<class SwCharFormat *, class std::allocator<class SwCharFormat *> > >, class std::__debug::vector<class SwCharFormat *, class std::allocator<class SwCharFormat *> >, struct std::random_access_iterator_tag>,type-parameter-?-?,type-parameter-?-?)
 sw/inc/docary.hxx:98
     void SwVectorModifyBase::insert(class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class SwFrameFormat **, class std::__cxx1998::vector<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > >, class std::__debug::vector<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> >, struct std::random_access_iterator_tag>,type-parameter-?-?,type-parameter-?-?)
 sw/inc/docary.hxx:98
@@ -1592,8 +1670,6 @@ sw/inc/docary.hxx:98
     void SwVectorModifyBase::insert(class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class SwTextFormatColl **, class std::__cxx1998::vector<class SwTextFormatColl *, class std::allocator<class SwTextFormatColl *> > >, class std::__debug::vector<class SwTextFormatColl *, class std::allocator<class SwTextFormatColl *> >, struct std::random_access_iterator_tag>,type-parameter-?-?,type-parameter-?-?)
 sw/inc/docary.hxx:144
     void SwVectorModifyBase::dumpAsXml(struct _xmlTextWriter *)
-sw/inc/docary.hxx:167
-    _Bool SwFormatsModifyBase::ContainsFormat(type-parameter-?-?) const
 sw/inc/docufld.hxx:498
     void SwPostItField::ToggleResolved()
 sw/inc/editsh.hxx:370
@@ -1604,9 +1680,13 @@ sw/inc/extinput.hxx:48
     const class SwExtTextInput * SwExtTextInput::GetPrev() const
 sw/inc/frameformats.hxx:80
     void SwFrameFormats::erase(unsigned long)
-sw/inc/frameformats.hxx:91
-    class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > SwFrameFormats::findSimilar(class SwFrameFormat *const &) const
-sw/inc/frameformats.hxx:100
+sw/inc/frameformats.hxx:92
+    struct std::pair<class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > >, class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > > SwFrameFormats::rangeFind(class SwFrameFormat *const &) const
+sw/inc/frameformats.hxx:94
+    class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > SwFrameFormats::rangeEnd() const
+sw/inc/frameformats.hxx:95
+    class boost::multi_index::detail::rnd_node_iterator<struct boost::multi_index::detail::random_access_index_node<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > > SwFrameFormats::rangeProject(const class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > &)
+sw/inc/frameformats.hxx:97
     class SwFrameFormat *const & SwFrameFormats::back() const
 sw/inc/IDocumentLinksAdministration.hxx:53
     _Bool IDocumentLinksAdministration::GetData(const class rtl::OUString &,const class rtl::OUString &,class com::sun::star::uno::Any &) const
@@ -1682,6 +1762,8 @@ sw/inc/viscrs.hxx:206
     const class SwShellTableCursor * SwShellTableCursor::GetPrev() const
 sw/qa/inc/swmodeltestbase.hxx:301
     class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> SwModelTestBase::getParagraphAnchoredObject(const int,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextRange> &) const
+sw/qa/unit/sw-dialogs-test.cxx:101
+    int main()
 sw/source/core/access/accportions.cxx:57
     unsigned long FindBreak(const vector<type-parameter-?-?, allocator<type-parameter-?-?> > &,type-parameter-?-?)
 sw/source/core/access/accportions.cxx:61
@@ -1744,7 +1826,7 @@ vcl/inc/fontselect.hxx:49
     _Bool FontSelectPattern::operator!=(const class FontSelectPattern &) const
 vcl/inc/graphic/GraphicID.hxx:39
     _Bool GraphicID::operator==(const class GraphicID &) const
-vcl/inc/jsdialog/jsdialogbuilder.hxx:183
+vcl/inc/jsdialog/jsdialogbuilder.hxx:185
     void JSDropTarget::fire_dragEnter(const struct com::sun::star::datatransfer::dnd::DropTargetDragEnterEvent &)
 vcl/inc/opengl/zone.hxx:26
     void OpenGLZone::relaxWatchdogTimings()
@@ -1974,8 +2056,12 @@ vcl/source/app/scheduler.cxx:83
     basic_ostream<type-parameter-?-?, type-parameter-?-?> & (anonymous namespace)::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const class Idle &)
 vcl/source/bitmap/BitmapColorQuantizationFilter.cxx:105
     int ::operator()(const void *,const void *) const
+vcl/source/edit/textdat2.hxx:85
+    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > *, class std::__cxx1998::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > > >, class std::__debug::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > >, struct std::random_access_iterator_tag> TETextPortionList::begin() const
 vcl/source/edit/textdat2.hxx:86
     class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class TETextPortion *, class std::__cxx1998::vector<class TETextPortion, class std::allocator<class TETextPortion> > >, class std::__debug::vector<class TETextPortion, class std::allocator<class TETextPortion> >, struct std::random_access_iterator_tag> TETextPortionList::begin() const
+vcl/source/edit/textdat2.hxx:87
+    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > *, class std::__cxx1998::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > > >, class std::__debug::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > >, struct std::random_access_iterator_tag> TETextPortionList::end() const
 vcl/source/edit/textdat2.hxx:88
     class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class TETextPortion *, class std::__cxx1998::vector<class TETextPortion, class std::allocator<class TETextPortion> > >, class std::__debug::vector<class TETextPortion, class std::allocator<class TETextPortion> >, struct std::random_access_iterator_tag> TETextPortionList::end() const
 vcl/source/filter/FilterConfigCache.hxx:71
diff --git a/compilerplugins/clang/unusedmethods.unused-returns.results b/compilerplugins/clang/unusedmethods.unused-returns.results
index 128f68103baf..ddad3dc90343 100644
--- a/compilerplugins/clang/unusedmethods.unused-returns.results
+++ b/compilerplugins/clang/unusedmethods.unused-returns.results
@@ -20,10 +20,12 @@ extensions/source/scanner/sanedlg.hxx:87
     _Bool SaneDlg::LoadState()
 extensions/source/scanner/sanedlg.hxx:101
     _Bool SaneDlg::SetAdjustedNumericalValue(const char *,double,int)
-framework/source/fwe/classes/addonsoptions.cxx:282
-    _Bool framework::AddonsOptions_Impl::ReadToolBarItemSet(const class rtl::OUString &,class com::sun::star::uno::Sequence<class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> > &)
-framework/source/fwe/classes/addonsoptions.cxx:284
-    _Bool framework::AddonsOptions_Impl::ReadNotebookBarItemSet(const class rtl::OUString &,class com::sun::star::uno::Sequence<class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> > &)
+framework/source/fwe/classes/addonsoptions.cxx:294
+    _Bool framework::AddonsOptions_Impl::ReadMergeToolbarData(class std::basic_string_view<char16_t, struct std::char_traits<char16_t> >,class com::sun::star::uno::Sequence<class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> > &)
+framework/source/fwe/classes/addonsoptions.cxx:295
+    _Bool framework::AddonsOptions_Impl::ReadMergeNotebookBarData(class std::basic_string_view<char16_t, struct std::char_traits<char16_t> >,class com::sun::star::uno::Sequence<class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> > &)
+framework/source/fwe/classes/addonsoptions.cxx:296
+    _Bool framework::AddonsOptions_Impl::ReadMergeStatusbarData(class std::basic_string_view<char16_t, struct std::char_traits<char16_t> >,class com::sun::star::uno::Sequence<class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> > &)
 i18nlangtag/source/languagetag/languagetag.cxx:286
     const class rtl::OUString & LanguageTagImpl::getBcp47() const
 idlc/inc/aststack.hxx:38
@@ -108,6 +110,8 @@ include/oox/dump/oledumper.hxx:326
     char16_t oox::dump::AxPropertyObjectBase::dumpUnicodeProperty()
 include/oox/export/shapes.hxx:134
     class oox::drawingml::ShapeExport & oox::drawingml::ShapeExport::WriteNonVisualDrawingProperties(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,const char *)
+include/oox/export/shapes.hxx:182
+    class oox::drawingml::ShapeExport & oox::drawingml::ShapeExport::WriteTextBox(const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,int)
 include/oox/export/shapes.hxx:182
     class oox::drawingml::ShapeExport & oox::drawingml::ShapeExport::WriteTextBox(const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,int,_Bool)
 include/oox/helper/binaryoutputstream.hxx:78
@@ -134,6 +138,10 @@ include/sfx2/linkmgr.hxx:65
     _Bool sfx2::LinkManager::InsertLink(class sfx2::SvBaseLink *,enum sfx2::SvBaseLinkObjectType,enum SfxLinkUpdateMode,const class rtl::OUString *)
 include/sfx2/lnkbase.hxx:110
     class sfx2::SvLinkSource * sfx2::SvBaseLink::GetRealObject()
+include/sot/storage.hxx:67
+    _Bool SotStorageStream::Commit()
+include/svl/listener.hxx:55
+    _Bool SvtListener::EndListening(class SvtBroadcaster &)
 include/svl/macitem.hxx:88
     class SvStream & SvxMacroTableDtor::Write(class SvStream &) const
 include/svtools/ctrlbox.hxx:375
@@ -154,6 +162,8 @@ include/svx/gallerybinaryengine.hxx:105
     class SvStream & GalleryBinaryEngine::writeGalleryTheme(class SvStream &,const class GalleryTheme &,const class GalleryThemeEntry *)
 include/svx/gallerybinaryengineentry.hxx:57
     class std::unique_ptr<class GalleryTheme, struct std::default_delete<class GalleryTheme> > & GalleryBinaryEngineEntry::getCachedTheme(class std::unique_ptr<class GalleryTheme, struct std::default_delete<class GalleryTheme> > &)
+include/svx/SvxColorValueSet.hxx:44
+    class Size SvxColorValueSet::layoutToGivenHeight(unsigned int,unsigned int)
 include/test/helper/shape.hxx:41
     class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> apitest::helper::shape::createEllipse(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,const int,const int,const int,const int)
 include/test/sheet/xdocumentauditing.hxx:28
@@ -178,7 +188,7 @@ include/vcl/formatter.hxx:218
     _Bool Formatter::SetFormat(const class rtl::OUString &,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>)
 include/vcl/gdimtf.hxx:187
     class SvStream & GDIMetaFile::Read(class SvStream &)
-include/vcl/graphicfilter.hxx:298
+include/vcl/graphicfilter.hxx:290
     class ErrCode GraphicFilter::ExportGraphic(const class Graphic &,const class INetURLObject &,unsigned short,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> *)
 include/vcl/GraphicNativeMetadata.hxx:35
     _Bool GraphicNativeMetadata::read(class SvStream &)
@@ -274,17 +284,41 @@ sd/source/ui/remotecontrol/IBluetoothSocket.hxx:36
     int sd::IBluetoothSocket::write(const void *,unsigned int)
 sdext/source/pdfimport/tree/style.hxx:155
     int pdfi::StyleContainer::getStandardStyleId(class std::basic_string_view<char, struct std::char_traits<char> >)
+sfx2/inc/autoredactdialog.hxx:135
+    _Bool SfxAutoRedactDialog::getTargets(class std::__debug::vector<struct std::pair<struct RedactionTarget *, class rtl::OUString>, class std::allocator<struct std::pair<struct RedactionTarget *, class rtl::OUString> > > &)
 sfx2/inc/autoredactdialog.hxx:135
     _Bool SfxAutoRedactDialog::getTargets(class std::__debug::vector<struct std::pair<struct RedactionTarget, class rtl::OUString>, class std::allocator<struct std::pair<struct RedactionTarget, class rtl::OUString> > > &)
 slideshow/source/engine/animationnodes/animationbasenode.hxx:62
     _Bool slideshow::internal::AnimationBaseNode::enqueueActivity() const
 sw/inc/calc.hxx:122
     class SwSbxValue & SwSbxValue::MakeDouble()
+sw/inc/crsrsh.hxx:547
+    _Bool SwCursorShell::GoNextPrevCursorSetSearchLabel(const _Bool)
+sw/inc/crsrsh.hxx:616
+    _Bool SwCursorShell::MakeOutlineSel(unsigned long,unsigned long,_Bool,_Bool)
+sw/inc/doc.hxx:1093
+    _Bool SwDoc::ReplaceNumRule(const struct SwPosition &,const class rtl::OUString &,const class rtl::OUString &)
+sw/inc/doc.hxx:1257
+    _Bool SwDoc::SetColRowWidthHeight(class SwTableBox &,enum TableChgWidthHeightType,long,long)
+sw/inc/doc.hxx:1282
+    _Bool SwDoc::SplitTable(const struct SwPosition &,enum SplitTable_HeadlineOption,_Bool)
+sw/inc/editsh.hxx:264
+    _Bool SwEditShell::GetPaMParAttr(class SwPaM *,class SfxItemSet &) const
 sw/inc/editsh.hxx:635
     const class GraphicAttr * SwEditShell::GetGraphicAttr(class GraphicAttr &) const
+sw/inc/fesh.hxx:728
+    _Bool SwFEShell::SetTableStyle(const class rtl::OUString &)
+sw/inc/IDocumentContentOperations.hxx:155
+    _Bool IDocumentContentOperations::MoveAndJoin(class SwPaM &,struct SwPosition &)
 sw/inc/IDocumentUndoRedo.hxx:181
     _Bool IDocumentUndoRedo::Repeat(class sw::RepeatContext &,const unsigned short)
-sw/inc/tblafmt.hxx:273
+sw/inc/ndtxt.hxx:603
+    _Bool SwTextNode::GetAttrOutlineContentVisible(_Bool &)
+sw/inc/swcrsr.hxx:161
+    _Bool SwCursor::ExpandToSentenceBorders(const class SwRootFrame *)
+sw/inc/swddetbl.hxx:38
+    _Bool SwDDETable::NoDDETable()
+sw/inc/tblafmt.hxx:269
     _Bool SwTableAutoFormatTable::Load(class SvStream &)
 sw/source/core/inc/laycache.hxx:64
     _Bool SwLayoutCache::CompareLayout(const class SwDoc &) const
@@ -298,6 +332,10 @@ sw/source/uibase/inc/fldmgr.hxx:117
     const class com::sun::star::uno::Reference<class com::sun::star::text::XNumberingTypeInfo> & SwFieldMgr::GetNumberingInfo() const
 sw/source/uibase/inc/mailmergewizard.hxx:79
     _Bool SwMailMergeWizard::skipUntil(unsigned short)
+sw/source/uibase/inc/wrtsh.hxx:153
+    _Bool SwWrtShell::ToggleExtMode()
+sw/source/uibase/inc/wrtsh.hxx:163
+    _Bool SwWrtShell::ToggleBlockMode()
 ucb/source/ucp/webdav-neon/ContentProperties.hxx:169
     _Bool webdav_ucp::CachableContentProperties::containsAllNames(const class com::sun::star::uno::Sequence<struct com::sun::star::beans::Property> &,class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &) const
 ucb/source/ucp/webdav-neon/NeonSession.hxx:239
@@ -350,6 +388,8 @@ vcl/inc/qt5/Qt5XAccessible.hxx:27
     class QString Qt5XAccessible::tr(const char *,const char *,int)
 vcl/inc/qt5/Qt5XAccessible.hxx:27
     class QString Qt5XAccessible::trUtf8(const char *,const char *,int)
+vcl/inc/salframe.hxx:240
+    _Bool SalFrame::SetPluginParent(struct SystemParentData *)
 vcl/inc/salgdi.hxx:402
     _Bool SalGraphics::UpdateSettings(class AllSettings &)
 vcl/inc/salgdi.hxx:404
@@ -362,10 +402,20 @@ vcl/inc/salprn.hxx:113
     _Bool SalPrinter::EndJob()
 vcl/inc/salvtables.hxx:1596
     _Bool SalInstanceTreeView::get_iter_abs_pos(class weld::TreeIter &,int) const
+vcl/inc/svimpbox.hxx:168
+    _Bool SvImpLBox::SetMostRight(class SvTreeListEntry *)
 vcl/inc/unx/gtk/gtkdata.hxx:328
     int GtkSalDisplay::CaptureMouse(class SalFrame *)
-vcl/inc/unx/salframe.h:167
-    _Bool X11SalFrame::Dispatch(union _XEvent *)
+vcl/inc/unx/saldisp.hxx:307
+    _Bool SalDisplay::Dispatch(union _XEvent *)
+vcl/inc/wizdlg.hxx:123
+    _Bool vcl::RoadmapWizard::Finish(long)
+vcl/inc/wizdlg.hxx:185
+    _Bool vcl::RoadmapWizard::travelNext()
+vcl/inc/wizdlg.hxx:188
+    _Bool vcl::RoadmapWizard::travelPrevious()
+vcl/inc/wizdlg.hxx:273
+    class TabPage * vcl::RoadmapWizard::GetOrCreatePage(const short)
 vcl/source/gdi/pdfwriter_impl.hxx:1253
     _Bool vcl::PDFWriterImpl::setCurrentStructureElement(int)
 vcl/source/gdi/pdfwriter_impl.hxx:1254
@@ -376,3 +426,5 @@ vcl/unx/kf5/KF5FilePicker.hxx:29
     class QString KF5FilePicker::tr(const char *,const char *,int)
 vcl/unx/kf5/KF5FilePicker.hxx:29
     class QString KF5FilePicker::trUtf8(const char *,const char *,int)
+writerfilter/source/dmapper/FontTable.hxx:54
+    _Bool writerfilter::dmapper::FontTable::addEmbeddedFont(const class com::sun::star::uno::Reference<class com::sun::star::io::XInputStream> &,const class rtl::OUString &,const char *,const class std::__debug::vector<unsigned char, class std::allocator<unsigned char> > &)
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index 94e84c886ca1..760fafd03992 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -51,7 +51,6 @@ private:
     SVL_DLLPRIVATE void       RecreateRanges_Impl(const WhichRangesContainer& pNewRanges);
 
     SfxItemSet( SfxItemPool & pool, const WhichRangesContainer& wids, std::size_t items );
-    SfxItemSet( SfxItemPool & pool, WhichRangesContainer&& wids, std::size_t items );
 
 public:
     SfxPoolItem const**         GetItems_Impl() const { return m_pItems.get(); }
diff --git a/svl/source/inc/items_helper.hxx b/svl/source/inc/items_helper.hxx
index da81ecf334da..eb95f49d1f8c 100644
--- a/svl/source/inc/items_helper.hxx
+++ b/svl/source/inc/items_helper.hxx
@@ -30,22 +30,6 @@
 
 namespace svl::detail
 {
-inline std::pair<sal_uInt16, sal_uInt16> CountRangesOld(const sal_uInt16* pRanges)
-{
-    sal_uInt16 nCount = 0;
-    sal_uInt16 nCapacity = 0;
-    if (pRanges)
-    {
-        nCount = 1;
-        while (*pRanges)
-        {
-            nCount += 2;
-            nCapacity += rangeSize(pRanges[0], pRanges[1]);
-            pRanges += 2;
-        }
-    }
-    return { nCount, nCapacity };
-}
 /**
  * Determines the number of sal_uInt16s in a container of pairs of
  * sal_uInt16s, each representing a range of sal_uInt16s, and total capacity of the ranges.
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index d48bc568797a..418471183aed 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -69,19 +69,6 @@ SfxItemSet::SfxItemSet(
     assert(svl::detail::validRanges2(m_pWhichRanges));
 }
 
-SfxItemSet::SfxItemSet(
-    SfxItemPool & pool,
-    WhichRangesContainer&& wids,
-    std::size_t items):
-    m_pPool(&pool), m_pParent(nullptr),
-    m_pItems(new SfxPoolItem const *[items]{}),
-    m_pWhichRanges(std::move(wids)),
-    m_nCount(0)
-{
-    assert(m_pWhichRanges.size() != 0);
-    assert(svl::detail::validRanges2(m_pWhichRanges));
-}
-
 SfxItemSet::SfxItemSet(SfxItemPool& pool, const WhichRangesContainer& wids)
     : SfxItemSet(pool, wids, svl::detail::CountRanges(wids))
 {


More information about the Libreoffice-commits mailing list