| 
    LibreOffice Module editeng (master) 1
    
   | 
 
#include <memory>#include <com/sun/star/i18n/WordType.hpp>#include <svl/itempool.hxx>#include <editeng/editeng.hxx>#include <editeng/editview.hxx>#include <editeng/editdata.hxx>#include <svl/style.hxx>#include <svl/languageoptions.hxx>#include <i18nlangtag/languagetag.hxx>#include <editeng/outliner.hxx>#include <outleeng.hxx>#include "paralist.hxx"#include "outlundo.hxx"#include <editeng/outlobj.hxx>#include <editeng/flditem.hxx>#include <editeng/eeitem.hxx>#include <editeng/numitem.hxx>#include <vcl/window.hxx>#include <vcl/event.hxx>#include <vcl/ptrstyle.hxx>#include <svl/itemset.hxx>#include <svl/eitem.hxx>#include <editeng/editstat.hxx>#include <sal/log.hxx>#include <osl/diagnose.h>#include <tools/debug.hxx>Go to the source code of this file.
Functions | |
| bool | GetStatusValueForThesaurusFromContext (OUString &rStatusVal, LanguageType &rLang, const EditView &rEditView) | 
| void | ReplaceTextWithSynonym (EditView &rEditView, const OUString &rSynonmText) | 
| bool GetStatusValueForThesaurusFromContext | ( | OUString & | rStatusVal, | 
| LanguageType & | rLang, | ||
| const EditView & | rEditView | ||
| ) | 
Definition at line 1469 of file outlvw.cxx.
References ESelection::Adjust(), LanguageTag::convertToBcp47(), EditView::GetEditEngine(), EditEngine::GetLanguage(), EditEngine::GetScriptType(), EditView::GetSelection(), EditEngine::GetText(), EditEngine::GetWord(), ESelection::HasRange(), editeng::LanguageSpan::nLang, ESelection::nStartPara, and ESelection::nStartPos.
| void ReplaceTextWithSynonym | ( | EditView & | rEditView, | 
| const OUString & | rSynonmText | ||
| ) | 
Definition at line 1497 of file outlvw.cxx.
References EditView::GetSelection(), EditView::HasSelection(), EditView::InsertText(), EditView::SelectCurrentWord(), and EditView::ShowCursor().