Lines Matching refs:mpList
38 mpList = new WeakRefList; in DECLARE_LIST()
43 uno::WeakReference< uno::XInterface >* pRef = mpList->First(); in ~SvUnoWeakContainer()
46 delete mpList->Remove(); in ~SvUnoWeakContainer()
47 pRef = mpList->GetCurObject(); in ~SvUnoWeakContainer()
49 delete mpList; in ~SvUnoWeakContainer()
55 uno::WeakReference< uno::XInterface >* pRef = mpList->First(); in insert()
61 delete mpList->Remove(); in insert()
62 pRef = mpList->GetCurObject(); in insert()
69 pRef = mpList->Next(); in insert()
73 mpList->Insert( new uno::WeakReference< uno::XInterface >( xRef ) ); in insert()
81 uno::WeakReference< uno::XInterface >* pRef = mpList->First(); in findRef()
87 delete mpList->Remove(); in findRef()
88 pRef = mpList->GetCurObject(); in findRef()
98 pRef = mpList->Next(); in findRef()
107 uno::WeakReference< uno::XInterface >* pRef = mpList->First(); in dispose()
118 pRef = mpList->Next(); in dispose()