Searched refs:rToAdd (Results 1 – 3 of 3) sorted by relevance
709 const ServiceInfo_Impl &rToAdd ) in lcl_MergeDisplayArray() argument722 if(rToAdd.xSpell.is()) in lcl_MergeDisplayArray()728 pEntry->xSpell = rToAdd.xSpell; in lcl_MergeDisplayArray()730 if(rToAdd.xGrammar.is()) 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()744 pEntry->xHyph = rToAdd.xHyph; in lcl_MergeDisplayArray()746 if(rToAdd.xThes.is()) in lcl_MergeDisplayArray()752 pEntry->xThes = rToAdd.xThes; 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);
Completed in 29 milliseconds