[Libreoffice-commits] core.git: compilerplugins/clang dbaccess/source include/oox include/sfx2 include/svtools include/svx include/vcl sd/inc sd/source svtools/source svx/source sw/source vcl/source

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Sat Aug 17 18:43:25 UTC 2019


 compilerplugins/clang/unusedmethods.results                |  260 ++++++++-----
 compilerplugins/clang/unusedmethods.unused-returns.results |   58 +-
 dbaccess/source/ui/dlg/adminpages.hxx                      |   22 -
 include/oox/ole/axcontrol.hxx                              |    2 
 include/sfx2/sidebar/Deck.hxx                              |    1 
 include/svtools/simptabl.hxx                               |    4 
 include/svx/colorbox.hxx                                   |    4 
 include/svx/fntctrl.hxx                                    |    8 
 include/svx/txencbox.hxx                                   |    5 
 include/vcl/button.hxx                                     |    4 
 include/vcl/svtabbx.hxx                                    |    2 
 sd/inc/sdabstdlg.hxx                                       |    1 
 sd/source/ui/dlg/sddlgfact.cxx                             |    5 
 sd/source/ui/dlg/sddlgfact.hxx                             |    1 
 svtools/source/contnr/simptabl.cxx                         |   15 
 svx/source/dialog/fntctrl.cxx                              |   38 -
 svx/source/dialog/txencbox.cxx                             |    8 
 sw/source/uibase/inc/numfmtlb.hxx                          |   11 
 vcl/source/treelist/svtabbx.cxx                            |   21 -
 19 files changed, 196 insertions(+), 274 deletions(-)

New commits:
commit 7990680e92e4fba376ef4f9346d1bc53661bde30
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Sat Aug 17 09:55:42 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sat Aug 17 20:42:31 2019 +0200

    loplugin:unusedmethods
    
    Change-Id: I781a514787c83063dadd549ee043bbb264eee060
    Reviewed-on: https://gerrit.libreoffice.org/77619
    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 b694a86f18fb..1b40d0def1e2 100644
--- a/compilerplugins/clang/unusedmethods.results
+++ b/compilerplugins/clang/unusedmethods.results
@@ -38,9 +38,9 @@ connectivity/source/drivers/firebird/Util.hxx:78
     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_prepared_resultset.hxx:95
-    type-parameter-?-? connectivity::mysqlc::OPreparedResultSet::safelyRetrieveValue(const int)
 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
     type-parameter-?-? connectivity::mysqlc::OPreparedResultSet::retrieveValue(const int)
 connectivity/source/inc/dbase/dindexnode.hxx:70
     _Bool connectivity::dbase::ONDXKey::operator<(const class connectivity::dbase::ONDXKey &) const
@@ -64,46 +64,54 @@ connectivity/source/inc/OTypeInfo.hxx:46
     _Bool connectivity::OTypeInfo::operator==(const struct connectivity::OTypeInfo &) const
 connectivity/source/inc/OTypeInfo.hxx:47
     _Bool connectivity::OTypeInfo::operator!=(const struct connectivity::OTypeInfo &) const
-cui/source/dialogs/SpellAttrib.hxx:75
+cui/source/dialogs/SpellAttrib.hxx:73
     _Bool svx::SpellErrorDescription::operator==(const struct svx::SpellErrorDescription &) const
-cui/source/inc/cfgutil.hxx:143
+cui/source/inc/cfgutil.hxx:142
     _Bool CuiConfigFunctionListBox::get_iter_first(class weld::TreeIter &) const
-cui/source/inc/cfgutil.hxx:145
+cui/source/inc/cfgutil.hxx:144
     _Bool CuiConfigFunctionListBox::iter_next(class weld::TreeIter &) const
-cui/source/inc/cfgutil.hxx:148
+cui/source/inc/cfgutil.hxx:147
     class rtl::OUString CuiConfigFunctionListBox::get_text(const class weld::TreeIter &) const
-cui/source/inc/cfgutil.hxx:151
+cui/source/inc/cfgutil.hxx:150
     class rtl::OUString CuiConfigFunctionListBox::get_id(int) const
-cui/source/inc/cfgutil.hxx:165
+cui/source/inc/cfgutil.hxx:164
     int CuiConfigFunctionListBox::get_selected_index() const
-cui/source/inc/CustomNotebookbarGenerator.hxx:30
+cui/source/inc/CustomNotebookbarGenerator.hxx:31
      CustomNotebookbarGenerator::CustomNotebookbarGenerator()
-cui/source/inc/hangulhanjadlg.hxx:245
+cui/source/inc/hangulhanjadlg.hxx:244
     class rtl::OUString svx::SuggestionEdit::get_text() const
-cui/source/inc/SvxNotebookbarConfigPage.hxx:51
+cui/source/inc/SvxNotebookbarConfigPage.hxx:40
     void SvxNotebookbarConfigPage::SetElement()
 dbaccess/source/filter/hsqldb/fbalterparser.hxx:20
     void dbahsql::FbAlterStmtParser::ensureProperTableLengths() const
 dbaccess/source/filter/hsqldb/parseschema.hxx:82
     const class std::__debug::map<class rtl::OUString, class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> >, struct std::less<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > > > > & dbahsql::SchemaParser::getPrimaryKeys() const
+dbaccess/source/ui/dlg/adminpages.hxx:48
+     dbaui::OSaveValueWrapper::OSaveValueWrapper<T>(type-parameter-?-? *)
+dbaccess/source/ui/dlg/adminpages.hxx:103
+     dbaui::ODisableWrapper::ODisableWrapper<T>(type-parameter-?-? *)
 dbaccess/source/ui/inc/dsmeta.hxx:88
-    class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<int>, class std::__debug::set<int, struct std::less<int>, class std::allocator<int> > > dbaui::FeatureSet::begin() const
+    class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<int>, class std::__debug::set<int, struct std::less<int>, class std::allocator<int> >, struct std::bidirectional_iterator_tag> dbaui::FeatureSet::begin() const
 dbaccess/source/ui/inc/dsmeta.hxx:89
-    class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<int>, class std::__debug::set<int, struct std::less<int>, class std::allocator<int> > > dbaui::FeatureSet::end() const
+    class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<int>, class std::__debug::set<int, struct std::less<int>, class std::allocator<int> >, struct std::bidirectional_iterator_tag> dbaui::FeatureSet::end() const
 dbaccess/source/ui/inc/indexcollection.hxx:54
-    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > > dbaui::OIndexCollection::begin() const
+    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> >, struct std::random_access_iterator_tag> dbaui::OIndexCollection::begin() const
 dbaccess/source/ui/inc/indexcollection.hxx:58
-    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > > dbaui::OIndexCollection::end() const
+    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> >, struct std::random_access_iterator_tag> dbaui::OIndexCollection::end() const
 dbaccess/source/ui/inc/indexcollection.hxx:63
-    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > > dbaui::OIndexCollection::find(const class rtl::OUString &) const
+    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> >, struct std::random_access_iterator_tag> dbaui::OIndexCollection::find(const class rtl::OUString &) const
 dbaccess/source/ui/inc/indexcollection.hxx:65
-    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > > dbaui::OIndexCollection::findOriginal(const class rtl::OUString &) const
+    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> >, struct std::random_access_iterator_tag> dbaui::OIndexCollection::findOriginal(const class rtl::OUString &) const
+dbaccess/source/ui/inc/opendoccontrols.hxx:47
+    _Bool dbaui::OpenDocumentButton::get_sensitive() const
 desktop/inc/lib/init.hxx:83
     void desktop::CallbackFlushHandler::setEventLatch(const _Bool)
 desktop/inc/lib/init.hxx:88
     _Bool desktop::CallbackFlushHandler::isEventLatchOn() const
 desktop/inc/lib/init.hxx:90
     _Bool desktop::CallbackFlushHandler::isPartTilePainting() const
