Searched refs:CTestListener (Results 1 – 3 of 3) sorted by relevance
39 …Reference< XInterface > CTestListener::_getInstance(const Reference< XMultiServiceFactory >& rSMgr) in _getInstance()43 return Reference< XInterface >(static_cast<XEventListener*>(new CTestListener(rSMgr))); in _getInstance()46 … const char* CTestListener::aImplementationName = "com.sun.star.comp.xml.dom.events.TestListener";47 const char* CTestListener::aSupportedServiceNames[] = {52 OUString CTestListener::_getImplementationName() in _getImplementationName()56 Sequence<OUString> CTestListener::_getSupportedServiceNames() in _getSupportedServiceNames()66 Sequence< OUString > SAL_CALL CTestListener::getSupportedServiceNames() in getSupportedServiceNames()69 return CTestListener::_getSupportedServiceNames(); in getSupportedServiceNames()72 OUString SAL_CALL CTestListener::getImplementationName() in getImplementationName()75 return CTestListener::_getImplementationName(); in getImplementationName()[all …]
58 class CTestListener class80 CTestListener( in CTestListener() function in DOM::events::CTestListener85 virtual ~CTestListener();
91 … else if (CTestListener::_getImplementationName().compareToAscii( pImplementationName ) == 0 ) in component_getFactory()95 xServiceManager, CTestListener::_getImplementationName(), in component_getFactory()96 CTestListener::_getInstance, CTestListener::_getSupportedServiceNames())); in component_getFactory()