summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-06-11 14:05:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-06-12 13:34:02 +0200
commitcae829e9c1394851fc88829d5197460929c2792a (patch)
tree514d5bdd8fa751636f2498e46952ab3146bae210 /include/svx
parent9ba797aa4fe8d48649d8c42b07c13d2371f1c980 (diff)
loplugin:unusedmethods
Change-Id: I42667e8483d2cb4363227344faca3899bd95d424 Reviewed-on: https://gerrit.libreoffice.org/73824 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/AccessibleGraphicShape.hxx3
-rw-r--r--include/svx/AccessibleOLEShape.hxx3
-rw-r--r--include/svx/DescriptionGenerator.hxx8
-rw-r--r--include/svx/dlgctl3d.hxx1
-rw-r--r--include/svx/fntctrl.hxx12
-rw-r--r--include/svx/langbox.hxx3
6 files changed, 0 insertions, 30 deletions
diff --git a/include/svx/AccessibleGraphicShape.hxx b/include/svx/AccessibleGraphicShape.hxx
index 8b613ea7e0e4..1028e19efcfc 100644
--- a/include/svx/AccessibleGraphicShape.hxx
+++ b/include/svx/AccessibleGraphicShape.hxx
@@ -93,9 +93,6 @@ protected:
virtual OUString
CreateAccessibleBaseName () override;
- /// Create a description string that contains the accessible description.
- OUString CreateAccessibleDescription();
-
private:
AccessibleGraphicShape (const AccessibleGraphicShape&) = delete;
diff --git a/include/svx/AccessibleOLEShape.hxx b/include/svx/AccessibleOLEShape.hxx
index 3c4f71651582..07f68228439d 100644
--- a/include/svx/AccessibleOLEShape.hxx
+++ b/include/svx/AccessibleOLEShape.hxx
@@ -99,9 +99,6 @@ protected:
virtual OUString
CreateAccessibleBaseName () override;
- /// Create a description string that contains the accessible description.
- OUString CreateAccessibleDescription();
-
private:
AccessibleOLEShape (const AccessibleOLEShape&) = delete;
diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx
index 600b5fc0c744..991cc8decb07 100644
--- a/include/svx/DescriptionGenerator.hxx
+++ b/include/svx/DescriptionGenerator.hxx
@@ -142,14 +142,6 @@ public:
*/
void AddFillProperties();
- /** Add properties that describes attributes of 3D objects.
- */
- void Add3DProperties();
-
- /** Add properties that describe text attributes.
- */
- void AddTextProperties();
-
private:
/// Reference to the shape from which the properties are extracted.
css::uno::Reference< css::drawing::XShape> mxShape;
diff --git a/include/svx/dlgctl3d.hxx b/include/svx/dlgctl3d.hxx
index bc105f18ed89..4ff4defc36c0 100644
--- a/include/svx/dlgctl3d.hxx
+++ b/include/svx/dlgctl3d.hxx
@@ -266,7 +266,6 @@ public:
Svx3DLightControl& GetSvx3DLightControl() { return *maLightControl; }
// register user callback
- void SetUserInteractiveChangeCallback(Link<SvxLightCtl3D*,void> aNew) { maUserInteractiveChangeCallback = aNew; }
void SetUserSelectionChangeCallback(Link<SvxLightCtl3D*,void> aNew) { maUserSelectionChangeCallback = aNew; }
virtual void KeyInput( const KeyEvent& rKEvt ) override;
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index 90cc67fbfad8..938fd0afef22 100644
--- a/include/svx/fntctrl.hxx
+++ b/include/svx/fntctrl.hxx
@@ -41,8 +41,6 @@ private:
SVX_DLLPRIVATE void ResetSettings(bool bForeground, bool bBackground);
SVX_DLLPRIVATE void ApplySettings(vcl::RenderContext& rRenderContext) override;
SVX_DLLPRIVATE void Init ();
- SVX_DLLPRIVATE static void SetFontSize(const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont);
- SVX_DLLPRIVATE static void SetFontLang(const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont);
public:
SvxFontPrevWindow(vcl::Window* pParent, WinBits nStyle);
@@ -68,16 +66,6 @@ public:
void SetFontWidthScale( sal_uInt16 nScaleInPercent );
- void AutoCorrectFontColor();
-
- void SetPreviewText( const OUString& rString );
- void SetFontNameAsPreviewText();
-
- static void SetFont( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont );
- static void SetFontStyle( const SfxItemSet& rSet, sal_uInt16 nSlotPosture, sal_uInt16 nSlotWeight, SvxFont& rFont ); // posture/weight
- void SetFontWidthScale( const SfxItemSet& rSet );
- void SetFontEscapement( sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc );
-
virtual Size GetOptimalSize() const override;
};
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx
index 63210359b2e0..9232ce898c49 100644
--- a/include/svx/langbox.hxx
+++ b/include/svx/langbox.hxx
@@ -88,7 +88,6 @@ protected:
SVX_DLLPRIVATE virtual sal_Int32 ImplGetSelectedEntryPos() const = 0;
SVX_DLLPRIVATE virtual void* ImplGetEntryData( sal_Int32 nPos ) const = 0;
SVX_DLLPRIVATE virtual void ImplSelectEntryPos( sal_Int32 nPos, bool bSelect ) = 0;
- SVX_DLLPRIVATE virtual bool ImplIsEntryPosSelected( sal_Int32 nPos ) const = 0;
SVX_DLLPRIVATE virtual sal_Int32 ImplGetEntryPos( const void* pData ) const = 0;
};
@@ -107,7 +106,6 @@ private:
SVX_DLLPRIVATE virtual sal_Int32 ImplGetSelectedEntryPos() const override;
SVX_DLLPRIVATE virtual void* ImplGetEntryData( sal_Int32 nPos ) const override;
SVX_DLLPRIVATE virtual void ImplSelectEntryPos( sal_Int32 nPos, bool bSelect ) override;
- SVX_DLLPRIVATE virtual bool ImplIsEntryPosSelected( sal_Int32 nPos ) const override;
SVX_DLLPRIVATE virtual sal_Int32 ImplGetEntryPos( const void* pData ) const override;
};
@@ -198,7 +196,6 @@ private:
SVX_DLLPRIVATE virtual sal_Int32 ImplGetSelectedEntryPos() const override;
SVX_DLLPRIVATE virtual void* ImplGetEntryData( sal_Int32 nPos ) const override;
SVX_DLLPRIVATE virtual void ImplSelectEntryPos( sal_Int32 nPos, bool bSelect ) override;
- SVX_DLLPRIVATE virtual bool ImplIsEntryPosSelected( sal_Int32 nPos ) const override;
SVX_DLLPRIVATE virtual sal_Int32 ImplGetEntryPos( const void* pData ) const override;
DECL_LINK( EditModifyHdl, Edit&, void );