+desktop/source/lib/lokclipboard.hxx:96
+     LOKClipboardFactory::LOKClipboardFactory()
 drawinglayer/source/tools/emfpcustomlinecap.hxx:38
     void emfplushelper::EMFPCustomLineCap::SetAttributes(struct com::sun::star::rendering::StrokeAttributes &)
 drawinglayer/source/tools/emfpstringformat.hxx:51
@@ -123,10 +131,10 @@ drawinglayer/source/tools/emfpstringformat.hxx:57
 drawinglayer/source/tools/emfpstringformat.hxx:58
     _Bool emfplushelper::EMFPStringFormat::BypassGDI() const
 editeng/inc/edtspell.hxx:112
-    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> > > WrongList::begin() const
+    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct editeng::MisspellRange *, class std::__cxx1998::vector<struct editeng::MisspellRange, class std::allocator<struct editeng::MisspellRange> > >, class std::__debug::vector<struct editeng::MisspellRange, class std::allocator<struct editeng::MisspellRange> >, struct std::random_access_iterator_tag> WrongList::begin() const
 editeng/inc/edtspell.hxx:113
-    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> > > WrongList::end() const
-extensions/source/scanner/scanner.hxx:81
+    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:86
     void ScannerManager::SetData(void *)
 hwpfilter/source/mzstring.h:99
     class MzString & MzString::operator<<(unsigned char)
@@ -504,6 +512,8 @@ include/oox/helper/propertymap.hxx:114
     void oox::PropertyMap::dumpCode(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &)
 include/oox/helper/propertymap.hxx:115
     void oox::PropertyMap::dumpData(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &)
+include/oox/ole/axcontrol.hxx:337
+    const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> oox::ole::ControlConverter::GetDocModel() const
 include/opencl/openclconfig.hxx:57
     _Bool OpenCLConfig::ImplMatcher::operator!=(const struct OpenCLConfig::ImplMatcher &) const
 include/opencl/OpenCLZone.hxx:42
@@ -522,6 +532,8 @@ include/sfx2/lokcharthelper.hxx:41
     void LokChartHelper::Invalidate()
 include/sfx2/msg.hxx:120
     const class std::type_info * SfxType0::Type() const
+include/sfx2/sidebar/Deck.hxx:72
+    int sfx2::sidebar::Deck::GetMinimalHeight() const
 include/svl/itempool.hxx:171
     const type-parameter-?-? * SfxItemPool::GetItem2Default(TypedWhichId<type-parameter-?-?>) const
 include/svl/itempool.hxx:207
@@ -530,6 +542,12 @@ include/svl/lockfilecommon.hxx:58
     void svt::LockFileCommon::SetURL(const class rtl::OUString &)
 include/svtools/DocumentToGraphicRenderer.hxx:106
     _Bool DocumentToGraphicRenderer::isImpress() const
+include/svtools/simptabl.hxx:98
+    void SvSimpleTable::EnableTable()
+include/svtools/simptabl.hxx:99
+    void SvSimpleTable::DisableTable()
+include/svtools/simptabl.hxx:100
+    _Bool SvSimpleTable::IsEnabled() const
 include/svx/autoformathelper.hxx:145
     _Bool AutoFormatBase::operator==(const class AutoFormatBase &)
 include/svx/ClassificationEditView.hxx:38
@@ -540,23 +558,51 @@ include/svx/ClassificationField.hxx:47
     const class rtl::OUString & svx::ClassificationResult::getDisplayText() const
 include/svx/ClassificationField.hxx:52
     _Bool svx::ClassificationResult::operator==(const class svx::ClassificationResult &) const
+include/svx/colorbox.hxx:64
+    const struct std::pair<class Color, class rtl::OUString> & SvxColorListBox::GetSelectedEntry() const
+include/svx/colorbox.hxx:76
+    void SvxColorListBox::SaveValue()
+include/svx/colorbox.hxx:77
+    _Bool SvxColorListBox::IsValueChangedFromSaved() const
+include/svx/DiagramDataInterface.hxx:30
+    class rtl::OUString DiagramDataInterface::getString() const
 include/svx/dlgctrl.hxx:256
     void SvxLineLB::set_sensitive(_Bool)
 include/svx/dlgctrl.hxx:257
     _Bool SvxLineLB::get_sensitive() const
 include/svx/dlgctrl.hxx:279
     void SvxLineEndLB::set_active_text(const class rtl::OUString &)
+include/svx/fntctrl.hxx:54
+    class SvxFont & SvxFontPrevWindow::GetFont()
+include/svx/fntctrl.hxx:55
+    const class SvxFont & SvxFontPrevWindow::GetFont() const
+include/svx/fntctrl.hxx:57
+    class SvxFont & SvxFontPrevWindow::GetCJKFont()
+include/svx/fntctrl.hxx:58
+    class SvxFont & SvxFontPrevWindow::GetCTLFont()
+include/svx/fntctrl.hxx:59
+    void SvxFontPrevWindow::SetColor(const class Color &)
+include/svx/fntctrl.hxx:60
+    void SvxFontPrevWindow::ResetColor()
+include/svx/fntctrl.hxx:62
+    void SvxFontPrevWindow::UseResourceText()
 include/svx/framelink.hxx:194
     _Bool svx::frame::operator>(const class svx::frame::Style &,const class svx::frame::Style &)
-include/svx/langbox.hxx:155
+include/svx/langbox.hxx:68
+    void SvxLanguageBoxBase::InsertDefaultLanguage(short)
+include/svx/langbox.hxx:69
+    void SvxLanguageBoxBase::InsertSystemLanguage()
+include/svx/langbox.hxx:159
     void LanguageBox::show()
 include/svx/svdlayer.hxx:74
     _Bool SdrLayer::operator==(const class SdrLayer &) const
 include/svx/svdpntv.hxx:462
     _Bool SdrPaintView::IsSwapAsynchron() const
-include/svx/txencbox.hxx:128
+include/svx/txencbox.hxx:60
+    void SvxTextEncodingBox::FillWithMimeAndSelectBest()
+include/svx/txencbox.hxx:135
     void TextEncodingBox::grab_focus()
-include/svx/txencbox.hxx:190
+include/svx/txencbox.hxx:199
     void TextEncodingTreeView::connect_changed(const class Link<class weld::TreeView &, void> &)
 include/svx/xpoly.hxx:82
     _Bool XPolygon::operator==(const class XPolygon &) const
@@ -644,6 +690,12 @@ include/vcl/animate/AnimationBitmap.hxx:69
     _Bool AnimationBitmap::operator!=(const struct AnimationBitmap &) const
 include/vcl/BitmapColor.hxx:39
     void BitmapColor::SetAlpha(unsigned char)
+include/vcl/button.hxx:351
+    void RadioButton::SaveValue()
+include/vcl/button.hxx:352
+    _Bool RadioButton::GetSavedValue() const
+include/vcl/button.hxx:353
+    _Bool RadioButton::IsValueChangedFromSaved() const
 include/vcl/commandevent.hxx:249
      CommandMediaData::CommandMediaData(enum MediaCommand)
 include/vcl/commandevent.hxx:256
@@ -678,8 +730,6 @@ include/vcl/gdimtf.hxx:110
     _Bool GDIMetaFile::operator!=(const class GDIMetaFile &) const
 include/vcl/gdimtf.hxx:202
     void GDIMetaFile::dumpAsXml(const char *) const
-include/vcl/gfxlink.hxx:59
-     GfxLink::SwapOutData::SwapOutData(const class rtl::OUString &)
 include/vcl/gradient.hxx:104
     _Bool Gradient::operator!=(const class Gradient &) const
 include/vcl/hatch.hxx:55
@@ -690,6 +740,8 @@ include/vcl/ITiledRenderable.hxx:193
     enum PointerStyle vcl::ITiledRenderable::getPointer()
 include/vcl/lok.hxx:24
     void vcl::lok::unregisterPollCallbacks()
