Searched refs:aSlotList (Results 1 – 1 of 1) sorted by relevance
873 SvSlotElementList aSlotList; in WriteSfx() local876 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()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()[all …]
Completed in 18 milliseconds