LibreOffice Module lingucomponent (master) 1
Macros | Functions
guesslang.cxx File Reference
#include <iostream>
#include <mutex>
#include <string_view>
#include <osl/file.hxx>
#include <tools/debug.hxx>
#include <sal/config.h>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include "simpleguesser.hxx"
#include "guess.hxx"
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/linguistic2/XLanguageGuessing.hpp>
#include <unotools/pathoptions.hxx>
#include <osl/thread.h>
#include <sal/macros.h>
#include <textcat.h>
Include dependency graph for guesslang.cxx:

Go to the source code of this file.

Macros

#define DEFAULT_CONF_FILE_NAME   "fpdb.conf"
 

Functions

static std::mutexGetLangGuessMutex ()
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * lingucomponent_LangGuess_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Macro Definition Documentation

◆ DEFAULT_CONF_FILE_NAME

#define DEFAULT_CONF_FILE_NAME   "fpdb.conf"

Definition at line 177 of file guesslang.cxx.

Function Documentation

◆ GetLangGuessMutex()

static std::mutex & GetLangGuessMutex ( )
static

Definition at line 56 of file guesslang.cxx.

References aMutex.

◆ lingucomponent_LangGuess_get_implementation()

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

Definition at line 313 of file guesslang.cxx.