[Libreoffice-commits] core.git: compilerplugins/clang include/vcl sc/inc sc/IwyuFilter_sc.yaml sc/Library_sc.mk sc/source vcl/inc vcl/osx vcl/source vcl/unx

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 24 20:16:59 UTC 2020


 compilerplugins/clang/unusedmethods.results     |  258 +++++++++++++-----------
 include/vcl/builder.hxx                         |    2 
 include/vcl/treelistbox.hxx                     |    2 
 include/vcl/treelistentry.hxx                   |    2 
 include/vcl/vclevent.hxx                        |   11 -
 include/vcl/window.hxx                          |    1 
 sc/IwyuFilter_sc.yaml                           |    1 
 sc/Library_sc.mk                                |    1 
 sc/inc/AccessibleGlobal.hxx                     |   57 -----
 sc/source/filter/xml/xmlimprt.cxx               |   42 ---
 sc/source/filter/xml/xmlimprt.hxx               |    2 
 sc/source/ui/Accessibility/AccessibleGlobal.cxx |   68 ------
 sc/source/ui/inc/checklistmenu.hxx              |    1 
 vcl/inc/calendar.hxx                            |    4 
 vcl/osx/a11yfocustracker.cxx                    |    6 
 vcl/source/app/vclevent.cxx                     |   15 -
 vcl/source/control/calendar.cxx                 |    8 
 vcl/source/treelist/treelistbox.cxx             |    1 
 vcl/source/window/builder.cxx                   |   62 -----
 vcl/source/window/event.cxx                     |    5 
 vcl/unx/gtk3/a11y/gtk3atkutil.cxx               |    6 
 21 files changed, 144 insertions(+), 411 deletions(-)

New commits:
commit 7e4a3eee79b49216696f8c51bf833eee3e06a803
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Jun 24 13:09:42 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Jun 24 22:16:24 2020 +0200

    loplugin:unusedmethods
    
    Change-Id: Ib724da1f07be9e8f4d0d505f7f2886990cab661f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97022
    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 9bd5018e47e9..c8adebbb9ee6 100644
--- a/compilerplugins/clang/unusedmethods.results
+++ b/compilerplugins/clang/unusedmethods.results
@@ -9,10 +9,8 @@ basctl/source/inc/bastype2.hxx:266
 basctl/source/inc/bastype2.hxx:270
     enum TriState basctl::SbTreeListBox::get_sort_indicator(int)
 basctl/source/inc/bastype2.hxx:275
-    int basctl::SbTreeListBox::get_sort_column() const
-basctl/source/inc/bastype2.hxx:276
     void basctl::SbTreeListBox::set_sort_column(int)
-basctl/source/inc/bastype2.hxx:278
+basctl/source/inc/bastype2.hxx:277
     void basctl::SbTreeListBox::set_sort_func(const class std::function<int (const class weld::TreeIter &, const class weld::TreeIter &)> &)
 basegfx/source/range/b2drangeclipper.cxx:688
     type-parameter-?-? basegfx::(anonymous namespace)::eraseFromList(type-parameter-?-? &,const type-parameter-?-? &)
@@ -112,19 +110,19 @@ cui/source/inc/cfg.hxx:338
     void SvxMenuEntriesListBox::set_dropdown(int,int)
 cui/source/inc/cfg.hxx:339
     void SvxMenuEntriesListBox::set_id(int,const class rtl::OUString &)
-cui/source/inc/cfgutil.hxx:143
+cui/source/inc/cfgutil.hxx:144
     _Bool CuiConfigFunctionListBox::get_iter_first(class weld::TreeIter &) const
-cui/source/inc/cfgutil.hxx:145
-    _Bool CuiConfigFunctionListBox::iter_next(class weld::TreeIter &) const
 cui/source/inc/cfgutil.hxx:146
+    _Bool CuiConfigFunctionListBox::iter_next(class weld::TreeIter &) const
+cui/source/inc/cfgutil.hxx:147
     _Bool CuiConfigFunctionListBox::iter_next_sibling(class weld::TreeIter &) const
-cui/source/inc/cfgutil.hxx:148
+cui/source/inc/cfgutil.hxx:149
     class rtl::OUString CuiConfigFunctionListBox::get_text(const class weld::TreeIter &) const
-cui/source/inc/cfgutil.hxx:151
+cui/source/inc/cfgutil.hxx:152
     class rtl::OUString CuiConfigFunctionListBox::get_id(int) const
-cui/source/inc/cfgutil.hxx:165
-    int CuiConfigFunctionListBox::get_selected_index() const
 cui/source/inc/cfgutil.hxx:166
+    int CuiConfigFunctionListBox::get_selected_index() const
+cui/source/inc/cfgutil.hxx:167
     void CuiConfigFunctionListBox::select(const class weld::TreeIter &)
 cui/source/inc/CustomNotebookbarGenerator.hxx:30
      CustomNotebookbarGenerator::CustomNotebookbarGenerator()
@@ -192,6 +190,8 @@ editeng/inc/edtspell.hxx:105
     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
 extensions/source/scanner/scanner.hxx:83
     void ScannerManager::SetData(void *)
+helpcompiler/source/HelpIndexer_main.cxx:17
+    int main(int,char **)
 hwpfilter/source/mzstring.h:99
     class MzString & MzString::operator<<(unsigned char)
 hwpfilter/source/mzstring.h:101
@@ -488,6 +488,8 @@ include/comphelper/propagg.hxx:61
     _Bool comphelper::internal::OPropertyAccessor::operator<(const struct comphelper::internal::OPropertyAccessor &) const
 include/comphelper/proparrhlp.hxx:83
     class cppu::IPropertyArrayHelper * comphelper::OAggregationArrayUsageHelper::createArrayHelper() const
+include/comphelper/PropertyInfoHash.hxx:36
+     comphelper::PropertyInfo::PropertyInfo(const class rtl::OUString &,int,const class com::sun::star::uno::Type &,short)
 include/comphelper/scopeguard.hxx:52
     ScopeGuard<Func> comphelper::<deduction guide for ScopeGuard>(ScopeGuard<Func>)
 include/comphelper/scopeguard.hxx:57
@@ -530,6 +532,8 @@ include/drawinglayer/geometry/viewinformation2d.hxx:138
     _Bool drawinglayer::geometry::ViewInformation2D::operator!=(const class drawinglayer::geometry::ViewInformation2D &) const
 include/drawinglayer/primitive2d/baseprimitive2d.hxx:140
     _Bool drawinglayer::primitive2d::BasePrimitive2D::operator!=(const class drawinglayer::primitive2d::BasePrimitive2D &) const
+include/drawinglayer/primitive2d/softedgeprimitive2d.hxx:39
+    void drawinglayer::primitive2d::SoftEdgePrimitive2D::setMaskGeneration(_Bool) const
 include/drawinglayer/primitive3d/baseprimitive3d.hxx:114
     _Bool drawinglayer::primitive3d::BasePrimitive3D::operator!=(const class drawinglayer::primitive3d::BasePrimitive3D &) const
 include/drawinglayer/tools/primitive2dxmldump.hxx:45
