summaryrefslogtreecommitdiff
path: root/include/editeng/editview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-16 08:11:27 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 08:37:25 +0000
commit7ab881a57d01e58eebcc2608ae8dd61af4552ae8 (patch)
treee8a5a50805ebd653834adbb03e7e98b8b6f22dc6 /include/editeng/editview.hxx
parent795ac5bc53f6c15f2ab4634201747eb1c3e3331f (diff)
loplugin:unusedmethods editeng
Change-Id: I15b2be5a9cd6e72447b674a65eabe9f89cb6ff12 Reviewed-on: https://gerrit.libreoffice.org/17115 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/editeng/editview.hxx')
-rw-r--r--include/editeng/editview.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx
index bb091172c9ba..f67fa3480f31 100644
--- a/include/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
@@ -118,7 +118,6 @@ public:
bool IsInsertMode() const;
void SetInsertMode( bool bInsert );
- void ReplaceSelected( const OUString& rStr );
OUString GetSelected();
void DeleteSelected();
@@ -205,14 +204,11 @@ public:
// for text conversion
void StartTextConversion( LanguageType nSrcLang, LanguageType nDestLang, const vcl::Font *pDestFont, sal_Int32 nOptions, bool bIsInteractive, bool bMultipleDoc );
- bool HasConvertibleTextPortion( LanguageType nLang );
void TransliterateText( sal_Int32 nTransliterationMode );
bool IsCursorAtWrongSpelledWord( bool bMarkIfWrong = false );
bool IsWrongSpelledWordAtPos( const Point& rPosPixel, bool bMarkIfWrong = false );
- bool IsShapeParaFocusable();
- bool WrongSpelledBreakPara(sal_Int32 nPara, sal_Int32& nStartIndex, sal_Int32& nEndIndex, sal_Int32 nIndex);
void ExecuteSpellPopup( const Point& rPosPixel, Link<>* pCallBack = 0 );
void InsertField( const SvxFieldItem& rFld );