Home
last modified time | relevance | path

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

/aoo42x/main/odk/examples/cpp/counter/
H A Dcounter.cxx59 class MyCounterImpl class
70 MyCounterImpl( const Reference< XMultiServiceFactory > & xServiceManager ) in MyCounterImpl() function in MyCounterImpl
73 ~MyCounterImpl() in ~MyCounterImpl()
105 OUString SAL_CALL MyCounterImpl::getImplementationName( ) in getImplementationName()
112 sal_Bool SAL_CALL MyCounterImpl::supportsService( const OUString& ServiceName ) in supportsService()
124 Sequence<OUString> SAL_CALL MyCounterImpl::getSupportedServiceNames( ) in getSupportedServiceNames()
131 Sequence<OUString> SAL_CALL MyCounterImpl::getSupportedServiceNames_Static( ) in getSupportedServiceNames_Static()
147 return Reference<XInterface>(static_cast<XCountable*>(new MyCounterImpl(xMgr))); in MyCounterImpl_create()
217 MyCounterImpl::getSupportedServiceNames_Static() ) ); in component_getFactory()

Completed in 25 milliseconds