[Libreoffice-commits] core.git: 2 commits - compilerplugins/clang cui/source filter/source include/filter include/sfx2 include/svtools include/vcl sc/source svtools/source svx/inc svx/source sw/inc sw/source ucb/source vcl/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed May 13 15:56:59 UTC 2020


 compilerplugins/clang/unusedmethods.results      |  428 ++++++++++++-----------
 cui/source/inc/about.hxx                         |    1 
 filter/source/msfilter/svdfppt.cxx               |   17 
 include/filter/msfilter/svdfppt.hxx              |    1 
 include/sfx2/StylePreviewRenderer.hxx            |    1 
 include/svtools/toolboxcontroller.hxx            |    2 
 include/vcl/combobox.hxx                         |    2 
 include/vcl/toolbox.hxx                          |    5 
 include/vcl/treelistbox.hxx                      |    2 
 include/vcl/viewdataentry.hxx                    |    6 
 sc/source/filter/excel/xiroot.cxx                |    6 
 sc/source/filter/inc/xiroot.hxx                  |    2 
 svtools/source/uno/toolboxcontroller.cxx         |   14 
 svx/inc/CommonStylePreviewRenderer.hxx           |    1 
 svx/source/styles/CommonStylePreviewRenderer.cxx |    9 
 sw/inc/accessibilityoptions.hxx                  |    3 
 sw/source/core/inc/swfont.hxx                    |    1 
 sw/source/core/inc/txtfrm.hxx                    |    5 
 sw/source/core/view/viewsh.cxx                   |    2 
 ucb/source/ucp/webdav/ContentProperties.hxx      |    2 
 ucb/source/ucp/webdav/DAVSession.hxx             |    2 
 ucb/source/ucp/webdav/DAVSessionFactory.hxx      |    2 
 ucb/source/ucp/webdav/DateTimeHelper.hxx         |    2 
 ucb/source/ucp/webdav/webdavcontent.hxx          |    8 
 ucb/source/ucp/webdav/webdavprovider.hxx         |    2 
 vcl/source/control/combobox.cxx                  |    5 
 vcl/source/treelist/iconview.cxx                 |    3 
 vcl/source/treelist/treelistbox.cxx              |    1 
 vcl/source/treelist/viewdataentry.cxx            |   16 
 29 files changed, 247 insertions(+), 304 deletions(-)