@@ -542,7 +546,7 @@ include/editeng/editeng.hxx:468
     _Bool EditEngine::(anonymous)::__invoke(const class SvxFieldData *)
 include/editeng/hyphenzoneitem.hxx:64
     _Bool SvxHyphenZoneItem::IsPageEnd() const
-include/editeng/outliner.hxx:877
+include/editeng/outliner.hxx:879
     _Bool Outliner::(anonymous)::__invoke(const class SvxFieldData *)
 include/filter/msfilter/mstoolbar.hxx:102
      Indent::Indent(_Bool)
@@ -586,12 +590,14 @@ include/o3tl/strong_int.hxx:112
     strong_int<UNDERLYING_TYPE, PHANTOM_TYPE> o3tl::strong_int::operator--(int)
 include/o3tl/strong_int.hxx:121
     _Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<int, struct ViewShellIdTag>,type-parameter-?-?...) const
-include/o3tl/strong_int.hxx:121
-    _Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<unsigned short, struct SfxInterfaceIdTag>,type-parameter-?-?...) const
 include/o3tl/strong_int.hxx:121
     _Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<unsigned char, struct SdrLayerIDTag>,type-parameter-?-?...) const
 include/o3tl/strong_int.hxx:121
     _Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,type-parameter-?-?...) const
+include/o3tl/strong_int.hxx:121
+    _Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<int, struct ViewShellDocIdTag>,type-parameter-?-?...) const
+include/o3tl/strong_int.hxx:121
+    _Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<unsigned short, struct SfxInterfaceIdTag>,type-parameter-?-?...) const
 include/o3tl/strong_int.hxx:121
     _Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<int, struct Tag_TextFrameIndex>,type-parameter-?-?...) const
 include/o3tl/typed_flags_set.hxx:114
@@ -620,9 +626,9 @@ include/oox/helper/containerhelper.hxx:123
     typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::iterator oox::Matrix::row_end(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type)
 include/oox/helper/containerhelper.hxx:126
     typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::reference oox::Matrix::row_front(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type)
-include/oox/helper/propertymap.hxx:114
+include/oox/helper/propertymap.hxx:113
     void oox::PropertyMap::dumpCode(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &)
-include/oox/helper/propertymap.hxx:115
+include/oox/helper/propertymap.hxx:114
     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
@@ -638,11 +644,15 @@ include/sfx2/evntconf.hxx:60
     struct SfxEventName & SfxEventNamesList::at(unsigned long)
 include/sfx2/lokcharthelper.hxx:42
     void LokChartHelper::Invalidate()
+include/sfx2/lokhelper.hxx:60
+    int SfxLokHelper::getDocumentIdOfView(int)
 include/sfx2/msg.hxx:120
     const class std::type_info * SfxType0::Type() const
-include/sfx2/viewsh.hxx:359
+include/sfx2/thumbnailview.hxx:206
+    unsigned short ThumbnailView::getNextItemId() const
+include/sfx2/viewsh.hxx:365
     enum LOKDeviceFormFactor SfxViewShell::GetLOKDeviceFormFactor() const
-include/sfx2/viewsh.hxx:361
+include/sfx2/viewsh.hxx:367
     _Bool SfxViewShell::isLOKDesktop() const
 include/svl/itempool.hxx:171
     const type-parameter-?-? * SfxItemPool::GetItem2Default(TypedWhichId<type-parameter-?-?>) const
@@ -690,6 +700,8 @@ include/svx/relfld.hxx:61
     void SvxRelativeField::set_size_request(int,int)
 include/svx/relfld.hxx:63
     class Size SvxRelativeField::get_preferred_size() const
+include/svx/sidebar/InspectorTextPanel.hxx:34
+    class VclPtr<class vcl::Window> svx::sidebar::InspectorTextPanel::Create(class vcl::Window *,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &)
 include/svx/svdlayer.hxx:74
     _Bool SdrLayer::operator==(const class SdrLayer &) const
 include/svx/svdpntv.hxx:455
@@ -762,15 +774,17 @@ include/tools/simd.hxx:21
     type-parameter-?-? simd::roundDown(type-parameter-?-?,unsigned int)
 include/tools/stream.hxx:507
     class rtl::OString read_uInt32_lenPrefixed_uInt8s_ToOString(class SvStream &)
+include/tools/UnitConversion.hxx:30
+    double convertPointToTwip(double)
 include/tools/urlobj.hxx:448
     _Bool INetURLObject::SetHost(const class rtl::OUString &)
 include/tools/urlobj.hxx:952
     int INetURLObject::SubString::set(class rtl::OUString &,const class rtl::OUString &)
-include/tools/weakbase.h:107
+include/tools/weakbase.h:110
     _Bool tools::WeakReference::operator==(const type-parameter-?-? *) const
-include/tools/weakbase.h:116
-    _Bool tools::WeakReference::operator<(const WeakReference<reference_type> &) const
 include/tools/weakbase.h:119
+    _Bool tools::WeakReference::operator<(const WeakReference<reference_type> &) const
+include/tools/weakbase.h:122
     _Bool tools::WeakReference::operator>(const WeakReference<reference_type> &) const
 include/tools/XmlWriter.hxx:60
     void tools::XmlWriter::element(const class rtl::OString &)
@@ -796,6 +810,10 @@ include/vcl/BitmapBasicMorphologyFilter.hxx:63
      BitmapDilateFilter::BitmapDilateFilter(int,unsigned char)
 include/vcl/BitmapColor.hxx:39
     void BitmapColor::SetAlpha(unsigned char)
+include/vcl/builder.hxx:236
+    void VclBuilder::mungeAdjustment(class DateField &,const class std::__debug::map<class rtl::OString, class rtl::OUString, struct std::less<class rtl::OString>, class std::allocator<struct std::pair<const class rtl::OString, class rtl::OUString> > > &)
+include/vcl/builder.hxx:237
+    void VclBuilder::mungeAdjustment(class TimeField &,const class std::__debug::map<class rtl::OString, class rtl::OUString, struct std::less<class rtl::OString>, class std::allocator<struct std::pair<const class rtl::OString, class rtl::OUString> > > &)
 include/vcl/builderpage.hxx:36
     void BuilderPage::SetHelpId(const class rtl::OString &)
 include/vcl/ColorMask.hxx:113
@@ -812,8 +830,6 @@ include/vcl/commandevent.hxx:276
      CommandSwipeData::CommandSwipeData()
 include/vcl/commandevent.hxx:293
      CommandLongPressData::CommandLongPressData()
-include/vcl/ctrl.hxx:165
-    void Control::SetGetFocusHdl(const class Link<class Control &, void> &)
 include/vcl/cursor.hxx:96
     _Bool vcl::Cursor::operator!=(const class vcl::Cursor &) const
 include/vcl/customweld.hxx:42
@@ -830,6 +846,8 @@ 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/filter/PDFiumLibrary.hxx:47
+    class rtl::OUString vcl::pdf::PDFium::getLastError()
 include/vcl/gdimtf.hxx:110
     _Bool GDIMetaFile::operator!=(const class GDIMetaFile &) const
 include/vcl/gdimtf.hxx:204
@@ -840,16 +858,10 @@ include/vcl/hatch.hxx:55
     _Bool Hatch::operator!=(const class Hatch &) const
 include/vcl/inputctx.hxx:62
     _Bool InputContext::operator!=(const class InputContext &) const
