Home
last modified time | relevance | path

Searched refs:service_name (Results 1 – 14 of 14) sorted by relevance

/aoo41x/main/extensions/source/oooimprovecore/
H A Dcore.cxx85 … virtual sal_Bool SAL_CALL supportsService(const OUString& service_name) throw(RuntimeException);
145 sal_Bool SAL_CALL Core::supportsService(const OUString& service_name) throw(RuntimeException) in supportsService() argument
149 if(service_name == service_names[idx]) return sal_True; in supportsService()
/aoo41x/main/stoc/source/implementationregistration/
H A Dimplreg.cxx973 OUString const & service_name, in is_supported_service() argument
976 if (xService_td->getName().equals( service_name )) in is_supported_service()
983 if (is_supported_service( service_name, p[ nPos ] )) in is_supported_service()
1010 OUString service_name( xSingleton->getStringValue() ); in insert_singletons() local
1019 if (! existing_name.equals( service_name )) in insert_singletons()
1044 if (! is_supported_service( service_name, xExistingService_td )) in insert_singletons()
1054 buf.append( service_name ); in insert_singletons()
1070 xKey2->setStringValue( service_name ); in insert_singletons()
1077 xKey2->setStringValue( service_name ); in insert_singletons()
/aoo41x/main/extensions/source/logging/
H A Dcsvformatter.cxx109 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& service_name ) throw(RuntimeEx…
336 …::sal_Bool SAL_CALL CsvFormatter::supportsService( const ::rtl::OUString& service_name ) throw(Run… in supportsService() argument
343 if ( service_name == *pServiceNames ) in supportsService()
/aoo41x/main/extensions/source/oooimprovement/
H A Doooimprovement_exports.cxx50 const OUString& service_name) in writeInfo() argument
55 buf.append(service_name); in writeInfo()
H A Dcorecontroller.cxx60 …sal_Bool SAL_CALL CoreController::supportsService(const OUString& service_name) throw(RuntimeExcep… in supportsService() argument
64 if(service_name == service_names[idx]) return sal_True; in supportsService()
H A Dinvite_job.cxx101 … sal_Bool SAL_CALL InviteJob::supportsService(const OUString& service_name) throw(RuntimeException) in supportsService() argument
105 if(service_name == service_names[idx]) return sal_True; in supportsService()
H A Donlogrotate_job.cxx208 …sal_Bool SAL_CALL OnLogRotateJob::supportsService(const OUString& service_name) throw(RuntimeExcep… in supportsService() argument
212 if(service_name == service_names[idx]) return sal_True; in supportsService()
H A Dcorecontroller.hxx71 virtual ::sal_Bool SAL_CALL supportsService(const ::rtl::OUString& service_name)
H A Dinvite_job.hxx69 virtual sal_Bool SAL_CALL supportsService(const ::rtl::OUString& service_name)
H A Donlogrotate_job.hxx70 virtual sal_Bool SAL_CALL supportsService(const ::rtl::OUString& service_name)
/aoo41x/main/cppuhelper/test/
H A Dtestdefaultbootstrapping.pl75 my $service_name = shift;
77 my $rdb_name = $service_name . '.rdb';
/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java81 public final boolean supportsService( String service_name ) in supportsService() argument
85 if (m_supported_services[ nPos ].equals( service_name )) in supportsService()
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java250 public final boolean supportsService( String service_name ) in supportsService() argument
254 if (m_supported_services[ nPos ].equals( service_name )) in supportsService()
/aoo41x/main/sal/osl/unx/
H A Dsecurity.c161 int (*pam_start)(const char *service_name, const char *user,

Completed in 63 milliseconds