Lines Matching refs:OEMPreloadJob

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::OEMPreloadJob
93 OEMPreloadJob::~OEMPreloadJob() in ~OEMPreloadJob()
98 void SAL_CALL OEMPreloadJob::dispose() throw ( RuntimeException ) in dispose()
105 void SAL_CALL OEMPreloadJob::addEventListener( const Reference< XEventListener > & aListener) throw… in addEventListener()
110 void SAL_CALL OEMPreloadJob::removeEventListener( const Reference< XEventListener > & aListener ) t… in removeEventListener()
116 ::rtl::OUString SAL_CALL OEMPreloadJob::getImplementationName() in getImplementationName()
119 return OEMPreloadJob::GetImplementationName(); in getImplementationName()
122 sal_Bool SAL_CALL OEMPreloadJob::supportsService( const ::rtl::OUString& rServiceName ) in supportsService()
133 Sequence< ::rtl::OUString > SAL_CALL OEMPreloadJob::getSupportedServiceNames() in getSupportedServiceNames()
136 return OEMPreloadJob::GetSupportedServiceNames(); in getSupportedServiceNames()
140 Any SAL_CALL OEMPreloadJob::execute(const Sequence<NamedValue>&) in execute()
251 sal_Bool OEMPreloadJob::checkOEMPreloadFlag() in checkOEMPreloadFlag()
264 void OEMPreloadJob::disableOEMPreloadFlag() in disableOEMPreloadFlag()