Searched refs:aCfgSpellTable (Results 1 – 1 of 1) sorted by relevance
546 LangImplNameTable aCfgSpellTable; member in SvxLinguData_Impl571 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 36 milliseconds