New commits:
commit 0a7b676dd9221f2635c0c23e219fe7e168d3ed41
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed May 13 15:34:30 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed May 13 17:56:28 2020 +0200

    Fix syntax errors in --with-webdav=serf code
    
    ...introduced with de61e14d0b6ee90cb4d170af340275d811b9fbbf "compact namespace
    in ucb..uui"
    
    Change-Id: I58e24303e1e12db0a53d46acc2daef1faa2e4cf6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94128
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/ucb/source/ucp/webdav/ContentProperties.hxx b/ucb/source/ucp/webdav/ContentProperties.hxx
index bb5a41eea85e..a48383f8e945 100644
--- a/ucb/source/ucp/webdav/ContentProperties.hxx
+++ b/ucb/source/ucp/webdav/ContentProperties.hxx
@@ -31,7 +31,7 @@
 
 namespace com::sun::star::beans {
     struct Property;
-} } } }
+}
 
 namespace http_dav_ucp
 {
diff --git a/ucb/source/ucp/webdav/DAVSession.hxx b/ucb/source/ucp/webdav/DAVSession.hxx
index 3d77ec5d5ac2..aa47b1504b22 100644
--- a/ucb/source/ucp/webdav/DAVSession.hxx
+++ b/ucb/source/ucp/webdav/DAVSession.hxx
@@ -32,7 +32,7 @@
 
 namespace com::sun::star::ucb {
     struct Lock;
-} } } }
+}
 
 namespace http_dav_ucp
 {
diff --git a/ucb/source/ucp/webdav/DAVSessionFactory.hxx b/ucb/source/ucp/webdav/DAVSessionFactory.hxx
index 62d9cd7e13ea..ec1fcfe3c0c4 100644
--- a/ucb/source/ucp/webdav/DAVSessionFactory.hxx
+++ b/ucb/source/ucp/webdav/DAVSessionFactory.hxx
@@ -36,7 +36,7 @@ using namespace com::sun::star;
 
 namespace com::sun::star::lang {
     class XMultiServiceFactory;
-} } } }
+}
 
 namespace http_dav_ucp
 {
diff --git a/ucb/source/ucp/webdav/DateTimeHelper.hxx b/ucb/source/ucp/webdav/DateTimeHelper.hxx
index d5c0d451b980..b639215335a8 100644
--- a/ucb/source/ucp/webdav/DateTimeHelper.hxx
+++ b/ucb/source/ucp/webdav/DateTimeHelper.hxx
@@ -26,7 +26,7 @@
 
 namespace com::sun::star::util {
     struct DateTime;
-} } } }
+}
 
 namespace rtl {
     class OUString;
diff --git a/ucb/source/ucp/webdav/webdavcontent.hxx b/ucb/source/ucp/webdav/webdavcontent.hxx
index 814b338a741d..ad4e932291de 100644
--- a/ucb/source/ucp/webdav/webdavcontent.hxx
+++ b/ucb/source/ucp/webdav/webdavcontent.hxx
@@ -33,22 +33,22 @@
 namespace com::sun::star::beans {
     struct Property;
     struct PropertyValue;
-} } } }
+}
 
 namespace com::sun::star::io {
     class XInputStream;
-} } } }
+}
 
 namespace com::sun::star::sdbc {
     class XRow;
-} } } }
+}
 
 namespace com::sun::star::ucb {
     struct OpenCommandArgument2;
     struct PropertyCommandArgument;
     struct PostCommandArgument2;
     struct TransferInfo;
-} } } }
+}
 
 namespace http_dav_ucp
 {
diff --git a/ucb/source/ucp/webdav/webdavprovider.hxx b/ucb/source/ucp/webdav/webdavprovider.hxx
index 322f530a1682..e399178a9df9 100644
--- a/ucb/source/ucp/webdav/webdavprovider.hxx
+++ b/ucb/source/ucp/webdav/webdavprovider.hxx
@@ -33,7 +33,7 @@
 
 namespace com::sun::star::lang {
 class XSingleServiceFactory;
-} } } }
+}
 
 namespace http_dav_ucp {
 
commit bd537420b07fc82bd9a3eb01f3e5b3b33c21a5cb
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed May 13 15:16:58 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed May 13 17:56:14 2020 +0200

    loplugin:unusedmethods
    
    Change-Id: Id813d95a90fdbb360dfc8670c0b55b635f633965
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94125
    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 3cbbb8dc52a9..4da3b5cc4be1 100644
--- a/compilerplugins/clang/unusedmethods.results
+++ b/compilerplugins/clang/unusedmethods.results
@@ -56,6 +56,8 @@ canvas/inc/vclwrapper.hxx:137
     void canvas::vcltools::VCLObject::swap(VCLObject<Wrappee_> &)
 canvas/source/vcl/impltools.hxx:103
      vclcanvas::tools::LocalGuard::LocalGuard()
+chart2/qa/extras/chart2export.cxx:2757
+    int main()
 chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx:55
     void chart::ThreeD_SceneIllumination_TabPage::LinkStubfillControlsFromModel(void *,void *)
 connectivity/inc/sdbcx/VGroup.hxx:63
@@ -76,6 +78,8 @@ connectivity/source/drivers/firebird/Util.hxx:76
     const class rtl::OUString & connectivity::firebird::ColumnTypeInfo::getCharacterSet() const
 connectivity/source/drivers/mork/mork_helper.cxx:37
     int main(int,char **)
+connectivity/source/drivers/mysqlc/mysqlc_connection.hxx:176
+    class rtl::OUString connectivity::mysqlc::OConnection::transFormPreparedStatement(const class rtl::OUString &)
 connectivity/source/drivers/mysqlc/mysqlc_prepared_resultset.hxx:96
     type-parameter-?-? connectivity::mysqlc::OPreparedResultSet::safelyRetrieveValue(const int)
 connectivity/source/drivers/mysqlc/mysqlc_prepared_resultset.hxx:97
@@ -104,6 +108,8 @@ connectivity/source/inc/OTypeInfo.hxx:47
     _Bool connectivity::OTypeInfo::operator!=(const struct connectivity::OTypeInfo &) const
 cui/source/dialogs/SpellAttrib.hxx:72
     _Bool svx::SpellErrorDescription::operator==(const struct svx::SpellErrorDescription &) const
+cui/source/inc/about.hxx:51
+    class rtl::OUString AboutDialog::GetExtraString()
 cui/source/inc/cfg.hxx:336
     class rtl::OUString SvxMenuEntriesListBox::get_text(int)
 cui/source/inc/cfg.hxx:337
@@ -166,7 +172,7 @@ dbaccess/source/ui/inc/WTypeSelect.hxx:76
     void dbaui::OWizTypeSelectList::show()
 desktop/source/lib/lokclipboard.hxx:96
      LOKClipboardFactory::LOKClipboardFactory()
-drawinglayer/inc/texture/texture.hxx:44
+drawinglayer/inc/texture/texture.hxx:41
     _Bool drawinglayer::texture::GeoTexSvx::operator!=(const class drawinglayer::texture::GeoTexSvx &) const
 drawinglayer/source/tools/emfpcustomlinecap.hxx:38
     void emfplushelper::EMFPCustomLineCap::SetAttributes(struct com::sun::star::rendering::StrokeAttributes &)
@@ -198,75 +204,75 @@ hwpfilter/source/mzstring.h:101
     class MzString & MzString::operator<<(long)
 hwpfilter/source/mzstring.h:102
     class MzString & MzString::operator<<(short)
-include/basegfx/color/bcolormodifier.hxx:77
+include/basegfx/color/bcolormodifier.hxx:76
     _Bool basegfx::BColorModifier::operator!=(const class basegfx::BColorModifier &) const
-include/basegfx/curve/b2dcubicbezier.hxx:52
+include/basegfx/curve/b2dcubicbezier.hxx:51
     _Bool basegfx::B2DCubicBezier::operator==(const class basegfx::B2DCubicBezier &) const
-include/basegfx/curve/b2dcubicbezier.hxx:53
+include/basegfx/curve/b2dcubicbezier.hxx:52
     _Bool basegfx::B2DCubicBezier::operator!=(const class basegfx::B2DCubicBezier &) const
-include/basegfx/curve/b2dcubicbezier.hxx:193
+include/basegfx/curve/b2dcubicbezier.hxx:192
     void basegfx::B2DCubicBezier::transform(const class basegfx::B2DHomMatrix &)
-include/basegfx/curve/b2dcubicbezier.hxx:196
+include/basegfx/curve/b2dcubicbezier.hxx:195
     void basegfx::B2DCubicBezier::fround()
-include/basegfx/matrix/b2dhommatrix.hxx:104
+include/basegfx/matrix/b2dhommatrix.hxx:103
     void basegfx::B2DHomMatrix::translate(const class basegfx::B2DTuple &)
-include/basegfx/matrix/b2dhommatrix.hxx:107
+include/basegfx/matrix/b2dhommatrix.hxx:106
     void basegfx::B2DHomMatrix::scale(const class basegfx::B2DTuple &)
-include/basegfx/matrix/b2dhommatrix.hxx:113
+include/basegfx/matrix/b2dhommatrix.hxx:112
     class basegfx::B2DHomMatrix & basegfx::B2DHomMatrix::operator+=(const class basegfx::B2DHomMatrix &)
-include/basegfx/matrix/b2dhommatrix.hxx:114
+include/basegfx/matrix/b2dhommatrix.hxx:113
     class basegfx::B2DHomMatrix & basegfx::B2DHomMatrix::operator-=(const class basegfx::B2DHomMatrix &)
-include/basegfx/matrix/b2dhommatrix.hxx:119
+include/basegfx/matrix/b2dhommatrix.hxx:118
     class basegfx::B2DHomMatrix & basegfx::B2DHomMatrix::operator*=(double)
-include/basegfx/matrix/b2dhommatrix.hxx:120
+include/basegfx/matrix/b2dhommatrix.hxx:119
     class basegfx::B2DHomMatrix & basegfx::B2DHomMatrix::operator/=(double)
-include/basegfx/matrix/b2dhommatrixtools.hxx:134
+include/basegfx/matrix/b2dhommatrixtools.hxx:131
     class basegfx::B2DHomMatrix basegfx::utils::createRotateAroundCenterKeepAspectRatioStayInsideRange(const class basegfx::B2DRange &,double)
-include/basegfx/matrix/b2dhommatrixtools.hxx:234
+include/basegfx/matrix/b2dhommatrixtools.hxx:217
     double basegfx::utils::B2DHomMatrixBufferedOnDemandDecompose::getShearX() const
-include/basegfx/matrix/b3dhommatrix.hxx:67
+include/basegfx/matrix/b3dhommatrix.hxx:66
     void basegfx::B3DHomMatrix::rotate(const class basegfx::B3DTuple &)
-include/basegfx/matrix/b3dhommatrix.hxx:71
+include/basegfx/matrix/b3dhommatrix.hxx:70
     void basegfx::B3DHomMatrix::translate(const class basegfx::B3DTuple &)
-include/basegfx/matrix/b3dhommatrix.hxx:75
+include/basegfx/matrix/b3dhommatrix.hxx:74
     void basegfx::B3DHomMatrix::scale(const class basegfx::B3DTuple &)
-include/basegfx/matrix/b3dhommatrix.hxx:98
+include/basegfx/matrix/b3dhommatrix.hxx:97
     class basegfx::B3DHomMatrix & basegfx::B3DHomMatrix::operator+=(const class basegfx::B3DHomMatrix &)
-include/basegfx/matrix/b3dhommatrix.hxx:99
+include/basegfx/matrix/b3dhommatrix.hxx:98
     class basegfx::B3DHomMatrix & basegfx::B3DHomMatrix::operator-=(const class basegfx::B3DHomMatrix &)
-include/basegfx/matrix/b3dhommatrix.hxx:106
+include/basegfx/matrix/b3dhommatrix.hxx:105
     class basegfx::B3DHomMatrix & basegfx::B3DHomMatrix::operator*=(double)
-include/basegfx/matrix/b3dhommatrix.hxx:107
+include/basegfx/matrix/b3dhommatrix.hxx:106
     class basegfx::B3DHomMatrix & basegfx::B3DHomMatrix::operator/=(double)
 include/basegfx/numeric/ftools.hxx:145
     double basegfx::snapToRange(double,double,double)
 include/basegfx/numeric/ftools.hxx:149
     double basegfx::copySign(double,double)
-include/basegfx/pixel/bpixel.hxx:54
+include/basegfx/pixel/bpixel.hxx:53
      basegfx::BPixel::BPixel(unsigned char,unsigned char,unsigned char,unsigned char)
-include/basegfx/pixel/bpixel.hxx:85
+include/basegfx/pixel/bpixel.hxx:84
     _Bool basegfx::BPixel::operator==(const class basegfx::BPixel &) const
-include/basegfx/pixel/bpixel.hxx:90
+include/basegfx/pixel/bpixel.hxx:89
     _Bool basegfx::BPixel::operator!=(const class basegfx::BPixel &) const
-include/basegfx/point/b2dpoint.hxx:93
+include/basegfx/point/b2dpoint.hxx:92
     class basegfx::B2DPoint & basegfx::B2DPoint::operator*=(double)
-include/basegfx/point/b2ipoint.hxx:72
+include/basegfx/point/b2ipoint.hxx:71
     class basegfx::B2IPoint & basegfx::B2IPoint::operator*=(const class basegfx::B2IPoint &)
-include/basegfx/point/b2ipoint.hxx:81
+include/basegfx/point/b2ipoint.hxx:80
     class basegfx::B2IPoint & basegfx::B2IPoint::operator*=(int)
-include/basegfx/point/b2ipoint.hxx:98
+include/basegfx/point/b2ipoint.hxx:97
     class basegfx::B2IPoint & basegfx::B2IPoint::operator*=(const class basegfx::B2DHomMatrix &)
-include/basegfx/point/b3dpoint.hxx:76
+include/basegfx/point/b3dpoint.hxx:75
     class basegfx::B3DPoint & basegfx::B3DPoint::operator*=(const class basegfx::B3DPoint &)
-include/basegfx/point/b3dpoint.hxx:86
+include/basegfx/point/b3dpoint.hxx:85
     class basegfx::B3DPoint & basegfx::B3DPoint::operator*=(double)
-include/basegfx/polygon/b2dtrapezoid.hxx:105
+include/basegfx/polygon/b2dtrapezoid.hxx:102
     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
+include/basegfx/polygon/b3dpolypolygon.hxx:88
     void basegfx::B3DPolyPolygon::remove(unsigned int,unsigned int)
-include/basegfx/polygon/b3dpolypolygon.hxx:109
+include/basegfx/polygon/b3dpolypolygon.hxx:108
     class basegfx::B3DPolygon * basegfx::B3DPolyPolygon::begin()
-include/basegfx/polygon/b3dpolypolygon.hxx:110
+include/basegfx/polygon/b3dpolypolygon.hxx:109
     class basegfx::B3DPolygon * basegfx::B3DPolyPolygon::end()
 include/basegfx/range/b1drange.hxx:50
      basegfx::B1DRange::B1DRange(double)
@@ -300,87 +306,87 @@ include/basegfx/range/b2irange.hxx:196
     void basegfx::B2IRange::expand(const class basegfx::B2IRange &)
 include/basegfx/range/b2irange.hxx:209
     class basegfx::B2ITuple basegfx::B2IRange::clamp(const class basegfx::B2ITuple &) const
-include/basegfx/range/b3drange.hxx:98
+include/basegfx/range/b3drange.hxx:97
     _Bool basegfx::B3DRange::operator!=(const class basegfx::B3DRange &) const
-include/basegfx/range/b3drange.hxx:199
+include/basegfx/range/b3drange.hxx:198
     class basegfx::B3DTuple basegfx::B3DRange::clamp(const class basegfx::B3DTuple &) const
-include/basegfx/range/b3drange.hxx:219
+include/basegfx/range/b3drange.hxx:218
     const class basegfx::B3DRange & basegfx::B3DRange::getUnitB3DRange()
-include/basegfx/range/b3drange.hxx:224
+include/basegfx/range/b3drange.hxx:223
     class basegfx::B3DRange basegfx::operator*(const class basegfx::B3DHomMatrix &,const class basegfx::B3DRange &)
-include/basegfx/tuple/b2i64tuple.hxx:47
+include/basegfx/tuple/b2i64tuple.hxx:46
      basegfx::B2I64Tuple::B2I64Tuple()
-include/basegfx/tuple/b2i64tuple.hxx:90
+include/basegfx/tuple/b2i64tuple.hxx:89
     const long & basegfx::B2I64Tuple::operator[](int) const
-include/basegfx/tuple/b2i64tuple.hxx:99
+include/basegfx/tuple/b2i64tuple.hxx:98
     long & basegfx::B2I64Tuple::operator[](int)
-include/basegfx/tuple/b2i64tuple.hxx:110
+include/basegfx/tuple/b2i64tuple.hxx:109
     class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator+=(const class basegfx::B2I64Tuple &)
-include/basegfx/tuple/b2i64tuple.hxx:117
+include/basegfx/tuple/b2i64tuple.hxx:116
     class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator-=(const class basegfx::B2I64Tuple &)
-include/basegfx/tuple/b2i64tuple.hxx:124
+include/basegfx/tuple/b2i64tuple.hxx:123
     class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator/=(const class basegfx::B2I64Tuple &)
-include/basegfx/tuple/b2i64tuple.hxx:131
+include/basegfx/tuple/b2i64tuple.hxx:130
     class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator*=(const class basegfx::B2I64Tuple &)
-include/basegfx/tuple/b2i64tuple.hxx:138
+include/basegfx/tuple/b2i64tuple.hxx:137
     class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator*=(long)
-include/basegfx/tuple/b2i64tuple.hxx:145
+include/basegfx/tuple/b2i64tuple.hxx:144
     class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator/=(long)
-include/basegfx/tuple/b2i64tuple.hxx:152
+include/basegfx/tuple/b2i64tuple.hxx:151
     class basegfx::B2I64Tuple basegfx::B2I64Tuple::operator-() const
-include/basegfx/tuple/b2i64tuple.hxx:162
+include/basegfx/tuple/b2i64tuple.hxx:161
     _Bool basegfx::B2I64Tuple::operator!=(const class basegfx::B2I64Tuple &) const
-include/basegfx/tuple/b2ituple.hxx:92
+include/basegfx/tuple/b2ituple.hxx:91
     const int & basegfx::B2ITuple::operator[](int) const
-include/basegfx/tuple/b2ituple.hxx:101
+include/basegfx/tuple/b2ituple.hxx:100
     int & basegfx::B2ITuple::operator[](int)
-include/basegfx/tuple/b2ituple.hxx:126
+include/basegfx/tuple/b2ituple.hxx:125
     class basegfx::B2ITuple & basegfx::B2ITuple::operator/=(const class basegfx::B2ITuple &)
-include/basegfx/tuple/b2ituple.hxx:133
+include/basegfx/tuple/b2ituple.hxx:132
     class basegfx::B2ITuple & basegfx::B2ITuple::operator*=(const class basegfx::B2ITuple &)
-include/basegfx/tuple/b2ituple.hxx:147
+include/basegfx/tuple/b2ituple.hxx:146
     class basegfx::B2ITuple & basegfx::B2ITuple::operator/=(int)
-include/basegfx/tuple/b2ituple.hxx:154
+include/basegfx/tuple/b2ituple.hxx:153
     class basegfx::B2ITuple basegfx::B2ITuple::operator-() const
-include/basegfx/tuple/b2ituple.hxx:159
+include/basegfx/tuple/b2ituple.hxx:158
     _Bool basegfx::B2ITuple::equalZero() const
-include/basegfx/tuple/b3dtuple.hxx:171
+include/basegfx/tuple/b3dtuple.hxx:170
     class basegfx::B3DTuple & basegfx::B3DTuple::operator/=(const class basegfx::B3DTuple &)
-include/basegfx/tuple/b3ituple.hxx:48
+include/basegfx/tuple/b3ituple.hxx:47
      basegfx::B3ITuple::B3ITuple()
-include/basegfx/tuple/b3ituple.hxx:87
+include/basegfx/tuple/b3ituple.hxx:86
     const int & basegfx::B3ITuple::operator[](int) const
-include/basegfx/tuple/b3ituple.hxx:96
+include/basegfx/tuple/b3ituple.hxx:95
     int & basegfx::B3ITuple::operator[](int)
-include/basegfx/tuple/b3ituple.hxx:107
+include/basegfx/tuple/b3ituple.hxx:106
     class basegfx::B3ITuple & basegfx::B3ITuple::operator+=(const class basegfx::B3ITuple &)
-include/basegfx/tuple/b3ituple.hxx:115
+include/basegfx/tuple/b3ituple.hxx:114
     class basegfx::B3ITuple & basegfx::B3ITuple::operator-=(const class basegfx::B3ITuple &)
-include/basegfx/tuple/b3ituple.hxx:123
+include/basegfx/tuple/b3ituple.hxx:122
     class basegfx::B3ITuple & basegfx::B3ITuple::operator/=(const class basegfx::B3ITuple &)
-include/basegfx/tuple/b3ituple.hxx:131
+include/basegfx/tuple/b3ituple.hxx:130
     class basegfx::B3ITuple & basegfx::B3ITuple::operator*=(const class basegfx::B3ITuple &)
-include/basegfx/tuple/b3ituple.hxx:139
+include/basegfx/tuple/b3ituple.hxx:138
     class basegfx::B3ITuple & basegfx::B3ITuple::operator*=(int)
-include/basegfx/tuple/b3ituple.hxx:147
+include/basegfx/tuple/b3ituple.hxx:146
     class basegfx::B3ITuple & basegfx::B3ITuple::operator/=(int)
-include/basegfx/tuple/b3ituple.hxx:155
+include/basegfx/tuple/b3ituple.hxx:154
     class basegfx::B3ITuple basegfx::B3ITuple::operator-() const
-include/basegfx/tuple/b3ituple.hxx:165
+include/basegfx/tuple/b3ituple.hxx:164
     _Bool basegfx::B3ITuple::operator!=(const class basegfx::B3ITuple &) const
 include/basegfx/utils/b2dclipstate.hxx:72
     _Bool basegfx::utils::B2DClipState::operator!=(const class basegfx::utils::B2DClipState &) const
-include/basegfx/utils/systemdependentdata.hxx:69
+include/basegfx/utils/systemdependentdata.hxx:62
      basegfx::MinimalSystemDependentDataManager::MinimalSystemDependentDataManager()
-include/basegfx/utils/unopolypolygon.hxx:91
+include/basegfx/utils/unopolypolygon.hxx:88
     const class basegfx::B2DPolyPolygon & basegfx::unotools::UnoPolyPolygon::getPolyPolygonUnsafe() const
-include/basegfx/vector/b2ivector.hxx:74
+include/basegfx/vector/b2ivector.hxx:73
     class basegfx::B2IVector & basegfx::B2IVector::operator*=(const class basegfx::B2IVector &)
-include/basegfx/vector/b2ivector.hxx:83
+include/basegfx/vector/b2ivector.hxx:82
     class basegfx::B2IVector & basegfx::B2IVector::operator*=(int)
-include/basegfx/vector/b2ivector.hxx:117
+include/basegfx/vector/b2ivector.hxx:116
     class basegfx::B2IVector & basegfx::B2IVector::operator*=(const class basegfx::B2DHomMatrix &)
-include/basegfx/vector/b3dvector.hxx:76
+include/basegfx/vector/b3dvector.hxx:75
     class basegfx::B3DVector & basegfx::B3DVector::operator*=(const class basegfx::B3DVector &)
 include/basic/sbxvar.hxx:136
     struct SbxValues * SbxValue::data()
@@ -476,7 +482,11 @@ include/comphelper/logging.hxx:416
     void comphelper::EventLogger::logp(const int,const char *,const char *,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
 include/comphelper/logging.hxx:429
     void comphelper::EventLogger::logp(const int,const char *,const char *,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
-include/comphelper/lok.hxx:63
+include/comphelper/lok.hxx:37
+    void comphelper::LibreOfficeKit::setMobilePhone(int)
+include/comphelper/lok.hxx:40
+    void comphelper::LibreOfficeKit::setTablet(int)
+include/comphelper/lok.hxx:57
     _Bool comphelper::LibreOfficeKit::isLocalRendering()
 include/comphelper/propagg.hxx:60
     _Bool comphelper::internal::OPropertyAccessor::operator==(const struct comphelper::internal::OPropertyAccessor &) const
@@ -490,14 +500,16 @@ include/comphelper/scopeguard.hxx:57
     ScopeGuard<Func> comphelper::<deduction guide for ScopeGuard>(type-parameter-?-? &&)
 include/comphelper/scopeguard.hxx:84
     ScopeGuard<Func> comphelper::<deduction guide for ScopeGuard>(const ScopeGuard<Func> &)
+include/comphelper/sequence.hxx:200
+    Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[_Num])
 include/comphelper/sequence.hxx:200
     Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[S])
 include/comphelper/sequence.hxx:200
     Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[_Bound])