+include/vcl/NotebookBarAddonsMerger.hxx:65
+     NotebookBarAddonsMerger::NotebookBarAddonsMerger()
 include/vcl/opengl/OpenGLHelper.hxx:67
     void OpenGLHelper::renderToFile(long,long,const class rtl::OUString &)
 include/vcl/opengl/OpenGLHelper.hxx:97
@@ -716,14 +768,30 @@ include/vcl/svapp.hxx:170
      ApplicationEvent::ApplicationEvent(enum ApplicationEvent::Type,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &)
 include/vcl/svapp.hxx:801
     void Application::AppEvent(const class ApplicationEvent &)
+include/vcl/svtabbx.hxx:100
+    void SvTabListBox::SetEntryText(const class rtl::OUString &,unsigned long,unsigned short)
+include/vcl/svtabbx.hxx:103
+    unsigned long SvTabListBox::GetEntryPos(const class rtl::OUString &,unsigned short)
 include/vcl/syswin.hxx:173
     void SystemWindow::SetIdleDebugName(const char *)
+include/vcl/TaskStopwatch.hxx:97
+    void TaskStopwatch::reset()
+include/vcl/TaskStopwatch.hxx:108
+    void TaskStopwatch::setInputStop(enum VclInputFlags)
+include/vcl/TaskStopwatch.hxx:109
+    enum VclInputFlags TaskStopwatch::inputStop() const
+include/vcl/TaskStopwatch.hxx:117
+    unsigned int TaskStopwatch::timeSlice()
+include/vcl/TaskStopwatch.hxx:118
+    void TaskStopwatch::setTimeSlice(unsigned int)
 include/vcl/textrectinfo.hxx:45
     _Bool TextRectInfo::operator!=(const class TextRectInfo &) const
-include/vcl/treelistbox.hxx:361
+include/vcl/treelistbox.hxx:360
     void SvTreeListBox::RemoveSelection()
-include/vcl/treelistbox.hxx:378
+include/vcl/treelistbox.hxx:377
     const class SvTreeListEntry * SvTreeListBox::GetParent(const class SvTreeListEntry *) const
+include/vcl/treelistbox.hxx:621
+    const class Link<class SvTreeListBox *, void> & SvTreeListBox::GetCheckButtonHdl() const
 include/vcl/txtattr.hxx:56
     _Bool TextAttrib::operator!=(const class TextAttrib &) const
 include/vcl/uitest/uiobject.hxx:274
@@ -740,87 +808,85 @@ include/vcl/weld.hxx:128
     _Bool weld::Widget::get_hexpand() const
 include/vcl/weld.hxx:130
     _Bool weld::Widget::get_vexpand() const
-include/vcl/weld.hxx:265
+include/vcl/weld.hxx:267
     void weld::ScrolledWindow::hadjustment_configure(int,int,int,int,int,int)
-include/vcl/weld.hxx:271
-    void weld::ScrolledWindow::hadjustment_set_upper(int)
 include/vcl/weld.hxx:273
+    void weld::ScrolledWindow::hadjustment_set_upper(int)
+include/vcl/weld.hxx:275
     void weld::ScrolledWindow::hadjustment_set_page_size(int)
-include/vcl/weld.hxx:274
+include/vcl/weld.hxx:276
     void weld::ScrolledWindow::hadjustment_set_page_increment(int)
-include/vcl/weld.hxx:275
+include/vcl/weld.hxx:277
     void weld::ScrolledWindow::set_hpolicy(enum VclPolicyType)
-include/vcl/weld.hxx:276
+include/vcl/weld.hxx:278
     enum VclPolicyType weld::ScrolledWindow::get_hpolicy() const
-include/vcl/weld.hxx:281
+include/vcl/weld.hxx:283
     int weld::ScrolledWindow::get_hscroll_height() const
-include/vcl/weld.hxx:327
+include/vcl/weld.hxx:329
     class rtl::OUString weld::Notebook::get_tab_label_text(const class rtl::OString &) const
-include/vcl/weld.hxx:379
+include/vcl/weld.hxx:381
     struct SystemEnvData weld::Window::get_system_data() const
