Lines Matching refs:rSlotList
681 SvSlotElementList & rSlotList, in WriteSlotParamArray() argument
685 for( sal_uLong n = 0; n < rSlotList.Count(); n++ ) in WriteSlotParamArray()
687 SvSlotElement *pEle = rSlotList.GetObject( n ); in WriteSlotParamArray()
701 sal_uInt16 nCount, SvSlotElementList & rSlotList, in WriteSlots() argument
706 for( sal_uLong n = 0; n < rSlotList.Count(); n++ ) in WriteSlots()
708 rSlotList.Seek(n); in WriteSlots()
709 SvSlotElement * pEle = rSlotList.GetCurObject(); in WriteSlots()
712 rSlotList, pEle->aPrefix, rBase, in WriteSlots()
819 SvSlotElementList & rSlotList, in WriteSlotStubs() argument
824 for( sal_uLong n = 0; n < rSlotList.Count(); n++ ) in WriteSlotStubs()
826 SvSlotElement *pEle = rSlotList.GetObject( n ); in WriteSlotStubs()