Searched refs:aSlotList (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/idl/source/objects/ |
| H A D | object.cxx | 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() [all …]
|