Lines Matching refs:aCfgSpellTable
546 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()
1041 AddRemove( aCfgSpellTable[ nLang ], pInfo->sSpellImplName, bEnable ); in Reconfigure()