Searched refs:vba_service_class_ (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sc/source/ui/vba/ |
H A D | helperdecl.hxx | 29 struct vba_service_class_ : public serviceimpl_base< vba_detail::OwnServiceImpl<ImplT_>, WithArgsT > struct 35 vba_service_class_() : baseT() {} in vba_service_class_() argument 44 …explicit vba_service_class_( PostProcessFuncT const& postProcessFunc ) : baseT( postProcessFunc ) … in vba_service_class_() argument
|
H A D | vbatextframe.cxx | 69 sdecl::vba_service_class_<ScVbaTextFrame, sdecl::with_args<true> > serviceImpl;
|
H A D | vbahyperlink.cxx | 235 sdecl::vba_service_class_<ScVbaHyperlink, sdecl::with_args<true> > serviceImpl;
|
H A D | vbaworkbook.cxx | 350 sdecl::vba_service_class_<ScVbaWorkbook, sdecl::with_args<true> > serviceImpl;
|
H A D | vbaglobals.cxx | 292 sdecl::vba_service_class_<ScVbaGlobals, sdecl::with_args<true> > serviceImpl;
|
H A D | vbawindow.cxx | 898 sdecl::vba_service_class_<ScVbaWindow, sdecl::with_args<true> > serviceImpl;
|
H A D | vbaapplication.cxx | 1189 sdecl::vba_service_class_<ScVbaApplication, sdecl::with_args<false> > serviceImpl;
|
H A D | vbaworksheet.cxx | 1040 sdecl::vba_service_class_<ScVbaWorksheet, sdecl::with_args<true> > serviceImpl;
|
H A D | vbarange.cxx | 5756 sdecl::vba_service_class_<ScVbaRange, sdecl::with_args<true> > serviceImpl;
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | helperdecl.hxx | 31 struct vba_service_class_ : public serviceimpl_base< detail::OwnServiceImpl<ImplT_>, WithArgsT > struct 37 vba_service_class_() : baseT() {} in vba_service_class_() function 46 …explicit vba_service_class_( PostProcessFuncT const& postProcessFunc ) : baseT( postProcessFunc ) … in vba_service_class_() function
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbaglobals.cxx | 183 sdecl::vba_service_class_<SwVbaGlobals, sdecl::with_args<true> > serviceImpl;
|
H A D | vbawrapformat.cxx | 241 sdecl::vba_service_class_<SwVbaWrapFormat, sdecl::with_args<true> > serviceImpl;
|
H A D | vbadocument.cxx | 371 sdecl::vba_service_class_<SwVbaDocument, sdecl::with_args<true> > serviceImpl;
|
/aoo41x/main/vbahelper/source/msforms/ |
H A D | vbauserform.cxx | 262 sdecl::vba_service_class_<ScVbaUserForm, sdecl::with_args<true> > serviceImpl;
|
Completed in 89 milliseconds