LibreOffice Module lingucomponent (master) 1
Functions | Variables
nthesimp.cxx File Reference
#include <com/sun/star/uno/Reference.h>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <com/sun/star/linguistic2/LinguServiceManager.hpp>
#include <com/sun/star/linguistic2/XLinguProperties.hpp>
#include <com/sun/star/linguistic2/XSpellChecker1.hpp>
#include <i18nlangtag/languagetag.hxx>
#include <tools/debug.hxx>
#include <comphelper/lok.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
#include <osl/mutex.hxx>
#include <osl/thread.h>
#include <unotools/lingucfg.hxx>
#include <unotools/resmgr.hxx>
#include <rtl/string.hxx>
#include <rtl/textenc.h>
#include <svtools/strings.hrc>
#include "nthesimp.hxx"
#include <linguistic/misc.hxx>
#include "nthesdta.hxx"
#include <vector>
#include <numeric>
#include <set>
#include <string.h>
Include dependency graph for nthesimp.cxx:

Go to the source code of this file.

Functions

static uno::Reference< XLinguServiceManager2 > GetLngSvcMgr_Impl ()
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * lingucomponent_Thesaurus_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Variables

constexpr OUStringLiteral SPELLML_SUPPORT = u"<?xml?>"
 

Function Documentation

◆ GetLngSvcMgr_Impl()

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

Definition at line 62 of file nthesimp.cxx.

References comphelper::getProcessComponentContext().

Referenced by Thesaurus::queryMeanings().

◆ lingucomponent_Thesaurus_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * lingucomponent_Thesaurus_get_implementation ( css::uno::XComponentContext *  ,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 565 of file nthesimp.cxx.

Variable Documentation

◆ SPELLML_SUPPORT

constexpr OUStringLiteral SPELLML_SUPPORT = u"<?xml?>"
constexpr

Definition at line 52 of file nthesimp.cxx.

Referenced by Thesaurus::queryMeanings().