[Libreoffice-commits] core.git: compilerplugins/clang include/svtools include/svx include/vcl svtools/source svx/source sw/source vcl/source

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 21 06:17:24 UTC 2020


 compilerplugins/clang/unusedmethods.results |  322 ++++++++++++++--------------
 include/svtools/imagemgr.hxx                |    1 
 include/svx/langbox.hxx                     |    1 
 include/vcl/accel.hxx                       |    1 
 include/vcl/combobox.hxx                    |    5 
 include/vcl/field.hxx                       |    4 
 include/vcl/lstbox.hxx                      |    2 
 include/vcl/quickselectionengine.hxx        |    1 
 include/vcl/toolbox.hxx                     |    1 
 include/vcl/toolkit/field.hxx               |    1 
 include/vcl/toolkit/svtabbx.hxx             |    2 
 include/vcl/treelistbox.hxx                 |    1 
 svtools/source/control/valueacc.cxx         |   20 -
 svtools/source/control/valueimp.hxx         |    2 
 svtools/source/misc/imagemgr.cxx            |    7 
 svx/source/dialog/langbox.cxx               |    5 
 sw/source/uibase/inc/navipi.hxx             |    1 
 vcl/source/control/combobox.cxx             |   12 -
 vcl/source/control/field.cxx                |   21 -
 vcl/source/control/quickselectionengine.cxx |    5 
 vcl/source/treelist/svtabbx.cxx             |   50 ----
 vcl/source/treelist/treelistbox.cxx         |    5 
 vcl/source/window/toolbox.cxx               |    5 
 23 files changed, 172 insertions(+), 303 deletions(-)

New commits:
commit 4a08d20ee58a6ade7dce58e45432cde73d9eb7b8
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Thu Feb 20 16:52:06 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Feb 21 07:16:46 2020 +0100

    loplugin:unusedmethods
    
    Change-Id: I2194158d555958f0192d8d6c18e4c093608b8fb8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89119
    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 3f1635f5f34d..27bf2b07ad75 100644
--- a/compilerplugins/clang/unusedmethods.results
+++ b/compilerplugins/clang/unusedmethods.results
@@ -1,18 +1,18 @@
-basctl/source/inc/bastype2.hxx:328
+basctl/source/inc/bastype2.hxx:262
     void basctl::SbTreeListBox::make_unsorted()
-basctl/source/inc/bastype2.hxx:329
+basctl/source/inc/bastype2.hxx:263
     _Bool basctl::SbTreeListBox::get_sort_order() const
-basctl/source/inc/bastype2.hxx:330
+basctl/source/inc/bastype2.hxx:264
     void basctl::SbTreeListBox::set_sort_order(_Bool)
-basctl/source/inc/bastype2.hxx:332
+basctl/source/inc/bastype2.hxx:266
     void basctl::SbTreeListBox::set_sort_indicator(enum TriState,int)
-basctl/source/inc/bastype2.hxx:336
+basctl/source/inc/bastype2.hxx:270
     enum TriState basctl::SbTreeListBox::get_sort_indicator(int)
-basctl/source/inc/bastype2.hxx:341
+basctl/source/inc/bastype2.hxx:275
     int basctl::SbTreeListBox::get_sort_column() const
-basctl/source/inc/bastype2.hxx:342
+basctl/source/inc/bastype2.hxx:276
     void basctl::SbTreeListBox::set_sort_column(int)
-basctl/source/inc/bastype2.hxx:344
+basctl/source/inc/bastype2.hxx:278
     void basctl::SbTreeListBox::set_sort_func(const class std::function<int (const class weld::TreeIter &, const class weld::TreeIter &)> &)
 basegfx/source/range/b2drangeclipper.cxx:687
     type-parameter-?-? basegfx::(anonymous namespace)::eraseFromList(type-parameter-?-? &,const type-parameter-?-? &)
@@ -26,10 +26,42 @@ bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:171
     void CPPU_CURRENT_NAMESPACE::raiseException(struct _uno_Any *,struct _uno_Mapping *)
 bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:174
     void CPPU_CURRENT_NAMESPACE::fillUnoException(struct _uno_Any *,struct _uno_Mapping *)
+canvas/inc/rendering/icolorbuffer.hxx:48
+    unsigned char * canvas::IColorBuffer::lock() const
+canvas/inc/rendering/icolorbuffer.hxx:52
+    void canvas::IColorBuffer::unlock() const
+canvas/inc/rendering/icolorbuffer.hxx:67
+    unsigned int canvas::IColorBuffer::getStride() const
+canvas/inc/rendering/icolorbuffer.hxx:71
+    enum canvas::IColorBuffer::Format canvas::IColorBuffer::getFormat() const
+canvas/inc/rendering/isurfaceproxy.hxx:38
+    void canvas::ISurfaceProxy::setColorBufferDirty()
+canvas/inc/rendering/isurfaceproxy.hxx:51
+    _Bool canvas::ISurfaceProxy::draw(double,const class basegfx::B2DPoint &,const class basegfx::B2DHomMatrix &)
+canvas/inc/rendering/isurfaceproxy.hxx:71
+    _Bool canvas::ISurfaceProxy::draw(double,const class basegfx::B2DPoint &,const class basegfx::B2DRange &,const class basegfx::B2DHomMatrix &)
+canvas/inc/rendering/isurfaceproxy.hxx:91
+    _Bool canvas::ISurfaceProxy::draw(double,const class basegfx::B2DPoint &,const class basegfx::B2DPolyPolygon &,const class basegfx::B2DHomMatrix &)
+canvas/inc/rendering/isurfaceproxymanager.hxx:57
+    class std::shared_ptr<struct canvas::ISurfaceProxy> canvas::ISurfaceProxyManager::createSurfaceProxy(const class std::shared_ptr<struct canvas::IColorBuffer> &) const
+canvas/inc/rendering/isurfaceproxymanager.hxx:63
+    class std::shared_ptr<struct canvas::ISurfaceProxyManager> canvas::createSurfaceProxyManager(const class std::shared_ptr<struct canvas::IRenderModule> &)
+canvas/inc/vclwrapper.hxx:65
+     canvas::vcltools::VCLObject::VCLObject<Wrappee_>(unique_ptr<type-parameter-?-?, default_delete<type-parameter-?-?> >)
+canvas/inc/vclwrapper.hxx:134
+    type-parameter-?-? & canvas::vcltools::VCLObject::get()
+canvas/inc/vclwrapper.hxx:135
+    const type-parameter-?-? & canvas::vcltools::VCLObject::get() const
+canvas/inc/vclwrapper.hxx:137
+    void canvas::vcltools::VCLObject::swap(VCLObject<Wrappee_> &)
 canvas/source/vcl/impltools.hxx:103
      vclcanvas::tools::LocalGuard::LocalGuard()
 chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx:55
     void chart::ThreeD_SceneIllumination_TabPage::LinkStubfillControlsFromModel(void *,void *)
+connectivity/inc/sdbcx/VGroup.hxx:63
+     connectivity::sdbcx::OGroup::OGroup(_Bool)
+connectivity/inc/sdbcx/VGroup.hxx:64
+     connectivity::sdbcx::OGroup::OGroup(const class rtl::OUString &,_Bool)
 connectivity/source/drivers/evoab2/NResultSetMetaData.hxx:51
     class com::sun::star::uno::Reference<class com::sun::star::sdbc::XResultSetMetaData> connectivity::evoab::OEvoabResultSetMetaData::operator Reference()
 connectivity/source/drivers/firebird/Driver.hxx:65
@@ -228,6 +260,8 @@ include/basegfx/point/b3dpoint.hxx:86
     class basegfx::B3DPoint & basegfx::B3DPoint::operator*=(double)
 include/basegfx/polygon/b2dtrapezoid.hxx:104
     void basegfx::utils::createLineTrapezoidFromB2DPolygon(class std::__debug::vector<class basegfx::B2DTrapezoid, class std::allocator<class basegfx::B2DTrapezoid> > &,const class basegfx::B2DPolygon &,double)
+include/basegfx/polygon/b3dpolypolygon.hxx:89
+    void basegfx::B3DPolyPolygon::remove(unsigned int,unsigned int)
 include/basegfx/polygon/b3dpolypolygon.hxx:109
     class basegfx::B3DPolygon * basegfx::B3DPolyPolygon::begin()
 include/basegfx/polygon/b3dpolypolygon.hxx:110
@@ -344,34 +378,6 @@ include/basegfx/vector/b3dvector.hxx:76
     class basegfx::B3DVector & basegfx::B3DVector::operator*=(const class basegfx::B3DVector &)
 include/basic/sbxvar.hxx:136
     struct SbxValues * SbxValue::data()
