Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dhelperdecl.hxx31 typedef serviceimpl_base< detail::OwnServiceImpl<ImplT_>, WithArgsT > baseT; typedef
35 vba_service_class_() : baseT() {} in vba_service_class_()
44 …explicit vba_service_class_( PostProcessFuncT const& postProcessFunc ) : baseT( postProcessFunc ) … in vba_service_class_()
/trunk/main/vbahelper/inc/vbahelper/
H A Dhelperdecl.hxx33 typedef serviceimpl_base< detail::OwnServiceImpl<ImplT_>, WithArgsT > baseT; typedef
37 vba_service_class_() : baseT() {} in vba_service_class_()
46 …explicit vba_service_class_( PostProcessFuncT const& postProcessFunc ) : baseT( postProcessFunc ) … in vba_service_class_()
/trunk/main/comphelper/inc/comphelper/
H A Dservicedecl.hxx291 typedef serviceimpl_base< detail::ServiceImpl<ImplT_>, WithArgsT > baseT; typedef
295 class_() : baseT() {} in class_()
304 explicit class_( PostProcessFuncT const& postProcessFunc ) : baseT( postProcessFunc ) {} in class_()

Completed in 19 milliseconds