Lines Matching refs:OnLogRotateJob
180 OnLogRotateJob::OnLogRotateJob(const Reference<XComponentContext>& context) in OnLogRotateJob() function in oooimprovement::OnLogRotateJob
187 OnLogRotateJob::OnLogRotateJob(const Reference<XMultiServiceFactory>& sf) in OnLogRotateJob() function in oooimprovement::OnLogRotateJob
191 OnLogRotateJob::~OnLogRotateJob() in ~OnLogRotateJob()
194 void SAL_CALL OnLogRotateJob::executeAsync( in executeAsync()
208 …sal_Bool SAL_CALL OnLogRotateJob::supportsService(const OUString& service_name) throw(RuntimeExcep… in supportsService()
216 OUString SAL_CALL OnLogRotateJob::getImplementationName() throw(RuntimeException) in getImplementationName()
219 Sequence<OUString> SAL_CALL OnLogRotateJob::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
222 OUString SAL_CALL OnLogRotateJob::getImplementationName_static() in getImplementationName_static()
225 Sequence<OUString> SAL_CALL OnLogRotateJob::getSupportedServiceNames_static() in getSupportedServiceNames_static()
232 Reference<XInterface> OnLogRotateJob::Create(const Reference<XComponentContext>& context) in Create()
233 { return *(new OnLogRotateJob(context)); } in Create()
235 Reference<XInterface> OnLogRotateJob::Create(const Reference<XMultiServiceFactory>& sf) in Create()
236 { return *(new OnLogRotateJob(sf)); } in Create()