Searched refs:CTestListener (Results 1 – 3 of 3) sorted by relevance
43 return Reference< XInterface >(static_cast<XEventListener*>(new CTestListener(rSMgr))); in _getInstance()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()78 sal_Bool SAL_CALL CTestListener::supportsService(const OUString& aServiceName) in supportsService()81 Sequence< OUString > supported = CTestListener::_getSupportedServiceNames(); in supportsService()[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()
Completed in 17 milliseconds