Lines Matching refs:aSlotList
873 SvSlotElementList aSlotList; in WriteSfx() local
874 InsertSlots(aSlotList, aSuperList, classList, ByteString(), rBase); in WriteSfx()
876 for ( n=0; n<aSlotList.Count(); n++ ) in WriteSfx()
878 SvSlotElement *pEle = aSlotList.GetObject( n ); in WriteSfx()
883 sal_uLong nSlotCount = aSlotList.Count(); in WriteSfx()
886 sal_uInt16 nArgCount = WriteSlotParamArray( rBase, aSlotList, rOutStm ); in WriteSfx()
898 WriteSlotStubs( GetName(), aSlotList, aStringList, rOutStm ); in WriteSfx()
913 WriteSlots( GetName(), 0, aSlotList, rBase, rOutStm ); in WriteSfx()
928 for( n=0; n<aSlotList.Count(); n++ ) in WriteSfx()
930 aSlotList.Seek(n); in WriteSfx()
931 SvSlotElement* pEle = aSlotList.GetCurObject(); in WriteSfx()
936 for ( n=0; n<aSlotList.Count(); n++ ) in WriteSfx()
937 delete aSlotList.GetObject(n); in WriteSfx()