Home
last modified time | relevance | path

Searched refs:OptionDependency (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/
H A DHunspellInterface.cpp327 void HunspellInterface::UpdatePossibleValues(SpellCheckEngineOption& OptionDependency, SpellCheckEn… in UpdatePossibleValues() argument
329 if ( (OptionDependency.GetName().IsSameAs(_T("dictionary-path"))) in UpdatePossibleValues()
333 wxString strDictionaryPath = OptionDependency.GetValueAsString(); in UpdatePossibleValues()
349 OptionDependency.GetText().c_str(), OptionToUpdate.GetText().c_str()); in UpdatePossibleValues()
H A DHunspellInterface.h58 …virtual void UpdatePossibleValues(SpellCheckEngineOption& OptionDependency, SpellCheckEngineOption…
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/wxspellchecker/include/
H A DSpellCheckEngineInterface.h62 …virtual void UpdatePossibleValues(SpellCheckEngineOption& WXUNUSED(OptionDependency), SpellCheckEn… in UpdatePossibleValues() argument