-include/comphelper/sequence.hxx:200
-    Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[_Nm])
 include/comphelper/sequence.hxx:200
     Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[N])
+include/comphelper/sequence.hxx:200
+    Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[_Nm])
 include/comphelper/sequence.hxx:200
     Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[SrcSize])
 include/comphelper/sequence.hxx:200
@@ -522,15 +534,13 @@ include/connectivity/FValue.hxx:387
     unsigned char connectivity::ORowSetValue::getUInt8() const
 include/connectivity/sqlparse.hxx:191
     class rtl::OUString connectivity::OSQLParser::RuleIDToStr(unsigned int)
-include/drawinglayer/attribute/sdrglowattribute.hxx:46
-    int drawinglayer::attribute::SdrGlowAttribute::getRadius() const
 include/drawinglayer/geometry/viewinformation2d.hxx:138
     _Bool drawinglayer::geometry::ViewInformation2D::operator!=(const class drawinglayer::geometry::ViewInformation2D &) const
-include/drawinglayer/primitive2d/baseprimitive2d.hxx:141
+include/drawinglayer/primitive2d/baseprimitive2d.hxx:140
     _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
-include/drawinglayer/tools/primitive2dxmldump.hxx:44
+include/drawinglayer/tools/primitive2dxmldump.hxx:45
     void drawinglayer::tools::Primitive2dXmlDump::dump(const class drawinglayer::primitive2d::Primitive2DContainer &,const class rtl::OUString &)
 include/editeng/editeng.hxx:241
     _Bool EditEngine::GetDirectVertical() const