-include/canvas/rendering/icolorbuffer.hxx:48
-    unsigned char * canvas::IColorBuffer::lock() const
-include/canvas/rendering/icolorbuffer.hxx:52
-    void canvas::IColorBuffer::unlock() const
-include/canvas/rendering/icolorbuffer.hxx:67
-    unsigned int canvas::IColorBuffer::getStride() const
-include/canvas/rendering/icolorbuffer.hxx:71
-    enum canvas::IColorBuffer::Format canvas::IColorBuffer::getFormat() const
-include/canvas/rendering/isurfaceproxy.hxx:39
-    void canvas::ISurfaceProxy::setColorBufferDirty()
-include/canvas/rendering/isurfaceproxy.hxx:52
-    _Bool canvas::ISurfaceProxy::draw(double,const class basegfx::B2DPoint &,const class basegfx::B2DHomMatrix &)
-include/canvas/rendering/isurfaceproxy.hxx:72
-    _Bool canvas::ISurfaceProxy::draw(double,const class basegfx::B2DPoint &,const class basegfx::B2DRange &,const class basegfx::B2DHomMatrix &)
-include/canvas/rendering/isurfaceproxy.hxx:92
-    _Bool canvas::ISurfaceProxy::draw(double,const class basegfx::B2DPoint &,const class basegfx::B2DPolyPolygon &,const class basegfx::B2DHomMatrix &)
-include/canvas/rendering/isurfaceproxymanager.hxx:58
-    class std::shared_ptr<struct canvas::ISurfaceProxy> canvas::ISurfaceProxyManager::createSurfaceProxy(const class std::shared_ptr<struct canvas::IColorBuffer> &) const
-include/canvas/rendering/isurfaceproxymanager.hxx:64
-    class std::shared_ptr<struct canvas::ISurfaceProxyManager> canvas::createSurfaceProxyManager(const class std::shared_ptr<struct canvas::IRenderModule> &)
-include/canvas/vclwrapper.hxx:66
-     canvas::vcltools::VCLObject::VCLObject<Wrappee_>(unique_ptr<type-parameter-?-?, default_delete<type-parameter-?-?> >)
-include/canvas/vclwrapper.hxx:135
-    type-parameter-?-? & canvas::vcltools::VCLObject::get()
-include/canvas/vclwrapper.hxx:136
-    const type-parameter-?-? & canvas::vcltools::VCLObject::get() const
-include/canvas/vclwrapper.hxx:138
-    void canvas::vcltools::VCLObject::swap(VCLObject<Wrappee_> &)
 include/codemaker/global.hxx:58
     class FileStream & operator<<(class FileStream &,const class rtl::OString *)
 include/codemaker/global.hxx:60
@@ -488,15 +494,11 @@ include/connectivity/FValue.hxx:318
     unsigned short connectivity::ORowSetValue::operator unsigned short() const
 include/connectivity/FValue.hxx:387
     unsigned char connectivity::ORowSetValue::getUInt8() const
-include/connectivity/sdbcx/VGroup.hxx:64
-     connectivity::sdbcx::OGroup::OGroup(_Bool)
-include/connectivity/sdbcx/VGroup.hxx:65
-     connectivity::sdbcx::OGroup::OGroup(const class rtl::OUString &,_Bool)
 include/connectivity/sqlparse.hxx:191
     class rtl::OUString connectivity::OSQLParser::RuleIDToStr(unsigned int)
 include/drawinglayer/geometry/viewinformation2d.hxx:129
     _Bool drawinglayer::geometry::ViewInformation2D::operator!=(const class drawinglayer::geometry::ViewInformation2D &) const
-include/drawinglayer/primitive2d/baseprimitive2d.hxx:143
+include/drawinglayer/primitive2d/baseprimitive2d.hxx:141
     _Bool drawinglayer::primitive2d::BasePrimitive2D::operator!=(const class drawinglayer::primitive2d::BasePrimitive2D &) const
 include/drawinglayer/primitive3d/baseprimitive3d.hxx:115
     _Bool drawinglayer::primitive3d::BasePrimitive3D::operator!=(const class drawinglayer::primitive3d::BasePrimitive3D &) const
@@ -544,10 +546,10 @@ include/o3tl/sorted_vector.hxx:211
     _Bool o3tl::sorted_vector::operator!=(const sorted_vector<Value, Compare, Find, > &) const
 include/o3tl/span.hxx:51
      o3tl::span::span(int (&)[N])
-include/o3tl/span.hxx:51
-     o3tl::span::span(unsigned short const (&)[N])
 include/o3tl/span.hxx:51
      o3tl::span::span(int const (&)[N])
+include/o3tl/span.hxx:51
+     o3tl::span::span(unsigned short const (&)[N])
 include/o3tl/span.hxx:53
      o3tl::span::span<T>(type-parameter-?-? *,unsigned long)
 include/o3tl/strong_int.hxx:86
@@ -596,8 +598,6 @@ include/oox/helper/propertymap.hxx:115
     void oox::PropertyMap::dumpData(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &)
 include/opencl/openclconfig.hxx:57
     _Bool OpenCLConfig::ImplMatcher::operator!=(const struct OpenCLConfig::ImplMatcher &) const
-include/opencl/OpenCLZone.hxx:47
-    _Bool OpenCLZone::isInInitialTest()
 include/sfx2/charwin.hxx:63
     void SvxCharView::connect_focus_in(const class Link<class weld::Widget &, void> &)
 include/sfx2/charwin.hxx:64
@@ -612,8 +612,6 @@ include/sfx2/lokcharthelper.hxx:42
     void LokChartHelper::Invalidate()
 include/sfx2/msg.hxx:120
     const class std::type_info * SfxType0::Type() const
-include/sfx2/sidebar/AsynchronousCall.hxx:37
-     sfx2::sidebar::AsynchronousCall::AsynchronousCall()
 include/svl/itempool.hxx:171
     const type-parameter-?-? * SfxItemPool::GetItem2Default(TypedWhichId<type-parameter-?-?>) const
 include/svl/itempool.hxx:207
@@ -624,28 +622,12 @@ include/svtools/asynclink.hxx:43
     void svtools::AsynchronLink::LinkStubHandleCall_Idle(void *,class Timer *)
 include/svtools/DocumentToGraphicRenderer.hxx:106
     _Bool DocumentToGraphicRenderer::isImpress() const
+include/svtools/imagemgr.hxx:125
+    class Image SvFileInformationManager::GetFileImage(const class INetURLObject &)
 include/svtools/toolbarmenu.hxx:112
     class weld::Container * ToolbarPopupContainer::getContainer()
 include/svtools/toolbarmenu.hxx:129
     class weld::Container * InterimToolbarPopup::getContainer()
-include/svtools/valueset.hxx:301
-    void ValueSet::RemoveItem(unsigned short)
-include/svtools/valueset.hxx:332
-    void ValueSet::SetItemImage(unsigned short,const class Image &)
-include/svtools/valueset.hxx:333
-    class Image ValueSet::GetItemImage(unsigned short) const
-include/svtools/valueset.hxx:335
-    void ValueSet::SetItemData(unsigned short,void *)
-include/svtools/valueset.hxx:336
-    void * ValueSet::GetItemData(unsigned short) const
-include/svtools/valueset.hxx:337
-    void ValueSet::SetItemText(unsigned short,const class rtl::OUString &)
-include/svtools/valueset.hxx:339
-    void ValueSet::SetColor(const class Color &)
-include/svtools/valueset.hxx:345
-    void ValueSet::SetExtraSpacing(unsigned short)
-include/svtools/valueset.hxx:347
-    void ValueSet::SetFormat()
 include/svx/autoformathelper.hxx:145
     _Bool AutoFormatBase::operator==(const class AutoFormatBase &)
 include/svx/ClassificationDialog.hxx:77
@@ -656,17 +638,17 @@ include/svx/ClassificationField.hxx:52
     _Bool svx::ClassificationResult::operator==(const class svx::ClassificationResult &) const
 include/svx/DiagramDataInterface.hxx:33
     class rtl::OUString DiagramDataInterface::getString() const
-include/svx/dlgctrl.hxx:257
+include/svx/dlgctrl.hxx:244
     void SvxLineLB::set_sensitive(_Bool)
-include/svx/dlgctrl.hxx:258
+include/svx/dlgctrl.hxx:245
     _Bool SvxLineLB::get_sensitive() const
-include/svx/dlgctrl.hxx:280
+include/svx/dlgctrl.hxx:267
     void SvxLineEndLB::set_active_text(const class rtl::OUString &)
