Home
last modified time | relevance | path

Searched refs:checkSpelling (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/
H A DHunspellSpellingEngine.cpp115 virtual Error checkSpelling(const std::string& word, bool *pCorrect) = 0;
124 Error checkSpelling(const std::string& word, bool *pCorrect) in checkSpelling() function in rstudio::core::spelling::__anon3dea3aca0111::NoSpellChecker
272 Error checkSpelling(const std::string& word, bool *pCorrect) in checkSpelling() function in rstudio::core::spelling::__anon3dea3aca0111::HunspellSpellChecker
470 Error HunspellSpellingEngine::checkSpelling(const std::string& word, in checkSpelling() function in rstudio::core::spelling::HunspellSpellingEngine
473 return pImpl_->spellChecker().checkSpelling(word, pCorrect); in checkSpelling()
/dports/net-im/kopete/kopete-21.12.3/kopete/chatwindow/
H A Dkopeterichtextwidget.cpp63 , checkSpelling(0) in Private()
89 KToggleAction *checkSpelling; member in KopeteRichTextWidget::Private
176 if (!d->checkSpelling) { in createActions()
177 …d->checkSpelling = new KToggleAction(QIcon::fromTheme(QStringLiteral("tools-check-spelling")), i18… in createActions()
178 actionCollection->addAction(QStringLiteral("enable_auto_spell_check"), d->checkSpelling); in createActions()
179 d->checkSpelling->setChecked(true); in createActions()
180 … connect(d->checkSpelling, SIGNAL(toggled(bool)), this, SLOT(slotCheckSpellingChanged(bool))); in createActions()
/dports/editors/focuswriter/focuswriter-1.7.6/src/spelling/
H A Dhighlighter.cpp164 stats->checkSpelling(text, m_dictionary); in highlightBlock()
198 stats->checkSpelling(i.text(), m_dictionary); in updateSpelling()
209 stats->checkSpelling(i.text(), m_dictionary); in updateSpelling()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_spellcheck/spellcheck/platform/linux/
H A Dspellcheck_linux.cpp43 bool checkSpelling(const QString &word);
123 bool EnchantSpellChecker::checkSpelling(const QString &word) { in checkSpelling() function in Platform::Spellchecker::__anon27a131ab0111::EnchantSpellChecker
252 return EnchantSpellChecker::instance()->checkSpelling(wordToCheck); in CheckSpelling()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionSpelling.cpp60 Error error = s_pSpellingEngine->checkSpelling(word, &isCorrect); in rs_checkSpelling()
200 Error checkSpelling(const json::JsonRpcRequest& request, in checkSpelling() function
219 error = s_pSpellingEngine->checkSpelling(word, &isCorrect); in checkSpelling()
464 (bind(registerRpcMethod, "check_spelling", checkSpelling)) in initialize()
/dports/net-im/licq-qt-gui/licq-f271d55/qt-gui/src/config/
H A Dchat.h93 bool checkSpelling() const { return myCheckSpelling; } in checkSpelling() function
151 void setCheckSpelling(bool checkSpelling);
H A Dchat.cpp386 void Config::Chat::setCheckSpelling(bool checkSpelling) in setCheckSpelling() argument
388 if (checkSpelling == myCheckSpelling) in setCheckSpelling()
391 myCheckSpelling = checkSpelling; in setCheckSpelling()
/dports/net-im/licq-osd/licq-f271d55/qt-gui/src/config/
H A Dchat.h93 bool checkSpelling() const { return myCheckSpelling; } in checkSpelling() function
151 void setCheckSpelling(bool checkSpelling);
H A Dchat.cpp386 void Config::Chat::setCheckSpelling(bool checkSpelling) in setCheckSpelling() argument
388 if (checkSpelling == myCheckSpelling) in setCheckSpelling()
391 myCheckSpelling = checkSpelling; in setCheckSpelling()
/dports/net-im/licq/licq-f271d55/qt-gui/src/config/
H A Dchat.h93 bool checkSpelling() const { return myCheckSpelling; } in checkSpelling() function
151 void setCheckSpelling(bool checkSpelling);
H A Dchat.cpp386 void Config::Chat::setCheckSpelling(bool checkSpelling) in setCheckSpelling() argument
388 if (checkSpelling == myCheckSpelling) in setCheckSpelling()
391 myCheckSpelling = checkSpelling; in setCheckSpelling()
/dports/net-im/licq-icq/licq-f271d55/qt-gui/src/config/
H A Dchat.h93 bool checkSpelling() const { return myCheckSpelling; } in checkSpelling() function
151 void setCheckSpelling(bool checkSpelling);
/dports/net-im/licq-jabber/licq-f271d55/qt-gui/src/config/
H A Dchat.h93 bool checkSpelling() const { return myCheckSpelling; } in checkSpelling() function
151 void setCheckSpelling(bool checkSpelling);
H A Dchat.cpp386 void Config::Chat::setCheckSpelling(bool checkSpelling) in setCheckSpelling() argument
388 if (checkSpelling == myCheckSpelling) in setCheckSpelling()
391 myCheckSpelling = checkSpelling; in setCheckSpelling()
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DXHTMLHighlighter2.h40 XHTMLHighlighter2(bool checkSpelling, QObject *parent = 0);
H A DXHTMLHighlighter.h40 XHTMLHighlighter(bool checkSpelling, QObject *parent = 0);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/spelling/
H A DSpellingEngine.hpp38 virtual Error checkSpelling(const std::string& word,
H A DHunspellSpellingEngine.hpp50 Error checkSpelling(const std::string& word,
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_spellcheck/spellcheck/platform/win/
H A Dspellcheck_win.cpp58 [[nodiscard]] bool checkSpelling(LPCWSTR word);
162 bool WindowsSpellChecker::checkSpelling(LPCWSTR word) { in checkSpelling() function in Platform::Spellchecker::__anon544d2ae70111::WindowsSpellChecker
352 return SharedSpellChecker().checkSpelling(Q2WString(wordToCheck)); in CheckSpelling()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextChecker.h50 void checkSpelling(const WebPageProxy*, bool startBeforeSelection);
H A DWebTextChecker.cpp74 void WebTextChecker::checkSpelling(const WebPageProxy* page, bool startBeforeSelection) in checkSpelling() function in WebKit::WebTextChecker
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKTextChecker.cpp54 WebTextChecker::shared()->checkSpelling(toImpl(page), startBeforeSelection); in WKTextCheckerCheckSpelling()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/spelling/model/
H A DSpellingServerOperations.java27 void checkSpelling(JsArrayString words, in checkSpelling() method
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/spelling/
H A DSpellingService.java74 public void checkSpelling( in checkSpelling() method in SpellingService
108 server_.checkSpelling(JsUtil.toJsArrayString(wordsToCheck), in checkSpelling()
/dports/deskutils/appwrapper/AppWrapper/
H A DAppWrapper.classes37 checkSpelling:,
325 checkSpelling:,

12345678910>>...12