diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-25 13:15:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-26 03:04:12 +0200 |
commit | b722989678429fbdb353737660a19ecd1db28d89 (patch) | |
tree | 5018f926841470f0486227cf09b09e556d5b019a /compilerplugins | |
parent | 78b9dac2ee77bf6efc1298962cbeca284db5b00a (diff) |
loplugin:unnecessaryvirtual
Change-Id: I866d7bd03a41260a9b4f4be87a7a02d3ceecc1c7
Reviewed-on: https://gerrit.libreoffice.org/79534
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unnecessaryvirtual.results | 54 |
1 files changed, 37 insertions, 17 deletions
diff --git a/compilerplugins/clang/unnecessaryvirtual.results b/compilerplugins/clang/unnecessaryvirtual.results index cde0a75285f8..1ad299a7ca47 100644 --- a/compilerplugins/clang/unnecessaryvirtual.results +++ b/compilerplugins/clang/unnecessaryvirtual.results @@ -20,11 +20,7 @@ basic/source/comp/codegen.cxx:526 _Bool BufferTransformer::processParams() chart2/source/inc/WeakListenerAdapter.hxx:57 void chart::WeakListenerAdapter::disposing(const struct com::sun::star::lang::EventObject &,) -desktop/source/deployment/gui/dp_gui_extlistbox.hxx:200 - int dp_gui::ExtensionBox_Impl::getItemCount()const -desktop/source/deployment/gui/dp_gui_extlistbox.hxx:208 - int dp_gui::ExtensionBox_Impl::getSelIndex()const -extensions/source/dbpilots/unoautopilot.hxx:99 +extensions/source/dbpilots/unoautopilot.hxx:98 class cppu::IPropertyArrayHelper * dbp::OUnoAutoPilot::createArrayHelper()const extensions/source/propctrlr/commoncontrol.hxx:127 short pcr::CommonBehaviourControl::getControlType() @@ -88,8 +84,8 @@ include/svl/svdde.hxx:244 _Bool DdeTopic::StartAdviseLoop() include/svl/svdde.hxx:300 void DdeService::~DdeService() -include/svtools/simptabl.hxx:79 - void SvSimpleTable::HBarClick() +include/svx/svdmodel.hxx:590 + class ImageMap * SdrModel::GetImageMapForObject(class SdrObject *,) include/toolkit/controls/geometrycontrolmodel.hxx:184 void OGeometryControlModel::fillProperties(class com::sun::star::uno::Sequence<struct com::sun::star::beans::Property> &,class com::sun::star::uno::Sequence<struct com::sun::star::beans::Property> &,)const include/vbahelper/vbacollectionimpl.hxx:290 @@ -120,6 +116,8 @@ include/vcl/weld.hxx:97 void weld::Widget::set_visible(_Bool,) include/vcl/window.hxx:1155 class rtl::OString vcl::Window::GetScreenshotId()const +include/vcl/wizardmachine.hxx:208 + _Bool vcl::OWizardMachine::prepareLeaveCurrentState(enum vcl::WizardTypes::CommitPageReason,) sc/source/core/opencl/formulagroupcl.cxx:1051 _Bool sc::opencl::DynamicKernelSlidingArgument::NeedParallelReduction()const sc/source/core/opencl/formulagroupcl.cxx:1059 @@ -216,13 +214,13 @@ slideshow/source/engine/animationfactory.cxx:447 void slideshow::internal::(anonymous namespace)::GenericAnimation::start(const class std::shared_ptr<class slideshow::internal::AnimatableShape> &,const class std::shared_ptr<class slideshow::internal::ShapeAttributeLayer> &,) sw/inc/flypos.hxx:37 void SwPosFlyFrame::~SwPosFlyFrame() -sw/source/ui/dbui/mmaddressblockpage.hxx:235 +sw/source/ui/dbui/mmaddressblockpage.hxx:242 class weld::TreeView * SwCustomizeAddressBlockDialog::get_drag_source()const vcl/inc/salframe.hxx:145 void SalFrame::SetRepresentedURL(const class rtl::OUString &,) vcl/inc/salframe.hxx:191 void SalFrame::Flush(const class tools::Rectangle &,) -vcl/inc/salinst.hxx:93 +vcl/inc/salinst.hxx:92 _Bool SalInstance::SVMainHook(int *,) vcl/inc/salmenu.hxx:80 _Bool SalMenu::AddMenuBarButton(const struct SalMenuButtonItem &,) @@ -268,15 +266,37 @@ vcl/inc/unx/salframe.h:208 void X11SalFrame::updateGraphics(_Bool,) vcl/inc/unx/salinst.h:45 class SalX11Display * X11SalInstance::CreateDisplay()const +vcl/inc/wizdlg.hxx:117 + void vcl::RoadmapWizard::ActivatePage() +vcl/inc/wizdlg.hxx:118 + _Bool vcl::RoadmapWizard::DeactivatePage() +vcl/inc/wizdlg.hxx:158 + _Bool vcl::RoadmapWizard::canAdvance()const +vcl/inc/wizdlg.hxx:166 + void vcl::RoadmapWizard::updateTravelUI() +vcl/inc/wizdlg.hxx:185 + class VclPtr<class TabPage> vcl::RoadmapWizard::createPage(short,) +vcl/inc/wizdlg.hxx:188 + void vcl::RoadmapWizard::enterState(short,) +vcl/inc/wizdlg.hxx:200 + _Bool vcl::RoadmapWizard::prepareLeaveCurrentState(enum vcl::WizardTypes::CommitPageReason,) +vcl/inc/wizdlg.hxx:214 + _Bool vcl::RoadmapWizard::leaveState(short,) +vcl/inc/wizdlg.hxx:224 + short vcl::RoadmapWizard::determineNextState(short,)const +vcl/inc/wizdlg.hxx:229 + _Bool vcl::RoadmapWizard::onFinish() +vcl/inc/wizdlg.hxx:306 + class vcl::IWizardPageController * vcl::RoadmapWizard::getPageController(class TabPage *,)const workdir/../vcl/inc/qt5/Qt5FilePicker.hxx:145 void Qt5FilePicker::disposing(const struct com::sun::star::lang::EventObject &,) -workdir/../vcl/inc/qt5/Qt5Frame.hxx:158 +workdir/../vcl/inc/qt5/Qt5Frame.hxx:160 void Qt5Frame::registerDragSource(class Qt5DragSource *,) -workdir/../vcl/inc/qt5/Qt5Frame.hxx:159 +workdir/../vcl/inc/qt5/Qt5Frame.hxx:161 void Qt5Frame::deregisterDragSource(const class Qt5DragSource *,) -workdir/../vcl/inc/qt5/Qt5Frame.hxx:160 +workdir/../vcl/inc/qt5/Qt5Frame.hxx:162 void Qt5Frame::registerDropTarget(class Qt5DropTarget *,) -workdir/../vcl/inc/qt5/Qt5Frame.hxx:161 +workdir/../vcl/inc/qt5/Qt5Frame.hxx:163 void Qt5Frame::deregisterDropTarget(const class Qt5DropTarget *,) writerfilter/source/ooxml/OOXMLFactory.hxx:72 void writerfilter::ooxml::OOXMLFactory_ns::startAction(class writerfilter::ooxml::OOXMLFastContextHandler *,) @@ -286,12 +306,12 @@ writerfilter/source/ooxml/OOXMLFactory.hxx:74 void writerfilter::ooxml::OOXMLFactory_ns::endAction(class writerfilter::ooxml::OOXMLFastContextHandler *,) writerfilter/source/ooxml/OOXMLFactory.hxx:75 void writerfilter::ooxml::OOXMLFactory_ns::attributeAction(class writerfilter::ooxml::OOXMLFastContextHandler *,int,const class tools::SvRef<class writerfilter::ooxml::OOXMLValue> &,) -xmloff/source/forms/elementimport.hxx:575 +xmloff/source/forms/elementimport.hxx:574 class rtl::Reference<class SvXMLImportContext> xmloff::OContainerImport::CreateChildContext(unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,) -xmloff/source/forms/elementimport.hxx:578 +xmloff/source/forms/elementimport.hxx:577 void xmloff::OContainerImport::EndElement() -xmloff/source/forms/elementimport.hxx:583 +xmloff/source/forms/elementimport.hxx:582 class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> xmloff::OContainerImport::createElement() -xmloff/source/forms/elementimport.hxx:610 +xmloff/source/forms/elementimport.hxx:609 class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> xmloff::OColumnImport::createElement() |