LibreOffice Module linguistic (master) 1
Namespaces | Macros | Functions
spelldta.cxx File Reference
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/linguistic2/SpellFailure.hpp>
#include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp>
#include <osl/mutex.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <algorithm>
#include <utility>
#include <vector>
#include <linguistic/misc.hxx>
#include <linguistic/spelldta.hxx>
#include <rtl/ref.hxx>
Include dependency graph for spelldta.cxx:

Go to the source code of this file.

Namespaces

namespace  linguistic
 

Macros

#define MAX_PROPOSALS   40
 

Functions

static bool linguistic::SeqHasEntry (const std::vector< OUString > &rSeq, std::u16string_view rTxt)
 
void linguistic::SearchSimilarText (const OUString &rText, LanguageType nLanguage, Reference< XSearchableDictionaryList > const &xDicList, std::vector< OUString > &rDicListProps)
 
void linguistic::SeqRemoveNegEntries (std::vector< OUString > &rSeq, Reference< XSearchableDictionaryList > const &rxDicList, LanguageType nLanguage)
 
std::vector< OUString > linguistic::MergeProposalSeqs (std::vector< OUString > &rAlt1, std::vector< OUString > &rAlt2)
 

Macro Definition Documentation

◆ MAX_PROPOSALS

#define MAX_PROPOSALS   40

Definition at line 46 of file spelldta.cxx.