Lines Matching refs:rCont
91 : rCont( rCont_ ) in OInterfaceIteratorHelper()
93 MutexGuard aGuard( rCont.rMutex ); in OInterfaceIteratorHelper()
94 if( rCont.bInUse ) in OInterfaceIteratorHelper()
96 rCont.copyAndResetInUse(); in OInterfaceIteratorHelper()
101 rCont.bInUse = sal_True; in OInterfaceIteratorHelper()
117 MutexGuard aGuard( rCont.rMutex ); in ~OInterfaceIteratorHelper()
119 bShared = aData.pAsSequence == rCont.aData.pAsSequence && rCont.bIsList; in ~OInterfaceIteratorHelper()
122 OSL_ENSURE( rCont.bInUse, "OInterfaceContainerHelper must be in use" ); in ~OInterfaceIteratorHelper()
123 rCont.bInUse = sal_False; in ~OInterfaceIteratorHelper()
160 rCont.removeInterface( * reinterpret_cast< const Reference< XInterface > * >( &p ) ); in remove()
165 …rCont.removeInterface( * reinterpret_cast< const Reference< XInterface > * >(&aData.pAsInterface)); in remove()