LibreOffice Module editeng (master) 1
|
#include <memory>
#include <editeng/unolingu.hxx>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/linguistic2/XHyphenatedWord.hpp>
#include <com/sun/star/linguistic2/DictionaryList.hpp>
#include <com/sun/star/linguistic2/LinguServiceManager.hpp>
#include <com/sun/star/linguistic2/LinguProperties.hpp>
#include <com/sun/star/linguistic2/XSpellChecker1.hpp>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/implbase.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <unotools/lingucfg.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <linguistic/misc.hxx>
#include <editeng/eerdll.hxx>
#include <editeng/editrids.hrc>
#include <svtools/strings.hrc>
#include <unotools/resmgr.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
Classes | |
class | LinguMgrExitLstnr |
Functions | |
static uno::Reference< XLinguServiceManager2 > | GetLngSvcMgr_Impl () |
SvxAlternativeSpelling | SvxGetAltSpelling (const css::uno::Reference< css::linguistic2::XHyphenatedWord > &rHyphWord) |
short | SvxDicError (weld::Window *pParent, linguistic::DictionaryError nError) |
|
static |
Definition at line 57 of file unolingu.cxx.
References comphelper::getProcessComponentContext().
Referenced by LinguMgr::GetLngSvcMgr().
short SvxDicError | ( | weld::Window * | pParent, |
linguistic::DictionaryError | nError | ||
) |
Definition at line 730 of file unolingu.cxx.
References Application::CreateMessageDialog(), EditResId(), linguistic::FULL, linguistic::NONE, linguistic::READONLY, and SAL_WARN.
SvxAlternativeSpelling SvxGetAltSpelling | ( | const css::uno::Reference< css::linguistic2::XHyphenatedWord > & | rHyphWord | ) |
Definition at line 674 of file unolingu.cxx.
References SvxAlternativeSpelling::aReplacement, SvxAlternativeSpelling::bIsAltSpelling, SvxAlternativeSpelling::nChangedLength, and SvxAlternativeSpelling::nChangedPos.