Searched refs:pLC (Results 1 – 4 of 4) sorted by relevance
645 OInterfaceContainerHelper * pLC; in fire() local647 pLC = aVetoableLC.getContainer( pEvts[i].PropertyHandle ); in fire()649 pLC = aBoundLC.getContainer( pEvts[i].PropertyHandle ); in fire()650 if( pLC ) in fire()653 OInterfaceIteratorHelper aIt( *pLC); in fire()698 pLC = rBHelper.aLC.getContainer( in fire()703 pLC = rBHelper.aLC.getContainer( in fire()707 if( pLC ) in fire()710 OInterfaceIteratorHelper aIt( *pLC); in fire()
449 OInterfaceContainerHelper * pLC = new OInterfaceContainerHelper( rMutex ); in addInterface() local450 pMap->push_back(std::pair<Type, void*>(rKey, pLC)); in addInterface()451 return pLC->addInterface( rListener ); in addInterface()626 OInterfaceContainerHelper * pLC = new OInterfaceContainerHelper( rMutex ); in addInterface() local627 pMap->push_back(std::pair< sal_Int32, void* >(rKey, pLC)); in addInterface()628 return pLC->addInterface( rListener ); in addInterface()
114 OInterfaceContainerHelper * pLC = new OInterfaceContainerHelper( rMutex ); in addInterface() local115 m_pMap->push_back(std::pair<key, void*>(rKey, pLC)); in addInterface()116 return pLC->addInterface( rListener ); in addInterface()
435 OInterfaceContainerHelper * pLC = BroadcastHelperOwner::maBroadcastHelper.getContainer( in FireSelectionChangeListener() local437 if( pLC ) in FireSelectionChangeListener()443 OInterfaceIteratorHelper aIt( *pLC); in FireSelectionChangeListener()