-include/vcl/weld.hxx:669
+include/vcl/weld.hxx:671
     void weld::TreeView::append(const class weld::TreeIter *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:678
+include/vcl/weld.hxx:680
     void weld::TreeView::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:717
+include/vcl/weld.hxx:719
     void weld::TreeView::set_top_entry(int)
-include/vcl/weld.hxx:851
+include/vcl/weld.hxx:854
     void weld::TreeView::select_all()
-include/vcl/weld.hxx:894
+include/vcl/weld.hxx:898
     const class rtl::OUString & weld::TreeView::get_saved_value() const
-include/vcl/weld.hxx:999
+include/vcl/weld.hxx:1003
     void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1011
+include/vcl/weld.hxx:1015
     void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:1016
+include/vcl/weld.hxx:1020
     void weld::MenuButton::append_separator(const class rtl::OUString &)
-include/vcl/weld.hxx:1047
-    class rtl::OUString weld::LinkButton::get_label() const
 include/vcl/weld.hxx:1051
+    class rtl::OUString weld::LinkButton::get_label() const
+include/vcl/weld.hxx:1055
     void weld::LinkButton::clicked()
-include/vcl/weld.hxx:1082
+include/vcl/weld.hxx:1086
     class rtl::OUString weld::ProgressBar::get_text() const
-include/vcl/weld.hxx:1099
+include/vcl/weld.hxx:1103
     void weld::Entry::signal_insert_text(class rtl::OUString &)
-include/vcl/weld.hxx:1114
+include/vcl/weld.hxx:1118
     int weld::Entry::get_position() const
-include/vcl/weld.hxx:1219
+include/vcl/weld.hxx:1223
     void weld::FormattedSpinButton::set_max(double)
-include/vcl/weld.hxx:1268
+include/vcl/weld.hxx:1272
     void weld::EntryTreeView::EntryModifyHdl(const class weld::Entry &)
-include/vcl/weld.hxx:1505
+include/vcl/weld.hxx:1509
     class Size weld::MetricSpinButton::get_size_request() const
-include/vcl/weld.hxx:1516
+include/vcl/weld.hxx:1520
     void weld::MetricSpinButton::set_position(int)
-include/vcl/weld.hxx:1563
+include/vcl/weld.hxx:1567
     _Bool weld::TimeSpinButton::get_sensitive() const
-include/vcl/weld.hxx:1565
+include/vcl/weld.hxx:1569
     _Bool weld::TimeSpinButton::get_visible() const
-include/vcl/weld.hxx:1566
+include/vcl/weld.hxx:1570
     void weld::TimeSpinButton::grab_focus()
-include/vcl/weld.hxx:1567
+include/vcl/weld.hxx:1571
     _Bool weld::TimeSpinButton::has_focus() const
-include/vcl/weld.hxx:1569
-    void weld::TimeSpinButton::hide()
-include/vcl/weld.hxx:1570
+include/vcl/weld.hxx:1574
     void weld::TimeSpinButton::save_value()
-include/vcl/weld.hxx:1571
+include/vcl/weld.hxx:1575
     _Bool weld::TimeSpinButton::get_value_changed_from_saved() const
-include/vcl/weld.hxx:1631
+include/vcl/weld.hxx:1635
     int weld::TextView::vadjustment_get_lower() const
-include/vcl/weld.hxx:1720
+include/vcl/weld.hxx:1724
     void weld::Menu::append_check(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1750
+include/vcl/weld.hxx:1754
     void weld::Toolbar::append_separator(const class rtl::OUString &)
-include/vcl/weld.hxx:1759
+include/vcl/weld.hxx:1763
     void weld::SizeGroup::set_mode(enum VclSizeGroupMode)
-include/vcl/weld.hxx:1784
+include/vcl/weld.hxx:1788
     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:1903
+include/vcl/weld.hxx:1907
     class rtl::OUString weld::MessageDialogController::get_primary_text() const
 include/vcl/window.hxx:408
     const char * ImplDbgCheckWindow(const void *)
-include/vcl/window.hxx:1214
+include/vcl/window.hxx:1217
     class Size vcl::Window::PaintActiveFloatingWindow(class VirtualDevice &) const
 libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.hxx:35
     void openLokDialog(struct _GtkWidget *,void *)
@@ -877,7 +943,7 @@ sc/inc/stlalgorithm.hxx:62
 sc/inc/table.hxx:319
     _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> > > > > ScUserList::begin() const
+    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:160
     class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > print(const class ScAddress &)
 sc/qa/unit/ucalc.hxx:143
@@ -974,6 +1040,8 @@ sccomp/source/solver/DifferentialEvolution.hxx:67
     int DifferentialEvolutionAlgorithm::getLastChange()
 sccomp/source/solver/ParticelSwarmOptimization.hxx:85
     int ParticleSwarmOptimizationAlgorithm::getLastChange()
+sd/inc/sdabstdlg.hxx:185
+    class VclPtr<class SfxAbstractTabDialog> SdAbstractDialogFactory::CreateSdOutlineBulletTabDlg(class weld::Window *,const class SfxItemSet *,class sd::View *)
 sd/inc/sddll.hxx:48
      SdDLL::SdDLL()
 sd/source/filter/ppt/pptinanimations.hxx:108
@@ -1130,6 +1198,8 @@ sw/inc/docary.hxx:255
     class SwFrameFormat *const & SwFrameFormats::front() const
 sw/inc/docary.hxx:256
     class SwFrameFormat *const & SwFrameFormats::back() const
+sw/inc/docufld.hxx:494
+    void SwPostItField::ToggleResolved()
 sw/inc/editsh.hxx:375
     void SwEditShell::ValidateCurrentParagraphSignatures(_Bool)
 sw/inc/extinput.hxx:47
@@ -1170,6 +1240,8 @@ sw/inc/pagedesc.hxx:427
     class SwPageDesc *const & SwPageDescs::front() const
 sw/inc/pagedesc.hxx:428
     class SwPageDesc *const & SwPageDescs::back() const
+sw/inc/PostItMgr.hxx:207
+    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> &)
 sw/inc/rdfhelper.hxx:94
@@ -1208,6 +1280,8 @@ sw/inc/viscrs.hxx:205
     const class SwShellTableCursor * SwShellTableCursor::GetPrev() const
 sw/qa/extras/inc/swmodeltestbase.hxx:624
     class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> SwModelTestBase::getParagraphAnchoredObject(const int,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextRange> &) const
+sw/qa/extras/layout/layout.cxx:3020
+    int main()
 sw/source/core/access/accportions.cxx:73
     unsigned long FindBreak(const vector<type-parameter-?-?, allocator<type-parameter-?-?> > &,type-parameter-?-?)
 sw/source/core/access/accportions.cxx:77
@@ -1230,37 +1304,37 @@ sw/source/core/text/txtpaint.hxx:73
      DbgRect::DbgRect(class OutputDevice *,const class tools::Rectangle &,const _Bool,class Color)
 sw/source/filter/ww8/ww8struc.hxx:246
      WW8_BRCVer6::WW8_BRCVer6()
-sw/source/ui/dbui/createaddresslistdialog.hxx:100
+sw/source/ui/dbui/createaddresslistdialog.hxx:98
     void SwFindEntryDialog::hide()
 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/numfmtlb.hxx:51
+sw/source/uibase/inc/numfmtlb.hxx:52
     void NumFormatListBox::SetOneArea(_Bool)
-sw/source/uibase/inc/numfmtlb.hxx:54
+sw/source/uibase/inc/numfmtlb.hxx:55
     enum SvNumFormatType NumFormatListBox::GetFormatType() const
-sw/source/uibase/inc/numfmtlb.hxx:58
-    struct o3tl::strong_int<unsigned short, struct LanguageTypeTag> NumFormatListBox::GetCurLanguage() const
 sw/source/uibase/inc/numfmtlb.hxx:59
+    struct o3tl::strong_int<unsigned short, struct LanguageTypeTag> NumFormatListBox::GetCurLanguage() const
+sw/source/uibase/inc/numfmtlb.hxx:60
     void NumFormatListBox::SetLanguage(struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>)
-sw/source/uibase/inc/numfmtlb.hxx:61
-    void NumFormatListBox::SetAutomaticLanguage(_Bool)
 sw/source/uibase/inc/numfmtlb.hxx:62
+    void NumFormatListBox::SetAutomaticLanguage(_Bool)
+sw/source/uibase/inc/numfmtlb.hxx:63
     _Bool NumFormatListBox::IsAutomaticLanguage() const
-sw/source/uibase/inc/numfmtlb.hxx:64
+sw/source/uibase/inc/numfmtlb.hxx:65
     void NumFormatListBox::SetShowLanguageControl(_Bool)
-sw/source/uibase/inc/numfmtlb.hxx:170
-    _Bool SwNumFormatTreeView::get_value_changed_from_saved() const
 sw/source/uibase/inc/numfmtlb.hxx:171
-    void SwNumFormatTreeView::save_value()
+    _Bool SwNumFormatTreeView::get_value_changed_from_saved() const
 sw/source/uibase/inc/numfmtlb.hxx:172
-    void SwNumFormatTreeView::show()
+    void SwNumFormatTreeView::save_value()
 sw/source/uibase/inc/numfmtlb.hxx:173
+    void SwNumFormatTreeView::show()
+sw/source/uibase/inc/numfmtlb.hxx:174
     void SwNumFormatTreeView::hide()
-sw/source/uibase/inc/numfmtlb.hxx:179
-    void SwNumFormatTreeView::set_sensitive(_Bool)
 sw/source/uibase/inc/numfmtlb.hxx:180
+    void SwNumFormatTreeView::set_sensitive(_Bool)
+sw/source/uibase/inc/numfmtlb.hxx:181
     void SwNumFormatTreeView::connect_changed(const class Link<class weld::TreeView &, void> &)
 sw/source/uibase/inc/swcont.hxx:85
     _Bool SwContent::operator==(const class SwContent &) const
@@ -1332,8 +1406,6 @@ vcl/inc/qt5/Qt5DragAndDrop.hxx:91
     void Qt5DropTarget::deinitialize()
 vcl/inc/qt5/Qt5FilePicker.hxx:145
     void Qt5FilePicker::disposing(const struct com::sun::star::lang::EventObject &)
-vcl/inc/qt5/Qt5FilePicker.hxx:162
-    void Qt5FilePicker::setCustomControlWidgetLayout(class QGridLayout *)
 vcl/inc/qt5/Qt5FontFace.hxx:37
     class Qt5FontFace * Qt5FontFace::fromQFont(const class QFont &)
 vcl/inc/qt5/Qt5FontFace.hxx:43
@@ -1376,8 +1448,6 @@ vcl/inc/unx/glyphcache.hxx:68
     void GlyphCache::ClearFontOptions()
 vcl/inc/unx/gtk/gtkdata.hxx:192
     void GtkSalDisplay::RefreshMenusUnity()
-vcl/inc/unx/gtk/gtkinst.hxx:125
-    void GtkDropTarget::fire_dragExit(const struct com::sun::star::datatransfer::dnd::DropTargetEvent &)
 vcl/inc/unx/saldata.hxx:54
     void X11SalData::initNWF()
 vcl/inc/unx/saldisp.hxx:380
@@ -1386,13 +1456,13 @@ vcl/inc/unx/salframe.h:185
     enum SalFrameStyleFlags X11SalFrame::GetStyle() const
 vcl/inc/unx/salgdi.h:306
     void X11SalGraphics::releaseGlyphPeer()
-vcl/source/app/scheduler.cxx:83
+vcl/source/app/scheduler.cxx:84
     basic_ostream<type-parameter-?-?, type-parameter-?-?> & (anonymous namespace)::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const class Idle &)
 vcl/source/edit/textdat2.hxx:85
-    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > *, class std::__cxx1998::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > > >, class std::__debug::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > > > TETextPortionList::begin() const
+    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > *, class std::__cxx1998::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > > >, class std::__debug::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > >, struct std::random_access_iterator_tag> TETextPortionList::begin() const
 vcl/source/edit/textdat2.hxx:87
