Home
last modified time | relevance | path

Searched refs:aSlotList (Results 1 – 1 of 1) sorted by relevance

/trunk/main/idl/source/objects/
H A Dobject.cxx873 SvSlotElementList aSlotList; in WriteSfx() local
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()
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 33 milliseconds