@@ -544,7 +554,9 @@ include/editeng/outliner.hxx:877
     _Bool Outliner::(anonymous)::__invoke(const class SvxFieldData *)
 include/filter/msfilter/mstoolbar.hxx:102
      Indent::Indent(_Bool)
-include/formula/opcode.hxx:520
+include/filter/msfilter/svdfppt.hxx:1131
+    _Bool PPTPortionObj::HasTabulator() const
+include/formula/opcode.hxx:522
     class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > OpCodeEnumToString(enum OpCode)
 include/formula/tokenarray.hxx:182
     class formula::FormulaTokenArrayReferencesIterator formula::FormulaTokenArrayReferencesIterator::operator++(int)
@@ -638,6 +650,12 @@ include/sfx2/lokcharthelper.hxx:42
     void LokChartHelper::Invalidate()
 include/sfx2/msg.hxx:120
     const class std::type_info * SfxType0::Type() const
+include/sfx2/StylePreviewRenderer.hxx:50
+    class Size sfx2::StylePreviewRenderer::getRenderSize()
+include/sfx2/viewsh.hxx:359
+    enum LOKDeviceFormFactor SfxViewShell::GetLOKDeviceFormFactor() const
+include/sfx2/viewsh.hxx:361
+    _Bool SfxViewShell::isLOKDesktop() const
 include/svl/itempool.hxx:171
     const type-parameter-?-? * SfxItemPool::GetItem2Default(TypedWhichId<type-parameter-?-?>) const
 include/svl/itempool.hxx:207
@@ -654,6 +672,8 @@ include/svtools/toolbarmenu.hxx:112
     class weld::Container * ToolbarPopupContainer::getContainer()
 include/svtools/toolbarmenu.hxx:129
     class weld::Container * InterimToolbarPopup::getContainer()
+include/svtools/toolboxcontroller.hxx:170
+    _Bool svt::ToolboxController::isBound() const
 include/svx/autoformathelper.hxx:145
     _Bool AutoFormatBase::operator==(const class AutoFormatBase &) const
 include/svx/ClassificationDialog.hxx:78
@@ -680,8 +700,6 @@ include/svx/pagenumberlistbox.hxx:36
     int SvxPageNumberListBox::get_active() const
 include/svx/pagenumberlistbox.hxx:37
     void SvxPageNumberListBox::set_active(int)
-include/svx/Palette.hxx:38
-    void Palette::LoadColorSet(class SvxColorValueSet &)
 include/svx/relfld.hxx:61
     void SvxRelativeField::set_size_request(int,int)
 include/svx/relfld.hxx:63
@@ -690,8 +708,6 @@ include/svx/svdlayer.hxx:74
     _Bool SdrLayer::operator==(const class SdrLayer &) const
 include/svx/svdpntv.hxx:455
     _Bool SdrPaintView::IsSwapAsynchron() const
-include/svx/SvxColorValueSet.hxx:40
-    void SvxColorValueSet::addEntriesForColorSet(const class std::__debug::set<class Color, struct std::less<class Color>, class std::allocator<class Color> > &,const class rtl::OUString &)
 include/svx/txencbox.hxx:92
     void SvxTextEncodingBox::grab_focus()
 include/svx/txencbox.hxx:146
@@ -764,12 +780,14 @@ 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:104
+include/tools/weakbase.h:107
     _Bool tools::WeakReference::operator==(const type-parameter-?-? *) const
-include/tools/weakbase.h:113
-    _Bool tools::WeakReference::operator<(const WeakReference<reference_type> &) 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/XmlWriter.hxx:60
+    void tools::XmlWriter::element(const class rtl::OString &)
 include/unotest/directories.hxx:43
     class rtl::OUString test::Directories::getPathFromWorkdir(const class rtl::OUString &) const
 include/unotools/moduleoptions.hxx:166
@@ -798,6 +816,10 @@ 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:106
+    void ComboBox::SetSeparatorPos(int)
+include/vcl/combobox.hxx:143
+    class rtl::OUString ComboBox::GetSelectedEntry() const
 include/vcl/commandevent.hxx:249
      CommandMediaData::CommandMediaData(enum MediaCommand)
 include/vcl/commandevent.hxx:256
@@ -832,19 +854,19 @@ 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:187
+include/vcl/ITiledRenderable.hxx:190
     enum PointerStyle vcl::ITiledRenderable::getPointer()
 include/vcl/lok.hxx:24
     void vcl::lok::unregisterPollCallbacks()
-include/vcl/menu.hxx:459
+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:463
+include/vcl/menu.hxx:460
     void MenuBar::SetMenuBarButtonHighlightHdl(unsigned short,const class Link<struct MenuBar::MenuBarButtonCallbackArg &, _Bool> &)
-include/vcl/menu.hxx:467
+include/vcl/menu.hxx:464
     class tools::Rectangle MenuBar::GetMenuBarButtonRectPixel(unsigned short)
-include/vcl/menu.hxx:468
+include/vcl/menu.hxx:465
     void MenuBar::RemoveMenuBarButton(unsigned short)
-include/vcl/menu.hxx:520
+include/vcl/menu.hxx:517
     void PopupMenu::SetSelectedEntry(unsigned short)
 include/vcl/NotebookBarAddonsMerger.hxx:64
      NotebookBarAddonsMerger::NotebookBarAddonsMerger()
@@ -872,7 +894,7 @@ include/vcl/settings.hxx:509
     void StyleSettings::SetSpinSize(long)
 include/vcl/settings.hxx:664
     _Bool HelpSettings::operator!=(const class HelpSettings &) const
-include/vcl/settings.hxx:720
+include/vcl/settings.hxx:721
     _Bool AllSettings::operator!=(const class AllSettings &) const
 include/vcl/split.hxx:92
     void Splitter::SetHorizontal(_Bool)
@@ -894,132 +916,146 @@ 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:257
+    void ToolBox::SetCurItemId(unsigned short)
+include/vcl/toolbox.hxx:461
+    const class Link<class ToolBox *, void> & ToolBox::GetSelectHdl() const
 include/vcl/treelist.hxx:171
     const class SvTreeListEntry * SvTreeList::GetParent(const class SvTreeListEntry *) const
 include/vcl/treelistbox.hxx:368
     void SvTreeListBox::RemoveSelection()
+include/vcl/treelistbox.hxx:657
+    void SvTreeListBox::SetOptimalImageIndent()
 include/vcl/txtattr.hxx:56
     _Bool TextAttrib::operator!=(const class TextAttrib &) const
-include/vcl/uitest/uiobject.hxx:279
+include/vcl/uitest/uiobject.hxx:278
      TabPageUIObject::TabPageUIObject(const class VclPtr<class TabPage> &)
-include/vcl/uitest/uiobject.hxx:287
+include/vcl/uitest/uiobject.hxx:286
     class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > TabPageUIObject::create(class vcl::Window *)
-include/vcl/uitest/uiobject.hxx:350
+include/vcl/uitest/uiobject.hxx:349
      SpinUIObject::SpinUIObject(const class VclPtr<class SpinButton> &)
-include/vcl/uitest/uiobject.hxx:358
+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/weld.hxx:135
-    _Bool weld::Widget::get_hexpand() const
+include/vcl/viewdataentry.hxx:87
+    const class tools::Rectangle & SvViewDataEntry::GetPaintRectangle() const
 include/vcl/weld.hxx:137
-    _Bool weld::Widget::get_vexpand() const
+    _Bool weld::Widget::get_hexpand() const
 include/vcl/weld.hxx:139
+    _Bool weld::Widget::get_vexpand() const
+include/vcl/weld.hxx:141
     void weld::Widget::set_secondary(_Bool)
-include/vcl/weld.hxx:144
-    void weld::Widget::set_margin_right(int)
 include/vcl/weld.hxx:146
+    void weld::Widget::set_margin_right(int)
+include/vcl/weld.hxx:148
     int weld::Widget::get_margin_top() const
-include/vcl/weld.hxx:147
-    int weld::Widget::get_margin_bottom() const
 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:317
+include/vcl/weld.hxx:301
+    void weld::Paned::set_position(int)
+include/vcl/weld.hxx:303
+    int weld::Paned::get_position() const
+include/vcl/weld.hxx:328
     void weld::ScrolledWindow::hadjustment_set_step_increment(int)
-include/vcl/weld.hxx:319
+include/vcl/weld.hxx:330
     enum VclPolicyType weld::ScrolledWindow::get_hpolicy() const
