Home
last modified time | relevance | path

Searched refs:spellCheckingLanguage (Results 1 – 16 of 16) sorted by relevance

/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/texteditor/plaintexteditor/
H A Dplaintexteditor.cpp72 QString spellCheckingLanguage; member in PlainTextEditor::PlainTextEditorPrivate
335 if (!d->spellCheckingLanguage.isEmpty()) { in slotCheckSpelling()
795 if (!d->spellCheckingLanguage.isEmpty()) { in setCheckSpellingEnabled()
796 setSpellCheckingLanguage(spellCheckingLanguage()); in setCheckSpellingEnabled()
818 highlighter->setCurrentLanguage(spellCheckingLanguage()); in createHighlighter()
833 if (!d->spellCheckingLanguage.isEmpty() && highlighter()) { in setSpellCheckingConfigFileName()
850 const QString &PlainTextEditor::spellCheckingLanguage() const in spellCheckingLanguage() function in PlainTextEditor
852 return d->spellCheckingLanguage; in spellCheckingLanguage()
862 if (_language != d->spellCheckingLanguage) { in setSpellCheckingLanguage()
863 d->spellCheckingLanguage = _language; in setSpellCheckingLanguage()
[all …]
H A Dplaintexteditor.h62 const QString &spellCheckingLanguage() const;
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/texteditor/richtexteditor/
H A Drichtexteditor.cpp95 QString spellCheckingLanguage; member in RichTextEditor::RichTextEditorPrivate
453 if (!d->spellCheckingLanguage.isEmpty()) { in checkSpelling()
553 highlighter->setCurrentLanguage(spellCheckingLanguage()); in createHighlighter()
608 if (!d->spellCheckingLanguage.isEmpty() && highlighter()) { in setSpellCheckingConfigFileName()
640 if (!d->spellCheckingLanguage.isEmpty()) { in setCheckSpellingEnabled()
641 setSpellCheckingLanguage(spellCheckingLanguage()); in setCheckSpellingEnabled()
660 const QString &RichTextEditor::spellCheckingLanguage() const in spellCheckingLanguage() function in RichTextEditor
662 return d->spellCheckingLanguage; in spellCheckingLanguage()
671 if (_language != d->spellCheckingLanguage) { in setSpellCheckingLanguage()
672 d->spellCheckingLanguage = _language; in setSpellCheckingLanguage()
[all …]
H A Drichtexteditor.h52 const QString &spellCheckingLanguage() const;
/dports/x11-toolkits/kf5-ktextwidgets/ktextwidgets-5.89.0/src/widgets/
H A Dktextedit.h52 …Q_PROPERTY(QString spellCheckingLanguage READ spellCheckingLanguage WRITE setSpellCheckingLanguage)
182 const QString &spellCheckingLanguage() const;
H A Dktextedit.cpp54 if (!spellCheckingLanguage.isEmpty()) { in checkSpelling()
55 backgroundSpellCheck->changeLanguage(spellCheckingLanguage); in checkSpelling()
260 const QString &KTextEdit::spellCheckingLanguage() const in spellCheckingLanguage() function in KTextEdit
264 return d->spellCheckingLanguage; in spellCheckingLanguage()
276 if (_language != d->spellCheckingLanguage) { in setSpellCheckingLanguage()
277 d->spellCheckingLanguage = _language; in setSpellCheckingLanguage()
287 if (!d->spellCheckingLanguage.isEmpty()) { in showSpellConfigDialog()
288 dialog.setLanguage(d->spellCheckingLanguage); in showSpellConfigDialog()
511 const QString language = spellCheckingLanguage(); in mousePopupMenu()
663 if (!spellCheckingLanguage().isEmpty()) { in setCheckSpellingEnabled()
[all …]
H A Dktextedit_p.h104 QString spellCheckingLanguage; variable
/dports/deskutils/kmail/kmail-21.12.3/src/editor/
H A Dkmcomposereditorng.cpp116 if (!spellCheckingLanguage().isEmpty()) { in showSpellConfigDialog()
117 dialog->setLanguage(spellCheckingLanguage()); in showSpellConfigDialog()
/dports/irc/konversation/konversation-21.12.3/src/config/
H A Dpreferences.h114 …static const QString spellCheckingLanguage(const Konversation::ServerGroupSettingsPtr &serverGroup…
115 static const QString spellCheckingLanguage(const QString& server, const QString& key);
H A Dpreferences.cpp514 const QString Preferences::spellCheckingLanguage(const Konversation::ServerGroupSettingsPtr &server… in spellCheckingLanguage() function in Preferences
522 const QString Preferences::spellCheckingLanguage(const QString& server, const QString& key) in spellCheckingLanguage() function in Preferences
/dports/net/messagelib/messagelib-21.12.3/templateparser/src/
H A Dtemplatestexteditor.cpp62 highlighter->setCurrentLanguage(spellCheckingLanguage()); in createHighlighter()
/dports/irc/konversation/konversation-21.12.3/src/viewer/
H A Dchatwindow.cpp52 const QString& language = getInputBar()->spellCheckingLanguage(); in ~ChatWindow()
234 language = Preferences::spellCheckingLanguage(serverGroup, getName()); in setServer()
236 language = Preferences::spellCheckingLanguage(newServer->getDisplayName(), getName()); in setServer()
H A Dircinput.cpp75 setSpellCheckingLanguage(spellCheckingLanguage()); in createHighlighter()
109 setSpellCheckingLanguage(spellCheckingLanguage()); in showEvent()
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/lib/
H A Dchat-widget.cpp1313 QString spellCheckingLanguage = spellDictionary(); in saveSpellCheckingOption() local
1316 if (spellCheckingLanguage != Sonnet::Speller().defaultLanguage()) { in saveSpellCheckingOption()
1317 configGroup.writeEntry("language", spellCheckingLanguage); in saveSpellCheckingOption()
1341 QString spellCheckingLanguage; in loadSpellCheckingOption() local
1343 spellCheckingLanguage = configGroup.readEntry("language"); in loadSpellCheckingOption()
1345 spellCheckingLanguage = Sonnet::Speller().defaultLanguage(); in loadSpellCheckingOption()
1347 d->ui.sendMessageBox->setSpellCheckingLanguage(spellCheckingLanguage); in loadSpellCheckingOption()
1352 return d->ui.sendMessageBox->spellCheckingLanguage(); in spellDictionary()
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/editor/
H A Dsievetextedit.cpp86 highlighter->setCurrentLanguage(spellCheckingLanguage()); in createHighlighter()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py8547 def spellCheckingLanguage(self): member in KTextEdit