Home
last modified time | relevance | path

Searched refs:specialWords (Results 1 – 14 of 14) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dhyphenator.cpp53 specialWords.clear(); in Hyphenator()
216 if (specialWords.contains(word)) in slotHyphenate()
218 outs = specialWords.value(word); in slotHyphenate()
236 if (specialWords.contains(word)) in slotHyphenate()
238 outs = specialWords.value(word); in slotHyphenate()
303 if (!specialWords.contains(word)) in slotHyphenate()
304 specialWords.insert(word, outs); in slotHyphenate()
H A Dhyphenator.h73 QHash<QString, QString> specialWords; variable
H A Dprefsstructs.h297 QHash<QString, QString> specialWords; //! List of special words to hyphenate member
H A Dprefsmanager.cpp328 appPrefs.hyphPrefs.specialWords.clear(); in initDefaults()
1798 …for (auto hyit = appPrefs.hyphPrefs.specialWords.begin(); hyit != appPrefs.hyphPrefs.specialWords.… in writePref()
2570 appPrefs.hyphPrefs.specialWords.insert(word, hyph); in readPref()
H A Dscribus.cpp2191 tempDoc->docHyphenator->specialWords = m_prefsManager.appPrefs.hyphPrefs.specialWords; in doFileNew()
H A Dscribusdoc.cpp16099 docHyphenator->specialWords = m_docPrefsData.hyphPrefs.specialWords; in setNewPrefs()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dprefs_hyphenator.cpp66 exceptionListWidget->addItems(prefsData->hyphPrefs.specialWords.values()); in restoreDefaults()
85 prefsData->hyphPrefs.specialWords = exceptionList; in saveGuiToPrefs()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dtads.vim26 syn keyword tadsStorageClass local compoundWord formatstring specialWords
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dtads.vim26 syn keyword tadsStorageClass local compoundWord formatstring specialWords
/dports/games/tads/tads-3.0.8/tads2/
H A Dtadsver.uni599 EITHER. These words are at the end of the original specialWords
600 list; for compatibility with past versions, a specialWords list
1610 - "there" has been added a synonym for "it" in the specialWords list
2042 - specialWords has been enhanced. First, in past versions, if a
2043 game contained multiple specialWords statements, the word lists
2044 were additive -- all specialWords lists were used in the game.
2045 This has been changed so that each specialWords statement replaces
2047 to the specialWords list, without removing any of the previously
2048 defined words, by using "modify specialWords". When you use
2054 without 'replace' or 'modify' and a previous specialWords list is
[all …]
H A Dadv.t401 specialWords
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/fileloader/scribus150format/
H A Dscribus150format_save.cpp790 …ing>::Iterator hyit = m_Doc->docHyphenator->specialWords.begin(); hyit != m_Doc->docHyphenator->sp… in writeHyphenatorLists()
H A Dscribus150format.cpp4022 doc->docHyphenator->specialWords.insert(word, hyph); in readHyphen()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/fileloader/scribus134format/
H A Dscribus134format.cpp1868 doc->docHyphenator->specialWords.insert(word, hyph); in readHyphen()