Lines Matching refs:aCfgThesTable
548 LangImplNameTable aCfgThesTable; member in SvxLinguData_Impl
575 const LangImplNameTable & GetThesTable() const { return aCfgThesTable; } in GetThesTable()
576 LangImplNameTable & GetThesTable() { return aCfgThesTable; } in GetThesTable()
620 case TYPE_THES : pTable = &aCfgThesTable; break; in GetSortedImplNames()
902 aCfgThesTable[ nLang ] = aCfgSvcs; in SvxLinguData_Impl()
915 aCfgThesTable (rData.aCfgThesTable), in SvxLinguData_Impl()
931 aCfgThesTable = rData.aCfgThesTable; in operator =()
1086 if (!aCfgThesTable.count( nLang ) && bEnable) in Reconfigure()
1087 aCfgThesTable[ nLang ] = Sequence< OUString >(); in Reconfigure()
1088 if (aCfgThesTable.count( nLang )) in Reconfigure()
1089 AddRemove( aCfgThesTable[ nLang ], pInfo->sThesImplName, bEnable ); in Reconfigure()