Searched refs:OEMPreloadJob (Results 1 – 3 of 3) sorted by relevance
56 const char* OEMPreloadJob::interfaces[] =61 const char* OEMPreloadJob::implementationName = "com.sun.star.comp.desktop.OEMPreloadJob";62 const char* OEMPreloadJob::serviceName = "com.sun.star.office.OEMPreloadJob";64 OUString OEMPreloadJob::GetImplementationName() in GetImplementationName()69 Sequence< OUString > OEMPreloadJob::GetSupportedServiceNames() in GetSupportedServiceNames()79 Reference< XInterface > SAL_CALL OEMPreloadJob::CreateInstance( in CreateInstance()84 return (XComponent*) ( new OEMPreloadJob( rSMgr ) ); in CreateInstance()87 OEMPreloadJob::OEMPreloadJob( const Reference< XMultiServiceFactory >& xFactory ) : in OEMPreloadJob() function in desktop::OEMPreloadJob93 OEMPreloadJob::~OEMPreloadJob() in ~OEMPreloadJob()98 void SAL_CALL OEMPreloadJob::dispose() throw ( RuntimeException ) in dispose()[all …]
50 OEMPreloadJob::serviceName,57 OEMPreloadJob::implementationName, 66 OEMPreloadJob::CreateInstance,74 OEMPreloadJob::interfaces,
45 class OEMPreloadJob : public ::cppu::WeakImplHelper3< XJob, XComponent, XServiceInfo > class57 OEMPreloadJob( const Reference < XMultiServiceFactory >& xFactory );58 virtual ~OEMPreloadJob();