Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptlingu.cxx546 LangImplNameTable aCfgSpellTable; member in SvxLinguData_Impl
571 const LangImplNameTable & GetSpellTable() const { return aCfgSpellTable; } in GetSpellTable()
572 LangImplNameTable & GetSpellTable() { return aCfgSpellTable; } in GetSpellTable()
618 case TYPE_SPELL : pTable = &aCfgSpellTable; break; in GetSortedImplNames()
887 aCfgSpellTable[ nLang ] = aCfgSvcs; in SvxLinguData_Impl()
913 aCfgSpellTable (rData.aCfgSpellTable), in SvxLinguData_Impl()
929 aCfgSpellTable = rData.aCfgSpellTable; in operator =()
1038 if (!aCfgSpellTable.count( nLang ) && bEnable) in Reconfigure()
1039 aCfgSpellTable[ nLang ] = Sequence< OUString >(); in Reconfigure()
1040 if (aCfgSpellTable.count( nLang )) in Reconfigure()
[all …]

Completed in 22 milliseconds