Lines Matching refs:rToAdd
709 const ServiceInfo_Impl &rToAdd ) in lcl_MergeDisplayArray() argument
720 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()
744 pEntry->xHyph = rToAdd.xHyph; in lcl_MergeDisplayArray()
746 if(rToAdd.xThes.is()) in lcl_MergeDisplayArray()
751 pEntry->sThesImplName = rToAdd.sThesImplName; in lcl_MergeDisplayArray()
752 pEntry->xThes = rToAdd.xThes; in lcl_MergeDisplayArray()
758 rData.GetDisplayServiceArray().push_back( rToAdd ); in lcl_MergeDisplayArray()