-    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > *, class std::__cxx1998::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > > >, class std::__debug::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > > > TETextPortionList::end() const
-vcl/source/filter/FilterConfigCache.hxx:78
+    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > *, class std::__cxx1998::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > > >, class std::__debug::vector<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> >, class std::allocator<class std::unique_ptr<class TETextPortion, struct std::default_delete<class TETextPortion> > > >, struct std::random_access_iterator_tag> TETextPortionList::end() const
+vcl/source/filter/FilterConfigCache.hxx:75
     class rtl::OUString FilterConfigCache::GetImportFormatMediaType(unsigned short)
 vcl/source/fontsubset/xlat.hxx:31
     unsigned short vcl::TranslateChar12(unsigned short)
@@ -1404,16 +1474,14 @@ vcl/source/fontsubset/xlat.hxx:34
     unsigned short vcl::TranslateChar15(unsigned short)
 vcl/source/fontsubset/xlat.hxx:35
     unsigned short vcl::TranslateChar16(unsigned short)
-writerfilter/source/dmapper/DomainMapper_Impl.hxx:735
+writerfilter/source/dmapper/DomainMapper_Impl.hxx:733
     _Bool writerfilter::dmapper::DomainMapper_Impl::IsInFooter() const
 writerfilter/source/ooxml/OOXMLPropertySet.hxx:176
-    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> *, class std::__cxx1998::vector<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> > > >, class std::__debug::vector<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> > > > writerfilter::ooxml::OOXMLPropertySet::begin() const
+    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> *, class std::__cxx1998::vector<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> > > >, class std::__debug::vector<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> > >, struct std::random_access_iterator_tag> writerfilter::ooxml::OOXMLPropertySet::begin() const
 writerfilter/source/ooxml/OOXMLPropertySet.hxx:177
-    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> *, class std::__cxx1998::vector<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> > > >, class std::__debug::vector<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> > > > writerfilter::ooxml::OOXMLPropertySet::end() const
+    class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> *, class std::__cxx1998::vector<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> > > >, class std::__debug::vector<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class tools::SvRef<class writerfilter::ooxml::OOXMLProperty> > >, struct std::random_access_iterator_tag> writerfilter::ooxml::OOXMLPropertySet::end() const
 writerfilter/source/ooxml/OOXMLPropertySet.hxx:180
     class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > writerfilter::ooxml::OOXMLPropertySet::toString()
-xmlsecurity/qa/unit/xmlsecurity-dialogs-test.cxx:61
-    int main()
 xmlsecurity/source/gpg/XMLEncryption.hxx:25
      XMLEncryptionGpg::XMLEncryptionGpg()
 xmlsecurity/source/xmlsec/nss/nssinitializer.hxx:45
diff --git a/compilerplugins/clang/unusedmethods.unused-returns.results b/compilerplugins/clang/unusedmethods.unused-returns.results
index 4a0f461fcd80..21ecfbca0776 100644
--- a/compilerplugins/clang/unusedmethods.unused-returns.results
+++ b/compilerplugins/clang/unusedmethods.unused-returns.results
@@ -4,7 +4,7 @@ connectivity/source/inc/odbc/OConnection.hxx:78
     short connectivity::odbc::OConnection::Construct(const class rtl::OUString &,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &)
 connectivity/source/inc/odbc/OStatement.hxx:115
     _Bool connectivity::odbc::OStatement_Base::lockIfNecessary(const class rtl::OUString &)
-cui/source/inc/iconcdlg.hxx:80
+cui/source/inc/iconcdlg.hxx:71
     _Bool IconChoicePage::FillItemSet(class SfxItemSet *)
 extensions/source/scanner/sane.hxx:97
     _Bool Sane::CheckConsistency(const char *,_Bool)
@@ -14,9 +14,9 @@ extensions/source/scanner/sane.hxx:147
     _Bool Sane::ActivateButtonOption(int)
 extensions/source/scanner/sane.hxx:153
     _Bool Sane::Open(int)
-extensions/source/scanner/sanedlg.hxx:89
+extensions/source/scanner/sanedlg.hxx:87
     _Bool SaneDlg::LoadState()
-extensions/source/scanner/sanedlg.hxx:103
+extensions/source/scanner/sanedlg.hxx:101
     _Bool SaneDlg::SetAdjustedNumericalValue(const char *,double,int)
 filter/source/flash/swfexporter.hxx:85
     _Bool swf::FlashExporter::exportAll(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,const class com::sun::star::uno::Reference<class com::sun::star::io::XOutputStream> &,const class com::sun::star::uno::Reference<class com::sun::star::task::XStatusIndicator> &)
@@ -46,33 +46,39 @@ include/LibreOfficeKit/LibreOfficeKit.hxx:121
     char * lok::Document::getPartHash(int)
 include/LibreOfficeKit/LibreOfficeKit.hxx:349
     char * lok::Document::getTextSelection(const char *,char **)
-include/LibreOfficeKit/LibreOfficeKit.hxx:361
+include/LibreOfficeKit/LibreOfficeKit.hxx:359
+    int lok::Document::getSelectionType()
+include/LibreOfficeKit/LibreOfficeKit.hxx:377
+    _Bool lok::Document::getClipboard(const char **,unsigned long *,char ***,unsigned long **,char ***)
+include/LibreOfficeKit/LibreOfficeKit.hxx:396
+    _Bool lok::Document::setClipboard(const unsigned long,const char **,const unsigned long *,const char **)
+include/LibreOfficeKit/LibreOfficeKit.hxx:411
     _Bool lok::Document::paste(const char *,const char *,unsigned long)
-include/LibreOfficeKit/LibreOfficeKit.hxx:392
+include/LibreOfficeKit/LibreOfficeKit.hxx:442
     char * lok::Document::getCommandValues(const char *)
-include/LibreOfficeKit/LibreOfficeKit.hxx:478
+include/LibreOfficeKit/LibreOfficeKit.hxx:528
     int lok::Document::getView()
-include/LibreOfficeKit/LibreOfficeKit.hxx:486
+include/LibreOfficeKit/LibreOfficeKit.hxx:536
     int lok::Document::getViewsCount()
-include/LibreOfficeKit/LibreOfficeKit.hxx:495
+include/LibreOfficeKit/LibreOfficeKit.hxx:545
     unsigned char * lok::Document::renderFont(const char *,const char *,int *,int *)
-include/LibreOfficeKit/LibreOfficeKit.hxx:534
+include/LibreOfficeKit/LibreOfficeKit.hxx:584
     _Bool lok::Document::getViewIds(int *,unsigned long)
-include/LibreOfficeKit/LibreOfficeKit.hxx:595
+include/LibreOfficeKit/LibreOfficeKit.hxx:645
     _Bool lok::Document::insertCertificate(const unsigned char *,const int,const unsigned char *,const int)
-include/LibreOfficeKit/LibreOfficeKit.hxx:609
+include/LibreOfficeKit/LibreOfficeKit.hxx:659
     _Bool lok::Document::addCertificate(const unsigned char *,const int)
-include/LibreOfficeKit/LibreOfficeKit.hxx:621
+include/LibreOfficeKit/LibreOfficeKit.hxx:671
     int lok::Document::getSignatureState()
-include/LibreOfficeKit/LibreOfficeKit.hxx:631
+include/LibreOfficeKit/LibreOfficeKit.hxx:681
     unsigned long lok::Document::renderShapeSelection(char **)
-include/LibreOfficeKit/LibreOfficeKit.hxx:757
+include/LibreOfficeKit/LibreOfficeKit.hxx:821
     char * lok::Office::getFilterTypes()
-include/LibreOfficeKit/LibreOfficeKit.hxx:811
+include/LibreOfficeKit/LibreOfficeKit.hxx:875
     char * lok::Office::getVersionInfo()
-include/LibreOfficeKit/LibreOfficeKit.hxx:825
+include/LibreOfficeKit/LibreOfficeKit.hxx:889
     _Bool lok::Office::runMacro(const char *)
