summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2009-11-25 16:52:25 +0000
committerThomas Lange <tl@openoffice.org>2009-11-25 16:52:25 +0000
commit2523b874cd4bad0618a1b20d41fa3fdff3a3f4f4 (patch)
tree62209ce27daa94ce0fdc18d8ebc1e52304bff2ae /sw/source/ui/inc/view.hxx
parent#i106487# fix for unnecessary calls to timer (diff)
downloadcore-2523b874cd4bad0618a1b20d41fa3fdff3a3f4f4.tar.gz
core-2523b874cd4bad0618a1b20d41fa3fdff3a3f4f4.zip
#i51258# thesaurus for right click context menu
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 7ddfc2775299..13205e249e0f 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -437,6 +437,12 @@ public:
virtual USHORT PrepareClose( BOOL bUI = TRUE, BOOL bForBrowsing = FALSE );
virtual void MarginChanged();
+ // replace word/selection with text from the thesaurus
+ // (this code has special handling for "in word" character)
+ void InsertThesaurusSynonym( const String &rSynonmText, const String &rLookUpText, bool bValidSelection );
+ bool IsValidSelectionForThesaurus() const;
+ String GetThesaurusLookUpText( bool bSelection ) const;
+
// Shell sofort wechseln -> fuer GetSelectionObject
void StopShellTimer();