LibreOffice Module editeng (master) 1
|
#include <comphelper/processfactory.hxx>
#include <editeng/acorrcfg.hxx>
#include <o3tl/any.hxx>
#include <tools/debug.hxx>
#include <tools/urlobj.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <ucbhelper/content.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/ucbhelper.hxx>
#include <svtools/langtab.hxx>
#include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <editeng/svxacorr.hxx>
#include <com/sun/star/uno/Sequence.hxx>
Go to the source code of this file.
Functions | |
static void | scanAutoCorrectDirForLanguageTags (const OUString &rURL) |
An autocorrection file dropped into such directory may create a language list entry if one didn't exist already. More... | |
|
static |
An autocorrection file dropped into such directory may create a language list entry if one didn't exist already.
Definition at line 44 of file acorrcfg.cxx.
References SvtLanguageTable::AddLanguageTag(), ucbhelper::Content::createCursor(), LanguageTag::getCountry(), LanguageTag::getLanguageAndScript(), LanguageTag::getLanguageType(), comphelper::getProcessComponentContext(), SvtLanguageTable::HasLanguageType(), ucbhelper::Content::isFolder(), LanguageTag::isValidBcp47(), LanguageTag::makeFallback(), and TOOLS_WARN_EXCEPTION.
Referenced by SvxAutoCorrCfg::SvxAutoCorrCfg().