20 #ifndef INCLUDED_SC_SOURCE_UI_VBA_HELPERDECL_HXX
21 #define INCLUDED_SC_SOURCE_UI_VBA_HELPERDECL_HXX
26 template <
typename ImplT_,
typename WithArgsT = with_args<false> >
29 typedef serviceimpl_base< detail::OwnServiceImpl<ImplT_>, WithArgsT >
baseT;
34 template <
typename PostProcessFuncT>
42 explicit vba_service_class_( PostProcessFuncT
const& postProcessFunc ) : baseT( postProcessFunc ) {}
serviceimpl_base< detail::OwnServiceImpl< ImplT_ >, WithArgsT > baseT
vba_service_class_()
Default ctor.
vba_service_class_(PostProcessFuncT const &postProcessFunc)
Ctor to pass a post processing function/functor.