-include/vcl/ITiledRenderable.hxx:190
+include/vcl/ITiledRenderable.hxx:189
     enum PointerStyle vcl::ITiledRenderable::getPointer()
 include/vcl/lok.hxx:24
     void vcl::lok::unregisterPollCallbacks()
-include/vcl/lstbox.hxx:189
-    void ListBox::SaveValue()
-include/vcl/lstbox.hxx:190
-    _Bool ListBox::IsValueChangedFromSaved() const
-include/vcl/lstbox.hxx:222
-    void ListBox::SetDoubleClickHdl(const class Link<class ListBox &, void> &)
 include/vcl/menu.hxx:456
     unsigned short MenuBar::AddMenuBarButton(const class Image &,const class Link<struct MenuBar::MenuBarButtonCallbackArg &, _Bool> &,const class rtl::OUString &)
 include/vcl/menu.hxx:460
@@ -866,9 +878,9 @@ include/vcl/opengl/OpenGLHelper.hxx:67
     void OpenGLHelper::renderToFile(long,long,const class rtl::OUString &)
 include/vcl/opengl/OpenGLHelper.hxx:100
     void OpenGLHelper::debugMsgStreamWarn(const class std::__cxx11::basic_ostringstream<char> &)
-include/vcl/outdev.hxx:1731
+include/vcl/outdev.hxx:1740
     class basegfx::B2DPolyPolygon OutputDevice::LogicToPixel(const class basegfx::B2DPolyPolygon &,const class MapMode &) const
-include/vcl/outdev.hxx:1751
+include/vcl/outdev.hxx:1760
     class basegfx::B2DPolyPolygon OutputDevice::PixelToLogic(const class basegfx::B2DPolyPolygon &,const class MapMode &) const
 include/vcl/pngread.hxx:56
     void vcl::PNGReader::SetIgnoreGammaChunk(_Bool)
@@ -908,12 +920,14 @@ include/vcl/TaskStopwatch.hxx:118
     void TaskStopwatch::setTimeSlice(unsigned int)
 include/vcl/textrectinfo.hxx:45
     _Bool TextRectInfo::operator!=(const class TextRectInfo &) const
-include/vcl/toolkit/combobox.hxx:142
-    class rtl::OUString ComboBox::GetSelectedEntry() const
 include/vcl/treelist.hxx:171
     const class SvTreeListEntry * SvTreeList::GetParent(const class SvTreeListEntry *) const
-include/vcl/treelistbox.hxx:368
+include/vcl/treelistbox.hxx:370
     void SvTreeListBox::RemoveSelection()
+include/vcl/treelistbox.hxx:620
+    void SvTreeListBox::SetCheckButtonHdl(const class Link<class SvTreeListBox *, void> &)
+include/vcl/treelistentry.hxx:124
+    class SvTreeListEntry * SvTreeListEntry::GetParent() const
 include/vcl/txtattr.hxx:56
     _Bool TextAttrib::operator!=(const class TextAttrib &) const
 include/vcl/uitest/uiobject.hxx:278
@@ -924,6 +938,8 @@ include/vcl/uitest/uiobject.hxx:349
      SpinUIObject::SpinUIObject(const class VclPtr<class SpinButton> &)
 include/vcl/uitest/uiobject.hxx:357
     class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > SpinUIObject::create(class vcl::Window *)
+include/vcl/vclevent.hxx:222
+     VclAccessibleEvent::VclAccessibleEvent(enum VclEventId,const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &)
 include/vcl/weld.hxx:137
     _Bool weld::Widget::get_hexpand() const
 include/vcl/weld.hxx:139
@@ -938,104 +954,106 @@ include/vcl/weld.hxx:149
     int weld::Widget::get_margin_bottom() const
 include/vcl/weld.hxx:151
     int weld::Widget::get_margin_right() const
-include/vcl/weld.hxx:331
+include/vcl/weld.hxx:328
     void weld::ScrolledWindow::hadjustment_set_step_increment(int)
-include/vcl/weld.hxx:333
+include/vcl/weld.hxx:330
     enum VclPolicyType weld::ScrolledWindow::get_hpolicy() const
-include/vcl/weld.hxx:338
+include/vcl/weld.hxx:335
     int weld::ScrolledWindow::get_hscroll_height() const
-include/vcl/weld.hxx:463
+include/vcl/weld.hxx:461
     struct SystemEnvData weld::Window::get_system_data() const
-include/vcl/weld.hxx:536
+include/vcl/weld.hxx:534
     void weld::AboutDialog::set_version(const class rtl::OUString &)
-include/vcl/weld.hxx:537
+include/vcl/weld.hxx:535
     void weld::AboutDialog::set_copyright(const class rtl::OUString &)
-include/vcl/weld.hxx:538
+include/vcl/weld.hxx:536
     void weld::AboutDialog::set_website(const class rtl::OUString &)
-include/vcl/weld.hxx:539
+include/vcl/weld.hxx:537
     void weld::AboutDialog::set_website_label(const class rtl::OUString &)
-include/vcl/weld.hxx:540
+include/vcl/weld.hxx:538
     class rtl::OUString weld::AboutDialog::get_website_label() const
-include/vcl/weld.hxx:541
+include/vcl/weld.hxx:539
     void weld::AboutDialog::set_logo(const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &)
-include/vcl/weld.hxx:542
+include/vcl/weld.hxx:540
     void weld::AboutDialog::set_background(const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &)
-include/vcl/weld.hxx:556
+include/vcl/weld.hxx:554
     class rtl::OString weld::Assistant::get_current_page_ident() const
-include/vcl/weld.hxx:562
+include/vcl/weld.hxx:560
     class rtl::OUString weld::Assistant::get_page_title(const class rtl::OString &) const