-include/LibreOfficeKit/LibreOfficeKit.hxx:833
+include/LibreOfficeKit/LibreOfficeKit.hxx:897
     _Bool lok::Office::signDocument(const char *,const unsigned char *,const int,const unsigned char *,const int)
 include/oox/crypto/AgileEngine.hxx:121
     _Bool oox::core::AgileEngine::decryptHmacKey()
@@ -174,13 +180,13 @@ include/svx/framelink.hxx:188
     class svx::frame::Style & svx::frame::Style::MirrorSelf()
 include/svx/SvxColorValueSet.hxx:55
     class Size ColorValueSet::layoutToGivenHeight(unsigned int,unsigned int)
-include/test/helper/form.hxx:38
+include/test/helper/form.hxx:37
     class com::sun::star::uno::Reference<class com::sun::star::drawing::XControlShape> apitest::helper::form::createCommandButton(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,const int,const int,const int,const int)
-include/test/helper/shape.hxx:39
+include/test/helper/shape.hxx:38
     class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> apitest::helper::shape::createEllipse(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,const int,const int,const int,const int)
-include/test/helper/shape.hxx:53
+include/test/helper/shape.hxx:52
     class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> apitest::helper::shape::createLine(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,const int,const int,const int,const int)
-include/test/helper/shape.hxx:67
+include/test/helper/shape.hxx:66
     class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> apitest::helper::shape::createRectangle(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,const int,const int,const int,const int)
 include/test/sheet/xcellrangedata.hxx:21
     class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> apitest::XCellRangeData::init()
@@ -188,7 +194,7 @@ include/test/sheet/xdocumentauditing.hxx:29
     class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> apitest::XDocumentAuditing::getXMSF()
 include/test/sheet/xnamedrange.hxx:22
     class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> apitest::XNamedRange::init()
-include/test/sheet/xsheetannotation.hxx:36
+include/test/sheet/xsheetannotation.hxx:35
     class com::sun::star::uno::Reference<class com::sun::star::sheet::XSheetAnnotation> apitest::XSheetAnnotation::getAnnotation(struct com::sun::star::table::CellAddress &)
 include/test/sheet/xspreadsheets2.hxx:40
     class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> apitest::XSpreadsheets2::getComponent()
@@ -220,9 +226,9 @@ include/vcl/texteng.hxx:276
     _Bool TextEngine::Read(class SvStream &,const class TextSelection *)
 include/vcl/toolbox.hxx:515
     _Bool ToolBox::ChangeHighlightUpDn(_Bool)
-include/vcl/weld.hxx:764
+include/vcl/weld.hxx:766
     _Bool weld::TreeView::iter_nth_child(class weld::TreeIter &,int) const
-include/vcl/weld.hxx:1610
+include/vcl/weld.hxx:1614
     _Bool weld::TextView::get_selection_bounds(int &,int &)
 lotuswordpro/inc/lwpsvstream.hxx:76
     class LwpSvStream & LwpSvStream::ReadUInt8(unsigned char &)
@@ -300,7 +306,7 @@ sw/inc/authfld.hxx:98
     unsigned short SwAuthorityFieldType::AppendField(const class SwAuthEntry &)
 sw/inc/calc.hxx:114
     class SwSbxValue & SwSbxValue::MakeDouble()
-sw/inc/crsrsh.hxx:549
+sw/inc/crsrsh.hxx:550
     _Bool SwCursorShell::GoNextPrevCursorSetSearchLabel(const _Bool)
 sw/inc/doc.hxx:1081
     _Bool SwDoc::ReplaceNumRule(const struct SwPosition &,const class rtl::OUString &,const class rtl::OUString &)
@@ -328,7 +334,7 @@ sw/source/filter/ww8/ww8toolbar.hxx:339
     _Bool Tcg::ImportCustomToolBar(class SfxObjectShell &)
 sw/source/uibase/inc/drawbase.hxx:54
     _Bool SwDrawBase::MouseMove(const class MouseEvent &)
-sw/source/uibase/inc/fldmgr.hxx:116
+sw/source/uibase/inc/fldmgr.hxx:117
     const class com::sun::star::uno::Reference<class com::sun::star::text::XNumberingTypeInfo> & SwFieldMgr::GetNumberingInfo() const
 sw/source/uibase/inc/mailmergewizard.hxx:79
     _Bool SwMailMergeWizard::skipUntil(unsigned short)
diff --git a/dbaccess/source/ui/dlg/adminpages.hxx b/dbaccess/source/ui/dlg/adminpages.hxx
index 4a4db351e0bd..7266901af8f8 100644
--- a/dbaccess/source/ui/dlg/adminpages.hxx
+++ b/dbaccess/source/ui/dlg/adminpages.hxx
@@ -41,17 +41,6 @@ namespace dbaui
         virtual void Disable() = 0;
     };
 
-    template < class T > class OSaveValueWrapper : public ISaveValueWrapper
-    {
-        VclPtr<T>  m_pSaveValue;
-    public:
-        explicit OSaveValueWrapper(T* _pSaveValue) : m_pSaveValue(_pSaveValue)
-        { OSL_ENSURE(m_pSaveValue,"Illegal argument!"); }
-
-        virtual void SaveValue() override { m_pSaveValue->SaveValue(); }
-        virtual void Disable() override { m_pSaveValue->Disable(); }
-    };
-
     template < class T > class OSaveValueWidgetWrapper : public ISaveValueWrapper
     {
         T*  m_pSaveValue;
@@ -96,17 +85,6 @@ namespace dbaui
         virtual void Disable() override { m_pSaveValue->set_sensitive(false); }
     };
 
-    template < class T > class ODisableWrapper : public ISaveValueWrapper
-    {
-        VclPtr<T>  m_pSaveValue;
-    public:
-        explicit ODisableWrapper(T* _pSaveValue) : m_pSaveValue(_pSaveValue)
-        { OSL_ENSURE(m_pSaveValue,"Illegal argument!"); }
-
-        virtual void SaveValue() override {}
-        virtual void Disable() override { m_pSaveValue->Disable(); }
-    };
-
     // OGenericAdministrationPage
     class IDatabaseSettingsDialog;
     class IItemSetHelper;
diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx
index 968360a5b39b..b53988e2f908 100644
--- a/include/oox/ole/axcontrol.hxx
+++ b/include/oox/ole/axcontrol.hxx
@@ -334,8 +334,6 @@ public:
                             PropertySet const & rPropSet,
                             sal_Int32& nOrientation );
 
-    const css::uno::Reference<css::frame::XModel> GetDocModel() const { return mxDocModel; }
-
 private:
     css::uno::Reference< css::frame::XModel > mxDocModel;
     const GraphicHelper& mrGraphicHelper;
diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx
index 5a3dabe7804a..899ff838c74d 100644
--- a/include/sfx2/sidebar/Deck.hxx
+++ b/include/sfx2/sidebar/Deck.hxx
@@ -69,7 +69,6 @@ public:
     static void PrintWindowSubTree (vcl::Window* pRoot, int nIndentation);
 
     sal_Int32 GetMinimalWidth() const { return mnMinimalWidth; }
