Lines Matching refs:pRef
43 uno::WeakReference< uno::XInterface >* pRef = mpList->First(); in ~SvUnoWeakContainer() local
44 while( pRef ) in ~SvUnoWeakContainer()
47 pRef = mpList->GetCurObject(); in ~SvUnoWeakContainer()
55 uno::WeakReference< uno::XInterface >* pRef = mpList->First(); in insert() local
56 while( pRef ) in insert()
58 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xTestRef( *pRef ); in insert()
62 pRef = mpList->GetCurObject(); in insert()
66 if( *pRef == xRef ) in insert()
69 pRef = mpList->Next(); in insert()
81 uno::WeakReference< uno::XInterface >* pRef = mpList->First(); in findRef() local
82 while( pRef ) in findRef()
84 uno::Reference< ::com::sun::star::uno::XInterface > xTestRef( *pRef ); in findRef()
88 pRef = mpList->GetCurObject(); in findRef()
92 if( (*pSearchFunc)( *pRef, pSearchData ) ) in findRef()
94 rRef = *pRef; in findRef()
98 pRef = mpList->Next(); in findRef()
107 uno::WeakReference< uno::XInterface >* pRef = mpList->First(); in dispose() local
108 while( pRef ) in dispose()
110 uno::Reference< uno::XInterface > xTestRef( *pRef ); in dispose()
118 pRef = mpList->Next(); in dispose()