Lines Matching refs:Insert
131 inline void Insert( EN p )\
132 { CN##List::Insert( p ); p->AddRef();}\
133 inline void Insert( EN p, sal_uIntPtr nIndex )\
134 { CN##List::Insert( p, nIndex ); p->AddRef();}\
135 inline void Insert( EN p, EN pOld )\
136 { CN##List::Insert( p, pOld ); p->AddRef();}\
138 { Insert( p, LIST_APPEND );}\
234 inline void Insert( EntryName p ); \
235 inline void Insert( EntryName p, sal_uIntPtr nIndex ); \
236 inline void Insert( EntryName p, EntryName pOld ); \
261 inline void ClassName##MemberList::Insert( EntryName p )\
262 {BaseList::Insert(p);}\
263 inline void ClassName##MemberList::Insert( EntryName p, sal_uIntPtr nIdx )\
264 {BaseList::Insert(p,nIdx);}\
265 inline void ClassName##MemberList::Insert( EntryName p, EntryName pOld )\
266 {BaseList::Insert(p,pOld);}\