|
LibreOffice Module linguistic (master) 1
|
#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>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) |
| #define MAX_PROPOSALS 40 |
Definition at line 46 of file spelldta.cxx.