Searched refs:pLC (Results 1 – 4 of 4) sorted by relevance
669 OInterfaceContainerHelper * pLC; in fire() local671 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()
462 OInterfaceContainerHelper * pLC = new OInterfaceContainerHelper( rMutex ); in addInterface() local463 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() local643 pMap->push_back(std::pair< sal_Int32, void* >(rKey, pLC)); in addInterface()644 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()
449 OInterfaceContainerHelper * pLC = BroadcastHelperOwner::maBroadcastHelper.getContainer( in FireSelectionChangeListener() local451 if( pLC ) in FireSelectionChangeListener()457 OInterfaceIteratorHelper aIt( *pLC); in FireSelectionChangeListener()
Completed in 37 milliseconds