-include/vcl/weld.hxx:883
+include/vcl/weld.hxx:888
     void weld::TreeView::append(const class weld::TreeIter *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:892
+include/vcl/weld.hxx:897
     void weld::TreeView::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:986
+include/vcl/weld.hxx:1003
     _Bool weld::TreeView::iter_next_visible(class weld::TreeIter &) const
-include/vcl/weld.hxx:1027
+include/vcl/weld.hxx:1046
     void weld::TreeView::set_text_align(const class weld::TreeIter &,double,int)
-include/vcl/weld.hxx:1101
+include/vcl/weld.hxx:1125
     void weld::TreeView::select_all()
-include/vcl/weld.hxx:1150
+include/vcl/weld.hxx:1172
     const class rtl::OUString & weld::TreeView::get_saved_value() const
-include/vcl/weld.hxx:1204
+include/vcl/weld.hxx:1236
     class rtl::OUString weld::IconView::get_selected_id() const
-include/vcl/weld.hxx:1219
+include/vcl/weld.hxx:1251
     _Bool weld::IconView::get_cursor(class weld::TreeIter *) const
-include/vcl/weld.hxx:1229
+include/vcl/weld.hxx:1261
     void weld::IconView::select_all()
-include/vcl/weld.hxx:1235
+include/vcl/weld.hxx:1267
     void weld::IconView::save_value()
-include/vcl/weld.hxx:1236
+include/vcl/weld.hxx:1268
     const class rtl::OUString & weld::IconView::get_saved_value() const
-include/vcl/weld.hxx:1237
+include/vcl/weld.hxx:1269
     _Bool weld::IconView::get_value_changed_from_saved() const
-include/vcl/weld.hxx:1335
+include/vcl/weld.hxx:1367
     void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1343
+include/vcl/weld.hxx:1375
     void weld::MenuButton::append_item_radio(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1351
+include/vcl/weld.hxx:1383
     void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:1356
+include/vcl/weld.hxx:1388
     void weld::MenuButton::append_separator(const class rtl::OUString &)
-include/vcl/weld.hxx:1407
+include/vcl/weld.hxx:1439
     void weld::Scale::get_increments(int &,int &) const
-include/vcl/weld.hxx:1424
+include/vcl/weld.hxx:1456
     class rtl::OUString weld::ProgressBar::get_text() const
-include/vcl/weld.hxx:1441
+include/vcl/weld.hxx:1473
     void weld::Entry::signal_insert_text(class rtl::OUString &)
-include/vcl/weld.hxx:1457
+include/vcl/weld.hxx:1489
     int weld::Entry::get_position() const
-include/vcl/weld.hxx:1567
+include/vcl/weld.hxx:1599
     void weld::FormattedSpinButton::set_max(double)
-include/vcl/weld.hxx:1622
+include/vcl/weld.hxx:1654
     void weld::EntryTreeView::EntryModifyHdl(const class weld::Entry &)
-include/vcl/weld.hxx:1858
+include/vcl/weld.hxx:1890
     class Size weld::MetricSpinButton::get_size_request() const
-include/vcl/weld.hxx:1870
+include/vcl/weld.hxx:1902
     void weld::MetricSpinButton::set_position(int)
-include/vcl/weld.hxx:1920
+include/vcl/weld.hxx:1952
     _Bool weld::TimeSpinButton::get_sensitive() const
-include/vcl/weld.hxx:1922
+include/vcl/weld.hxx:1954
     _Bool weld::TimeSpinButton::get_visible() const
-include/vcl/weld.hxx:1923
+include/vcl/weld.hxx:1955
     void weld::TimeSpinButton::grab_focus()
-include/vcl/weld.hxx:1924
+include/vcl/weld.hxx:1956
     _Bool weld::TimeSpinButton::has_focus() const
-include/vcl/weld.hxx:1927
+include/vcl/weld.hxx:1959
     void weld::TimeSpinButton::save_value()
-include/vcl/weld.hxx:1928
+include/vcl/weld.hxx:1960
     _Bool weld::TimeSpinButton::get_value_changed_from_saved() const
-include/vcl/weld.hxx:1996
+include/vcl/weld.hxx:2028
     int weld::TextView::vadjustment_get_lower() const
-include/vcl/weld.hxx:2144
+include/vcl/weld.hxx:2176
     _Bool weld::Toolbar::get_item_visible(const class rtl::OString &) const
-include/vcl/weld.hxx:2146
+include/vcl/weld.hxx:2178
     class rtl::OUString weld::Toolbar::get_item_label(const class rtl::OString &) const
-include/vcl/weld.hxx:2156
+include/vcl/weld.hxx:2188
     void weld::Toolbar::append_separator(const class rtl::OUString &)
-include/vcl/weld.hxx:2199
+include/vcl/weld.hxx:2231
     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 *)
+include/vcl/window.hxx:741
+    void vcl::Window::FireVclEvent(class VclSimpleEvent &)
 include/xmloff/txtimp.hxx:385
     class XMLPropertyBackpatcher<short> & XMLTextImportHelper::GetFootnoteBP()
 include/xmloff/txtimp.hxx:386
@@ -1094,6 +1112,12 @@ sal/osl/unx/uunxapi.hxx:35
     int mkdir_c(const class rtl::OString &,unsigned int)
 sal/osl/unx/uunxapi.hxx:70
     int osl::lstat(const class rtl::OUString &,struct stat &)
+sc/inc/AccessibleGlobal.hxx:32
+     ScAccessibleStateSet::ScAccessibleStateSet()
+sc/inc/AccessibleGlobal.hxx:48
+    void ScAccessibleStateSet::insert(short)
+sc/inc/AccessibleGlobal.hxx:49
+    void ScAccessibleStateSet::clear()
 sc/inc/address.hxx:666
     _Bool ScRange::operator<=(const class ScRange &) const
 sc/inc/bigrange.hxx:73
@@ -1158,8 +1182,10 @@ sc/inc/postit.hxx:46
      ScCaptionPtr::ScCaptionPtr(class SdrCaptionObj *)
 sc/inc/scdll.hxx:36
      ScDLL::ScDLL()
-sc/inc/scopetools.hxx:73
+sc/inc/scopetools.hxx:74
     void sc::DelayFormulaGroupingSwitch::reset()
+sc/inc/segmenttree.hxx:139
+    void ScFlatUInt16RowSegments::setValueIf(int,int,unsigned short,const class std::function<_Bool (unsigned short)> &)
 sc/inc/sheetlimits.hxx:41
     _Bool ScSheetLimits::ValidColRow(short,int) const
 sc/inc/sheetlimits.hxx:45
@@ -1180,10 +1206,10 @@ sc/inc/table.hxx:320
     _Bool ScTable::IsColRowTabValid(const short,const int,const short) const
 sc/inc/userlist.hxx:88
     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/extras/sctabviewobj.cxx:141
+    int main()
 sc/qa/unit/helper/qahelper.hxx:155
     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:326
-    int main()
 sc/qa/unit/ucalc.hxx:150
     void Test::testFormulaHashAndTag()
 sc/qa/unit/ucalc.hxx:189
@@ -1226,7 +1252,7 @@ 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()
-sc/source/core/tool/interpr1.cxx:6487
+sc/source/core/tool/interpr1.cxx:6495
     double ::operator()(const struct sc::ParamIfsResult &) const
 sc/source/core/tool/interpr3.cxx:4442
     double ::operator()(double,unsigned long) const
@@ -1256,8 +1282,12 @@ sc/source/filter/inc/xiescher.hxx:154
     class Color XclImpDrawObjBase::GetSolidLineColor(const struct XclObjLineData &) const
 sc/source/filter/inc/xlformula.hxx:409
     _Bool XclTokenArray::operator==(const class XclTokenArray &) const
+sc/source/filter/xml/xmlimprt.hxx:372
+    void ScXMLImport::SetStyleToRange(const class ScRange &,const class rtl::OUString *,const short,const class rtl::OUString *)
 sc/source/filter/xml/xmltransformationi.hxx:160
      ScXMLDateTimeContext::ScXMLDateTimeContext(class ScXMLImport &,const class rtl::Reference<class sax_fastparser::FastAttributeList> &)
+sc/source/ui/inc/checklistmenu.hxx:187
+    void ScCheckListMenuControl::getSectionPosSize(class Point &,class Size &,enum ScCheckListMenuControl::SectionType) const
 sc/source/ui/inc/condformatdlg.hxx:51
     class weld::ScrolledWindow * ScCondFormatList::GetWidget()
 sc/source/ui/inc/condformatdlgentry.hxx:84
@@ -1354,11 +1384,11 @@ sfx2/source/appl/shutdownicon.hxx:114
     void ShutdownIcon::SetVeto(_Bool)
 sfx2/source/inc/templdgi.hxx:247
     class weld::Widget * SfxCommonTemplateDialog_Impl::GetFrameWeld()
-shell/inc/xml_parser.hxx:48
+shell/inc/xml_parser.hxx:46
      xml_parser::xml_parser()
-shell/inc/xml_parser.hxx:71
+shell/inc/xml_parser.hxx:69
     void xml_parser::parse(const char *,unsigned long,_Bool)
-shell/inc/xml_parser.hxx:89
+shell/inc/xml_parser.hxx:87
     void xml_parser::set_document_handler(class i_xml_parser_event_handler *)
 slideshow/source/engine/activities/activitiesfactory.cxx:172
     void slideshow::internal::(anonymous namespace)::FromToByActivity::startAnimation()
@@ -1382,38 +1412,36 @@ slideshow/source/engine/activities/activitiesfactory.cxx:566
     void slideshow::internal::(anonymous namespace)::ValuesActivity::perform(unsigned int,unsigned int) const
 slideshow/source/engine/activities/activitiesfactory.cxx:581
     void slideshow::internal::(anonymous namespace)::ValuesActivity::performEnd()
-slideshow/source/engine/animationfactory.cxx:432
+slideshow/source/engine/animationfactory.cxx:434
     void slideshow::internal::(anonymous namespace)::GenericAnimation::prefetch()
-slideshow/source/engine/animationfactory.cxx:435
+slideshow/source/engine/animationfactory.cxx:437
     void slideshow::internal::(anonymous namespace)::GenericAnimation::start(const class std::shared_ptr<class slideshow::internal::AnimatableShape> &,const class std::shared_ptr<class slideshow::internal::ShapeAttributeLayer> &)
-slideshow/source/engine/animationfactory.cxx:508
+slideshow/source/engine/animationfactory.cxx:510
     _Bool slideshow::internal::(anonymous namespace)::GenericAnimation::operator()(const typename type-parameter-?-?::ValueType &)
-slideshow/source/engine/animationfactory.cxx:523
+slideshow/source/engine/animationfactory.cxx:525
     _Bool slideshow::internal::(anonymous namespace)::GenericAnimation::operator()(typename type-parameter-?-?::ValueType)
-slideshow/source/engine/animationfactory.cxx:536
+slideshow/source/engine/animationfactory.cxx:538
     typename type-parameter-?-?::ValueType slideshow::internal::(anonymous namespace)::GenericAnimation::getUnderlyingValue() const
 slideshow/source/engine/opengl/TransitionImpl.hxx:184
     void OGLTransitionImpl::cleanup()
 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::AnimationEventHandler> &)
 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::ShapeListenerEventHandler> &)
