Home
last modified time | relevance | path

Searched refs:pLC (Results 1 – 4 of 4) sorted by relevance

/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx645 OInterfaceContainerHelper * pLC; in fire() local
647 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()
H A Dinterfacecontainer.cxx449 OInterfaceContainerHelper * pLC = new OInterfaceContainerHelper( rMutex ); in addInterface() local
450 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() local
627 pMap->push_back(std::pair< sal_Int32, void* >(rKey, pLC)); in addInterface()
628 return pLC->addInterface( rListener ); in addInterface()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.hxx114 OInterfaceContainerHelper * pLC = new OInterfaceContainerHelper( rMutex ); in addInterface() local
115 m_pMap->push_back(std::pair<key, void*>(rKey, pLC)); in addInterface()
116 return pLC->addInterface( rListener ); in addInterface()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx435 OInterfaceContainerHelper * pLC = BroadcastHelperOwner::maBroadcastHelper.getContainer( in FireSelectionChangeListener() local
437 if( pLC ) in FireSelectionChangeListener()
443 OInterfaceIteratorHelper aIt( *pLC); in FireSelectionChangeListener()