diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-14 11:37:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-14 15:18:22 +0200 |
commit | ed617a7e6caf8a7f9f0f67bceb1280f61f5428c8 (patch) | |
tree | ade300688af3efc358bc56da55065822e6fd5bcb | |
parent | 015dc88a595c1c92d2b724cd868aecb07199f995 (diff) |
loplugin:unusedmethods
Change-Id: I7787a8eedf500b0b16c04114935d3d3124d9ac3d
Reviewed-on: https://gerrit.libreoffice.org/74032
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | basctl/source/basicide/moduldlg.cxx | 5 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.hxx | 1 | ||||
-rw-r--r-- | basctl/source/inc/bastype2.hxx | 3 | ||||
-rw-r--r-- | compilerplugins/clang/unusedmethods.results | 210 | ||||
-rw-r--r-- | compilerplugins/clang/unusedmethods.unused-returns.results | 26 | ||||
-rw-r--r-- | include/svx/DescriptionGenerator.hxx | 8 | ||||
-rw-r--r-- | include/svx/fntctrl.hxx | 2 | ||||
-rw-r--r-- | include/vcl/toolkit/tabdlg.hxx | 6 | ||||
-rw-r--r-- | svx/source/accessibility/DescriptionGenerator.cxx | 18 | ||||
-rw-r--r-- | svx/source/dialog/fntctrl.cxx | 6 | ||||
-rw-r--r-- | sw/source/core/inc/SwXMLTextBlocks.hxx | 1 | ||||
-rw-r--r-- | sw/source/core/inc/swblocks.hxx | 1 | ||||
-rw-r--r-- | sw/source/core/swg/SwXMLTextBlocks.cxx | 53 | ||||
-rw-r--r-- | vcl/source/window/tabdlg.cxx | 6 |
14 files changed, 98 insertions, 248 deletions
diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx index 1c113f7d9d35..3516fc08f634 100644 --- a/basctl/source/basicide/moduldlg.cxx +++ b/basctl/source/basicide/moduldlg.cxx @@ -569,11 +569,6 @@ ObjectPage::~ObjectPage() { } -void ObjectPage::SetCurrentEntry (EntryDescriptor const & rDesc) -{ - m_xBasicBox->SetCurrentEntry( rDesc ); -} - void ObjectPage::ActivatePage() { m_xBasicBox->UpdateEntries(); diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx index 99a425a2b032..6e5bb3b237a0 100644 --- a/basctl/source/basicide/moduldlg.hxx +++ b/basctl/source/basicide/moduldlg.hxx @@ -147,7 +147,6 @@ public: ObjectPage(weld::Container* pParent, const OString& rName, BrowseMode nMode, OrganizeDialog* pDialog); virtual ~ObjectPage() override; - void SetCurrentEntry( EntryDescriptor const & rDesc ); virtual void ActivatePage() override; }; diff --git a/basctl/source/inc/bastype2.hxx b/basctl/source/inc/bastype2.hxx index 18c896001a12..6abe67c23ae5 100644 --- a/basctl/source/inc/bastype2.hxx +++ b/basctl/source/inc/bastype2.hxx @@ -218,9 +218,6 @@ public: void ScanAllEntries(); void UpdateEntries(); - void SetMode( BrowseMode nM ) { nMode = nM; } - BrowseMode GetMode() const { return nMode; } - SvTreeListEntry* FindRootEntry( const ScriptDocument& rDocument, LibraryLocation eLocation ); SvTreeListEntry* FindEntry( SvTreeListEntry* pParent, const OUString& rText, EntryType eType ); diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 182e24fec087..f5023194594f 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -1,5 +1,9 @@ -basctl/source/basicide/moduldlg.hxx:252 - void basctl::createLibImpl(class weld::Window *,const class basctl::ScriptDocument &,class basctl::CheckBox *,class basctl::TreeListBox *) +basctl/source/basicide/moduldlg.hxx:150 + void basctl::ObjectPage::SetCurrentEntry(const class basctl::EntryDescriptor &) +basctl/source/inc/bastype2.hxx:221 + void basctl::TreeListBox::SetMode(enum BrowseMode) +basctl/source/inc/bastype2.hxx:222 + enum BrowseMode basctl::TreeListBox::GetMode() const basegfx/source/range/b2drangeclipper.cxx:687 type-parameter-?-? basegfx::(anonymous namespace)::eraseFromList(type-parameter-?-? &,const type-parameter-?-? &) basic/source/inc/buffer.hxx:41 @@ -440,8 +444,6 @@ include/drawinglayer/tools/primitive2dxmldump.hxx:44 void drawinglayer::tools::Primitive2dXmlDump::dump(const class drawinglayer::primitive2d::Primitive2DContainer &,const class rtl::OUString &) include/editeng/hyphenzoneitem.hxx:63 _Bool SvxHyphenZoneItem::IsPageEnd() const -include/editeng/outliner.hxx:346 - void OutlinerView::EnableBullets() include/filter/msfilter/mstoolbar.hxx:103 Indent::Indent(_Bool) include/formula/opcode.hxx:520 @@ -502,18 +504,12 @@ include/opencl/openclconfig.hxx:57 _Bool OpenCLConfig::ImplMatcher::operator!=(const struct OpenCLConfig::ImplMatcher &) const include/opencl/OpenCLZone.hxx:42 _Bool OpenCLZone::isInInitialTest() -include/sfx2/basedlgs.hxx:89 - void SfxModelessDialog::FillInfo(struct SfxChildWinInfo &) const -include/sfx2/basedlgs.hxx:90 - void SfxModelessDialog::Initialize(const struct SfxChildWinInfo *) include/sfx2/charwin.hxx:64 void SvxCharView::connect_focus_in(const class Link<class weld::Widget &, void> &) include/sfx2/charwin.hxx:65 void SvxCharView::connect_focus_out(const class Link<class weld::Widget &, void> &) include/sfx2/childwin.hxx:164 void SfxChildWindow::ClearController() -include/sfx2/dinfdlg.hxx:382 - void CustomPropertiesWindow::FillLine(unsigned int) include/sfx2/docfilt.hxx:80 _Bool SfxFilter::GetGpgEncryption() const include/sfx2/evntconf.hxx:60 @@ -532,10 +528,6 @@ include/svl/lockfilecommon.hxx:58 void svt::LockFileCommon::SetURL(const class rtl::OUString &) include/svtools/DocumentToGraphicRenderer.hxx:106 _Bool DocumentToGraphicRenderer::isImpress() const -include/svx/AccessibleGraphicShape.hxx:97 - class rtl::OUString accessibility::AccessibleGraphicShape::CreateAccessibleDescription() -include/svx/AccessibleOLEShape.hxx:103 - class rtl::OUString accessibility::AccessibleOLEShape::CreateAccessibleDescription() include/svx/autoformathelper.hxx:145 _Bool AutoFormatBase::operator==(const class AutoFormatBase &) include/svx/ClassificationEditView.hxx:39 @@ -546,41 +538,21 @@ 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/DescriptionGenerator.hxx:147 - void accessibility::DescriptionGenerator::Add3DProperties() -include/svx/DescriptionGenerator.hxx:151 - void accessibility::DescriptionGenerator::AddTextProperties() -include/svx/dlgctl3d.hxx:269 - void SvxLightCtl3D::SetUserInteractiveChangeCallback(class Link<class SvxLightCtl3D *, void>) +include/svx/DescriptionGenerator.hxx:139 + void accessibility::DescriptionGenerator::AddLineProperties() +include/svx/DescriptionGenerator.hxx:143 + void accessibility::DescriptionGenerator::AddFillProperties() 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:44 - void SvxFontPrevWindow::SetFontSize(const class SfxItemSet &,unsigned short,class SvxFont &) -include/svx/fntctrl.hxx:45 - void SvxFontPrevWindow::SetFontLang(const class SfxItemSet &,unsigned short,class SvxFont &) -include/svx/fntctrl.hxx:71 - void SvxFontPrevWindow::AutoCorrectFontColor() -include/svx/fntctrl.hxx:73 - void SvxFontPrevWindow::SetPreviewText(const class rtl::OUString &) -include/svx/fntctrl.hxx:74 - void SvxFontPrevWindow::SetFontNameAsPreviewText() -include/svx/fntctrl.hxx:76 - void SvxFontPrevWindow::SetFont(const class SfxItemSet &,unsigned short,class SvxFont &) -include/svx/fntctrl.hxx:77 - void SvxFontPrevWindow::SetFontStyle(const class SfxItemSet &,unsigned short,unsigned short,class SvxFont &) -include/svx/fntctrl.hxx:78 - void SvxFontPrevWindow::SetFontWidthScale(const class SfxItemSet &) -include/svx/fntctrl.hxx:79 - void SvxFontPrevWindow::SetFontEscapement(unsigned char,unsigned char,short) +include/svx/fntctrl.hxx:67 + void SvxFontPrevWindow::SetFontWidthScale(unsigned short) include/svx/framelink.hxx:194 _Bool svx::frame::operator>(const class svx::frame::Style &,const class svx::frame::Style &) -include/svx/langbox.hxx:91 - _Bool SvxLanguageBoxBase::ImplIsEntryPosSelected(int) const -include/svx/langbox.hxx:157 +include/svx/langbox.hxx:155 void LanguageBox::show() include/svx/svdlayer.hxx:74 _Bool SdrLayer::operator==(const class SdrLayer &) const @@ -630,11 +602,11 @@ include/tools/fract.hxx:106 class Fraction operator-(const class Fraction &,double) include/tools/fract.hxx:108 class Fraction operator/(const class Fraction &,double) -include/tools/gen.hxx:98 +include/tools/gen.hxx:97 class Point operator/(const class Point &,const long) -include/tools/gen.hxx:258 +include/tools/gen.hxx:257 class Pair & Range::toPair() -include/tools/gen.hxx:325 +include/tools/gen.hxx:324 class Pair & Selection::toPair() include/tools/link.hxx:135 const char * Link::getSourceFilename() const @@ -742,16 +714,16 @@ include/vcl/svapp.hxx:801 void Application::AppEvent(const class ApplicationEvent &) include/vcl/syswin.hxx:172 void SystemWindow::SetIdleDebugName(const char *) -include/vcl/toolkit/tabdlg.hxx:49 - class vcl::Window * TabDialog::GetViewWindow() const include/vcl/textrectinfo.hxx:45 _Bool TextRectInfo::operator!=(const class TextRectInfo &) const +include/vcl/toolkit/tabdlg.hxx:42 + TabDialog::TabDialog(class vcl::Window *,const class rtl::OUString &,const class rtl::OUString &) +include/vcl/toolkit/tabdlg.hxx:48 + class vcl::Window * TabDialog::GetViewWindow() const include/vcl/treelistbox.hxx:361 void SvTreeListBox::RemoveSelection() include/vcl/treelistbox.hxx:378 const class SvTreeListEntry * SvTreeListBox::GetParent(const class SvTreeListEntry *) const -include/vcl/treelistbox.hxx:462 - void SvTreeListBox::SetDragOptions(signed char) include/vcl/txtattr.hxx:56 _Bool TextAttrib::operator!=(const class TextAttrib &) const include/vcl/uitest/uiobject.hxx:274 @@ -786,71 +758,71 @@ include/vcl/weld.hxx:327 class rtl::OUString weld::Notebook::get_tab_label_text(const class rtl::OString &) const include/vcl/weld.hxx:371 struct SystemEnvData weld::Window::get_system_data() const -include/vcl/weld.hxx:652 - void weld::TreeView::append(const class weld::TreeIter *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &) include/vcl/weld.hxx:661 + void weld::TreeView::append(const class weld::TreeIter *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &) +include/vcl/weld.hxx:670 void weld::TreeView::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &) -include/vcl/weld.hxx:700 +include/vcl/weld.hxx:709 void weld::TreeView::set_top_entry(int) -include/vcl/weld.hxx:822 +include/vcl/weld.hxx:843 void weld::TreeView::select_all() -include/vcl/weld.hxx:835 +include/vcl/weld.hxx:856 enum TriState weld::TreeView::get_sort_indicator(int) const -include/vcl/weld.hxx:863 +include/vcl/weld.hxx:884 const class rtl::OUString & weld::TreeView::get_saved_value() const -include/vcl/weld.hxx:968 +include/vcl/weld.hxx:989 void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &) -include/vcl/weld.hxx:976 +include/vcl/weld.hxx:997 void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &) -include/vcl/weld.hxx:980 +include/vcl/weld.hxx:1001 void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &) -include/vcl/weld.hxx:985 +include/vcl/weld.hxx:1006 void weld::MenuButton::append_separator(const class rtl::OUString &) -include/vcl/weld.hxx:1014 +include/vcl/weld.hxx:1035 class rtl::OUString weld::LinkButton::get_label() const -include/vcl/weld.hxx:1016 +include/vcl/weld.hxx:1037 class rtl::OUString weld::LinkButton::get_uri() const -include/vcl/weld.hxx:1018 +include/vcl/weld.hxx:1039 void weld::LinkButton::clicked() -include/vcl/weld.hxx:1049 +include/vcl/weld.hxx:1070 class rtl::OUString weld::ProgressBar::get_text() const -include/vcl/weld.hxx:1066 +include/vcl/weld.hxx:1087 void weld::Entry::signal_insert_text(class rtl::OUString &) -include/vcl/weld.hxx:1080 +include/vcl/weld.hxx:1101 int weld::Entry::get_position() const -include/vcl/weld.hxx:1185 +include/vcl/weld.hxx:1206 void weld::FormattedSpinButton::set_max(double) -include/vcl/weld.hxx:1234 +include/vcl/weld.hxx:1255 void weld::EntryTreeView::EntryModifyHdl(const class weld::Entry &) -include/vcl/weld.hxx:1471 +include/vcl/weld.hxx:1492 class Size weld::MetricSpinButton::get_size_request() const -include/vcl/weld.hxx:1482 +include/vcl/weld.hxx:1503 void weld::MetricSpinButton::set_position(int) -include/vcl/weld.hxx:1529 +include/vcl/weld.hxx:1550 _Bool weld::TimeSpinButton::get_sensitive() const -include/vcl/weld.hxx:1531 +include/vcl/weld.hxx:1552 _Bool weld::TimeSpinButton::get_visible() const -include/vcl/weld.hxx:1532 +include/vcl/weld.hxx:1553 void weld::TimeSpinButton::grab_focus() -include/vcl/weld.hxx:1533 +include/vcl/weld.hxx:1554 _Bool weld::TimeSpinButton::has_focus() const -include/vcl/weld.hxx:1535 +include/vcl/weld.hxx:1556 void weld::TimeSpinButton::hide() -include/vcl/weld.hxx:1536 +include/vcl/weld.hxx:1557 void weld::TimeSpinButton::save_value() -include/vcl/weld.hxx:1537 +include/vcl/weld.hxx:1558 _Bool weld::TimeSpinButton::get_value_changed_from_saved() const -include/vcl/weld.hxx:1597 +include/vcl/weld.hxx:1618 int weld::TextView::vadjustment_get_lower() const -include/vcl/weld.hxx:1686 +include/vcl/weld.hxx:1707 void weld::Menu::append_check(const class rtl::OUString &,const class rtl::OUString &) -include/vcl/weld.hxx:1716 +include/vcl/weld.hxx:1737 void weld::Toolbar::append_separator(const class rtl::OUString &) -include/vcl/weld.hxx:1725 +include/vcl/weld.hxx:1746 void weld::SizeGroup::set_mode(enum VclSizeGroupMode) -include/vcl/weld.hxx:1750 +include/vcl/weld.hxx:1771 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:1869 +include/vcl/weld.hxx:1890 class rtl::OUString weld::MessageDialogController::get_primary_text() const include/vcl/window.hxx:408 const char * ImplDbgCheckWindow(const void *) @@ -930,23 +902,23 @@ sc/qa/unit/ucalc.hxx:535 void Test::testCondFormatListenToOwnRange() sc/source/core/inc/interpre.hxx:73 basic_ostream<type-parameter-?-?, type-parameter-?-?> & sc::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const struct sc::ParamIfsResult &) -sc/source/core/opencl/formulagroupcl.cxx:1053 +sc/source/core/opencl/formulagroupcl.cxx:1051 _Bool sc::opencl::DynamicKernelSlidingArgument::NeedParallelReduction() const -sc/source/core/opencl/formulagroupcl.cxx:1061 +sc/source/core/opencl/formulagroupcl.cxx:1059 void sc::opencl::DynamicKernelSlidingArgument::GenSlidingWindowFunction(class std::__cxx11::basic_stringstream<char> &) -sc/source/core/opencl/formulagroupcl.cxx:1340 +sc/source/core/opencl/formulagroupcl.cxx:1338 void sc::opencl::ParallelReductionVectorRef::GenSlidingWindowFunction(class std::__cxx11::basic_stringstream<char> &) -sc/source/core/opencl/formulagroupcl.cxx:1520 +sc/source/core/opencl/formulagroupcl.cxx:1518 class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > sc::opencl::ParallelReductionVectorRef::GenSlidingWindowDeclRef(_Bool) const -sc/source/core/opencl/formulagroupcl.cxx:1555 +sc/source/core/opencl/formulagroupcl.cxx:1553 unsigned long sc::opencl::ParallelReductionVectorRef::Marshal(struct _cl_kernel *,int,int,struct _cl_program *) -sc/source/core/opencl/formulagroupcl.cxx:1732 +sc/source/core/opencl/formulagroupcl.cxx:1730 unsigned long sc::opencl::ParallelReductionVectorRef::GetArrayLength() const -sc/source/core/opencl/formulagroupcl.cxx:1734 +sc/source/core/opencl/formulagroupcl.cxx:1732 unsigned long sc::opencl::ParallelReductionVectorRef::GetWindowSize() const -sc/source/core/opencl/formulagroupcl.cxx:1736 +sc/source/core/opencl/formulagroupcl.cxx:1734 _Bool sc::opencl::ParallelReductionVectorRef::GetStartFixed() const -sc/source/core/opencl/formulagroupcl.cxx:1738 +sc/source/core/opencl/formulagroupcl.cxx:1736 _Bool sc::opencl::ParallelReductionVectorRef::GetEndFixed() const sc/source/core/opencl/op_statistical.hxx:206 sc::opencl::OpGeoMean::OpGeoMean() @@ -968,8 +940,6 @@ sc/source/filter/inc/xlformula.hxx:409 _Bool XclTokenArray::operator==(const class XclTokenArray &) const sc/source/filter/xml/xmltransformationi.hxx:160 ScXMLDateTimeContext::ScXMLDateTimeContext(class ScXMLImport &,const class rtl::Reference<class sax_fastparser::FastAttributeList> &) -sc/source/ui/dataprovider/htmldataprovider.hxx:37 - class std::__debug::map<class rtl::OUString, class rtl::OUString, struct std::less<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, class rtl::OUString> > > sc::HTMLDataProvider::getDataSourcesForURL(const class rtl::OUString &) sc/source/ui/inc/condformatdlg.hxx:55 class weld::ScrolledWindow * ScCondFormatList::GetWidget() sc/source/ui/inc/condformatdlgentry.hxx:84 @@ -1008,14 +978,6 @@ sd/inc/sddll.hxx:48 SdDLL::SdDLL() sd/source/filter/ppt/pptinanimations.hxx:108 void ppt::AnimationImporter::dump(const char *,long) -sd/source/ui/inc/AccessiblePageShape.hxx:115 - class rtl::OUString accessibility::AccessiblePageShape::CreateAccessibleDescription() -sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx:56 - class rtl::OUString accessibility::AccessiblePresentationGraphicShape::CreateAccessibleDescription() -sd/source/ui/inc/AccessiblePresentationOLEShape.hxx:53 - class rtl::OUString accessibility::AccessiblePresentationOLEShape::CreateAccessibleDescription() -sd/source/ui/inc/AccessiblePresentationShape.hxx:53 - class rtl::OUString accessibility::AccessiblePresentationShape::CreateAccessibleDescription() sd/source/ui/inc/filedlg.hxx:54 _Bool SdOpenSoundFileDialog::IsInsertAsLinkSelected() sd/source/ui/inc/optsitem.hxx:178 @@ -1032,10 +994,6 @@ sfx2/inc/autoredactdialog.hxx:76 _Bool TargetsTable::has_focus() const sfx2/inc/autoredactdialog.hxx:77 int TargetsTable::n_children() const -sfx2/inc/autoredactdialog.hxx:80 - void TargetsTable::clear() -sfx2/inc/SfxRedactionHelper.hxx:107 - void SfxRedactionHelper::autoRedactPage(const class rtl::OUString &,const class GDIMetaFile &,class com::sun::star::uno::Reference<class com::sun::star::drawing::XDrawPage> &,class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &) sfx2/source/appl/shutdownicon.hxx:83 class rtl::OUString ShutdownIcon::getShortcutName() sfx2/source/appl/shutdownicon.hxx:99 @@ -1202,8 +1160,6 @@ sw/inc/rdfhelper.hxx:97 void SwRDFHelper::updateTextNodeStatement(const class rtl::OUString &,const class rtl::OUString &,class SwTextNode &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &) sw/inc/ring.hxx:203 sw::RingIterator::RingIterator<value_type>() -sw/inc/shellio.hxx:331 - const class ErrCode & SwTextBlocks::CopyBlock(const class SwTextBlocks &,class rtl::OUString &,const class rtl::OUString &) sw/inc/swatrset.hxx:226 const class SvxNoHyphenItem & SwAttrSet::GetNoHyphenHere(_Bool) const sw/inc/swcrsr.hxx:219 @@ -1248,6 +1204,8 @@ sw/source/core/inc/frame.hxx:1377 long SwRectFnSet::RightDist(const class SwRect &,long) const sw/source/core/inc/mvsave.hxx:170 _Bool ZSortFly::operator==(const class ZSortFly &) const +sw/source/core/inc/swblocks.hxx:111 + class ErrCode SwImpBlocks::CopyBlock(class SwImpBlocks &,class rtl::OUString &,const class rtl::OUString &) sw/source/core/text/porlin.hxx:117 _Bool SwLinePortion::IsTabRightPortion() const sw/source/core/text/txtpaint.hxx:66 @@ -1314,9 +1272,9 @@ vcl/inc/fontinstance.hxx:68 double LogicalFontInstance::GetAverageWidthFactor() const vcl/inc/fontinstance.hxx:90 void LogicalFontInstance::ReleaseHbFont() -vcl/inc/fontselect.hxx:49 +vcl/inc/fontselect.hxx:48 _Bool FontSelectPattern::operator!=(const class FontSelectPattern &) const -vcl/inc/impgraph.hxx:58 +vcl/inc/impgraph.hxx:59 _Bool GraphicID::operator==(const class GraphicID &) const vcl/inc/opengl/BufferObject.hxx:50 void vcl::BufferObject::unbind() @@ -1326,7 +1284,7 @@ vcl/inc/opengl/PackedTextureAtlas.hxx:50 class OpenGLTexture PackedTextureAtlasManager::InsertBuffer(int,int,int,int,const unsigned char *) vcl/inc/opengl/PackedTextureAtlas.hxx:52 class std::__debug::vector<unsigned int, class std::allocator<unsigned int> > PackedTextureAtlasManager::ReduceTextureNumber(int) -vcl/inc/opengl/salbmp.hxx:90 +vcl/inc/opengl/salbmp.hxx:88 const class BitmapPalette & OpenGLSalBitmap::GetBitmapPalette() const vcl/inc/opengl/texture.hxx:114 void OpenGLTexture::SaveToFile(const class rtl::OUString &) @@ -1334,13 +1292,13 @@ vcl/inc/opengl/texture.hxx:123 _Bool OpenGLTexture::operator!=(const class OpenGLTexture &) const vcl/inc/opengl/zone.hxx:41 void OpenGLZone::relaxWatchdogTimings() -vcl/inc/openglgdiimpl.hxx:109 +vcl/inc/openglgdiimpl.hxx:108 void OpenGLSalGraphicsImpl::ImplDrawLineAA(double,double,double,double,_Bool) -vcl/inc/openglgdiimpl.hxx:116 +vcl/inc/openglgdiimpl.hxx:115 _Bool OpenGLSalGraphicsImpl::UseSolid(class Color,unsigned char) -vcl/inc/openglgdiimpl.hxx:141 +vcl/inc/openglgdiimpl.hxx:140 void OpenGLSalGraphicsImpl::DrawMask(class OpenGLTexture &,class Color,const struct SalTwoRect &) -vcl/inc/openglgdiimpl.hxx:145 +vcl/inc/openglgdiimpl.hxx:144 void OpenGLSalGraphicsImpl::DeferredTextDraw(const class OpenGLTexture &,const class Color,const struct SalTwoRect &) vcl/inc/PhysicalFontFace.hxx:60 int PhysicalFontFace::GetWidth() const @@ -1368,45 +1326,45 @@ vcl/inc/qt5/Qt5Frame.hxx:111 void Qt5Frame::TriggerPaintEvent() vcl/inc/qt5/Qt5Frame.hxx:112 void Qt5Frame::TriggerPaintEvent(class QRect) -vcl/inc/qt5/Qt5Frame.hxx:143 +vcl/inc/qt5/Qt5Frame.hxx:140 void Qt5Frame::deregisterDragSource(const class Qt5DragSource *) -vcl/inc/qt5/Qt5Frame.hxx:145 +vcl/inc/qt5/Qt5Frame.hxx:142 void Qt5Frame::deregisterDropTarget(const class Qt5DropTarget *) -vcl/inc/qt5/Qt5Frame.hxx:198 +vcl/inc/qt5/Qt5Frame.hxx:195 struct _cairo * Qt5Frame::getCairoContext() const vcl/inc/qt5/Qt5Painter.hxx:56 void Qt5Painter::update() vcl/inc/regionband.hxx:27 const char * ImplDbgTestRegionBand(const void *) -vcl/inc/salgdi.hxx:216 +vcl/inc/salgdi.hxx:214 class basegfx::B2DHomMatrix SalGraphics::mirror(const class basegfx::B2DHomMatrix &,const class OutputDevice *) const vcl/inc/salmenu.hxx:46 SalMenuButtonItem::SalMenuButtonItem() -vcl/inc/salobj.hxx:69 +vcl/inc/salobj.hxx:70 _Bool SalObject::IsEraseBackgroundEnabled() const -vcl/inc/saltimer.hxx:70 +vcl/inc/saltimer.hxx:69 VersionedEvent::VersionedEvent() -vcl/inc/saltimer.hxx:72 +vcl/inc/saltimer.hxx:71 int VersionedEvent::GetNextEventVersion() -vcl/inc/saltimer.hxx:91 +vcl/inc/saltimer.hxx:90 _Bool VersionedEvent::ExistsValidEvent() const -vcl/inc/saltimer.hxx:96 +vcl/inc/saltimer.hxx:95 _Bool VersionedEvent::IsValidEventVersion(const int) const vcl/inc/salwtype.hxx:118 SalMenuEvent::SalMenuEvent() vcl/inc/schedulerimpl.hxx:38 const char * ImplSchedulerData::GetDebugName() const -vcl/inc/unx/glyphcache.hxx:71 +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:68 +vcl/inc/unx/saldata.hxx:54 void X11SalData::initNWF() -vcl/inc/unx/saldisp.hxx:383 +vcl/inc/unx/saldisp.hxx:380 class SalXLib * SalDisplay::GetXLib() const -vcl/inc/unx/salframe.h:187 +vcl/inc/unx/salframe.h:185 enum SalFrameStyleFlags X11SalFrame::GetStyle() const vcl/inc/unx/salgdi.h:306 void X11SalGraphics::releaseGlyphPeer() diff --git a/compilerplugins/clang/unusedmethods.unused-returns.results b/compilerplugins/clang/unusedmethods.unused-returns.results index dbb7efb32a63..338218136715 100644 --- a/compilerplugins/clang/unusedmethods.unused-returns.results +++ b/compilerplugins/clang/unusedmethods.unused-returns.results @@ -1,5 +1,3 @@ -basctl/source/inc/bastype2.hxx:310 - _Bool basctl::SbTreeListBox::get_selected(class weld::TreeIter *) const connectivity/source/inc/java/lang/Object.hxx:117 int connectivity::java_lang_Object::callIntMethodWithIntArg_ThrowRuntime(const char *,struct _jmethodID *&,int) const connectivity/source/inc/odbc/OConnection.hxx:78 @@ -218,11 +216,11 @@ include/vcl/menu.hxx:389 _Bool Menu::HandleMenuDeActivateEvent(class Menu *) const include/vcl/texteng.hxx:276 _Bool TextEngine::Read(class SvStream &,const class TextSelection *) -include/vcl/toolbox.hxx:516 +include/vcl/toolbox.hxx:515 _Bool ToolBox::ChangeHighlightUpDn(_Bool) -include/vcl/weld.hxx:747 +include/vcl/weld.hxx:756 _Bool weld::TreeView::iter_nth_child(class weld::TreeIter &,int) const -include/vcl/weld.hxx:1576 +include/vcl/weld.hxx:1597 _Bool weld::TextView::get_selection_bounds(int &,int &) lotuswordpro/inc/lwpsvstream.hxx:76 class LwpSvStream & LwpSvStream::ReadUInt8(unsigned char &) @@ -234,9 +232,9 @@ sc/inc/document.hxx:2145 const struct ScDocumentThreadSpecific & ScDocument::CalculateInColumnInThread(struct ScInterpreterContext &,const class ScAddress &,unsigned long,unsigned int,unsigned int) sc/inc/orcusfilters.hxx:44 _Bool ScOrcusFilters::importODS_Styles(class ScDocument &,class rtl::OUString &) const -sc/source/core/opencl/formulagroupcl.cxx:1086 +sc/source/core/opencl/formulagroupcl.cxx:1084 unsigned long sc::opencl::DynamicKernelSlidingArgument::GenReductionLoopHeader(class std::__cxx11::basic_stringstream<char> &,_Bool &) -sc/source/core/opencl/formulagroupcl.cxx:1531 +sc/source/core/opencl/formulagroupcl.cxx:1529 unsigned long sc::opencl::ParallelReductionVectorRef::GenReductionLoopHeader(class std::__cxx11::basic_stringstream<char> &,int,_Bool &) sc/source/filter/inc/workbookhelper.hxx:259 _Bool oox::xls::WorkbookHelper::importOoxFragment(const class rtl::Reference<class oox::core::FragmentHandler> &,class oox::core::FastParser &) @@ -290,6 +288,8 @@ sd/source/ui/inc/OutlineViewShell.hxx:115 class ErrCode sd::OutlineViewShell::ReadRtf(class SvStream &) sd/source/ui/remotecontrol/IBluetoothSocket.hxx:37 int sd::IBluetoothSocket::write(const void *,unsigned int) +sfx2/inc/autoredactdialog.hxx:146 + _Bool SfxAutoRedactDialog::moveTargets(class std::__debug::vector<struct std::pair<struct RedactionTarget *, class rtl::OUString>, class std::allocator<struct std::pair<struct RedactionTarget *, class rtl::OUString> > > &) svgio/source/svguno/xsvgparser.cxx:51 _Bool svgio::svgreader::XSvgParser::parseSvgXML(const class com::sun::star::uno::Reference<class com::sun::star::io::XInputStream> &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XDocumentHandler> &) sw/inc/authfld.hxx:98 @@ -332,23 +332,23 @@ ucb/source/ucp/webdav-neon/NeonSession.hxx:240 _Bool webdav_ucp::NeonSession::UNLOCK(struct ne_lock *) vcl/inc/font/FeatureCollector.hxx:47 _Bool vcl::font::FeatureCollector::collect() -vcl/inc/opengl/salbmp.hxx:101 +vcl/inc/opengl/salbmp.hxx:99 _Bool OpenGLSalBitmap::ImplScaleFilter(const class rtl::Reference<class OpenGLContext> &,const double &,const double &,unsigned int) -vcl/inc/opengl/salbmp.hxx:103 +vcl/inc/opengl/salbmp.hxx:101 _Bool OpenGLSalBitmap::ImplScaleConvolution(const class rtl::Reference<class OpenGLContext> &,const double &,const double &,const class vcl::Kernel &) -vcl/inc/opengl/salbmp.hxx:104 +vcl/inc/opengl/salbmp.hxx:102 _Bool OpenGLSalBitmap::ImplScaleArea(const class rtl::Reference<class OpenGLContext> &,double,double) vcl/inc/opengl/texture.hxx:112 _Bool OpenGLTexture::CopyData(int,int,int,int,const unsigned char *) vcl/inc/salframe.hxx:231 _Bool SalFrame::SetPluginParent(struct SystemParentData *) -vcl/inc/salgdi.hxx:213 +vcl/inc/salgdi.hxx:211 class basegfx::B2DPoint SalGraphics::mirror(const class basegfx::B2DPoint &,const class OutputDevice *) const -vcl/inc/salgdi.hxx:395 +vcl/inc/salgdi.hxx:393 _Bool SalGraphics::BlendBitmap(const struct SalTwoRect &,const class SalBitmap &,const class OutputDevice *) vcl/inc/unx/gtk/gtkdata.hxx:165 int GtkSalDisplay::CaptureMouse(class SalFrame *) -vcl/inc/unx/saldisp.hxx:313 +vcl/inc/unx/saldisp.hxx:310 _Bool SalDisplay::Dispatch(union _XEvent *) vcl/inc/WidgetDrawInterface.hxx:97 _Bool vcl::WidgetDrawInterface::updateSettings(class AllSettings &) diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx index 991cc8decb07..8d3010ea5b94 100644 --- a/include/svx/DescriptionGenerator.hxx +++ b/include/svx/DescriptionGenerator.hxx @@ -134,14 +134,6 @@ public: */ void AppendString (const OUString& sString); - /** Add properties that describe line and border attributes. - */ - void AddLineProperties(); - - /** Add properties that describe how areas are filled. - */ - void AddFillProperties(); - private: /// Reference to the shape from which the properties are extracted. css::uno::Reference< css::drawing::XShape> mxShape; diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx index 938fd0afef22..16d585608053 100644 --- a/include/svx/fntctrl.hxx +++ b/include/svx/fntctrl.hxx @@ -64,8 +64,6 @@ public: bool IsTwoLines() const; - void SetFontWidthScale( sal_uInt16 nScaleInPercent ); - virtual Size GetOptimalSize() const override; }; diff --git a/include/vcl/toolkit/tabdlg.hxx b/include/vcl/toolkit/tabdlg.hxx index d42382a0a347..fc3a35d0f02e 100644 --- a/include/vcl/toolkit/tabdlg.hxx +++ b/include/vcl/toolkit/tabdlg.hxx @@ -37,16 +37,12 @@ private: SAL_DLLPRIVATE void ImplPosControls(); public: - TabDialog( vcl::Window* pParent, - WinBits nStyle ); - TabDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription ); + TabDialog( vcl::Window* pParent, WinBits nStyle ); virtual ~TabDialog() override; virtual void dispose() override; virtual void StateChanged( StateChangedType nStateChange ) override; - vcl::Window* GetViewWindow() const { return mpViewWindow; } - // Screenshot interface virtual std::vector<OString> getAllPageUIXMLDescriptions() const override; virtual bool selectPageByUIXMLDescription(const OString& rUIXMLDescription) override; diff --git a/svx/source/accessibility/DescriptionGenerator.cxx b/svx/source/accessibility/DescriptionGenerator.cxx index c889a79e31ad..cefe8e104fcc 100644 --- a/svx/source/accessibility/DescriptionGenerator.cxx +++ b/svx/source/accessibility/DescriptionGenerator.cxx @@ -183,24 +183,6 @@ void DescriptionGenerator::AppendString (const OUString& sString) } -void DescriptionGenerator::AddLineProperties() -{ - AddProperty ("LineColor", DescriptionGenerator::PropertyType::Color, SIP_XA_LINECOLOR); - AddProperty ("LineDashName", DescriptionGenerator::PropertyType::String, - SIP_XA_LINEDASH, XATTR_LINEDASH); - AddProperty ("LineWidth", DescriptionGenerator::PropertyType::Integer, SIP_XA_LINEWIDTH); -} - - -/** The fill style is described by the property "FillStyle". Depending on - its value a hatch-, gradient-, or bitmap name is appended. -*/ -void DescriptionGenerator::AddFillProperties() -{ - AddProperty ("FillStyle", DescriptionGenerator::PropertyType::FillStyle, SIP_XA_FILLSTYLE); -} - - /** Search for the given color in the global color table. If found append its name to the description. Otherwise append its RGB tuple. */ diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx index 5091c905063f..319f70e3192a 100644 --- a/svx/source/dialog/fntctrl.cxx +++ b/svx/source/dialog/fntctrl.cxx @@ -809,12 +809,6 @@ bool SvxFontPrevWindow::IsTwoLines() const return pImpl->mbTwoLines; } -void SvxFontPrevWindow::SetFontWidthScale( sal_uInt16 n ) -{ - if (pImpl->SetFontWidthScale(n)) - Invalidate(); -} - static bool GetWhich (const SfxItemSet& rSet, sal_uInt16 nSlot, sal_uInt16& rWhich) { rWhich = rSet.GetPool()->GetWhich(nSlot); diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx index d4cfd8030c77..752bc0ad300d 100644 --- a/sw/source/core/inc/SwXMLTextBlocks.hxx +++ b/sw/source/core/inc/SwXMLTextBlocks.hxx @@ -58,7 +58,6 @@ public: virtual ~SwXMLTextBlocks() override; virtual ErrCode Delete( sal_uInt16 ) override; virtual ErrCode Rename( sal_uInt16, const OUString&, const OUString& ) override; - virtual ErrCode CopyBlock( SwImpBlocks& rImp, OUString& rShort, const OUString& rLong) override; virtual void ClearDoc() override; virtual ErrCode GetDoc( sal_uInt16 ) override; virtual ErrCode BeginPutDoc( const OUString&, const OUString& ) override; diff --git a/sw/source/core/inc/swblocks.hxx b/sw/source/core/inc/swblocks.hxx index 9043fb85a2c2..a51e7f5b0a95 100644 --- a/sw/source/core/inc/swblocks.hxx +++ b/sw/source/core/inc/swblocks.hxx @@ -108,7 +108,6 @@ public: virtual ErrCode Delete( sal_uInt16 ) = 0; virtual ErrCode Rename( sal_uInt16, const OUString&, const OUString& ) = 0; - virtual ErrCode CopyBlock( SwImpBlocks& rImp, OUString& rShort, const OUString& rLong) = 0; virtual ErrCode GetDoc( sal_uInt16 ) = 0; virtual ErrCode BeginPutDoc( const OUString&, const OUString& ) = 0; virtual ErrCode PutDoc() = 0; diff --git a/sw/source/core/swg/SwXMLTextBlocks.cxx b/sw/source/core/swg/SwXMLTextBlocks.cxx index b5aa656dc7c3..78ff47515f5f 100644 --- a/sw/source/core/swg/SwXMLTextBlocks.cxx +++ b/sw/source/core/swg/SwXMLTextBlocks.cxx @@ -234,59 +234,6 @@ ErrCode SwXMLTextBlocks::Rename( sal_uInt16 nIdx, const OUString& rNewShort, con return ERRCODE_NONE; } -ErrCode SwXMLTextBlocks::CopyBlock( SwImpBlocks& rDestImp, OUString& rShort, - const OUString& rLong) -{ - ErrCode nError = ERRCODE_NONE; - OpenFile(); - rDestImp.OpenFile(false); - const OUString aGroup( rShort ); - bool bTextOnly = IsOnlyTextBlock ( rShort ) ;//pImp->pBlkRoot->IsStream( aGroup ); - sal_uInt16 nIndex = GetIndex ( rShort ); - OUString sPackageName( GetPackageName (nIndex) ); - OUString sDestShortName( sPackageName ); - sal_uInt16 nIdx = 0; - - OSL_ENSURE( xBlkRoot.is(), "No storage set" ); - if(!xBlkRoot.is()) - return ERR_SWG_WRITE_ERROR; - - uno::Reference < container::XNameAccess > xAccess( static_cast<SwXMLTextBlocks&>(rDestImp).xBlkRoot, uno::UNO_QUERY ); - while ( xAccess->hasByName( sDestShortName ) ) - { - ++nIdx; - // If someone is that crazy ... - if(USHRT_MAX == nIdx) - { - CloseFile(); - rDestImp.CloseFile(); - return ERR_SWG_WRITE_ERROR; - } - sDestShortName = sPackageName + OUString::number( nIdx ); - } - - try - { - uno::Reference < embed::XStorage > rSourceRoot = xBlkRoot->openStorageElement( aGroup, embed::ElementModes::READ ); - uno::Reference < embed::XStorage > rDestRoot = static_cast<SwXMLTextBlocks&>(rDestImp).xBlkRoot->openStorageElement( sDestShortName, embed::ElementModes::READWRITE ); - rSourceRoot->copyToStorage( rDestRoot ); - } - catch (const uno::Exception&) - { - nError = ERR_SWG_WRITE_ERROR; - } - - if(!nError) - { - rShort = sDestShortName; - static_cast<SwXMLTextBlocks&>(rDestImp).AddName( rShort, rLong, bTextOnly ); - static_cast<SwXMLTextBlocks&>(rDestImp).MakeBlockList(); - } - CloseFile(); - rDestImp.CloseFile(); - return nError; -} - ErrCode SwXMLTextBlocks::StartPutBlock( const OUString& rShort, const OUString& rPackageName ) { OSL_ENSURE( xBlkRoot.is(), "No storage set" ); diff --git a/vcl/source/window/tabdlg.cxx b/vcl/source/window/tabdlg.cxx index 9ff4c041a3d2..d0555bbf72b7 100644 --- a/vcl/source/window/tabdlg.cxx +++ b/vcl/source/window/tabdlg.cxx @@ -213,12 +213,6 @@ TabDialog::TabDialog( vcl::Window* pParent, WinBits nStyle ) : ImplInit( pParent, nStyle ); } -TabDialog::TabDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription ) : - Dialog(pParent, rID, rUIXMLDescription, WindowType::TABDIALOG) -{ - ImplInitTabDialogData(); -} - TabDialog::~TabDialog() { disposeOnce(); |