Searched refs:MyCounterImpl (Results 1 – 1 of 1) sorted by relevance
59 class MyCounterImpl class70 MyCounterImpl( const Reference< XMultiServiceFactory > & xServiceManager ) in MyCounterImpl() function in MyCounterImpl73 ~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 263 milliseconds