-include/vcl/weld.hxx:324
+include/vcl/weld.hxx:335
     int weld::ScrolledWindow::get_hscroll_height() const
-include/vcl/weld.hxx:449
+include/vcl/weld.hxx:460
     struct SystemEnvData weld::Window::get_system_data() const
-include/vcl/weld.hxx:524
+include/vcl/weld.hxx:535
     void weld::AboutDialog::set_version(const class rtl::OUString &)
-include/vcl/weld.hxx:525
+include/vcl/weld.hxx:536
     void weld::AboutDialog::set_copyright(const class rtl::OUString &)
-include/vcl/weld.hxx:526
+include/vcl/weld.hxx:537
     void weld::AboutDialog::set_website(const class rtl::OUString &)
-include/vcl/weld.hxx:527
+include/vcl/weld.hxx:538
     void weld::AboutDialog::set_website_label(const class rtl::OUString &)
-include/vcl/weld.hxx:528
+include/vcl/weld.hxx:539
     class rtl::OUString weld::AboutDialog::get_website_label() const
-include/vcl/weld.hxx:529
+include/vcl/weld.hxx:540
     void weld::AboutDialog::set_logo(const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &)
-include/vcl/weld.hxx:530
+include/vcl/weld.hxx:541
     void weld::AboutDialog::set_background(const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &)
-include/vcl/weld.hxx:544
+include/vcl/weld.hxx:555
     class rtl::OString weld::Assistant::get_current_page_ident() const
-include/vcl/weld.hxx:550
+include/vcl/weld.hxx:561
     class rtl::OUString weld::Assistant::get_page_title(const class rtl::OString &) const
