Home
last modified time | relevance | path

Searched refs:CTestListener (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/unoxml/source/events/
H A Dtestlistener.cxx43 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 …]
H A Dtestlistener.hxx58 class CTestListener class
80 CTestListener( in CTestListener() function in DOM::events::CTestListener
85 virtual ~CTestListener();
/aoo42x/main/unoxml/source/service/
H A Dservices.cxx91 … 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 10 milliseconds