summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-09 10:26:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-09 10:34:31 +0000
commit30e39e4793bbfe59a53b41422b5d86a03cfe31d3 (patch)
tree989d282b0ef9b180e56a69a946d69aba17c92ead /include/editeng
parent0e0e3ea312dc09de6726318c3579671fec7de7ee (diff)
loplugin:expandablemethods in drawinglayer..editeng
Change-Id: Ic7fe13651e18b4eec90ef3fd8d7aab81197e0f39 Reviewed-on: https://gerrit.libreoffice.org/30707 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/AccessibleEditableTextPara.hxx7
-rw-r--r--include/editeng/AccessibleImageBullet.hxx4
-rw-r--r--include/editeng/editview.hxx1
-rw-r--r--include/editeng/outliner.hxx2
-rw-r--r--include/editeng/unotext.hxx2
5 files changed, 0 insertions, 16 deletions
diff --git a/include/editeng/AccessibleEditableTextPara.hxx b/include/editeng/AccessibleEditableTextPara.hxx
index 10b76a130352..a95aae696dd6 100644
--- a/include/editeng/AccessibleEditableTextPara.hxx
+++ b/include/editeng/AccessibleEditableTextPara.hxx
@@ -166,9 +166,6 @@ namespace accessibility
virtual sal_Bool SAL_CALL supportsService (const OUString& sServiceName) throw (css::uno::RuntimeException, std::exception) override;
virtual css::uno::Sequence< OUString> SAL_CALL getSupportedServiceNames() throw (css::uno::RuntimeException, std::exception) override;
- // XServiceName
- static OUString SAL_CALL getServiceName() throw (css::uno::RuntimeException);
-
/** Set the current index in the accessibility parent
@attention This method does not lock the SolarMutex,
@@ -304,10 +301,6 @@ namespace accessibility
*/
bool GetAttributeRun( sal_Int32& nStartIndex, sal_Int32& nEndIndex, sal_Int32 nIndex );
- // syntactic sugar for FireEvent
- void GotPropertyEvent( const css::uno::Any& rNewValue, const sal_Int16 nEventId ) const;
- void LostPropertyEvent( const css::uno::Any& rOldValue, const sal_Int16 nEventId ) const;
-
int getNotifierClientId() const { return mnNotifierClientId; }
/// Do we have children? This is the case for image bullets
diff --git a/include/editeng/AccessibleImageBullet.hxx b/include/editeng/AccessibleImageBullet.hxx
index 174963dbb03a..6525995a4f79 100644
--- a/include/editeng/AccessibleImageBullet.hxx
+++ b/include/editeng/AccessibleImageBullet.hxx
@@ -148,10 +148,6 @@ namespace accessibility
AccessibleImageBullet( const AccessibleImageBullet& ) = delete;
AccessibleImageBullet& operator= ( const AccessibleImageBullet& ) = delete;
- // syntactic sugar for FireEvent
- void GotPropertyEvent( const css::uno::Any& rNewValue, const sal_Int16 nEventId ) const;
- void LostPropertyEvent( const css::uno::Any& rOldValue, const sal_Int16 nEventId ) const;
-
// maintain state set and send STATE_CHANGE events
void SetState( const sal_Int16 nStateId );
void UnSetState( const sal_Int16 nStateId );
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx
index c05371d287d3..5653c4514040 100644
--- a/include/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
@@ -109,7 +109,6 @@ public:
void SetWindow( vcl::Window* pWin );
vcl::Window* GetWindow() const;
- OutWindowSet& GetOtherViewWindows();
bool HasOtherViewWindow( vcl::Window* pWin );
bool AddOtherViewWindow( vcl::Window* pWin );
bool RemoveOtherViewWindow( vcl::Window* pWin );
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index cdc7cb149353..25241c5c7210 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -694,7 +694,6 @@ public:
void SetDefaultHorizontalTextDirection( EEHorizontalTextDirection eHTextDir );
EEHorizontalTextDirection GetDefaultHorizontalTextDirection() const;
- SvtScriptType GetScriptType( const ESelection& rSelection ) const;
LanguageType GetLanguage( sal_Int32 nPara, sal_Int32 nPos ) const;
void SetAsianCompressionMode( sal_uInt16 nCompressionMode );
@@ -763,7 +762,6 @@ public:
void SetParaInsertedHdl(const Link<ParagraphHdlParam,void>& rLink){aParaInsertedHdl=rLink;}
const Link<ParagraphHdlParam,void>& GetParaInsertedHdl() const { return aParaInsertedHdl; }
- void ParagraphRemovingHdl(Paragraph*);
void SetParaRemovingHdl(const Link<ParagraphHdlParam,void>& rLink){aParaRemovingHdl=rLink;}
const Link<ParagraphHdlParam,void>& GetParaRemovingHdl() const { return aParaRemovingHdl; }
diff --git a/include/editeng/unotext.hxx b/include/editeng/unotext.hxx
index 6bd0baaaa52d..518a0bd4aaa6 100644
--- a/include/editeng/unotext.hxx
+++ b/include/editeng/unotext.hxx
@@ -400,8 +400,6 @@ protected:
public:
UNO3_GETIMPLEMENTATION_DECL( SvxUnoTextBase )
- static css::uno::Sequence< css::uno::Type > SAL_CALL getStaticTypes() throw();
-
css::uno::Reference< css::text::XTextCursor > createTextCursorBySelection( const ESelection& rSel );
// css::uno::XInterface