-include/vcl/weld.hxx:862
+include/vcl/weld.hxx:878
     void weld::TreeView::append(const class weld::TreeIter *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:871
+include/vcl/weld.hxx:887
     void weld::TreeView::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:965
+include/vcl/weld.hxx:981
     _Bool weld::TreeView::iter_next_visible(class weld::TreeIter &) const
-include/vcl/weld.hxx:1006
+include/vcl/weld.hxx:1022
     void weld::TreeView::set_text_align(const class weld::TreeIter &,double,int)
-include/vcl/weld.hxx:1080
+include/vcl/weld.hxx:1096
     void weld::TreeView::select_all()
-include/vcl/weld.hxx:1129
+include/vcl/weld.hxx:1145
     const class rtl::OUString & weld::TreeView::get_saved_value() const
-include/vcl/weld.hxx:1183
+include/vcl/weld.hxx:1199
     class rtl::OUString weld::IconView::get_selected_id() const
-include/vcl/weld.hxx:1198
+include/vcl/weld.hxx:1214
     _Bool weld::IconView::get_cursor(class weld::TreeIter *) const
-include/vcl/weld.hxx:1208
+include/vcl/weld.hxx:1224
     void weld::IconView::select_all()
-include/vcl/weld.hxx:1214
+include/vcl/weld.hxx:1230
     void weld::IconView::save_value()
-include/vcl/weld.hxx:1215
+include/vcl/weld.hxx:1231
     const class rtl::OUString & weld::IconView::get_saved_value() const
-include/vcl/weld.hxx:1216
+include/vcl/weld.hxx:1232
     _Bool weld::IconView::get_value_changed_from_saved() const
-include/vcl/weld.hxx:1314
+include/vcl/weld.hxx:1330
     void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1322
+include/vcl/weld.hxx:1338
     void weld::MenuButton::append_item_radio(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1330
+include/vcl/weld.hxx:1346
     void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:1335
+include/vcl/weld.hxx:1351
     void weld::MenuButton::append_separator(const class rtl::OUString &)
-include/vcl/weld.hxx:1386
+include/vcl/weld.hxx:1402
     void weld::Scale::get_increments(int &,int &) const
-include/vcl/weld.hxx:1403
+include/vcl/weld.hxx:1419
     class rtl::OUString weld::ProgressBar::get_text() const
-include/vcl/weld.hxx:1420
-    void weld::Entry::signal_insert_text(class rtl::OUString &)
 include/vcl/weld.hxx:1436
+    void weld::Entry::signal_insert_text(class rtl::OUString &)
+include/vcl/weld.hxx:1452
     int weld::Entry::get_position() const
-include/vcl/weld.hxx:1546
+include/vcl/weld.hxx:1562
     void weld::FormattedSpinButton::set_max(double)
-include/vcl/weld.hxx:1601
+include/vcl/weld.hxx:1617
     void weld::EntryTreeView::EntryModifyHdl(const class weld::Entry &)
-include/vcl/weld.hxx:1837
+include/vcl/weld.hxx:1853
     class Size weld::MetricSpinButton::get_size_request() const
-include/vcl/weld.hxx:1849
+include/vcl/weld.hxx:1865
     void weld::MetricSpinButton::set_position(int)
-include/vcl/weld.hxx:1899
+include/vcl/weld.hxx:1915
     _Bool weld::TimeSpinButton::get_sensitive() const
-include/vcl/weld.hxx:1901
+include/vcl/weld.hxx:1917
     _Bool weld::TimeSpinButton::get_visible() const
-include/vcl/weld.hxx:1902
+include/vcl/weld.hxx:1918
     void weld::TimeSpinButton::grab_focus()
-include/vcl/weld.hxx:1903
+include/vcl/weld.hxx:1919
     _Bool weld::TimeSpinButton::has_focus() const
-include/vcl/weld.hxx:1906
+include/vcl/weld.hxx:1922
     void weld::TimeSpinButton::save_value()
-include/vcl/weld.hxx:1907
+include/vcl/weld.hxx:1923
     _Bool weld::TimeSpinButton::get_value_changed_from_saved() const
-include/vcl/weld.hxx:1975
+include/vcl/weld.hxx:1991
     int weld::TextView::vadjustment_get_lower() const
-include/vcl/weld.hxx:2080
+include/vcl/weld.hxx:2096
     void weld::Menu::append_check(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:2123
+include/vcl/weld.hxx:2139
     _Bool weld::Toolbar::get_item_visible(const class rtl::OString &) const
-include/vcl/weld.hxx:2125
+include/vcl/weld.hxx:2141
     class rtl::OUString weld::Toolbar::get_item_label(const class rtl::OString &) const
-include/vcl/weld.hxx:2135
+include/vcl/weld.hxx:2151
     void weld::Toolbar::append_separator(const class rtl::OUString &)
-include/vcl/weld.hxx:2174
+include/vcl/weld.hxx:2194
     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/weld.hxx:2200
+    class std::unique_ptr<class weld::Paned, struct std::default_delete<class weld::Paned> > weld::Builder::weld_paned(const class rtl::OString &,_Bool)
 include/vcl/window.hxx:410
     const char * ImplDbgCheckWindow(const void *)
 include/xmloff/txtimp.hxx:385
@@ -1042,20 +1078,20 @@ libreofficekit/qa/gtktiledviewer/gtv-application-window.cxx:72
     void ::operator()(struct _GtkBuilder *) const
 libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx:31
     void * gtv_comments_sidebar_get_instance_private(struct GtvCommentsSidebar *)
-libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx:49
-    void ::operator()(struct _GList *) const
 libreofficekit/qa/gtktiledviewer/gtv-helpers.cxx:80
     void ::operator()(struct _GtkTargetList *) const
+libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.cxx:183
+    void ::operator()(struct _GList *) const
 libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.hxx:35
     void openLokDialog(struct _GtkWidget *,void *)
 lotuswordpro/source/filter/clone.hxx:28
     detail::has_clone<class LwpBorderStuff>::no & detail::has_clone::check_sig()
 lotuswordpro/source/filter/clone.hxx:28
     detail::has_clone<class LwpShadow>::no & detail::has_clone::check_sig()
-lotuswordpro/source/filter/clone.hxx:28
-    detail::has_clone<class LwpSpacingCommonOverride>::no & detail::has_clone::check_sig()
 lotuswordpro/source/filter/clone.hxx:28
     detail::has_clone<class LwpBackgroundStuff>::no & detail::has_clone::check_sig()
+lotuswordpro/source/filter/clone.hxx:28
+    detail::has_clone<class LwpSpacingCommonOverride>::no & detail::has_clone::check_sig()
 lotuswordpro/source/filter/clone.hxx:28
     detail::has_clone<class LwpMargins>::no & detail::has_clone::check_sig()
 lotuswordpro/source/filter/clone.hxx:28
@@ -1108,8 +1144,6 @@ 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
@@ -1118,6 +1152,8 @@ 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: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: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
@@ -1168,8 +1204,6 @@ 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/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:143
     void Test::testFormulaHashAndTag()
 sc/qa/unit/ucalc.hxx:182
@@ -1212,7 +1246,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:6455
+sc/source/core/tool/interpr1.cxx:6487
     double ::operator()(const struct sc::ParamIfsResult &) const
 sc/source/core/tool/interpr3.cxx:4442
     double ::operator()(double,unsigned long) const
@@ -1222,14 +1256,26 @@ sc/source/core/tool/scmatrix.cxx:3304
     const class svl::SharedString & matop::(anonymous namespace)::COp::operator()(char,type-parameter-?-?,double,double,const class svl::SharedString &) const
 sc/source/filter/inc/htmlpars.hxx:60
     void ScHTMLStyles::add(const char *,unsigned long,const char *,unsigned long,const class rtl::OUString &,const class rtl::OUString &)
-sc/source/filter/inc/orcusinterface.hxx:77
+sc/source/filter/inc/orcusinterface.hxx:72
      ScOrcusRefResolver::ScOrcusRefResolver(const class ScOrcusGlobalSettings &)
 sc/source/filter/inc/tokstack.hxx:213
     _Bool TokenPool::GrowTripel(unsigned short)
-sc/source/filter/inc/xestream.hxx:104
+sc/source/filter/inc/xeextlst.hxx:198
+    void XclExtLst::AddRecord(class rtl::Reference<class XclExpExt> &)
+sc/source/filter/inc/xerecord.hxx:344
+    void XclExpRecordList::InsertRecord(type-parameter-?-? *,unsigned long)
+sc/source/filter/inc/xerecord.hxx:353
+    void XclExpRecordList::AppendRecord(Reference<type-parameter-?-?>)
+sc/source/filter/inc/xerecord.hxx:364
+    void XclExpRecordList::AppendNewRecord(const Reference<type-parameter-?-?> &)
+sc/source/filter/inc/xerecord.hxx:366
+    void XclExpRecordList::AppendNewRecord(Reference<type-parameter-?-?>)
+sc/source/filter/inc/xestream.hxx:105
     class XclExpStream & XclExpStream::operator<<(float)
 sc/source/filter/inc/xiescher.hxx:154
     class Color XclImpDrawObjBase::GetSolidLineColor(const struct XclObjLineData &) const
+sc/source/filter/inc/xiroot.hxx:138
+    void XclImpRoot::SetAppFontEncoding(unsigned short)
 sc/source/filter/inc/xlformula.hxx:409
     _Bool XclTokenArray::operator==(const class XclTokenArray &) const
 sc/source/filter/xml/xmltransformationi.hxx:160
@@ -1286,14 +1332,14 @@ sd/source/ui/inc/GraphicViewShell.hxx:43
     class SfxViewShell * sd::GraphicViewShell::CreateInstance(class SfxViewFrame *,class SfxViewShell *)
 sd/source/ui/inc/optsitem.hxx:178
     _Bool SdOptionsContents::operator==(const class SdOptionsContents &) const
+sd/source/ui/inc/OutlineViewShell.hxx:41
+    class SfxViewShell * sd::OutlineViewShell::CreateInstance(class SfxViewFrame *,class SfxViewShell *)
 sd/source/ui/inc/OutlineViewShell.hxx:41
     class SfxViewFactory * sd::OutlineViewShell::Factory()
 sd/source/ui/inc/OutlineViewShell.hxx:41
     void sd::OutlineViewShell::InitFactory()
 sd/source/ui/inc/OutlineViewShell.hxx:41
     void sd::OutlineViewShell::RegisterFactory(struct o3tl::strong_int<unsigned short, struct SfxInterfaceIdTag>)
-sd/source/ui/inc/OutlineViewShell.hxx:41
-    class SfxViewShell * sd::OutlineViewShell::CreateInstance(class SfxViewFrame *,class SfxViewShell *)
 sd/source/ui/inc/PaneShells.hxx:35
     void sd::LeftImpressPaneShell::RegisterInterface(class SfxModule *)
 sd/source/ui/inc/PaneShells.hxx:53
@@ -1326,6 +1372,8 @@ sfx2/source/appl/shutdownicon.hxx:112
     class rtl::OUString ShutdownIcon::GetUrlDescription(const class rtl::OUString &)
 sfx2/source/appl/shutdownicon.hxx:114
     void ShutdownIcon::SetVeto(_Bool)
+sfx2/source/inc/templdgi.hxx:245
+    class weld::Widget * SfxCommonTemplateDialog_Impl::GetFrameWeld()
 shell/inc/xml_parser.hxx:48
      xml_parser::xml_parser()
 shell/inc/xml_parser.hxx:71
@@ -1370,14 +1418,14 @@ 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::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
+    _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::ShapeListenerEventHandler> &)
 slideshow/source/inc/listenercontainer.hxx:55
@@ -1408,6 +1456,10 @@ 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
+    void (anonymous namespace)::SvxStyleBox_Base::set_sensitive(_Bool)
+sw/inc/accessibilityoptions.hxx:39
+    _Bool SwAccessibilityOptions::IsStopAnimatedText() const
 sw/inc/calbck.hxx:307
     class sw::WriterListener * sw::ClientIteratorBase::GetLeftOfPos()
 sw/inc/dbgoutsw.hxx:53
@@ -1474,7 +1526,7 @@ sw/inc/docary.hxx:140
     void SwVectorModifyBase::dumpAsXml(struct _xmlTextWriter *)
 sw/inc/docufld.hxx:494
     void SwPostItField::ToggleResolved()
-sw/inc/editsh.hxx:375
+sw/inc/editsh.hxx:373
     void SwEditShell::ValidateCurrentParagraphSignatures(_Bool)
 sw/inc/extinput.hxx:47
     class SwExtTextInput * SwExtTextInput::GetPrev()
@@ -1510,8 +1562,6 @@ sw/inc/IDocumentMarkAccess.hxx:103
     _Bool IDocumentMarkAccess::iterator::operator<(const class IDocumentMarkAccess::iterator &) const
 sw/inc/IDocumentMarkAccess.hxx:104
     _Bool IDocumentMarkAccess::iterator::operator>(const class IDocumentMarkAccess::iterator &) const
-sw/inc/IDocumentMarkAccess.hxx:105
-    _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/node.hxx:231
@@ -1524,7 +1574,7 @@ sw/inc/pagedesc.hxx:432
     class SwPageDesc *const & SwPageDescs::front() const
 sw/inc/pagedesc.hxx:433
     class SwPageDesc *const & SwPageDescs::back() const
-sw/inc/PostItMgr.hxx:207
+sw/inc/PostItMgr.hxx:203
     void SwPostItMgr::ToggleResolved(unsigned int)
 sw/inc/rdfhelper.hxx:76
     void SwRDFHelper::cloneStatements(const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::rdf::XResource> &,const class com::sun::star::uno::Reference<class com::sun::star::rdf::XResource> &)
@@ -1562,7 +1612,7 @@ sw/inc/viscrs.hxx:206
     class SwShellTableCursor * SwShellTableCursor::GetPrev()
 sw/inc/viscrs.hxx:207
     const class SwShellTableCursor * SwShellTableCursor::GetPrev() const
-sw/qa/inc/swmodeltestbase.hxx:641
+sw/qa/inc/swmodeltestbase.hxx:640
     class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> SwModelTestBase::getParagraphAnchoredObject(const int,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextRange> &) const
 sw/source/core/access/accportions.cxx:56
     unsigned long FindBreak(const vector<type-parameter-?-?, allocator<type-parameter-?-?> > &,type-parameter-?-?)
@@ -1582,6 +1632,10 @@ sw/source/core/inc/frame.hxx:1394
     long SwRectFnSet::RightDist(const class SwRect &,long) const
 sw/source/core/inc/mvsave.hxx:169
     _Bool ZSortFly::operator==(const class ZSortFly &) const
+sw/source/core/inc/swfont.hxx:249
+    _Bool SwFont::IsBlink() const
+sw/source/core/inc/txtfrm.hxx:521
+    void SwTextFrame::SetBlinkPor() const
 sw/source/core/text/porlin.hxx:118
     _Bool SwLinePortion::IsTabRightPortion() const
 sw/source/core/text/txtpaint.hxx:71
@@ -1626,9 +1680,7 @@ ucb/source/ucp/webdav-neon/NeonUri.hxx:64
     _Bool webdav_ucp::NeonUri::operator!=(const class webdav_ucp::NeonUri &) const
 vcl/inc/bitmap/ScanlineTools.hxx:23
     void vcl::bitmap::ScanlineTransformer::skipPixel(unsigned int)
-vcl/inc/bitmapwriteaccess.hxx:35
-    void BitmapWriteAccess::CopyBuffer(const class BitmapReadAccess &)
-vcl/inc/bitmapwriteaccess.hxx:75
+vcl/inc/bitmapwriteaccess.hxx:73
     void BitmapWriteAccess::SetFillColor()
 vcl/inc/ControlCacheKey.hxx:35
      ControlCacheKey::ControlCacheKey(enum ControlType,enum ControlPart,enum ControlState,const class Size &)
@@ -1650,10 +1702,6 @@ vcl/inc/fontselect.hxx:48
     _Bool FontSelectPattern::operator!=(const class FontSelectPattern &) const
 vcl/inc/graphic/GraphicID.hxx:39
     _Bool GraphicID::operator==(const class GraphicID &) const
-vcl/inc/listbox.hxx:139
-    enum ListBoxEntryFlags ImplEntryList::GetEntryFlags(int) const
-vcl/inc/listbox.hxx:583
-    void ImplWin::EnableUserDraw(_Bool)
 vcl/inc/opengl/BufferObject.hxx:50
     void vcl::BufferObject::unbind()
 vcl/inc/opengl/gdiimpl.hxx:108
@@ -1730,20 +1778,14 @@ vcl/inc/salwtype.hxx:118
      SalMenuEvent::SalMenuEvent()
 vcl/inc/schedulerimpl.hxx:38
     const char * ImplSchedulerData::GetDebugName() const
-vcl/inc/skia/gdiimpl.hxx:199
+vcl/inc/skia/gdiimpl.hxx:51
+    const class vcl::Region & SkiaSalGraphicsImpl::getClipRegion() const
+vcl/inc/skia/gdiimpl.hxx:198
     void SkiaSalGraphicsImpl::dump(const char *) const
-vcl/inc/skia/packedsurfaceatlas.hxx:74
-     SkiaPackedSurfaceAtlasManager::SkiaPackedSurfaceAtlasManager(int,int)
-vcl/inc/skia/packedsurfaceatlas.hxx:77
-    class SkiaPackedSurface SkiaPackedSurfaceAtlasManager::Reserve(int,int)
-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:70
     void SkiaSalBitmap::dump(const char *) const
 vcl/inc/skia/utils.hxx:57
     void SkiaHelper::dump(const class SkBitmap &,const char *)
-vcl/inc/skia/x11/cairotextrender.hxx:18
-     SkiaX11CairoTextRender::SkiaX11CairoTextRender(class X11SalGraphics &)
 vcl/inc/skia/zone.hxx:22
     void SkiaZone::relaxWatchdogTimings()
 vcl/inc/unx/glyphcache.hxx:108
@@ -1754,7 +1796,7 @@ vcl/inc/unx/saldisp.hxx:377
     class SalXLib * SalDisplay::GetXLib() const
 vcl/inc/unx/salframe.h:184
     enum SalFrameStyleFlags X11SalFrame::GetStyle() const
-vcl/qa/cppunit/lifecycle.cxx:234
+vcl/qa/cppunit/lifecycle.cxx:237
      (anonymous namespace)::LeakTestClass::LeakTestClass(_Bool &,type-parameter-?-? &&...)
 vcl/skia/salbmp.cxx:436
     void ::operator()(void *,void *) const
diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx
index 53f8ca489fa2..33d06dee83d0 100644
--- a/cui/source/inc/about.hxx
+++ b/cui/source/inc/about.hxx
@@ -48,7 +48,6 @@ private:
     static OUString GetUIString();
     static OUString GetLocaleString();
     static OUString GetMiscString();
-    static OUString GetExtraString();
 
     static OUString GetCopyrightString();
     static bool IsStringValidGitHash(const OUString& hash);
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index c36d865ccbe0..f36872724d3c 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -5437,23 +5437,6 @@ PPTPortionObj::~PPTPortionObj()
 {
 }
 
-bool PPTPortionObj::HasTabulator() const
-{
-    bool bRetValue =    false;
-    sal_Int32           nCount;
-    const sal_Unicode*  pPtr = maString.getStr();
-    for ( nCount = 0; nCount < maString.getLength(); nCount++ )
-    {
-        if ( pPtr[ nCount ] == 0x9 )
-        {
-            bRetValue = true;
-            break;
-        }
-
-    }
-    return bRetValue;
-}
-
 bool PPTPortionObj::GetAttrib( sal_uInt32 nAttr, sal_uInt32& rRetValue, TSS_Type nDestinationInstance ) const
 {
     sal_uInt32  nMask = 1 << nAttr;
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 999f3155df9f..5e341ba6db2b 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -1128,7 +1128,6 @@ public:
                         const PPTTextObj* pTextObj
                     );
     sal_uInt32      Count() const { return mpFieldItem ? 1 : maString.getLength(); };
-    bool            HasTabulator() const;
 };
 
 class MSFILTER_DLLPUBLIC PPTParagraphObj
diff --git a/include/sfx2/StylePreviewRenderer.hxx b/include/sfx2/StylePreviewRenderer.hxx
index fc4da7a33d71..3065c8b31c41 100644
--- a/include/sfx2/StylePreviewRenderer.hxx
+++ b/include/sfx2/StylePreviewRenderer.hxx
@@ -47,7 +47,6 @@ public:
     {}
 
     virtual bool recalculate() = 0;
-    virtual Size getRenderSize() = 0;
     virtual bool render(const tools::Rectangle& aRectangle, RenderAlign eRenderAlign = RenderAlign::CENTER) = 0;
 };
 
