|
LibreOffice Module lingucomponent (master) 1
|
#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>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?>" |
|
static |
Definition at line 62 of file nthesimp.cxx.
References comphelper::getProcessComponentContext().
Referenced by Thesaurus::queryMeanings().
| 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.
|
constexpr |
Definition at line 52 of file nthesimp.cxx.
Referenced by Thesaurus::queryMeanings().