Home
last modified time | relevance | path

Searched refs:aCfgSvcs (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cui/source/options/
H A Doptlingu.cxx878 Sequence< OUString > aCfgSvcs; in SvxLinguData_Impl() local
884 aCfgSvcs = xLinguSrvcMgr->getConfiguredServices(C2U(cSpell), pAllLocales[nLocale]); in SvxLinguData_Impl()
885 SetChecked( aCfgSvcs ); in SvxLinguData_Impl()
886 if (aCfgSvcs.getLength()) in SvxLinguData_Impl()
887 aCfgSpellTable[ nLang ] = aCfgSvcs; in SvxLinguData_Impl()
889 aCfgSvcs = xLinguSrvcMgr->getConfiguredServices(C2U(cGrammar), pAllLocales[nLocale]); in SvxLinguData_Impl()
890 SetChecked( aCfgSvcs ); in SvxLinguData_Impl()
891 if (aCfgSvcs.getLength()) in SvxLinguData_Impl()
892 aCfgGrammarTable[ nLang ] = aCfgSvcs; in SvxLinguData_Impl()
894 aCfgSvcs = xLinguSrvcMgr->getConfiguredServices(C2U(cHyph), pAllLocales[nLocale]); in SvxLinguData_Impl()
[all …]
/AOO41X/main/editeng/source/misc/
H A Dunolingu.cxx276 Sequence< OUString > aCfgSvcs( in UpdateAll() local
281 const OUString * pCfgSvcs = aCfgSvcs.getConstArray();; in UpdateAll()
286 aCfgSvcs = lcl_RemoveMissingEntries( aCfgSvcs, aAvailSvcs ); in UpdateAll()
288 aCurSvcs[k][ pNodeName[i] ] = aCfgSvcs; in UpdateAll()
317 Sequence< OUString > aCfgSvcs( aCurSvcs[k][ aCfgLocaleStr ] ); in UpdateAll() local
320 aCfgSvcs = lcl_MergeSeq( aCfgSvcs, aNewSvcs ); in UpdateAll()
328 aCurSvcs[k][ aCfgLocaleStr ] = aCfgSvcs; in UpdateAll()