Home
last modified time | relevance | path

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

/aoo4110/main/desktop/source/splash/
H A Dfirststart.cxx39 const char* FirstStart::interfaces[] =
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()
99 ::rtl::OUString SAL_CALL FirstStart::getImplementationName() in getImplementationName()
102 return FirstStart::GetImplementationName(); in getImplementationName()
119 return FirstStart::GetSupportedServiceNames(); in getSupportedServiceNames()
[all …]
H A Dservices_spl.cxx47 FirstStart::serviceName,
54 FirstStart::implementationName,
63 FirstStart::CreateInstance,
71 FirstStart::interfaces,
H A Dfirststart.hxx45 class FirstStart : public ::cppu::WeakImplHelper4< XJob, XJobExecutor, XComponent, XServiceInfo > class
54 FirstStart( const Reference < XMultiServiceFactory >& xFactory );
55 virtual ~FirstStart();

Completed in 11 milliseconds