+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
-    _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::ShapeListenerEventHandler> &)
+    _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::AnimationEventHandler> &)
 slideshow/source/inc/listenercontainer.hxx:55
     _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::ViewRepaintHandler> &)
 slideshow/source/inc/listenercontainer.hxx:55
     _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::ViewEventHandler> &)
-smoketest/libtest.cxx:70
-    int main(int,char **)
 starmath/inc/format.hxx:138
     _Bool SmFormat::operator!=(const class SmFormat &) const
 svgio/inc/svgstyleattributes.hxx:348
@@ -1432,10 +1460,10 @@ 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-?-? &)
 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_append_values(struct mdds::mtv::base_element_block &,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
 svx/inc/sdr/contact/viewcontactofgraphic.hxx:54
     class SdrGrafObj & sdr::contact::ViewContactOfGraphic::GetGrafObject()
 svx/source/tbxctrls/tbcontrl.cxx:150
@@ -1490,10 +1518,10 @@ sw/inc/dbgoutsw.hxx:106
     const char * dbg_out(const struct SwFormToken &)
 sw/inc/dbgoutsw.hxx:107
     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 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:94
     void SwVectorModifyBase::insert(class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class SwGrfFormatColl **, class std::__cxx1998::vector<class SwGrfFormatColl *, class std::allocator<class SwGrfFormatColl *> > >, class std::__debug::vector<class SwGrfFormatColl *, class std::allocator<class SwGrfFormatColl *> >, struct std::random_access_iterator_tag>,type-parameter-?-?,type-parameter-?-?)
+sw/inc/docary.hxx:94
+    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:94
     void SwVectorModifyBase::insert(class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class SwSectionFormat **, class std::__cxx1998::vector<class SwSectionFormat *, class std::allocator<class SwSectionFormat *> > >, class std::__debug::vector<class SwSectionFormat *, class std::allocator<class SwSectionFormat *> >, struct std::random_access_iterator_tag>,type-parameter-?-?,type-parameter-?-?)
 sw/inc/docary.hxx:94
@@ -1520,8 +1548,6 @@ 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:101
-    class SwFrameFormat *const & SwFrameFormats::front() const
 sw/inc/frameformats.hxx:102
     class SwFrameFormat *const & SwFrameFormats::back() const
 sw/inc/IDocumentLinksAdministration.hxx:53
@@ -1544,6 +1570,8 @@ sw/inc/IDocumentMarkAccess.hxx:104
     _Bool IDocumentMarkAccess::iterator::operator>(const class IDocumentMarkAccess::iterator &) const
 sw/inc/IDocumentMarkAccess.hxx:106
     _Bool IDocumentMarkAccess::iterator::operator>=(const class IDocumentMarkAccess::iterator &) const
+sw/inc/modcfg.hxx:344
+    _Bool SwModuleOptions::IsFileEncryptedFromColumn() const
 sw/inc/node.hxx:231
     const class IDocumentStylePoolAccess & SwNode::getIDocumentStylePoolAccess() const
 sw/inc/node.hxx:235
@@ -1610,7 +1638,7 @@ sw/source/core/inc/frame.hxx:1393
     long SwRectFnSet::LeftDist(const class SwRect &,long) const
 sw/source/core/inc/frame.hxx:1394
     long SwRectFnSet::RightDist(const class SwRect &,long) const
-sw/source/core/inc/mvsave.hxx:169
+sw/source/core/inc/mvsave.hxx:171
     _Bool ZSortFly::operator==(const class ZSortFly &) const
 sw/source/core/text/porlin.hxx:118
     _Bool SwLinePortion::IsTabRightPortion() const
@@ -1624,7 +1652,7 @@ 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/conttree.hxx:345
+sw/source/uibase/inc/conttree.hxx:346
     int SwGlobalTree::count_selected_rows() const
 sw/source/uibase/inc/numfmtlb.hxx:130
     _Bool SwNumFormatTreeView::get_value_changed_from_saved() const
@@ -1658,6 +1686,12 @@ vcl/inc/bitmap/ScanlineTools.hxx:23
     void vcl::bitmap::ScanlineTransformer::skipPixel(unsigned int)
 vcl/inc/bitmapwriteaccess.hxx:73
     void BitmapWriteAccess::SetFillColor()
+vcl/inc/calendar.hxx:213
+    void Calendar::EnableCallEverySelect()
+vcl/inc/calendar.hxx:225
+    void Calendar::StartSelection()
+vcl/inc/calendar.hxx:228
+    _Bool Calendar::IsTravelSelect() const
 vcl/inc/ControlCacheKey.hxx:35
      ControlCacheKey::ControlCacheKey(enum ControlType,enum ControlPart,enum ControlState,const class Size &)
 vcl/inc/ControlCacheKey.hxx:42
@@ -1766,10 +1800,6 @@ vcl/inc/skia/utils.hxx:62
     void SkiaHelper::dump(const class SkBitmap &,const char *)
 vcl/inc/skia/zone.hxx:22
     void SkiaZone::relaxWatchdogTimings()
-vcl/inc/unx/glyphcache.hxx:119
-    int FreetypeFont::GetLoadFlags() const
-vcl/inc/unx/glyphcache.hxx:133
-    class FreetypeFontInstance & FreetypeFont::GetFontInstance() const
 vcl/inc/unx/gtk/gtkframe.hxx:217
     void ensure_dbus_setup(struct _GdkWindow *,class GtkSalFrame *)
 vcl/inc/unx/saldisp.hxx:377
@@ -1778,7 +1808,7 @@ vcl/inc/unx/salframe.h:184
     enum SalFrameStyleFlags X11SalFrame::GetStyle() const
 vcl/qa/cppunit/lifecycle.cxx:237
      (anonymous namespace)::LeakTestClass::LeakTestClass(_Bool &,type-parameter-?-? &&...)
-vcl/skia/salbmp.cxx:430
+vcl/skia/salbmp.cxx:427
     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/vcl/builder.hxx b/include/vcl/builder.hxx
index c135af4f150e..cdc877939b3f 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -233,8 +233,6 @@ private:
 
     static void     mungeAdjustment(NumericFormatter &rTarget, const Adjustment &rAdjustment);
     static void     mungeAdjustment(FormattedField &rTarget, const Adjustment &rAdjustment);
-    static void     mungeAdjustment(DateField &rTarget, const Adjustment &rAdjustment);
-    static void     mungeAdjustment(TimeField &rTarget, const Adjustment &rAdjustment);
     static void     mungeAdjustment(ScrollBar &rTarget, const Adjustment &rAdjustment);
     static void     mungeAdjustment(Slider &rTarget, const Adjustment &rAdjustment);
 
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index 1fe73c689610..202df1206a19 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -195,7 +195,6 @@ class VCL_DLLPUBLIC SvTreeListBox
     friend class SalInstanceEntryTreeView;
 
     std::unique_ptr<SvTreeListBoxImpl> mpImpl;
-    Link<SvTreeListBox*,void>  aCheckButtonHdl;
     Link<SvTreeListBox*,void>  aScrolledHdl;
     Link<SvTreeListBox*,void>  aExpandedHdl;
     Link<SvTreeListBox*,bool>  aExpandingHdl;
@@ -617,7 +616,6 @@ public:
     static const Image&    GetExpandedEntryBmp(const SvTreeListEntry* _pEntry );
     static const Image&    GetCollapsedEntryBmp(const SvTreeListEntry* _pEntry );
 
-    void            SetCheckButtonHdl( const Link<SvTreeListBox*,void>& rLink )  { aCheckButtonHdl=rLink; }
     virtual void    CheckButtonHdl();
 
     void            SetSublistOpenWithLeftRight();   // open/close sublist with cursor left/right
diff --git a/include/vcl/treelistentry.hxx b/include/vcl/treelistentry.hxx
index 093fa1751d8e..14a4dc486f44 100644
--- a/include/vcl/treelistentry.hxx
+++ b/include/vcl/treelistentry.hxx
@@ -121,8 +121,6 @@ public:
     void SetExtraIndent(sal_uInt32 nExtraIndent) { mnExtraIndent = nExtraIndent; }
     sal_uInt32 GetExtraIndent() const { return mnExtraIndent; }
 
-    SvTreeListEntry* GetParent() const { return pParent; }
-
     SvTreeListEntry* NextSibling() const;
     SvTreeListEntry* PrevSibling() const;
     SvTreeListEntry* LastSibling() const;
diff --git a/include/vcl/vclevent.hxx b/include/vcl/vclevent.hxx
index 170cd40ec65f..2daa23468bb7 100644
--- a/include/vcl/vclevent.hxx
+++ b/include/vcl/vclevent.hxx
@@ -216,17 +216,6 @@ public:
     sal_uInt16 GetItemPos() const { return mnPos; }
 };
 
