Searched refs:OnLogRotateJob (Results 1 – 3 of 3) sorted by relevance
180 OnLogRotateJob::OnLogRotateJob(const Reference<XComponentContext>& context) in OnLogRotateJob() function in oooimprovement::OnLogRotateJob187 OnLogRotateJob::OnLogRotateJob(const Reference<XMultiServiceFactory>& sf) in OnLogRotateJob() function in oooimprovement::OnLogRotateJob191 OnLogRotateJob::~OnLogRotateJob() in ~OnLogRotateJob()194 void SAL_CALL OnLogRotateJob::executeAsync( in executeAsync()216 OUString SAL_CALL OnLogRotateJob::getImplementationName() throw(RuntimeException) in getImplementationName()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()[all …]
42 class OnLogRotateJob : public ::cppu::WeakImplHelper2< class57 …OnLogRotateJob(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext>& …58 …OnLogRotateJob(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactor…59 virtual ~OnLogRotateJob();
77 if (impl_name.equals(OnLogRotateJob::getImplementationName_static())) in component_getFactory()78 factory = ::cppu::createSingleFactory(sm, impl_name, OnLogRotateJob::Create, names); in component_getFactory()
Completed in 27 milliseconds