diff --git a/include/svtools/toolboxcontroller.hxx b/include/svtools/toolboxcontroller.hxx
index bf8e2b6b2864..dfad5af20a6c 100644
--- a/include/svtools/toolboxcontroller.hxx
+++ b/include/svtools/toolboxcontroller.hxx
@@ -167,7 +167,7 @@ class SVT_DLLPUBLIC ToolboxController :
         void removeStatusListener( const OUString& aCommandURL );
         void bindListener();
         void unbindListener();
-        bool isBound() const;
+
         // TODO remove
         const css::uno::Reference< css::util::XURLTransformer >& getURLTransformer() const { return m_xUrlTransformer;}
         // TODO remove
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx
index 4a633b0e9e23..ec38c293a601 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -103,8 +103,6 @@ public:
     void            DrawEntry( const UserDrawEvent& rEvt, bool bDrawText, bool bDrawTextAtImagePos );
     void            SetBorderStyle( WindowBorderStyle nBorderStyle );
 
-    void            SetSeparatorPos( sal_Int32  n );
-
     /**
      * Adds a new separator at the given position n.
      */
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index efae4d660722..e60fb64296da 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -254,10 +254,6 @@ public:
 
 protected:
     virtual void ApplySettings(vcl::RenderContext& rRenderContext) override;
-    void SetCurItemId(sal_uInt16 nSet)
-    {
-        mnCurItemId = nSet;
-    }
 
 public:
     ToolBox(vcl::Window* pParent, WinBits nStyle = 0);
@@ -458,7 +454,6 @@ public:
     void                SetActivateHdl( const Link<ToolBox *, void>& rLink ) { maActivateHdl = rLink; }
     void                SetDeactivateHdl( const Link<ToolBox *, void>& rLink ) { maDeactivateHdl = rLink; }
     void                SetSelectHdl( const Link<ToolBox *, void>& rLink ) { maSelectHdl = rLink; }
-    const Link<ToolBox *, void>& GetSelectHdl() const { return maSelectHdl; }
     void                SetStateChangedHdl( const Link<StateChangedType const *, void>& aLink ) { maStateChangedHandler = aLink; }
     void                SetDataChangedHdl( const Link<DataChangedEvent const *, void>& aLink ) { maDataChangedHandler = aLink; }
     void                SetMenuButtonHdl( const Link<ToolBox *, void>& rLink ) { maMenuButtonHdl = rLink; }
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index f0b97a734b6d..5836c915b07c 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -653,8 +653,6 @@ public:
     Size            GetOutputSizePixel() const;
     short           GetIndent() const { return nIndent; }
     void            SetIndent( short nIndent );
-    // Place the expander checkitem at the optimal indent for hierarchical lists
-    void            SetOptimalImageIndent() { SetIndent(12); }
     void            SetSpaceBetweenEntries( short nSpace );
     Point           GetEntryPosition(const SvTreeListEntry*) const;
     void            MakeVisible( SvTreeListEntry* pEntry );
diff --git a/include/vcl/viewdataentry.hxx b/include/vcl/viewdataentry.hxx
index 74d7d22b98de..2bce7556a109 100644
--- a/include/vcl/viewdataentry.hxx
+++ b/include/vcl/viewdataentry.hxx
@@ -56,8 +56,6 @@ class VCL_DLLPUBLIC SvViewDataEntry
     bool mbSelectable:1;
     bool mbDragTarget:1;
 
-    tools::Rectangle maPaintRectangle;
-
 public:
     SvViewDataEntry();
     SvViewDataEntry( const SvViewDataEntry& );
@@ -82,10 +80,6 @@ public:
 
     const SvViewDataItem& GetItem(size_t nPos) const;
     SvViewDataItem& GetItem(size_t nPos);
-
-    void SetPaintRectangle(tools::Rectangle aRectangle);
-    const tools::Rectangle& GetPaintRectangle() const;
-
 };
 
 #endif
diff --git a/sc/source/filter/excel/xiroot.cxx b/sc/source/filter/excel/xiroot.cxx
index 8f65fba42d9e..84a6560e1727 100644
--- a/sc/source/filter/excel/xiroot.cxx
+++ b/sc/source/filter/excel/xiroot.cxx
@@ -92,12 +92,6 @@ void XclImpRoot::SetCodePage( sal_uInt16 nCodePage )
     mrImpData.mbHasCodePage = true;
 }
 
-void XclImpRoot::SetAppFontEncoding( rtl_TextEncoding eAppFontEnc )
-{
-    if( !mrImpData.mbHasCodePage )
-        SetTextEncoding( eAppFontEnc );
-}
-
 void XclImpRoot::InitializeTable( SCTAB nScTab )
 {
     if( GetBiff() <= EXC_BIFF4 )
diff --git a/sc/source/filter/inc/xiroot.hxx b/sc/source/filter/inc/xiroot.hxx
index 89e90f6afd38..296fe6492b74 100644
--- a/sc/source/filter/inc/xiroot.hxx
+++ b/sc/source/filter/inc/xiroot.hxx
@@ -134,8 +134,6 @@ public:
 
     /** Sets a code page read from a CODEPAGE record for byte string import. */
     void                SetCodePage( sal_uInt16 nCodePage );
-    /** Sets text encoding from the default application font (in case of missing CODEPAGE record). */
-    void                SetAppFontEncoding( rtl_TextEncoding eAppFontEnc );
 
     /** Is called when import filter starts importing a single sheet (all BIFF versions). */
     void                InitializeTable( SCTAB nScTab );
diff --git a/svtools/source/uno/toolboxcontroller.cxx b/svtools/source/uno/toolboxcontroller.cxx
index 2c0292b26565..b8c9ba9b4a0d 100644
--- a/svtools/source/uno/toolboxcontroller.cxx
+++ b/svtools/source/uno/toolboxcontroller.cxx
@@ -596,20 +596,6 @@ void ToolboxController::unbindListener()
     }
 }
 