-class VCL_DLLPUBLIC VclAccessibleEvent final : public VclSimpleEvent
-{
-public:
-    VclAccessibleEvent( VclEventId n, const css::uno::Reference< css::accessibility::XAccessible >& rxAccessible );
-    virtual ~VclAccessibleEvent() override;
-    const css::uno::Reference< css::accessibility::XAccessible >& GetAccessible() const { return mxAccessible;}
-
-private:
-    css::uno::Reference< css::accessibility::XAccessible > mxAccessible;
-};
-
 #endif // INCLUDED_VCL_VCLEVENT_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 30bac38c6d84..0ba3dc325b83 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -738,7 +738,6 @@ protected:
             void                        SetCompoundControl( bool bCompound );
 
             void                        CallEventListeners( VclEventId nEvent, void* pData = nullptr );
-    static  void                        FireVclEvent( VclSimpleEvent& rEvent );
 
     virtual bool                        AcquireGraphics() const override;
     virtual void                        ReleaseGraphics( bool bRelease = true ) override;
diff --git a/sc/IwyuFilter_sc.yaml b/sc/IwyuFilter_sc.yaml
index ee2301087b23..db479f4d6704 100644
--- a/sc/IwyuFilter_sc.yaml
+++ b/sc/IwyuFilter_sc.yaml
@@ -1,7 +1,6 @@
 ---
 assumeFilename: sc/source/core/data/document.cxx
 blacklist:
-    sc/inc/AccessibleGlobal.hxx:
     # base class has to be a complete type
     - com/sun/star/accessibility/XAccessibleStateSet.hpp
     sc/inc/addruno.hxx:
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index ff649cf6a9a9..1b3cead83beb 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -362,7 +362,6 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
     sc/source/ui/Accessibility/AccessibleDocumentBase \
     sc/source/ui/Accessibility/AccessibleDocumentPagePreview \
     sc/source/ui/Accessibility/AccessibleEditObject \
-    sc/source/ui/Accessibility/AccessibleGlobal \
     sc/source/ui/Accessibility/AccessiblePageHeader \
     sc/source/ui/Accessibility/AccessiblePageHeaderArea \
     sc/source/ui/Accessibility/AccessiblePreviewCell \