-include/svx/framelink.hxx:194
+include/svx/framelink.hxx:199
     _Bool svx::frame::operator>(const class svx::frame::Style &,const class svx::frame::Style &)
-include/svx/itemwin.hxx:104
-    void SvxFillAttrBox::Fill(const class rtl::Reference<class XPatternList> &)
-include/svx/langbox.hxx:93
+include/svx/langbox.hxx:84
+    void SvxLanguageBox::InsertDefaultLanguage(short)
+include/svx/langbox.hxx:95
     void SvxLanguageBox::show()
 include/svx/pagenumberlistbox.hxx:33
     int SvxPageNumberListBox::get_count() const
@@ -748,7 +730,7 @@ include/tools/poly.hxx:248
     _Bool tools::PolyPolygon::operator!=(const class tools::PolyPolygon &) const
 include/tools/simd.hxx:21
     type-parameter-?-? simd::roundDown(type-parameter-?-?,unsigned int)
-include/tools/stream.hxx:506
+include/tools/stream.hxx:507
     class rtl::OString read_uInt32_lenPrefixed_uInt8s_ToOString(class SvStream &)
 include/tools/urlobj.hxx:448
     _Bool INetURLObject::SetHost(const class rtl::OUString &)
@@ -770,6 +752,8 @@ include/vbahelper/helperdecl.hxx:43
      comphelper::service_decl::vba_service_class_::vba_service_class_<ImplT_, WithArgsT>(const type-parameter-?-? &)
 include/vbahelper/helperdecl.hxx:43
      comphelper::service_decl::vba_service_class_::vba_service_class_(const type-parameter-?-? &)
+include/vcl/accel.hxx:69
+    const class vcl::KeyCode & Accelerator::GetCurKeyCode() const
 include/vcl/alpha.hxx:47
     _Bool AlphaMask::operator==(const class AlphaMask &) const
 include/vcl/alpha.hxx:48
@@ -788,6 +772,12 @@ include/vcl/ColorMask.hxx:114
     void ColorMask::SetColorFor16BitMSB(const class BitmapColor &,unsigned char *) const
 include/vcl/ColorMask.hxx:116
     void ColorMask::SetColorFor16BitLSB(const class BitmapColor &,unsigned char *) const
+include/vcl/combobox.hxx:102
+    long ComboBox::CalcWindowSizePixel(unsigned short) const
+include/vcl/combobox.hxx:123
+    const class Link<class ComboBox &, void> & ComboBox::GetSelectHdl() const
+include/vcl/combobox.hxx:143
+    void ComboBox::SetProminentEntryType(enum ProminentEntry)
 include/vcl/commandevent.hxx:249
      CommandMediaData::CommandMediaData(enum MediaCommand)
 include/vcl/commandevent.hxx:256
@@ -812,6 +802,14 @@ include/vcl/errcode.hxx:88
     _Bool ErrCode::operator>(const class ErrCode &) const
 include/vcl/errcode.hxx:89
     _Bool ErrCode::operator>=(const class ErrCode &) const
+include/vcl/field.hxx:145
+    void NumericFormatter::SetShowTrailingZeros(_Bool)
+include/vcl/field.hxx:211
+    long MetricFormatter::GetBaseValue() const
+include/vcl/field.hxx:442
+    void MetricField::SetFirst(long)
+include/vcl/field.hxx:445
+    void MetricField::SetLast(long)
 include/vcl/gdimtf.hxx:110
     _Bool GDIMetaFile::operator!=(const class GDIMetaFile &) const
 include/vcl/gdimtf.hxx:202
@@ -826,6 +824,10 @@ include/vcl/ITiledRenderable.hxx:187
     enum PointerStyle vcl::ITiledRenderable::getPointer()
 include/vcl/lok.hxx:24
     void vcl::lok::unregisterPollCallbacks()
+include/vcl/lstbox.hxx:200
+    int ListBox::GetSavedValue() const
+include/vcl/lstbox.hxx:237
+    const class Link<class ListBox &, void> & ListBox::GetSelectHdl() const
 include/vcl/menu.hxx:459
     unsigned short MenuBar::AddMenuBarButton(const class Image &,const class Link<struct MenuBar::MenuBarButtonCallbackArg &, _Bool> &,const class rtl::OUString &)
 include/vcl/menu.hxx:463
@@ -846,6 +848,8 @@ include/vcl/pdfread.hxx:48
     unsigned long vcl::ImportPDF(const class rtl::OUString &,class std::__debug::vector<class Bitmap, class std::allocator<class Bitmap> > &,class std::__debug::vector<signed char, class std::allocator<signed char> > &,double)
 include/vcl/pngread.hxx:56
     void vcl::PNGReader::SetIgnoreGammaChunk(_Bool)
+include/vcl/quickselectionengine.hxx:76
+    void vcl::QuickSelectionEngine::SetEnabled(_Bool)
 include/vcl/salnativewidgets.hxx:408
     _Bool TabitemValue::isBothAligned() const
 include/vcl/salnativewidgets.hxx:409
@@ -882,10 +886,20 @@ include/vcl/TaskStopwatch.hxx:118
     void TaskStopwatch::setTimeSlice(unsigned int)
 include/vcl/textrectinfo.hxx:45
     _Bool TextRectInfo::operator!=(const class TextRectInfo &) const
+include/vcl/toolbox.hxx:505
+    _Bool ToolBox::ChangeHighlightUpDn(_Bool)
+include/vcl/toolkit/field.hxx:79
+    void NumericBox::InsertValue(long,int)
+include/vcl/toolkit/svtabbx.hxx:63
+    void SvTabListBox::SetTab(unsigned short,long,enum MapUnit)
+include/vcl/toolkit/svtabbx.hxx:87
+    void SvTabListBox::SetEntryText(const class rtl::OUString &,class SvTreeListEntry *,unsigned short)
 include/vcl/treelistbox.hxx:359
     void SvTreeListBox::RemoveSelection()
 include/vcl/treelistbox.hxx:376
     const class SvTreeListEntry * SvTreeListBox::GetParent(const class SvTreeListEntry *) const
+include/vcl/treelistbox.hxx:704
+    class ScrollBar * SvTreeListBox::GetHScroll()
 include/vcl/txtattr.hxx:56
     _Bool TextAttrib::operator!=(const class TextAttrib &) const
 include/vcl/uitest/uiobject.hxx:274
@@ -896,95 +910,95 @@ include/vcl/uitest/uiobject.hxx:345
      SpinUIObject::SpinUIObject(const class VclPtr<class SpinButton> &)
 include/vcl/uitest/uiobject.hxx:353
     class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > SpinUIObject::create(class vcl::Window *)
-include/vcl/weld.hxx:133
-    _Bool weld::Widget::get_hexpand() const
 include/vcl/weld.hxx:135
+    _Bool weld::Widget::get_hexpand() const
+include/vcl/weld.hxx:137
     _Bool weld::Widget::get_vexpand() const
-include/vcl/weld.hxx:142
-    void weld::Widget::set_margin_right(int)
 include/vcl/weld.hxx:144
+    void weld::Widget::set_margin_right(int)
+include/vcl/weld.hxx:146
     int weld::Widget::get_margin_top() const
-include/vcl/weld.hxx:145
-    int weld::Widget::get_margin_bottom() const
 include/vcl/weld.hxx:147
+    int weld::Widget::get_margin_bottom() const
+include/vcl/weld.hxx:149
     int weld::Widget::get_margin_right() const
-include/vcl/weld.hxx:310
+include/vcl/weld.hxx:317
     void weld::ScrolledWindow::hadjustment_set_step_increment(int)
-include/vcl/weld.hxx:312
+include/vcl/weld.hxx:319
     enum VclPolicyType weld::ScrolledWindow::get_hpolicy() const
-include/vcl/weld.hxx:317
+include/vcl/weld.hxx:324
     int weld::ScrolledWindow::get_hscroll_height() const
-include/vcl/weld.hxx:442
+include/vcl/weld.hxx:449
     struct SystemEnvData weld::Window::get_system_data() const
-include/vcl/weld.hxx:537
+include/vcl/weld.hxx:544
     class rtl::OString weld::Assistant::get_current_page_ident() const
-include/vcl/weld.hxx:543
+include/vcl/weld.hxx:550
     class rtl::OUString weld::Assistant::get_page_title(const class rtl::OString &) const
