Lines Matching refs:rList

1041 void SvMetaSlot::Insert( SvSlotElementList& rList, const ByteString & rPrefix,  in Insert()  argument
1046 sal_uInt16 nListCount = (sal_uInt16) rList.Count(); in Insert()
1053 nPos = rList.GetObject(0)->xSlot->GetSlotId().GetValue() >= nId ? 0 : 1; in Insert()
1063 int nDiff = (int) nId - (int) rList.GetObject(nMid)->xSlot->GetSlotId().GetValue(); in Insert()
1087 (sal_uInt16) rList.GetObject(nPos)->xSlot->GetSlotId().GetValue(), in Insert()
1090 (sal_uInt16) rList.GetObject(nPos-1)->xSlot->GetSlotId().GetValue(), in Insert()
1093 (sal_uInt16) rList.GetObject(nPos+1)->xSlot->GetSlotId().GetValue(), in Insert()
1096 rList.Insert( new SvSlotElement( this, rPrefix ), nPos ); in Insert()
1152 xEnumSlot->Insert( rList, rPrefix, rBase); in Insert()
1162 rList.Seek((sal_uLong)0); in Insert()
1167 pEle = rList.Next(); in Insert()
1193 ByteStringList & rList, in WriteSlotStubs() argument
1215 for( sal_uInt16 n = 0; n < rList.Count(); n++ ) in WriteSlotStubs()
1217 if( *(rList.GetObject(n)) == aMethodName ) in WriteSlotStubs()
1226 rList.Insert( new ByteString(aMethodName), LIST_APPEND ); in WriteSlotStubs()
1239 for ( sal_uInt16 n=0; n < rList.Count(); n++ ) in WriteSlotStubs()
1241 if ( *(rList.GetObject(n)) == aMethodName ) in WriteSlotStubs()
1250 rList.Insert( new ByteString(aMethodName), LIST_APPEND ); in WriteSlotStubs()
1546 const SvMetaAttributeMemberList & rList = in WriteSlotParamArray() local
1548 for( sal_uLong n = 0; n < rList.Count(); n++ ) in WriteSlotParamArray()
1550 SvMetaAttribute * pPar = rList.GetObject( n ); in WriteSlotParamArray()
1562 return (sal_uInt16)rList.Count(); in WriteSlotParamArray()