diff --git a/sc/inc/AccessibleGlobal.hxx b/sc/inc/AccessibleGlobal.hxx
deleted file mode 100644
index df699e462937..000000000000
--- a/sc/inc/AccessibleGlobal.hxx
+++ /dev/null
@@ -1,57 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef INCLUDED_SC_INC_ACCESSIBLEGLOBAL_HXX
-#define INCLUDED_SC_INC_ACCESSIBLEGLOBAL_HXX
-
-#include <com/sun/star/accessibility/XAccessibleStateSet.hpp>
-#include <cppuhelper/implbase.hxx>
-
-#include <set>
-
-/// Generic XAccessibleStateSet implementation.
-class ScAccessibleStateSet final : public ::cppu::WeakImplHelper< css::accessibility::XAccessibleStateSet >
-{
-public:
-    ScAccessibleStateSet();
-    virtual ~ScAccessibleStateSet() override;
-
-    // XAccessibleStateSet
-
-    virtual sal_Bool SAL_CALL isEmpty() override;
-
-    virtual sal_Bool SAL_CALL contains(sal_Int16 nState) override;
-
-    virtual sal_Bool SAL_CALL containsAll(
-        const css::uno::Sequence<sal_Int16>& aStateSet) override;
-
-    virtual css::uno::Sequence<sal_Int16> SAL_CALL getStates() override;
-
-    // Non-UNO Methods
-
-    void insert(sal_Int16 nState);
-    void clear();
-
-private:
-    ::std::set<sal_Int16> maStates;
-};
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx
index 84931b6de44f..42a332311081 100644
--- a/sc/source/filter/xml/xmlimprt.cxx
+++ b/sc/source/filter/xml/xmlimprt.cxx
@@ -1304,48 +1304,6 @@ void ScXMLImport::SetStyleToRanges()
     OSL_ENSURE(xSheetCellRanges.is(), "didn't get SheetCellRanges");
 }
 
-void ScXMLImport::SetStyleToRange(const ScRange& rRange, const OUString* pStyleName,
-                                  const sal_Int16 nCellType, const OUString* pCurrency)
-{
-    if (!mbImportStyles)
-        return;
-
-    if (sPrevStyleName.isEmpty())
-    {
-        nPrevCellType = nCellType;
-        if (pStyleName)
-            sPrevStyleName = *pStyleName;
-        if (pCurrency)
-            sPrevCurrency = *pCurrency;
-        else if (!sPrevCurrency.isEmpty())
-            sPrevCurrency.clear();
-    }
-    else if ((nCellType != nPrevCellType) ||
-        ((pStyleName && *pStyleName != sPrevStyleName) ||
-        (!pStyleName && !sPrevStyleName.isEmpty())) ||
-        ((pCurrency && *pCurrency != sPrevCurrency) ||
-        (!pCurrency && !sPrevCurrency.isEmpty())))
-    {
-        SetStyleToRanges();
-        nPrevCellType = nCellType;
-        if (pStyleName)
-            sPrevStyleName = *pStyleName;
-        else if(!sPrevStyleName.isEmpty())
-            sPrevStyleName.clear();
-        if (pCurrency)
-            sPrevCurrency = *pCurrency;
-        else if(!sPrevCurrency.isEmpty())
-            sPrevCurrency.clear();
-    }
-    table::CellRangeAddress aCellRange;
-    aCellRange.StartColumn = rRange.aStart.Col();
-    aCellRange.StartRow = rRange.aStart.Row();
-    aCellRange.Sheet = rRange.aStart.Tab();
-    aCellRange.EndColumn = rRange.aEnd.Col();
-    aCellRange.EndRow = rRange.aEnd.Row();
-    AddStyleRange(aCellRange);
-}
-
 void ScXMLImport::SetStyleToRanges(const ScRangeList& rRanges, const OUString* pStyleName,
                                   const sal_Int16 nCellType, const OUString* pCurrency)
 {
diff --git a/sc/source/filter/xml/xmlimprt.hxx b/sc/source/filter/xml/xmlimprt.hxx
index 0523d437cfd6..bf180693797e 100644
--- a/sc/source/filter/xml/xmlimprt.hxx
+++ b/sc/source/filter/xml/xmlimprt.hxx
@@ -369,8 +369,6 @@ private:
 
     void ExamineDefaultStyle();
 public:
-    void SetStyleToRange(const ScRange& rRange, const OUString* pStyleName,
-        const sal_Int16 nCellType, const OUString* pCurrency);
     void SetStyleToRanges(const ScRangeList& rRanges, const OUString* pStyleName,
         const sal_Int16 nCellType, const OUString* pCurrency);
     bool SetNullDateOnUnitConverter();
diff --git a/sc/source/ui/Accessibility/AccessibleGlobal.cxx b/sc/source/ui/Accessibility/AccessibleGlobal.cxx
deleted file mode 100644
index bb6e80931f68..000000000000
--- a/sc/source/ui/Accessibility/AccessibleGlobal.cxx
+++ /dev/null
@@ -1,68 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#include <AccessibleGlobal.hxx>
-
-#include <comphelper/sequence.hxx>
-
-using ::com::sun::star::uno::Sequence;
-
-ScAccessibleStateSet::ScAccessibleStateSet()
-{
-}
-
-ScAccessibleStateSet::~ScAccessibleStateSet()
-{
-}
-
-// XAccessibleStateSet
-
-sal_Bool SAL_CALL ScAccessibleStateSet::isEmpty()
-{
-    return maStates.empty();
-}
-
-sal_Bool SAL_CALL ScAccessibleStateSet::contains(sal_Int16 nState)
-{
-    return maStates.count(nState) != 0;
-}
-
-sal_Bool SAL_CALL ScAccessibleStateSet::containsAll(
-    const Sequence<sal_Int16>& aStateSet)
-{
-    return std::all_of(aStateSet.begin(), aStateSet.end(),
-        [this](const sal_Int16 nState) { return maStates.count(nState) != 0; });
-}
-
-Sequence<sal_Int16> SAL_CALL ScAccessibleStateSet::getStates()
-{
-    return comphelper::containerToSequence(maStates);
-}
-
-void ScAccessibleStateSet::insert(sal_Int16 nState)
-{
-    maStates.insert(nState);
-}
-
-void ScAccessibleStateSet::clear()
-{
-    maStates.clear();
-}
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx
index 6eb474cf20b4..895edc810c22 100644
--- a/sc/source/ui/inc/checklistmenu.hxx
+++ b/sc/source/ui/inc/checklistmenu.hxx
@@ -184,7 +184,6 @@ private:
         BTN_CANCEL,           // Cancel button
         EDIT_SEARCH,          // Search box
     };