-    sal_Int32 GetMinimalHeight() const { return mnMinimalHeight; }
 
     class ScrollContainerWindow : public vcl::Window
     {
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx
index 476e77c6764b..f7c2fb9d7fe2 100644
--- a/include/svtools/simptabl.hxx
+++ b/include/svtools/simptabl.hxx
@@ -95,10 +95,6 @@ public:
 
     using SvHeaderTabListBox::SetTabs;
 
-    void            EnableTable();
-    void            DisableTable();
-    bool            IsEnabled() const;
-
     void            SortByCol(sal_uInt16, bool bDir=true);
     sal_uInt16      GetSortedCol(){ return nSortCol;}
     SvLBoxItem*     GetEntryAtPos( SvTreeListEntry* pEntry, sal_uInt16 nPos ) const;
diff --git a/include/svx/colorbox.hxx b/include/svx/colorbox.hxx
index d9ac2b48fd6e..7898e4df897b 100644
--- a/include/svx/colorbox.hxx
+++ b/include/svx/colorbox.hxx
@@ -61,7 +61,6 @@ public:
     void SetSlotId(sal_uInt16 nSlotId, bool bShowNoneButton = false);
 
     Color const & GetSelectEntryColor() const { return m_aSelectedColor.first; }
-    NamedColor const & GetSelectedEntry() const { return m_aSelectedColor; }
 
     void SelectEntry(const NamedColor& rColor);
     void SelectEntry(const Color& rColor);
@@ -73,9 +72,6 @@ public:
     void ShowPreview(const NamedColor &rColor);
     void EnsurePaletteManager();
 
-    void SaveValue() { m_aSaveColor = GetSelectEntryColor(); }
-    bool IsValueChangedFromSaved() const { return m_aSaveColor != GetSelectEntryColor(); }
-
     DECL_LINK(WindowEventListener, VclWindowEvent&, void);
 };
 
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index 89655ac22559..d07d60edb62f 100644
--- a/include/svx/fntctrl.hxx
+++ b/include/svx/fntctrl.hxx
@@ -50,16 +50,8 @@ public:
     virtual void        StateChanged( StateChangedType nStateChange ) override;
     virtual void        DataChanged( const DataChangedEvent& rDCEvt ) override;
 
-    // for reasons of efficiency not const
-    SvxFont&            GetFont();
-    const SvxFont&      GetFont() const;
     void                SetFont( const SvxFont& rNormalFont, const SvxFont& rCJKFont, const SvxFont& rCTLFont );
-    SvxFont&            GetCJKFont();
-    SvxFont&            GetCTLFont();
-    void                SetColor( const Color& rColor );
-    void                ResetColor();
     void                SetBackColor( const Color& rColor );
-    void                UseResourceText();
     void                Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& ) override;
 
     bool                IsTwoLines() const;
diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx
index b341994dc997..42a9f971fc70 100644
--- a/include/svx/txencbox.hxx
+++ b/include/svx/txencbox.hxx
@@ -54,11 +54,6 @@ public:
                             sal_uInt32 nButIncludeInfoFlags = 0
                             );
 
-    /** Fill with all known MIME encodings and select the best according to
-        <method>GetBestMimeEncoding</method>
-     */
-    void                FillWithMimeAndSelectBest();
-
     void                InsertTextEncoding( const rtl_TextEncoding nEnc,
                             const OUString& rEntry );
 
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index d6f39bb6f8f2..0c95e4abc4ea 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -348,10 +348,6 @@ public:
     void            Check( bool bCheck = true );
     bool            IsChecked() const { return mbChecked; }
 
-    void            SaveValue() { mbSaveValue = IsChecked(); }
-    bool            GetSavedValue() const { return mbSaveValue; }
-    bool            IsValueChangedFromSaved() const { return mbSaveValue != IsChecked(); }
-
     static Image    GetRadioImage( const AllSettings& rSettings, DrawButtonFlags nFlags );
 
     Size            CalcMinimumSize() const;
diff --git a/include/vcl/svtabbx.hxx b/include/vcl/svtabbx.hxx
index 3e5f68bf146c..f98e05e83b1f 100644
--- a/include/vcl/svtabbx.hxx
+++ b/include/vcl/svtabbx.hxx
@@ -97,10 +97,8 @@ public:
     static OUString  GetEntryText( SvTreeListEntry*, sal_uInt16 nCol );
     OUString         GetEntryText( sal_uLong nPos, sal_uInt16 nCol = 0xffff ) const;
     using SvTreeListBox::SetEntryText;
-    void             SetEntryText(const OUString&, sal_uLong, sal_uInt16 nCol);
     void             SetEntryText(const OUString&, SvTreeListEntry*, sal_uInt16 nCol=0xffff);
     OUString         GetCellText( sal_uLong nPos, sal_uInt16 nCol ) const;
-    sal_uLong        GetEntryPos( const OUString&, sal_uInt16 nCol = 0xffff );
     sal_uLong        GetEntryPos( const SvTreeListEntry* pEntry ) const;
 
     void             SetTabJustify( sal_uInt16 nTab, SvTabJustify );
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx
index ce5ed49ee656..894b7b82e519 100644
--- a/sd/inc/sdabstdlg.hxx
+++ b/sd/inc/sdabstdlg.hxx
@@ -182,7 +182,6 @@ public:
     virtual VclPtr<AbstractSdInsertLayerDlg>   CreateSdInsertLayerDlg(weld::Window* pParent, const SfxItemSet& rInAttrs, bool bDeletable, const OUString& rStr) = 0;
     virtual VclPtr<AbstractSdInsertPagesObjsDlg> CreateSdInsertPagesObjsDlg(weld::Window* pParent, const SdDrawDocument* pDoc, SfxMedium* pSfxMedium, const OUString& rFileName) = 0;
     virtual VclPtr<AbstractMorphDlg>           CreateMorphDlg(weld::Window* pParent, const SdrObject* pObj1, const SdrObject* pObj2) = 0;
-    virtual VclPtr<SfxAbstractTabDialog>       CreateSdOutlineBulletTabDlg(weld::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView) = 0;
     virtual VclPtr<SfxAbstractTabDialog>       CreateSdParagraphTabDlg(weld::Window* pWindow, const SfxItemSet* pAttr) = 0;
     virtual VclPtr<AbstractSdStartPresDlg>     CreateSdStartPresentationDlg(weld::Window* pWindow, const SfxItemSet& rInAttrs,
                                                                      const std::vector<OUString> &rPageNames, SdCustomShowList* pCSList ) = 0;
diff --git a/sd/source/ui/dlg/sddlgfact.cxx b/sd/source/ui/dlg/sddlgfact.cxx
index 55ad1c25556d..88429daf4967 100644
--- a/sd/source/ui/dlg/sddlgfact.cxx
+++ b/sd/source/ui/dlg/sddlgfact.cxx
@@ -454,11 +454,6 @@ VclPtr<AbstractMorphDlg> SdAbstractDialogFactory_Impl::CreateMorphDlg(weld::Wind
     return VclPtr<AbstractMorphDlg_Impl>::Create(std::make_unique<::sd::MorphDlg>(pParent, pObj1, pObj2));
 }
 
