LibreOffice Module lingucomponent (master) 1
Macros | Functions | Variables
sspellimp.cxx File Reference
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/linguistic2/SpellFailure.hpp>
#include <com/sun/star/linguistic2/XLinguProperties.hpp>
#include <comphelper/lok.hxx>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <tools/debug.hxx>
#include <osl/mutex.hxx>
#include <osl/thread.h>
#include <com/sun/star/ucb/XSimpleFileAccess.hpp>
#include <lingutil.hxx>
#include <hunspell.hxx>
#include "sspellimp.hxx"
#include <linguistic/misc.hxx>
#include <linguistic/spelldta.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <svtools/strings.hrc>
#include <unotools/lingucfg.hxx>
#include <unotools/resmgr.hxx>
#include <osl/file.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/textenc.h>
#include <sal/log.hxx>
#include <numeric>
#include <utility>
#include <vector>
#include <set>
#include <string.h>
Include dependency graph for sspellimp.cxx:

Go to the source code of this file.

Macros

#define MAXWORDLEN   176
 

Functions

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

Variables

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

Macro Definition Documentation

◆ MAXWORDLEN

#define MAXWORDLEN   176

Definition at line 71 of file sspellimp.cxx.

Function Documentation

◆ lingucomponent_SpellChecker_get_implementation()

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

Definition at line 641 of file sspellimp.cxx.

References SpellChecker::SpellChecker().

Variable Documentation

◆ SPELL_XML

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

Definition at line 66 of file sspellimp.cxx.

Referenced by SpellChecker::isValid().