Searched refs:aCfgThesTable (Results 1 – 1 of 1) sorted by relevance
548 LangImplNameTable aCfgThesTable; member in SvxLinguData_Impl575 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()[all …]
Completed in 26 milliseconds