-include/vcl/weld.hxx:776
+include/vcl/weld.hxx:794
     void weld::TreeView::append(const class weld::TreeIter *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:785
+include/vcl/weld.hxx:803
     void weld::TreeView::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:977
+include/vcl/weld.hxx:997
     void weld::TreeView::select_all()
-include/vcl/weld.hxx:1022
+include/vcl/weld.hxx:1043
     const class rtl::OUString & weld::TreeView::get_saved_value() const
-include/vcl/weld.hxx:1069
+include/vcl/weld.hxx:1090
     class rtl::OUString weld::IconView::get_selected_id() const
-include/vcl/weld.hxx:1084
+include/vcl/weld.hxx:1105
     _Bool weld::IconView::get_cursor(class weld::TreeIter *) const
-include/vcl/weld.hxx:1094
+include/vcl/weld.hxx:1115
     void weld::IconView::select_all()
-include/vcl/weld.hxx:1100
+include/vcl/weld.hxx:1121
     void weld::IconView::save_value()
-include/vcl/weld.hxx:1101
+include/vcl/weld.hxx:1122
     const class rtl::OUString & weld::IconView::get_saved_value() const
-include/vcl/weld.hxx:1102
+include/vcl/weld.hxx:1123
     _Bool weld::IconView::get_value_changed_from_saved() const
-include/vcl/weld.hxx:1199
+include/vcl/weld.hxx:1220
     void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1211
+include/vcl/weld.hxx:1232
     void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:1216
+include/vcl/weld.hxx:1237
     void weld::MenuButton::append_separator(const class rtl::OUString &)
-include/vcl/weld.hxx:1267
+include/vcl/weld.hxx:1288
     void weld::Scale::get_increments(int &,int &) const
-include/vcl/weld.hxx:1284
+include/vcl/weld.hxx:1305
     class rtl::OUString weld::ProgressBar::get_text() const
-include/vcl/weld.hxx:1301
+include/vcl/weld.hxx:1322
     void weld::Entry::signal_insert_text(class rtl::OUString &)
-include/vcl/weld.hxx:1317
+include/vcl/weld.hxx:1338
     int weld::Entry::get_position() const
-include/vcl/weld.hxx:1426
+include/vcl/weld.hxx:1448
     void weld::FormattedSpinButton::set_max(double)
-include/vcl/weld.hxx:1481
+include/vcl/weld.hxx:1503
     void weld::EntryTreeView::EntryModifyHdl(const class weld::Entry &)
-include/vcl/weld.hxx:1717
+include/vcl/weld.hxx:1739
     class Size weld::MetricSpinButton::get_size_request() const
-include/vcl/weld.hxx:1728
+include/vcl/weld.hxx:1750
     void weld::MetricSpinButton::set_position(int)
-include/vcl/weld.hxx:1778
+include/vcl/weld.hxx:1800
     _Bool weld::TimeSpinButton::get_sensitive() const
-include/vcl/weld.hxx:1780
+include/vcl/weld.hxx:1802
     _Bool weld::TimeSpinButton::get_visible() const
-include/vcl/weld.hxx:1781
+include/vcl/weld.hxx:1803
     void weld::TimeSpinButton::grab_focus()
-include/vcl/weld.hxx:1782
+include/vcl/weld.hxx:1804
     _Bool weld::TimeSpinButton::has_focus() const
-include/vcl/weld.hxx:1785
+include/vcl/weld.hxx:1807
     void weld::TimeSpinButton::save_value()
-include/vcl/weld.hxx:1786
+include/vcl/weld.hxx:1808
     _Bool weld::TimeSpinButton::get_value_changed_from_saved() const
-include/vcl/weld.hxx:1854
+include/vcl/weld.hxx:1876
     int weld::TextView::vadjustment_get_lower() const
-include/vcl/weld.hxx:1955
+include/vcl/weld.hxx:1977
     void weld::Menu::append_check(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1994
+include/vcl/weld.hxx:2016
     _Bool weld::Toolbar::get_item_visible(const class rtl::OString &) const
-include/vcl/weld.hxx:1996
+include/vcl/weld.hxx:2018
     class rtl::OUString weld::Toolbar::get_item_label(const class rtl::OString &) const
-include/vcl/weld.hxx:2006
+include/vcl/weld.hxx:2028
     void weld::Toolbar::append_separator(const class rtl::OUString &)
-include/vcl/weld.hxx:2056
+include/vcl/weld.hxx:2078
     class std::unique_ptr<class weld::Window, struct std::default_delete<class weld::Window> > weld::Builder::weld_window(const class rtl::OString &,_Bool)
 include/vcl/window.hxx:410
     const char * ImplDbgCheckWindow(const void *)
@@ -998,10 +1012,10 @@ libreofficekit/qa/gtktiledviewer/gtv-application-window.cxx:73
     void ::operator()(struct _GtkBuilder *) const
 libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx:32
     void * gtv_comments_sidebar_get_instance_private(struct GtvCommentsSidebar *)
-libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx:50
-    void ::operator()(struct _GList *) const
 libreofficekit/qa/gtktiledviewer/gtv-helpers.cxx:77
     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
@@ -1052,28 +1066,32 @@ sc/inc/dpfilteredcache.hxx:143
     void ScDPFilteredCache::dump() const
 sc/inc/formulacell.hxx:489
     void ScFormulaCell::Dump() const
+sc/inc/formulagroup.hxx:141
+    void sc::FormulaGroupInterpreter::enableOpenCL_UnitTestsOnly()
+sc/inc/formulagroup.hxx:142
+    void sc::FormulaGroupInterpreter::disableOpenCL_UnitTestsOnly()
 sc/inc/mtvcellfunc.hxx:41
     class mdds::detail::mtv::iterator_base<struct mdds::multi_type_vector<struct mdds::mtv::custom_block_func3<struct mdds::mtv::default_element_block<52, class svl::SharedString>, struct mdds::mtv::noncopyable_managed_element_block<53, class EditTextObject>, struct mdds::mtv::noncopyable_managed_element_block<54, class ScFormulaCell> >, class sc::CellStoreEvent>::iterator_trait, struct mdds::detail::mtv::private_data_forward_update<struct mdds::detail::mtv::iterator_value_node<unsigned long, struct mdds::mtv::base_element_block> > > sc::ProcessFormula(const class mdds::detail::mtv::iterator_base<struct mdds::multi_type_vector<struct mdds::mtv::custom_block_func3<struct mdds::mtv::default_element_block<52, class svl::SharedString>, struct mdds::mtv::noncopyable_managed_element_block<53, class EditTextObject>, struct mdds::mtv::noncopyable_managed_element_block<54, class ScFormulaCell> >, class sc::CellStoreEvent>::iterator_trait, struct mdds::detail::mtv::private_data_forward_update
 <struct mdds::detail::mtv::iterator_value_node<unsigned long, struct mdds::mtv::base_element_block> > > &,class mdds::multi_type_vector<struct mdds::mtv::custom_block_func3<struct mdds::mtv::default_element_block<52, class svl::SharedString>, struct mdds::mtv::noncopyable_managed_element_block<53, class EditTextObject>, struct mdds::mtv::noncopyable_managed_element_block<54, class ScFormulaCell> >, class sc::CellStoreEvent> &,int,int,class std::function<void (unsigned long, class ScFormulaCell *)>)
 sc/inc/mtvelements.hxx:73
     struct mdds::mtv::base_element_block * sc::mdds_mtv_create_new_block(const struct sc::CellTextAttr &,const type-parameter-?-? &,const type-parameter-?-? &)
 sc/inc/mtvelements.hxx:73
     void sc::mdds_mtv_insert_values(struct mdds::mtv::base_element_block &,unsigned long,const struct sc::CellTextAttr &,const type-parameter-?-? &,const type-parameter-?-? &)
-sc/inc/mtvelements.hxx:77
-    struct mdds::mtv::base_element_block * mdds_mtv_create_new_block(const class ScPostIt *,const type-parameter-?-? &,const type-parameter-?-? &)
 sc/inc/mtvelements.hxx:77
     void mdds_mtv_insert_values(struct mdds::mtv::base_element_block &,unsigned long,const class ScPostIt *,const type-parameter-?-? &,const type-parameter-?-? &)
-sc/inc/mtvelements.hxx:78
-    void mdds_mtv_assign_values(struct mdds::mtv::base_element_block &,const class SvtBroadcaster *,const type-parameter-?-? &,const type-parameter-?-? &)
+sc/inc/mtvelements.hxx:77
+    struct mdds::mtv::base_element_block * mdds_mtv_create_new_block(const class ScPostIt *,const type-parameter-?-? &,const type-parameter-?-? &)
 sc/inc/mtvelements.hxx:78
     struct mdds::mtv::base_element_block * mdds_mtv_create_new_block(const class SvtBroadcaster *,const type-parameter-?-? &,const type-parameter-?-? &)
+sc/inc/mtvelements.hxx:78
+    void mdds_mtv_assign_values(struct mdds::mtv::base_element_block &,const class SvtBroadcaster *,const type-parameter-?-? &,const type-parameter-?-? &)
 sc/inc/mtvelements.hxx:78
     void mdds_mtv_insert_values(struct mdds::mtv::base_element_block &,unsigned long,const class SvtBroadcaster *,const type-parameter-?-? &,const type-parameter-?-? &)
 sc/inc/mtvelements.hxx:78
     void mdds_mtv_set_values(struct mdds::mtv::base_element_block &,unsigned long,const class SvtBroadcaster *,const type-parameter-?-? &,const type-parameter-?-? &)
-sc/inc/mtvelements.hxx:78
-    void mdds_mtv_append_values(struct mdds::mtv::base_element_block &,const class SvtBroadcaster *,const type-parameter-?-? &,const type-parameter-?-? &)
 sc/inc/mtvelements.hxx:78
     void mdds_mtv_prepend_values(struct mdds::mtv::base_element_block &,const class SvtBroadcaster *,const type-parameter-?-? &,const type-parameter-?-? &)
+sc/inc/mtvelements.hxx:78
+    void mdds_mtv_append_values(struct mdds::mtv::base_element_block &,const class SvtBroadcaster *,const type-parameter-?-? &,const type-parameter-?-? &)
 sc/inc/mtvelements.hxx:79
     void mdds_mtv_insert_values(struct mdds::mtv::base_element_block &,unsigned long,const class ScFormulaCell *,const type-parameter-?-? &,const type-parameter-?-? &)
 sc/inc/mtvelements.hxx:79
@@ -1148,23 +1166,23 @@ sc/qa/unit/ucalc.hxx:536
     void Test::testCondFormatListenToOwnRange()
 sc/source/core/inc/interpre.hxx:73
     basic_ostream<type-parameter-?-?, type-parameter-?-?> & sc::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const struct sc::ParamIfsResult &)
-sc/source/core/opencl/formulagroupcl.cxx:1054
+sc/source/core/opencl/formulagroupcl.cxx:1061
     _Bool sc::opencl::(anonymous namespace)::DynamicKernelSlidingArgument::NeedParallelReduction() const
-sc/source/core/opencl/formulagroupcl.cxx:1062
+sc/source/core/opencl/formulagroupcl.cxx:1069
     void sc::opencl::(anonymous namespace)::DynamicKernelSlidingArgument::GenSlidingWindowFunction(class std::__cxx11::basic_stringstream<char> &)
-sc/source/core/opencl/formulagroupcl.cxx:1345
+sc/source/core/opencl/formulagroupcl.cxx:1352
     void sc::opencl::(anonymous namespace)::ParallelReductionVectorRef::GenSlidingWindowFunction(class std::__cxx11::basic_stringstream<char> &)
-sc/source/core/opencl/formulagroupcl.cxx:1347
+sc/source/core/opencl/formulagroupcl.cxx:1354
     class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > sc::opencl::(anonymous namespace)::ParallelReductionVectorRef::GenSlidingWindowDeclRef(_Bool) const
-sc/source/core/opencl/formulagroupcl.cxx:1361
+sc/source/core/opencl/formulagroupcl.cxx:1368
     unsigned long sc::opencl::(anonymous namespace)::ParallelReductionVectorRef::Marshal(struct _cl_kernel *,int,int,struct _cl_program *)
-sc/source/core/opencl/formulagroupcl.cxx:1374
+sc/source/core/opencl/formulagroupcl.cxx:1381
     unsigned long sc::opencl::(anonymous namespace)::ParallelReductionVectorRef::GetArrayLength() const
-sc/source/core/opencl/formulagroupcl.cxx:1376
+sc/source/core/opencl/formulagroupcl.cxx:1383
     unsigned long sc::opencl::(anonymous namespace)::ParallelReductionVectorRef::GetWindowSize() const
-sc/source/core/opencl/formulagroupcl.cxx:1378
+sc/source/core/opencl/formulagroupcl.cxx:1385
     _Bool sc::opencl::(anonymous namespace)::ParallelReductionVectorRef::GetStartFixed() const
-sc/source/core/opencl/formulagroupcl.cxx:1380
+sc/source/core/opencl/formulagroupcl.cxx:1387
     _Bool sc::opencl::(anonymous namespace)::ParallelReductionVectorRef::GetEndFixed() const
 sc/source/core/opencl/op_statistical.hxx:206
      sc::opencl::OpGeoMean::OpGeoMean()
@@ -1214,11 +1232,11 @@ sc/source/ui/inc/RandomNumberGeneratorDialog.hxx:66
     void ScRandomNumberGeneratorDialog::GenerateNumbers(type-parameter-?-? &,const char *,const class std::optional<signed char>)
 sc/source/ui/inc/TableFillingAndNavigationTools.hxx:121
     unsigned long DataRangeIterator::size()
-sc/source/ui/inc/viewdata.hxx:406
-    long ScViewData::GetLOKDocWidthPixel() const
 sc/source/ui/inc/viewdata.hxx:407
+    long ScViewData::GetLOKDocWidthPixel() const
+sc/source/ui/inc/viewdata.hxx:408
     long ScViewData::GetLOKDocHeightPixel() const
-sc/source/ui/inc/viewdata.hxx:538
+sc/source/ui/inc/viewdata.hxx:539
     _Bool ScViewData::IsGridMode() const
 scaddins/source/analysis/analysishelper.hxx:801
     _Bool sca::analysis::ScaDate::operator>=(const class sca::analysis::ScaDate &) const
@@ -1326,12 +1344,12 @@ slideshow/source/inc/listenercontainer.hxx:45
     _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::PauseEventHandler> &)
 slideshow/source/inc/listenercontainer.hxx:45
     _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::EventHandler> &)
