Home
last modified time | relevance | path

Searched refs:service_names (Results 1 – 5 of 5) sorted by relevance

/trunk/main/extensions/source/oooimprovement/
H A Dcorecontroller.cxx62 const Sequence<OUString> service_names(getSupportedServiceNames()); in supportsService() local
63 for (sal_Int32 idx = service_names.getLength()-1; idx>=0; --idx) in supportsService()
64 if(service_name == service_names[idx]) return sal_True; in supportsService()
H A Dinvite_job.cxx103 const Sequence<OUString> service_names(getSupportedServiceNames()); in supportsService() local
104 for (sal_Int32 idx = service_names.getLength()-1; idx>=0; --idx) in supportsService()
105 if(service_name == service_names[idx]) return sal_True; in supportsService()
H A Donlogrotate_job.cxx210 const Sequence<OUString> service_names(getSupportedServiceNames()); in supportsService() local
211 for (sal_Int32 idx = service_names.getLength()-1; idx>=0; --idx) in supportsService()
212 if(service_name == service_names[idx]) return sal_True; in supportsService()
/trunk/main/cppuhelper/source/
H A Dmacro_expander.cxx138 Sequence< OUString > const & service_names = s_get_service_names(); in supportsService() local
139 OUString const * p = service_names.getConstArray(); in supportsService()
140 for ( sal_Int32 nPos = service_names.getLength(); nPos--; ) in supportsService()
/trunk/main/extensions/source/oooimprovecore/
H A Dcore.cxx147 const Sequence<OUString> service_names(getSupportedServiceNames()); in supportsService() local
148 for (sal_Int32 idx = service_names.getLength()-1; idx>=0; --idx) in supportsService()
149 if(service_name == service_names[idx]) return sal_True; in supportsService()

Completed in 17 milliseconds