Lines Matching refs:rCont
83 : rCont( rCont_ ) in OInterfaceIteratorHelper()
85 MutexGuard aGuard( rCont.rMutex ); in OInterfaceIteratorHelper()
86 if( rCont.bInUse ) in OInterfaceIteratorHelper()
88 rCont.copyAndResetInUse(); in OInterfaceIteratorHelper()
93 rCont.bInUse = sal_True; in OInterfaceIteratorHelper()
109 MutexGuard aGuard( rCont.rMutex ); in ~OInterfaceIteratorHelper()
111 bShared = aData.pAsSequence == rCont.aData.pAsSequence && rCont.bIsList; in ~OInterfaceIteratorHelper()
114 OSL_ENSURE( rCont.bInUse, "OInterfaceContainerHelper must be in use" ); in ~OInterfaceIteratorHelper()
115 rCont.bInUse = sal_False; in ~OInterfaceIteratorHelper()
152 rCont.removeInterface( * reinterpret_cast< const Reference< XInterface > * >( &p ) ); in remove()
157 …rCont.removeInterface( * reinterpret_cast< const Reference< XInterface > * >(&aData.pAsInterface)); in remove()