-bool ToolboxController::isBound() const
-{
-    SolarMutexGuard aSolarMutexGuard;
-
-    if ( !m_bInitialized )
-        return false;
-
-    URLToDispatchMap::const_iterator pIter = m_aListenerMap.find( m_aCommandURL );
-    if ( pIter != m_aListenerMap.end() )
-        return pIter->second.is();
-
-    return false;
-}
-
 void ToolboxController::updateStatus()
 {
     bindListener();
diff --git a/svx/inc/CommonStylePreviewRenderer.hxx b/svx/inc/CommonStylePreviewRenderer.hxx
index c45b785c1344..55391327533e 100644
--- a/svx/inc/CommonStylePreviewRenderer.hxx
+++ b/svx/inc/CommonStylePreviewRenderer.hxx
@@ -37,7 +37,6 @@ public:
     virtual ~CommonStylePreviewRenderer() override;
 
     virtual bool recalculate() override;
-    virtual Size getRenderSize() override;
     virtual bool render(const tools::Rectangle& aRectangle,
                         RenderAlign eRenderAlign = RenderAlign::CENTER) override;
 };
diff --git a/svx/source/styles/CommonStylePreviewRenderer.cxx b/svx/source/styles/CommonStylePreviewRenderer.cxx
index 6d77c18be8a6..d677a135461e 100644
--- a/svx/source/styles/CommonStylePreviewRenderer.cxx
+++ b/svx/source/styles/CommonStylePreviewRenderer.cxx
@@ -171,15 +171,6 @@ bool CommonStylePreviewRenderer::recalculate()
     return true;
 }
 
-Size CommonStylePreviewRenderer::getRenderSize()
-{
-    assert(m_pFont);
-    maPixelSize = m_pFont->GetTextSize(&mrOutputDev, maStyleName);
-    if (maPixelSize.Height() > mnMaxHeight)
-        maPixelSize.setHeight( mnMaxHeight );
-    return maPixelSize;
-}
-
 bool CommonStylePreviewRenderer::render(const tools::Rectangle& aRectangle, RenderAlign eRenderAlign)
 {
     const OUString& rText = maStyleName;
diff --git a/sw/inc/accessibilityoptions.hxx b/sw/inc/accessibilityoptions.hxx
index 2fec278bc0cb..2b786b812292 100644
--- a/sw/inc/accessibilityoptions.hxx
+++ b/sw/inc/accessibilityoptions.hxx
@@ -35,9 +35,6 @@ struct SwAccessibilityOptions
 
     bool IsStopAnimatedGraphics() const       { return bIsStopAnimatedGraphics;}
     void SetStopAnimatedGraphics( bool b )    { bIsStopAnimatedGraphics = b; }
-
-    bool IsStopAnimatedText() const       { return bIsStopAnimatedText; }
-    void SetStopAnimatedText( bool b )    { bIsStopAnimatedText = b;}
 };
 #endif
 
diff --git a/sw/source/core/inc/swfont.hxx b/sw/source/core/inc/swfont.hxx
index a2f38ed1406a..4da9f8c1a8f5 100644
--- a/sw/source/core/inc/swfont.hxx
+++ b/sw/source/core/inc/swfont.hxx
@@ -246,7 +246,6 @@ public:
 
     // Get/Set-methods for the current setting
     inline void SetBlink( const bool bBlink );
-    bool IsBlink() const { return m_bBlink; }
     sal_uInt8 &GetTox() { return m_nToxCount; }
     bool IsTox() const { return ( 0 != m_nToxCount ); }
     sal_uInt8 &GetRef() { return m_nRefCount; }
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 6526def25558..197d6d3cec4a 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -518,7 +518,6 @@ public:
     inline void SetRepaint() const;
     inline void ResetRepaint() const;
     bool HasRepaint() const { return mbRepaint; }
-    inline void SetBlinkPor() const;
     inline void ResetBlinkPor() const;
     bool HasBlinkPor() const { return mbHasBlinkPortions; }
     void SetHasRotatedPortions(bool bHasRotatedPortions);
@@ -872,10 +871,6 @@ inline void SwTextFrame::ResetRepaint() const
     const_cast<SwTextFrame*>(this)->mbRepaint = false;
 }
 
-inline void SwTextFrame::SetBlinkPor() const
-{
-    const_cast<SwTextFrame*>(this)->mbHasBlinkPortions = true;
-}
 inline void SwTextFrame::ResetBlinkPor() const
 {
     const_cast<SwTextFrame*>(this)->mbHasBlinkPortions = false;
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index 7b9529155a91..c5d20fe38d88 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -2470,13 +2470,11 @@ void SwViewShell::ApplyAccessibilityOptions(SvtAccessibilityOptions const & rAcc
     {
         mpAccOptions->SetAlwaysAutoColor(false);
         mpAccOptions->SetStopAnimatedGraphics(false);
-        mpAccOptions->SetStopAnimatedText(false);
     }
     else
     {
         mpAccOptions->SetAlwaysAutoColor(rAccessibilityOptions.GetIsAutomaticFontColor());
         mpAccOptions->SetStopAnimatedGraphics(! rAccessibilityOptions.GetIsAllowAnimatedGraphics());
-        mpAccOptions->SetStopAnimatedText(! rAccessibilityOptions.GetIsAllowAnimatedText());
 
         // Form view
         // Always set this option, not only if document is read-only:
diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx
index 873403b60dfd..092a30eb41a1 100644
--- a/vcl/source/control/combobox.cxx
+++ b/vcl/source/control/combobox.cxx
@@ -1285,11 +1285,6 @@ void ComboBox::DrawEntry(const UserDrawEvent& rEvt, bool bDrawText, bool bDrawTe
     m_pImpl->m_pImplLB->GetMainWindow()->DrawEntry(*rEvt.GetRenderContext(), rEvt.GetItemId(), /*bDrawImage*/false, bDrawText, bDrawTextAtImagePos);
 }
 
-void ComboBox::SetSeparatorPos( sal_Int32 n )
-{
-    m_pImpl->m_pImplLB->SetSeparatorPos( n );
-}
-
 void ComboBox::AddSeparator( sal_Int32 n )
 {
     m_pImpl->m_pImplLB->AddSeparator( n );
diff --git a/vcl/source/treelist/iconview.cxx b/vcl/source/treelist/iconview.cxx
index 527070bac11a..162096bff04c 100644
--- a/vcl/source/treelist/iconview.cxx
+++ b/vcl/source/treelist/iconview.cxx
@@ -182,9 +182,6 @@ void IconView::PaintEntry(SvTreeListEntry& rEntry, long nX, long nY,
         // center vertically
         aEntryPos.AdjustY((nTempEntryHeight - nItemHeight) / 2 );
 
-        // draw item
-        pViewDataEntry->SetPaintRectangle(aRect);
-
         aEntryPos.AdjustY(15 );
 
         pItem->Paint(aEntryPos, *this, rRenderContext, pViewDataEntry, rEntry);
diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx
index 5259cfe7881a..75b858b75b30 100644
--- a/vcl/source/treelist/treelistbox.cxx
+++ b/vcl/source/treelist/treelistbox.cxx
@@ -2768,7 +2768,6 @@ void SvTreeListBox::PaintEntry1(SvTreeListEntry& rEntry, long nLine, vcl::Render
         // draw item
         // center vertically
         aEntryPos.AdjustY((nTempEntryHeight - aSize.Height()) / 2 );
-        pViewDataEntry->SetPaintRectangle(aRect);
 
         rItem.Paint(aEntryPos, *this, rRenderContext, pViewDataEntry, rEntry);
 
diff --git a/vcl/source/treelist/viewdataentry.cxx b/vcl/source/treelist/viewdataentry.cxx
index 76a3fc7e3c7e..f5fbf8e0bdfb 100644
--- a/vcl/source/treelist/viewdataentry.cxx
+++ b/vcl/source/treelist/viewdataentry.cxx
@@ -26,8 +26,7 @@ SvViewDataEntry::SvViewDataEntry() :
     mbExpanded(false),
     mbFocused(false),
     mbSelectable(true),
-    mbDragTarget(false),
-    maPaintRectangle()
+    mbDragTarget(false)
 {
 }
 
@@ -38,8 +37,7 @@ SvViewDataEntry::SvViewDataEntry( const SvViewDataEntry& rData ) :
     mbExpanded(rData.mbExpanded),
     mbFocused(false),
     mbSelectable(rData.mbSelectable),
-    mbDragTarget(false),
-    maPaintRectangle(rData.maPaintRectangle)
+    mbDragTarget(false)
 {
 }
 
@@ -86,14 +84,4 @@ SvViewDataItem& SvViewDataEntry::GetItem(size_t nPos)
     return maItems[nPos];
 }
 
-void SvViewDataEntry::SetPaintRectangle(tools::Rectangle aRectangle)
-{
-    maPaintRectangle = aRectangle;
-}
-
-const tools::Rectangle& SvViewDataEntry::GetPaintRectangle() const
-{
-    return maPaintRectangle;
-}
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list