-VclPtr<SfxAbstractTabDialog>  SdAbstractDialogFactory_Impl::CreateSdOutlineBulletTabDlg(weld::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView)
-{
-    return VclPtr<AbstractBulletDialog_Impl>::Create(std::make_unique<::sd::OutlineBulletDlg>(pParent, pAttr, pView));
-}
-
 VclPtr<SfxAbstractTabDialog> SdAbstractDialogFactory_Impl::CreateSdParagraphTabDlg(weld::Window* pParent, const SfxItemSet* pAttr )
 {
     return VclPtr<SdAbstractTabController_Impl>::Create(std::make_unique<SdParagraphDlg>(pParent, pAttr));
diff --git a/sd/source/ui/dlg/sddlgfact.hxx b/sd/source/ui/dlg/sddlgfact.hxx
index 7b05f8dc7290..6497c193620f 100644
--- a/sd/source/ui/dlg/sddlgfact.hxx
+++ b/sd/source/ui/dlg/sddlgfact.hxx
@@ -351,7 +351,6 @@ public:
     virtual VclPtr<AbstractSdInsertLayerDlg>   CreateSdInsertLayerDlg(weld::Window* pParent, const SfxItemSet& rInAttrs, bool bDeletable, const OUString& aStr) override;
     virtual VclPtr<AbstractSdInsertPagesObjsDlg> CreateSdInsertPagesObjsDlg(weld::Window* pParent, const SdDrawDocument* pDoc, SfxMedium* pSfxMedium, const OUString& rFileName ) override;
     virtual VclPtr<AbstractMorphDlg>           CreateMorphDlg(weld::Window* pParent, const SdrObject* pObj1, const SdrObject* pObj2) override;
-    virtual VclPtr<SfxAbstractTabDialog>       CreateSdOutlineBulletTabDlg(weld::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView) override;
     virtual VclPtr<SfxAbstractTabDialog>       CreateSdParagraphTabDlg(weld::Window* pParent, const SfxItemSet* pAttr) override;
     virtual VclPtr<AbstractSdStartPresDlg>     CreateSdStartPresentationDlg(weld::Window* pWindow, const SfxItemSet& rInAttrs,
                                                                      const std::vector<OUString> &rPageNames, SdCustomShowList* pCSList ) override;
diff --git a/svtools/source/contnr/simptabl.cxx b/svtools/source/contnr/simptabl.cxx
index 27aa905a0abf..32e7deba1370 100644
--- a/svtools/source/contnr/simptabl.cxx
+++ b/svtools/source/contnr/simptabl.cxx
@@ -242,21 +242,6 @@ void SvSimpleTable::InsertHeaderEntry(const OUString& rText,
     SetTabs();
 }
 
-void SvSimpleTable::EnableTable()
-{
-    m_rParentTableContainer.Enable();
-}
-
-void SvSimpleTable::DisableTable()
-{
-    m_rParentTableContainer.Disable();
-}
-
-bool SvSimpleTable::IsEnabled() const
-{
-    return m_rParentTableContainer.IsEnabled();
-}
-
 void SvSimpleTable::SortByCol(sal_uInt16 nCol, bool bDir)
 {
     if(nSortCol!=0xFFFF)
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx
index 7e991af52d91..5a32430ab271 100644
--- a/svx/source/dialog/fntctrl.cxx
+++ b/svx/source/dialog/fntctrl.cxx
@@ -539,16 +539,6 @@ void SvxFontPrevWindow::dispose()
     vcl::Window::dispose();
 }
 
-SvxFont& SvxFontPrevWindow::GetCTLFont()
-{
-    return pImpl->maCTLFont;
-}
-
-SvxFont& SvxFontPrevWindow::GetCJKFont()
-{
-    return pImpl->maCJKFont;
-}
-
 void SvxFontPrevWindow::StateChanged( StateChangedType nType )
 {
     if (nType == StateChangedType::ControlForeground)
@@ -568,17 +558,6 @@ void SvxFontPrevWindow::DataChanged( const DataChangedEvent& rDCEvt )
         Window::DataChanged( rDCEvt );
 }
 
-SvxFont& SvxFontPrevWindow::GetFont()
-{
-    pImpl->Invalidate100PercentFontWidth();     // because the user might change the size
-    return pImpl->maFont;
-}
-
-const SvxFont& SvxFontPrevWindow::GetFont() const
-{
-    return pImpl->maFont;
-}
-
 void SvxFontPrevWindow::SetFont( const SvxFont& rNormalOutFont, const SvxFont& rCJKOutFont, const SvxFont& rCTLFont )
 {
     setFont(rNormalOutFont, pImpl->maFont);
@@ -589,29 +568,12 @@ void SvxFontPrevWindow::SetFont( const SvxFont& rNormalOutFont, const SvxFont& r
     Invalidate();
 }
 
-void SvxFontPrevWindow::SetColor(const Color &rColor)
-{
-    pImpl->mpColor.reset(new Color(rColor));
-    Invalidate();
-}
-
-void SvxFontPrevWindow::ResetColor()
-{
-    pImpl->mpColor.reset();
-    Invalidate();
-}
-
 void SvxFontPrevWindow::SetBackColor(const Color &rColor)
 {
     pImpl->mpBackColor.reset(new Color(rColor));
     Invalidate();
 }
 
-void SvxFontPrevWindow::UseResourceText()
-{
-    pImpl->mbUseResText = true;
-}
-
 void SvxFontPrevWindow::Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle&)
 {
     ApplySettings(rRenderContext);
diff --git a/svx/source/dialog/txencbox.cxx b/svx/source/dialog/txencbox.cxx
index 3d0cb086bf25..83c50e6ae112 100644
--- a/svx/source/dialog/txencbox.cxx
+++ b/svx/source/dialog/txencbox.cxx
@@ -201,14 +201,6 @@ void TextEncodingTreeView::FillFromDbTextEncodingMap(
     m_xControl->thaw();
 }
 
-void SvxTextEncodingBox::FillWithMimeAndSelectBest()
-{
-    FillFromTextEncodingTable( false, 0xffffffff, RTL_TEXTENCODING_INFO_MIME );
-    rtl_TextEncoding nEnc = SvtSysLocale::GetBestMimeEncoding();
-    SelectTextEncoding( nEnc );
-}
-
-
 void SvxTextEncodingBox::InsertTextEncoding( const rtl_TextEncoding nEnc,
             const OUString& rEntry )
 {
diff --git a/sw/source/uibase/inc/numfmtlb.hxx b/sw/source/uibase/inc/numfmtlb.hxx
index 5349665ce317..32977ef86c70 100644
--- a/sw/source/uibase/inc/numfmtlb.hxx
+++ b/sw/source/uibase/inc/numfmtlb.hxx
@@ -49,21 +49,10 @@ public:
 
     void            Clear();
 
-    void     SetOneArea(bool bOnlyOne) { bOneArea = bOnlyOne; }
-
     void            SetFormatType(const SvNumFormatType nFormatType);
-    SvNumFormatType GetFormatType() const { return nCurrFormatType; }
     void            SetDefFormat(const sal_uInt32 nDefFormat);
     sal_uInt32      GetFormat() const;
 
-    LanguageType GetCurLanguage() const { return eCurLanguage;}
-    void                SetLanguage(LanguageType eSet)  { eCurLanguage = eSet;}
-
-    void            SetAutomaticLanguage(bool bSet){bUseAutomaticLanguage = bSet;}
-    bool            IsAutomaticLanguage()const {return bUseAutomaticLanguage;}
-
-    void            SetShowLanguageControl(bool bSet){bShowLanguageControl = bSet;}
-
     SAL_DLLPRIVATE static double   GetDefValue(const SvNumFormatType nFormatType);
 };
 
diff --git a/vcl/source/treelist/svtabbx.cxx b/vcl/source/treelist/svtabbx.cxx
index e2f0c2705ed0..1b4786e01c86 100644
--- a/vcl/source/treelist/svtabbx.cxx
+++ b/vcl/source/treelist/svtabbx.cxx
@@ -270,12 +270,6 @@ OUString SvTabListBox::GetEntryText( sal_uLong nPos, sal_uInt16 nCol ) const
     return GetEntryText( pEntry, nCol );
 }
 
-void SvTabListBox::SetEntryText(const OUString& rStr, sal_uLong nPos, sal_uInt16 nCol)
-{
-    SvTreeListEntry* pEntry = SvTreeListBox::GetEntry( nPos );
-    SetEntryText( rStr, pEntry, nCol );
-}
-
 void SvTabListBox::SetEntryText(const OUString& rStr, SvTreeListEntry* pEntry, sal_uInt16 nCol)
 {
     DBG_ASSERT(pEntry,"SetEntryText:Invalid Entry");
@@ -327,21 +321,6 @@ OUString SvTabListBox::GetCellText( sal_uLong nPos, sal_uInt16 nCol ) const
     return aResult;
 }
 
-sal_uLong SvTabListBox::GetEntryPos( const OUString& rStr, sal_uInt16 nCol )
-{
-    sal_uLong nPos = 0;
-    SvTreeListEntry* pEntry = First();
-    while( pEntry )
-    {
-        OUString aStr( GetEntryText( pEntry, nCol ));
-        if( aStr == rStr )
-            return nPos;
-        pEntry = Next( pEntry );
-        nPos++;
-    }
-    return 0xffffffff;
-}
-
 sal_uLong SvTabListBox::GetEntryPos( const SvTreeListEntry* pEntry ) const
 {
     sal_uLong nPos = 0;


More information about the Libreoffice-commits mailing list