summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/contact
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-23 08:48:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-27 11:48:46 +0200
commit1534025a0386584a7b8f3f929b10ce5eb33257cf (patch)
tree7f12dd6763148089cd4fb5495c8fffe84f415e12 /svx/inc/sdr/contact
parent0f2e01677cd0e8857faec99c61d71e88eee78b27 (diff)
loplugin:methodcycles more graph theory for the win
implemeent a reduction approach, which is good at finding virtual methods that only themselves or their virtual partners. The accessibility GetVisArea stuff is dead since commit 891e41fac81fbd8d5cdb277b26639abfd25a7143 Date: Wed Apr 4 11:23:22 2018 +0200 dead code in AccessibleTextHelper_Impl::UpdateVisibleChildren Change-Id: I78d9d8bca585ecec8394f2c3fe2baa93db0e58f5 Reviewed-on: https://gerrit.libreoffice.org/60912 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc/sdr/contact')
-rw-r--r--svx/inc/sdr/contact/objectcontactofpageview.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svx/inc/sdr/contact/objectcontactofpageview.hxx b/svx/inc/sdr/contact/objectcontactofpageview.hxx
index 5a73731e12be..4fb0bef53898 100644
--- a/svx/inc/sdr/contact/objectcontactofpageview.hxx
+++ b/svx/inc/sdr/contact/objectcontactofpageview.hxx
@@ -76,9 +76,6 @@ namespace sdr
// this ObjectContact.
virtual void InvalidatePartOfView(const basegfx::B2DRange& rRange) const override;
- // Get info if given Rectangle is visible in this view
- virtual bool IsAreaVisible(const basegfx::B2DRange& rRange) const override;
-
// Get info about the need to visualize GluePoints. The default
// is that it is not necessary.
virtual bool AreGluePointsVisible() const override;
@@ -92,12 +89,6 @@ namespace sdr
// print? Default is false
virtual bool isOutputToPrinter() const override;
- // window? Default is true
- virtual bool isOutputToWindow() const override;
-
- // VirtualDevice? Default is false
- virtual bool isOutputToVirtualDevice() const override;
-
// recording MetaFile? Default is false
virtual bool isOutputToRecordingMetaFile() const override;
@@ -107,9 +98,6 @@ namespace sdr
// gray display mode
virtual bool isDrawModeGray() const override;
- // gray display mode
- virtual bool isDrawModeBlackWhite() const override;
-
// high contrast display mode
virtual bool isDrawModeHighContrast() const override;