Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx669 OInterfaceContainerHelper * pLC; in fire() local
671 pLC = aVetoableLC.getContainer( pEvts[i].PropertyHandle ); in fire()
673 pLC = aBoundLC.getContainer( pEvts[i].PropertyHandle ); in fire()
674 if( pLC ) in fire()
677 OInterfaceIteratorHelper aIt( *pLC); in fire()
722 pLC = rBHelper.aLC.getContainer( in fire()
727 pLC = rBHelper.aLC.getContainer( in fire()
731 if( pLC ) in fire()
734 OInterfaceIteratorHelper aIt( *pLC); in fire()
H A Dinterfacecontainer.cxx462 OInterfaceContainerHelper * pLC = new OInterfaceContainerHelper( rMutex ); in addInterface() local
463 pMap->push_back(std::pair<Type, void*>(rKey, pLC)); in addInterface()
464 return pLC->addInterface( rListener ); in addInterface()
642 OInterfaceContainerHelper * pLC = new OInterfaceContainerHelper( rMutex ); in addInterface() local
643 pMap->push_back(std::pair< sal_Int32, void* >(rKey, pLC)); in addInterface()
644 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.cxx449 OInterfaceContainerHelper * pLC = BroadcastHelperOwner::maBroadcastHelper.getContainer( in FireSelectionChangeListener() local
451 if( pLC ) in FireSelectionChangeListener()
457 OInterfaceIteratorHelper aIt( *pLC); in FireSelectionChangeListener()

Completed in 32 milliseconds