-    void getSectionPosSize(Point& rPos, Size& rSize, SectionType eType) const;
 
     /**
      * Calculate the appropriate window size, the position and size of each
diff --git a/vcl/inc/calendar.hxx b/vcl/inc/calendar.hxx
index 68078b70775a..22cc1ddc9fd2 100644
--- a/vcl/inc/calendar.hxx
+++ b/vcl/inc/calendar.hxx
@@ -210,7 +210,6 @@ public:
     void            Select();
 
     Date            GetFirstSelectedDate() const;
-    void            EnableCallEverySelect() { mbAllSel = true; }
 
     void            SetCurDate( const Date& rNewDate );
     void            SetFirstDate( const Date& rNewFirstDate );
@@ -222,11 +221,8 @@ public:
     bool            GetDate( const Point& rPos, Date& rDate ) const;
     tools::Rectangle       GetDateRect( const Date& rDate ) const;
 
-    void            StartSelection();
     void            EndSelection();
 
-    bool            IsTravelSelect() const { return mbTravelSelect; }
-
     Size            CalcWindowSizePixel() const;
 
     void            SetSelectHdl( const Link<Calendar*,void>& rLink ) { maSelectHdl = rLink; }
diff --git a/vcl/osx/a11yfocustracker.cxx b/vcl/osx/a11yfocustracker.cxx
index 057169a3016d..000a4f04fd59 100644
--- a/vcl/osx/a11yfocustracker.cxx
+++ b/vcl/osx/a11yfocustracker.cxx
@@ -76,12 +76,6 @@ void AquaA11yFocusTracker::WindowEventHandler(void * pThis, VclSimpleEvent& rEve
         {
             pFocusTracker->menu_highlighted( pMenuEvent );
         }
-        else if( const VclAccessibleEvent* pAccEvent = dynamic_cast < const VclAccessibleEvent* > (&rEvent) )
-        {
-            Reference< XAccessible > xAccessible = pAccEvent->GetAccessible();
-            if( xAccessible.is() )
-                pFocusTracker->setFocusedObject( xAccessible );
-        }
         break;
     default:
         break;
diff --git a/vcl/source/app/vclevent.cxx b/vcl/source/app/vclevent.cxx
index b99a56a4fc0c..94cf37c638d3 100644
--- a/vcl/source/app/vclevent.cxx
+++ b/vcl/source/app/vclevent.cxx
@@ -23,21 +23,6 @@
 
 #include <vcleventlisteners.hxx>
 
-using ::com::sun::star::uno::Reference;
-using ::com::sun::star::accessibility::XAccessible;
-
-
-VclAccessibleEvent::VclAccessibleEvent( VclEventId n, const Reference<XAccessible>& rxAccessible ) :
-    VclSimpleEvent(n),
-    mxAccessible(rxAccessible)
-{
-}
-
-VclAccessibleEvent::~VclAccessibleEvent()
-{
-}
-
-
 void VclEventListeners::Call( VclSimpleEvent& rEvent ) const
 {
     if ( m_aListeners.empty() )
diff --git a/vcl/source/control/calendar.cxx b/vcl/source/control/calendar.cxx
index 35a6f79462dc..d8d3d1f88c01 100644
--- a/vcl/source/control/calendar.cxx
+++ b/vcl/source/control/calendar.cxx
@@ -1502,14 +1502,6 @@ tools::Rectangle Calendar::GetDateRect( const Date& rDate ) const
     return aRect;
 }
 
-void Calendar::StartSelection()
-{
-    maOldCurDate = maCurDate;
-    mpOldSelectTable.reset(new IntDateSet( *mpSelectTable ));
-
-    mbSelection = true;
-}
-
 void Calendar::EndSelection()
 {
     if ( mbDrag || mbSpinDown || mbSelection )
diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx
index b5db11fc4289..f52f1c86232b 100644
--- a/vcl/source/treelist/treelistbox.cxx
+++ b/vcl/source/treelist/treelistbox.cxx
@@ -1800,7 +1800,6 @@ SvButtonState SvTreeListBox::GetCheckButtonState( SvTreeListEntry* pEntry ) cons
 
 void SvTreeListBox::CheckButtonHdl()
 {
-    aCheckButtonHdl.Call( this );
     if ( pCheckButtonData )
         pImpl->CallEventListeners( VclEventId::CheckboxToggle, static_cast<void*>(pCheckButtonData->GetActEntry()) );
 }
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index fd603fec5ee1..663eb7a40bcb 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -4396,68 +4396,6 @@ void VclBuilder::mungeAdjustment(FormattedField &rTarget, const Adjustment &rAdj
     rTarget.SetSpinSize(nSpinSize);
 }
 
-void VclBuilder::mungeAdjustment(TimeField &rTarget, const Adjustment &rAdjustment)
-{
-    for (auto const& elem : rAdjustment)
-    {
-        const OString &rKey = elem.first;
-        const OUString &rValue = elem.second;
-
-        if (rKey == "upper")
-        {
-            tools::Time aUpper(rValue.toInt32());
-            rTarget.SetMax(aUpper);
-            rTarget.SetLast(aUpper);
-        }
-        else if (rKey == "lower")
-        {
-            tools::Time aLower(rValue.toInt32());
-            rTarget.SetMin(aLower);
-            rTarget.SetFirst(aLower);
-        }
-        else if (rKey == "value")
-        {
-            tools::Time aValue(rValue.toInt32());
-            rTarget.SetTime(aValue);
-        }
-        else
-        {
-            SAL_INFO("vcl.builder", "unhandled property :" << rKey);
-        }
-    }
-}
-
-void VclBuilder::mungeAdjustment(DateField &rTarget, const Adjustment &rAdjustment)
-{
-    for (auto const& elem : rAdjustment)
-    {
-        const OString &rKey = elem.first;
-        const OUString &rValue = elem.second;
-
-        if (rKey == "upper")
-        {
-            Date aUpper(rValue.toInt32());
-            rTarget.SetMax(aUpper);
-            rTarget.SetLast(aUpper);
-        }
-        else if (rKey == "lower")
-        {
-            Date aLower(rValue.toInt32());
-            rTarget.SetMin(aLower);
-            rTarget.SetFirst(aLower);
-        }
-        else if (rKey == "value")
-        {
-            Date aValue(rValue.toInt32());
-            rTarget.SetDate(aValue);
-        }
-        else
-        {
-            SAL_INFO("vcl.builder", "unhandled property :" << rKey);
-        }
-    }
-}
-
 void VclBuilder::mungeAdjustment(ScrollBar &rTarget, const Adjustment &rAdjustment)
 {
     for (auto const& elem : rAdjustment)
diff --git a/vcl/source/window/event.cxx b/vcl/source/window/event.cxx
index 23bb7b00a43c..4f31a2ebf768 100644
--- a/vcl/source/window/event.cxx
+++ b/vcl/source/window/event.cxx
@@ -298,11 +298,6 @@ void Window::CallEventListeners( VclEventId nEvent, void* pData )
     }
 }
 
-void Window::FireVclEvent( VclSimpleEvent& rEvent )
-{
-    Application::ImplCallEventListeners(rEvent);
-}
-
 void Window::AddEventListener( const Link<VclWindowEvent&,void>& rEventListener )
 {
     mpWindowImpl->maEventListeners.push_back( rEventListener );
diff --git a/vcl/unx/gtk3/a11y/gtk3atkutil.cxx b/vcl/unx/gtk3/a11y/gtk3atkutil.cxx
index 1d1337d6e800..699f9aee1695 100644
--- a/vcl/unx/gtk3/a11y/gtk3atkutil.cxx
+++ b/vcl/unx/gtk3/a11y/gtk3atkutil.cxx
@@ -646,12 +646,6 @@ static void WindowEventHandler(void *, VclSimpleEvent& rEvent)
             {
                 handle_menu_highlighted(pMenuEvent);
             }
-            else if (const VclAccessibleEvent* pAccEvent = dynamic_cast<const VclAccessibleEvent*>(&rEvent))
-            {
-                const uno::Reference< accessibility::XAccessible >& xAccessible = pAccEvent->GetAccessible();
-                if (xAccessible.is())
-                    atk_wrapper_focus_tracker_notify_when_idle(xAccessible);
-            }
             break;
 
         case VclEventId::ToolboxHighlight:


More information about the Libreoffice-commits mailing list