-slideshow/source/inc/listenercontainer.hxx:45
-    _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::IntrinsicAnimationEventHandler> &)
 slideshow/source/inc/listenercontainer.hxx:45
     _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::AnimationEventHandler> &)
 slideshow/source/inc/listenercontainer.hxx:45
     _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::ViewUpdate> &)
+slideshow/source/inc/listenercontainer.hxx:45
+    _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::IntrinsicAnimationEventHandler> &)
 slideshow/source/inc/listenercontainer.hxx:45
     _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::UserPaintEventHandler> &)
 slideshow/source/inc/listenercontainer.hxx:45
@@ -1350,24 +1368,22 @@ svl/source/misc/gridprinter.cxx:47
     void rtl::mdds_mtv_prepend_values(struct mdds::mtv::base_element_block &,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
 svl/source/misc/gridprinter.cxx:47
     void rtl::mdds_mtv_get_empty_value(class rtl::OUString &)
+svl/source/misc/gridprinter.cxx:47
+    void rtl::mdds_mtv_assign_values(struct mdds::mtv::base_element_block &,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
 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
     void rtl::mdds_mtv_insert_values(struct mdds::mtv::base_element_block &,unsigned long,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
-svl/source/misc/gridprinter.cxx:47
-    void rtl::mdds_mtv_assign_values(struct mdds::mtv::base_element_block &,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
 svl/source/misc/gridprinter.cxx:47
     void rtl::mdds_mtv_get_value(const struct mdds::mtv::base_element_block &,unsigned long,class rtl::OUString &)
 svl/source/misc/gridprinter.cxx:47
     void rtl::mdds_mtv_set_values(struct mdds::mtv::base_element_block &,unsigned long,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
 svl/source/misc/gridprinter.cxx:47
     void rtl::mdds_mtv_append_values(struct mdds::mtv::base_element_block &,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
+svtools/source/control/valueimp.hxx:348
+    void ValueItemAcc::FireAccessibleEvent(short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &)
 svx/inc/sdr/contact/viewcontactofgraphic.hxx:54
     class SdrGrafObj & sdr::contact::ViewContactOfGraphic::GetGrafObject()
-svx/source/dialog/ClassificationEditView.hxx:38
-    void svx::ClassificationEditView::SetCharAttributes()
-svx/source/dialog/ClassificationEditView.hxx:44
-    void svx::ClassificationEditView::SetNumType(enum SvxNumType)
 svx/source/svdraw/svdpdf.hxx:89
     double ImpSdrPdfImport::Matrix::b() const
 svx/source/svdraw/svdpdf.hxx:91
@@ -1562,6 +1578,8 @@ sw/source/uibase/inc/bookmark.hxx:45
     void BookmarkTable::remove(const class weld::TreeIter &)
 sw/source/uibase/inc/condedit.hxx:53
     _Bool ConditionEdit::get_sensitive() const
+sw/source/uibase/inc/navipi.hxx:149
+    void SwNavigationPI::CreateNavigationTool()
 sw/source/uibase/inc/numfmtlb.hxx:130
     _Bool SwNumFormatTreeView::get_value_changed_from_saved() const
 sw/source/uibase/inc/numfmtlb.hxx:131
@@ -1602,6 +1620,8 @@ vcl/inc/ControlCacheKey.hxx:51
     _Bool ControlCacheKey::canCacheControl() const
 vcl/inc/ControlCacheKey.hxx:82
     unsigned long ControlCacheHashFunction::operator()(const class ControlCacheKey &) const
+vcl/inc/driverblocklist.hxx:77
+     DriverBlocklist::DriverInfo::DriverInfo(enum DriverBlocklist::OperatingSystem,const class rtl::OUString &,enum DriverBlocklist::VersionComparisonOp,unsigned long,_Bool,const char *)
 vcl/inc/fontinstance.hxx:69
     void LogicalFontInstance::SetAverageWidthFactor(double)
 vcl/inc/fontinstance.hxx:70
@@ -1634,7 +1654,7 @@ vcl/inc/opengl/texture.hxx:114
     void OpenGLTexture::SaveToFile(const class rtl::OUString &)
 vcl/inc/opengl/texture.hxx:123
     _Bool OpenGLTexture::operator!=(const class OpenGLTexture &) const
-vcl/inc/opengl/zone.hxx:57
+vcl/inc/opengl/zone.hxx:25
     void OpenGLZone::relaxWatchdogTimings()
 vcl/inc/PhysicalFontFace.hxx:60
     int PhysicalFontFace::GetWidth() const
@@ -1688,7 +1708,7 @@ vcl/inc/salwtype.hxx:118
      SalMenuEvent::SalMenuEvent()
 vcl/inc/schedulerimpl.hxx:38
     const char * ImplSchedulerData::GetDebugName() const
-vcl/inc/skia/gdiimpl.hxx:195
+vcl/inc/skia/gdiimpl.hxx:196
     void SkiaSalGraphicsImpl::dump(const char *) const
 vcl/inc/skia/packedsurfaceatlas.hxx:74
      SkiaPackedSurfaceAtlasManager::SkiaPackedSurfaceAtlasManager(int,int)
@@ -1698,8 +1718,10 @@ vcl/inc/skia/packedsurfaceatlas.hxx:78
     class std::__debug::vector<class sk_sp<class SkSurface>, class std::allocator<class sk_sp<class SkSurface> > > SkiaPackedSurfaceAtlasManager::ReduceSurfaceNumber(int)
 vcl/inc/skia/salbmp.hxx:69
     void SkiaSalBitmap::dump(const char *) const
-vcl/inc/skia/utils.hxx:47
+vcl/inc/skia/utils.hxx:52
     void SkiaHelper::dump(const class SkBitmap &,const char *)
+vcl/inc/skia/zone.hxx:22
+    void SkiaZone::relaxWatchdogTimings()
 vcl/inc/unx/glyphcache.hxx:108
     void FreetypeManager::ClearFontOptions()
 vcl/inc/unx/gtk/gtkframe.hxx:216
@@ -1710,7 +1732,7 @@ vcl/inc/unx/salframe.h:184
     enum SalFrameStyleFlags X11SalFrame::GetStyle() const
 vcl/qa/cppunit/lifecycle.cxx:234
      (anonymous namespace)::LeakTestClass::LeakTestClass(_Bool &,type-parameter-?-? &&...)
-vcl/skia/salbmp.cxx:424
+vcl/skia/salbmp.cxx:429
     void ::operator()(void *,void *) const
 vcl/source/app/scheduler.cxx:83
     basic_ostream<type-parameter-?-?, type-parameter-?-?> & (anonymous namespace)::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const class Idle &)
diff --git a/include/svtools/imagemgr.hxx b/include/svtools/imagemgr.hxx
index ec530e2f3d41..26930b4080fd 100644
--- a/include/svtools/imagemgr.hxx
+++ b/include/svtools/imagemgr.hxx
@@ -122,7 +122,6 @@ public:
     SVT_DLLPUBLIC static OUString GetImageId( const INetURLObject& rURL, bool bBig = false );
     SVT_DLLPUBLIC static Image  GetImage( const INetURLObject& rURL, bool bBig = false, Size const & rPreferredSize = Size());
     SVT_DLLPUBLIC static OUString GetFileImageId( const INetURLObject& rURL );
-    SVT_DLLPUBLIC static Image  GetFileImage( const INetURLObject& rURL );
     SVT_DLLPUBLIC static Image  GetImageNoDefault(const INetURLObject& rURL, bool bBig = false, Size const & rPreferredSize = Size());
     SVT_DLLPUBLIC static OUString GetFolderImageId( const svtools::VolumeInfo& rInfo );
 
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx
index 188b2b1223c5..1ad0d879ad6b 100644
--- a/include/svx/langbox.hxx
+++ b/include/svx/langbox.hxx
@@ -81,7 +81,6 @@ public:
                             LanguageType eDefaultLangType = LANGUAGE_NONE,
                             sal_Int16 nDefaultType = 0 );
     void            InsertLanguage(const LanguageType nLangType);
-    void            InsertDefaultLanguage(sal_Int16 nType);
 
     EditedAndValid      GetEditedAndValid() const { return m_eEditedAndValid;}
     sal_Int32           SaveEditedAsEntry();
diff --git a/include/vcl/accel.hxx b/include/vcl/accel.hxx
index 397d0adbfdbe..4ea6714e8083 100644
--- a/include/vcl/accel.hxx
+++ b/include/vcl/accel.hxx
@@ -66,7 +66,6 @@ public:
     void                    InsertItem( sal_uInt16 nItemId, const vcl::KeyCode& rKeyCode );
 
     sal_uInt16              GetCurItemId() const { return mnCurId; }
-    const vcl::KeyCode&     GetCurKeyCode() const { return maCurKeyCode; }
 
     sal_uInt16              GetItemCount() const;
     sal_uInt16              GetItemId( sal_uInt16 nPos ) const;
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx
index aae2ce719624..45d59dc35156 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -99,8 +99,6 @@ public:
     bool            IsInDropDown() const;
     void            ToggleDropDown();
 
-    long            CalcWindowSizePixel( sal_uInt16 nLines ) const;
-
     void            SetUserItemSize( const Size& rSz );
     void            EnableUserDraw( bool bUserDraw );
 
@@ -120,7 +118,6 @@ public:
     bool            IsMultiSelectionEnabled() const;
 
     void            SetSelectHdl(const Link<ComboBox&,void>& rLink);
-    const Link<ComboBox&,void>&   GetSelectHdl() const;
     void            SetDoubleClickHdl(const Link<ComboBox&,void>& rLink);
     const Link<ComboBox&,void>&   GetDoubleClickHdl() const;
     void            SetEntryActivateHdl(const Link<Edit&,bool>& rLink);
@@ -140,8 +137,6 @@ public:
 
     sal_Int32       GetTopEntry() const;
 
-    void            SetProminentEntryType( ProminentEntry eType );
-
     sal_uInt16      GetDisplayLineCount() const;
 
     sal_Int32       GetSelectedEntryCount() const;
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index d19546e9af5f..8a1a0cafa571 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -142,7 +142,6 @@ public:
     void                    SetUseThousandSep( bool b );
     bool                    IsUseThousandSep() const { return mbThousandSep; }
 
-    void                    SetShowTrailingZeros( bool bShowTrailingZeros );
     bool                    IsShowTrailingZeros() const { return mbShowTrailingZeros; }
 
     void                    SetUserValue( sal_Int64 nNewValue );
@@ -208,7 +207,6 @@ public:
     void                    SetMin( sal_Int64 nNewMin, FieldUnit eInUnit );
     using NumericFormatter::GetMin;
     sal_Int64               GetMin( FieldUnit eOutUnit ) const;
-    sal_Int64               GetBaseValue() const;
 
     void                    SetValue( sal_Int64 nNewValue, FieldUnit eInUnit );
     virtual void            SetValue( sal_Int64 nValue ) override;
@@ -439,10 +437,8 @@ public:
     virtual void            SetUnit( FieldUnit meUnit ) override;
 
     void                    SetFirst( sal_Int64 nNewFirst, FieldUnit eInUnit );
-    void             SetFirst(sal_Int64 first) { SetFirst(first, FieldUnit::NONE); }
     sal_Int64               GetFirst( FieldUnit eOutUnit ) const;
     void                    SetLast( sal_Int64 nNewLast, FieldUnit eInUnit );
-    void             SetLast(sal_Int64 last) { SetLast(last, FieldUnit::NONE); }
     sal_Int64               GetLast( FieldUnit eOutUnit ) const;
 
     virtual bool            set_property(const OString &rKey, const OUString &rValue) override;
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx
index 0aba3d62648c..3cc36c8c7f20 100644
--- a/include/vcl/lstbox.hxx
+++ b/include/vcl/lstbox.hxx
@@ -197,7 +197,6 @@ public:
     sal_Int32           GetTopEntry() const;
 
     void                SaveValue() { mnSaveValue = GetSelectedEntryPos(); }
-    sal_Int32           GetSavedValue() const { return mnSaveValue; }
     bool                IsValueChangedFromSaved() const { return mnSaveValue != GetSelectedEntryPos(); }
 
     /**
@@ -234,7 +233,6 @@ public:
     void                DrawEntry( const UserDrawEvent& rEvt );
 
     void                SetSelectHdl( const Link<ListBox&,void>& rLink )     { maSelectHdl = rLink; }
-    const Link<ListBox&,void>& GetSelectHdl() const                    { return maSelectHdl; }
     void                SetDoubleClickHdl( const Link<ListBox&,void>& rLink ) { maDoubleClickHdl = rLink; }
     const Link<ListBox&,void>& GetDoubleClickHdl() const               { return maDoubleClickHdl; }
 
diff --git a/include/vcl/quickselectionengine.hxx b/include/vcl/quickselectionengine.hxx
index daa6bee44c22..712dc6417d1c 100644
--- a/include/vcl/quickselectionengine.hxx
+++ b/include/vcl/quickselectionengine.hxx
@@ -73,7 +73,6 @@ namespace vcl
 
         bool    HandleKeyEvent( const KeyEvent& _rKEvt );
         void    Reset();
-        void    SetEnabled( bool b );
 
     private:
         ::std::unique_ptr< QuickSelectionEngine_Data >    m_pData;
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index 8a85863dd162..a278a32c0539 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -502,7 +502,6 @@ public:
     static Size         GetDefaultImageSize(ToolBoxButtonSize eToolBoxButtonSize);
     Size                GetDefaultImageSize() const;
     void                ChangeHighlight( ImplToolItems::size_type nPos );
-    bool                ChangeHighlightUpDn( bool bUp );
 
 
     void SetToolbarLayoutMode( ToolBoxLayoutMode eLayout );
diff --git a/include/vcl/toolkit/field.hxx b/include/vcl/toolkit/field.hxx
index 460cbb3ee3ed..c81db41bb44a 100644
--- a/include/vcl/toolkit/field.hxx
+++ b/include/vcl/toolkit/field.hxx
@@ -76,7 +76,6 @@ public:
 
     virtual void            ReformatAll() override;
 
-    void                    InsertValue( sal_Int64 nValue, sal_Int32  nPos = COMBOBOX_APPEND );
     virtual void            dispose() override;
 };
 
diff --git a/include/vcl/toolkit/svtabbx.hxx b/include/vcl/toolkit/svtabbx.hxx
index 70057be1fea2..17a0b3282251 100644
--- a/include/vcl/toolkit/svtabbx.hxx
+++ b/include/vcl/toolkit/svtabbx.hxx
@@ -60,7 +60,6 @@ public:
     virtual void dispose() override;
     void            SetTabs(sal_uInt16 nTabs, long const pTabPositions[], MapUnit = MapUnit::MapAppFont);
     using SvTreeListBox::GetTab;
-    void            SetTab( sal_uInt16 nTab, long nValue, MapUnit = MapUnit::MapAppFont );
     long            GetLogicTab( sal_uInt16 nTab );
 
     virtual SvTreeListEntry*    InsertEntry( const OUString& rText, SvTreeListEntry* pParent = nullptr,
@@ -84,7 +83,6 @@ public:
     static OUString  GetEntryText( SvTreeListEntry*, sal_uInt16 nCol );
     OUString         GetEntryText( sal_uLong nPos, sal_uInt16 nCol = 0xffff ) const;
     using SvTreeListBox::SetEntryText;
-    void             SetEntryText(const OUString&, SvTreeListEntry*, sal_uInt16 nCol=0xffff);
     OUString         GetCellText( sal_uLong nPos, sal_uInt16 nCol ) const;
     sal_uLong        GetEntryPos( const SvTreeListEntry* pEntry ) const;
 
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index f4f764d152b1..030d6312e0ba 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -701,7 +701,6 @@ public:
 
     void            EndSelection();
     ScrollBar*      GetVScroll();
-    ScrollBar*      GetHScroll();
     void            EnableAsyncDrag( bool b );
 
     SvTreeListEntry*    GetFirstEntryInView() const;
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx
index cb7e3b92f432..3f16bc926c23 100644
--- a/svtools/source/control/valueacc.cxx
+++ b/svtools/source/control/valueacc.cxx
@@ -703,26 +703,6 @@ ValueItemAcc::~ValueItemAcc()
 {
 }
 
-void ValueItemAcc::FireAccessibleEvent( short nEventId, const uno::Any& rOldValue, const uno::Any& rNewValue )
-{
-    if( !nEventId )
-        return;
-
-    ::std::vector< uno::Reference< accessibility::XAccessibleEventListener > >                  aTmpListeners( mxEventListeners );
-    accessibility::AccessibleEventObject                                                        aEvtObject;
-
-    aEvtObject.EventId = nEventId;
-    aEvtObject.Source = static_cast<uno::XWeak*>(this);
-    aEvtObject.NewValue = rNewValue;
-    aEvtObject.OldValue = rOldValue;
-
-    for (auto const& tmpListener : aTmpListeners)
-    {
-        tmpListener->notifyEvent( aEvtObject );
-    }
-}
-
-
 void ValueItemAcc::ParentDestroyed()
 {
     const ::osl::MutexGuard aGuard( maMutex );
diff --git a/svtools/source/control/valueimp.hxx b/svtools/source/control/valueimp.hxx
index af9a35508155..39d0a86b568b 100644
--- a/svtools/source/control/valueimp.hxx
+++ b/svtools/source/control/valueimp.hxx
@@ -344,8 +344,6 @@ public:
 
     void    ParentDestroyed();
 
-    void    FireAccessibleEvent( short nEventId, const css::uno::Any& rOldValue, const css::uno::Any& rNewValue );
-
     static ValueItemAcc* getImplementation( const css::uno::Reference< css::uno::XInterface >& rxData ) throw();
 
 public:
diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx
index 0a36573bb9b5..1e089ff59fc7 100644
--- a/svtools/source/misc/imagemgr.cxx
+++ b/svtools/source/misc/imagemgr.cxx
@@ -778,13 +778,6 @@ OUString SvFileInformationManager::GetFileImageId(const INetURLObject& rObject)
     return GetImageNameFromList_Impl(nImage, /*bBig*/false);
 }
 
-Image SvFileInformationManager::GetFileImage( const INetURLObject& rObject )
-{
-    SvImageId nImage = GetImageId_Impl( rObject, false );
-    DBG_ASSERT( nImage != SvImageId::NONE, "invalid ImageId" );
-    return GetImageFromList_Impl( nImage, false/*bBig*/ );
-}
-
 Image SvFileInformationManager::GetImageNoDefault(const INetURLObject& rObject, bool bBig, Size const & rPreferredSize)
 {
     SvImageId nImage = GetImageId_Impl(rObject, true);
diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx
index ac837e92f423..40639ba80301 100644
--- a/svx/source/dialog/langbox.cxx
+++ b/svx/source/dialog/langbox.cxx
@@ -332,11 +332,6 @@ void SvxLanguageBox::InsertLanguage(const LanguageType nLangType)
     InsertLanguage(nLangType, css::i18n::ScriptType::WEAK);
 }
 
-void SvxLanguageBox::InsertDefaultLanguage(sal_Int16 nType)
-{
-    InsertLanguage(LANGUAGE_SYSTEM, nType);
-}
-
 weld::ComboBoxEntry SvxLanguageBox::BuildEntry(const LanguageType nLangType, sal_Int16 nType)
 {
     LanguageType nLang = MsLangId::getReplacementForObsoleteLanguage(nLangType);
diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx
index 2213365847ca..6d48e6cda665 100644
--- a/sw/source/uibase/inc/navipi.hxx
+++ b/sw/source/uibase/inc/navipi.hxx
@@ -146,7 +146,6 @@ public:
     bool            IsGlobalMode() const {return    m_bGlobalMode;}
 
     SwView*         GetCreateView() const;
-    void            CreateNavigationTool();
 
     FactoryFunction GetUITestFactory() const override;
 };
diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx
index 6bc591f3cf2a..c3e8c522a129 100644
--- a/vcl/source/control/combobox.cxx
+++ b/vcl/source/control/combobox.cxx
@@ -995,8 +995,6 @@ bool ComboBox::IsMultiSelectionEnabled() const
 
 void ComboBox::SetSelectHdl(const Link<ComboBox&,void>& rLink) { m_pImpl->m_SelectHdl = rLink; }
 
-const Link<ComboBox&,void>& ComboBox::GetSelectHdl() const { return m_pImpl->m_SelectHdl; }
-
 void ComboBox::SetDoubleClickHdl(const Link<ComboBox&,void>& rLink) { m_pImpl->m_DoubleClickHdl = rLink; }
 
 const Link<ComboBox&,void>& ComboBox::GetDoubleClickHdl() const { return m_pImpl->m_DoubleClickHdl; }
@@ -1008,11 +1006,6 @@ void ComboBox::SetEntryActivateHdl(const Link<Edit&,bool>& rLink)
     m_pImpl->m_pSubEdit->SetActivateHdl(rLink);
 }
 
-long ComboBox::CalcWindowSizePixel(sal_uInt16 nLines) const
-{
-    return m_pImpl->m_pImplLB->GetEntryHeight() * nLines;
-}
-
 Size ComboBox::GetOptimalSize() const
 {
     return CalcMinimumSize();
@@ -1345,11 +1338,6 @@ sal_Int32 ComboBox::GetTopEntry() const
     return nPos;
 }
 
-void ComboBox::SetProminentEntryType( ProminentEntry eType )
-{
-    m_pImpl->m_pImplLB->SetProminentEntryType( eType );
-}
-
 tools::Rectangle ComboBox::GetDropDownPosSizePixel() const
 {
     return m_pImpl->m_pFloatWin
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index 0cc13221129e..3f5ba183f9c0 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -586,16 +586,6 @@ void NumericFormatter::SetDecimalDigits( sal_uInt16 nDigits )
     ReformatAll();
 }
 
-void NumericFormatter::SetShowTrailingZeros( bool bShowTrailingZeros )
-{
-    if ( mbShowTrailingZeros != bShowTrailingZeros )
-    {
-        mbShowTrailingZeros = bShowTrailingZeros;
-        ReformatAll();
-    }
-}
-
-
 void NumericFormatter::SetValue( sal_Int64 nNewValue )
 {
     SetUserValue( nNewValue );
@@ -1008,11 +998,6 @@ void NumericBox::ReformatAll()
     SetUpdateMode( true );
 }
 
-void NumericBox::InsertValue( sal_Int64 nValue, sal_Int32 nPos )
-{
-    ComboBox::InsertEntry( CreateFieldText( nValue ), nPos );
-}
-
 static bool ImplMetricProcessKeyInput( const KeyEvent& rKEvt,
                                        bool bUseThousandSep, const LocaleDataWrapper& rWrapper )
 {
@@ -1535,12 +1520,6 @@ sal_Int64 MetricFormatter::GetMax( FieldUnit eOutUnit ) const
     return vcl::ConvertValue(NumericFormatter::GetMax(), 0, GetDecimalDigits(), meUnit, eOutUnit);
 }
 
-sal_Int64 MetricFormatter::GetBaseValue() const
-{
-    // convert to requested units
-    return vcl::ConvertValue(0, 0, GetDecimalDigits(), meUnit, FieldUnit::NONE);
-}
-
 void MetricFormatter::Reformat()
 {
     if ( !GetField() )
diff --git a/vcl/source/control/quickselectionengine.cxx b/vcl/source/control/quickselectionengine.cxx
index 5b76b0352872..9719f0e94734 100644
--- a/vcl/source/control/quickselectionengine.cxx
+++ b/vcl/source/control/quickselectionengine.cxx
@@ -106,11 +106,6 @@ namespace vcl
     {
     }
 
-    void QuickSelectionEngine::SetEnabled( bool b )
-    {
-        bEnabled = b;
-    }
-
     bool QuickSelectionEngine::HandleKeyEvent( const KeyEvent& _keyEvent )
     {
         if( bEnabled )
diff --git a/vcl/source/treelist/svtabbx.cxx b/vcl/source/treelist/svtabbx.cxx
index 94fee305b044..9ffdaf8c37c7 100644
--- a/vcl/source/treelist/svtabbx.cxx
+++ b/vcl/source/treelist/svtabbx.cxx
@@ -128,23 +128,6 @@ void SvTabListBox::SetTabs(sal_uInt16 nTabs, long const pTabPositions[], MapUnit
         Invalidate();
 }
 
-void SvTabListBox::SetTab( sal_uInt16 nTab,long nValue,MapUnit eMapUnit )
-{
-    DBG_ASSERT(nTab<mvTabList.size(),"Invalid Tab-Pos");
-    if( nTab >= mvTabList.size() )
-        return;
-
-    MapMode aMMSource( eMapUnit );
-    MapMode aMMDest( MapUnit::MapPixel );
-    Size aSize( nValue, 0 );
-    aSize = LogicToLogic( aSize, &aMMSource, &aMMDest );
-    nValue = aSize.Width();
-    mvTabList[ nTab ].SetPos( nValue );
-    SvTreeListBox::nTreeFlags |= SvTreeFlags::RECALCTABS;
-    if( IsUpdateMode() )
-        Invalidate();
-}
-
 SvTreeListEntry* SvTabListBox::InsertEntry( const OUString& rText, SvTreeListEntry* pParent,
                                         bool /*bChildrenOnDemand*/,
                                         sal_uLong nPos, void* pUserData )
@@ -261,39 +244,6 @@ OUString SvTabListBox::GetEntryText( sal_uLong nPos, sal_uInt16 nCol ) const
     return GetEntryText( pEntry, nCol );
 }
 
-void SvTabListBox::SetEntryText(const OUString& rStr, SvTreeListEntry* pEntry, sal_uInt16 nCol)
-{
-    DBG_ASSERT(pEntry,"SetEntryText:Invalid Entry");
-    if( !pEntry )
-        return;
-
-    OUString sOldText = GetEntryText(pEntry, nCol);
-    if (sOldText == rStr)
-        return;
-
-    sal_Int32 nIndex = 0;
-    const sal_uInt16 nCount = pEntry->ItemCount();
-    for (sal_uInt16 nCur = 0; nCur < nCount; ++nCur)
-    {
-        SvLBoxItem& rBoxItem = pEntry->GetItem( nCur );
-        if (rBoxItem.GetType() == SvLBoxItemType::String)
-        {
-            if (!nCol || nCol==0xFFFF)
-            {
-                const OUString aTemp(GetToken(rStr, nIndex));
-                static_cast<SvLBoxString&>(rBoxItem).SetText( aTemp );
-                if (!nCol && nIndex<0)
-                    break;
-            }
-            else
-            {
-                --nCol;
-            }
-        }
-    }
-    GetModel()->InvalidateEntry( pEntry );
-}
-
 OUString SvTabListBox::GetCellText( sal_uLong nPos, sal_uInt16 nCol ) const
 {
     SvTreeListEntry* pEntry = GetEntryOnPos( nPos );
diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx
index e10cc0e4f104..c17c9c78a0eb 100644
--- a/vcl/source/treelist/treelistbox.cxx
+++ b/vcl/source/treelist/treelistbox.cxx
@@ -3405,11 +3405,6 @@ ScrollBar *SvTreeListBox::GetVScroll()
     return pImpl->m_aVerSBar.get();
 }
 
-ScrollBar *SvTreeListBox::GetHScroll()
-{
-    return pImpl->m_aHorSBar.get();
-}
-
 void SvTreeListBox::EnableAsyncDrag( bool b )
 {
     pImpl->EnableAsyncDrag( b );
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index a781b314d751..deece3481460 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -4662,11 +4662,6 @@ static bool ImplIsValidItem( const ImplToolItem* pItem, bool bNotClipped )
     return bValid;
 }
 
-bool ToolBox::ChangeHighlightUpDn( bool bUp )
-{
-    return ImplChangeHighlightUpDn(bUp, /*bNoCycle*/ false);
-}
-
 bool ToolBox::ImplChangeHighlightUpDn( bool bUp, bool bNoCycle )
 {
     ImplToolItem* pToolItem = ImplGetItem( mnHighItemId );


More information about the Libreoffice-commits mailing list