Lines Matching refs:FirstStart

39 const char* FirstStart::interfaces[] =
44 const char* FirstStart::implementationName = "com.sun.star.comp.desktop.FirstStart";
45 const char* FirstStart::serviceName = "com.sun.star.task.Job";
47 OUString FirstStart::GetImplementationName() in GetImplementationName()
52 Sequence< OUString > FirstStart::GetSupportedServiceNames() in GetSupportedServiceNames()
62 Reference< XInterface > SAL_CALL FirstStart::CreateInstance( in CreateInstance()
67 return (XComponent*) ( new FirstStart( rSMgr ) ); in CreateInstance()
70 FirstStart::FirstStart( const Reference< XMultiServiceFactory >& xFactory ) : in FirstStart() function in desktop::FirstStart
76 FirstStart::~FirstStart() in ~FirstStart()
81 void SAL_CALL FirstStart::dispose() throw ( RuntimeException ) in dispose()
88 void SAL_CALL FirstStart::addEventListener( const Reference< XEventListener > & aListener) throw ( … in addEventListener()
93 void SAL_CALL FirstStart::removeEventListener( const Reference< XEventListener > & aListener ) thro… in removeEventListener()
99 ::rtl::OUString SAL_CALL FirstStart::getImplementationName() in getImplementationName()
102 return FirstStart::GetImplementationName(); in getImplementationName()
105 sal_Bool SAL_CALL FirstStart::supportsService( const ::rtl::OUString& rServiceName ) in supportsService()
116 Sequence< ::rtl::OUString > SAL_CALL FirstStart::getSupportedServiceNames() in getSupportedServiceNames()
119 return FirstStart::GetSupportedServiceNames(); in getSupportedServiceNames()
123 Any SAL_CALL FirstStart::execute(const Sequence<NamedValue>& args) in execute()
139 void SAL_CALL FirstStart::trigger(const OUString&) in trigger()