Home
last modified time | relevance | path

Searched refs:dictionaryPaths (Results 1 – 7 of 7) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dlangmgr.h64 …void findSpellingDictionarySets(QStringList& dictionaryPaths, QMap<QString, QString>& dictionaryMa…
66 void findHyphDictionarySets(QStringList& dictionaryPaths, QMap<QString, QString>& dictionaryMap);
H A Dlangmgr.cpp678 QStringList dictionaryPaths; in generateInstalledHyphLangList() local
679 bool dictPathFound=findHyphDictionaries(dictionaryPaths); in generateInstalledHyphLangList()
686 findHyphDictionarySets(dictionaryPaths, dictionaryMap); in generateInstalledHyphLangList()
707 QStringList dictionaryPaths; in generateInstalledSpellLangList() local
708 bool dictPathFound=findSpellingDictionaries(dictionaryPaths); in generateInstalledSpellLangList()
715 findSpellingDictionarySets(dictionaryPaths, dictionaryMap); in generateInstalledSpellLangList()
1027 for (int i = 0; i<dictionaryPaths.count(); ++i) in findSpellingDictionarySets()
1030 QDir dictLocation(dictionaryPaths.at(i)); in findSpellingDictionarySets()
1038 if (!QFile::exists(dictionaryPaths.at(i) + dictName + ".aff")) in findSpellingDictionarySets()
1103 for (int i = 0; i<dictionaryPaths.count(); ++i) in findHyphDictionarySets()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/tools/hunspellcheck/
H A Dhunspellpluginimpl.cpp68 bool dictPathFound = LanguageManager::instance()->findSpellingDictionaries(dictionaryPaths); in initHunspell()
75 LanguageManager::instance()->findSpellingDictionarySets(dictionaryPaths, dictionaryMap); in initHunspell()
H A Dhunspellpluginimpl.h43 QStringList dictionaryPaths; variable
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dprefs_hyphenator.h47 QStringList dictionaryPaths; variable
H A Dprefs_spelling.h45 QStringList dictionaryPaths; variable
H A Dprefs_spelling.cpp116 bool dictsFound=LanguageManager::instance()->findSpellingDictionaries(dictionaryPaths); in updateDictList()
120 LanguageManager::instance()->findSpellingDictionarySets(dictionaryPaths, dictionaryMap); in updateDictList()