Searched refs:rToAdd (Results 1 – 3 of 3) sorted by relevance
709 const ServiceInfo_Impl &rToAdd ) in lcl_MergeDisplayArray() argument720 if (pEntry && pEntry->sDisplayName == rToAdd.sDisplayName) in lcl_MergeDisplayArray()722 if(rToAdd.xSpell.is()) in lcl_MergeDisplayArray()727 pEntry->sSpellImplName = rToAdd.sSpellImplName; in lcl_MergeDisplayArray()728 pEntry->xSpell = rToAdd.xSpell; in lcl_MergeDisplayArray()730 if(rToAdd.xGrammar.is()) in lcl_MergeDisplayArray()735 pEntry->sGrammarImplName = rToAdd.sGrammarImplName; in lcl_MergeDisplayArray()736 pEntry->xGrammar = rToAdd.xGrammar; in lcl_MergeDisplayArray()738 if(rToAdd.xHyph.is()) in lcl_MergeDisplayArray()743 pEntry->sHyphImplName = rToAdd.sHyphImplName; in lcl_MergeDisplayArray()[all …]
194 void SvtFontSubstConfig::AddSubstitution(const SubstitutionStruct& rToAdd) in AddSubstitution() argument196 SubstitutionStructPtr pInsert = new SubstitutionStruct(rToAdd); in AddSubstitution()
57 void AddSubstitution(const SubstitutionStruct& rToAdd);