Lines Matching refs:pEle
395 SvClassElement * pEle = aClassList.GetObject( n ); in WriteContextSvIdl() local
398 << pEle->GetPrefix().GetBuffer(); in WriteContextSvIdl()
399 if( pEle->GetAutomation() ) in WriteContextSvIdl()
402 if( pEle->GetPrefix().Len() ) in WriteContextSvIdl()
403 rOutStm << ' ' << pEle->GetPrefix().GetBuffer(); in WriteContextSvIdl()
687 SvSlotElement *pEle = rSlotList.GetObject( n ); in WriteSlotParamArray() local
688 SvMetaSlot *pAttr = pEle->xSlot; in WriteSlotParamArray()
709 SvSlotElement * pEle = rSlotList.GetCurObject(); in WriteSlots() local
710 SvMetaSlot * pAttr = pEle->xSlot; in WriteSlots()
712 rSlotList, pEle->aPrefix, rBase, in WriteSlots()
768 SvClassElement * pEle = aClassList.GetObject( n ); in InsertSlots() local
769 SvMetaClass * pCl = pEle->GetClass(); in InsertSlots()
771 if( rPre.Len() && pEle->GetPrefix().Len() ) in InsertSlots()
773 rPre += pEle->GetPrefix(); in InsertSlots()
801 SvClassElement * pEle = aClassList.GetObject( n ); in FillClasses() local
802 SvMetaClass * pCl = pEle->GetClass(); in FillClasses()
826 SvSlotElement *pEle = rSlotList.GetObject( n ); in WriteSlotStubs() local
827 SvMetaSlot *pAttr = pEle->xSlot; in WriteSlotStubs()
878 SvSlotElement *pEle = aSlotList.GetObject( n ); in WriteSfx() local
879 SvMetaSlot *pSlot = pEle->xSlot; in WriteSfx()
931 SvSlotElement* pEle = aSlotList.GetCurObject(); in WriteSfx() local
932 SvMetaSlot* pAttr = pEle->xSlot; in WriteSfx()