Home
last modified time | relevance | path

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

/trunk/main/extensions/source/oooimprovement/
H A Donlogrotate_job.cxx180 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()
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 …]
H A Donlogrotate_job.hxx42 class OnLogRotateJob : public ::cppu::WeakImplHelper2< class
57OnLogRotateJob(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext>& …
58OnLogRotateJob(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactor…
59 virtual ~OnLogRotateJob();
H A Doooimprovement_exports.cxx77 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 18 milliseconds