LibreOffice Module editeng (master) 1
Classes | Functions
unolingu.cxx File Reference
#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>
Include dependency graph for unolingu.cxx:

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)
 

Function Documentation

◆ GetLngSvcMgr_Impl()

static uno::Reference< XLinguServiceManager2 > GetLngSvcMgr_Impl ( )
static

Definition at line 57 of file unolingu.cxx.

References comphelper::getProcessComponentContext().

Referenced by LinguMgr::GetLngSvcMgr().

◆ SvxDicError()

short SvxDicError ( weld::Window pParent,
linguistic::DictionaryError  nError 
)

◆ SvxGetAltSpelling()

SvxAlternativeSpelling SvxGetAltSpelling ( const css::uno::Reference< css::linguistic2::XHyphenatedWord > &  rHyphWord)