Searched refs:service_name (Results 1 – 14 of 14) sorted by relevance
85 … 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() argument149 if(service_name == service_names[idx]) return sal_True; in supportsService()
973 OUString const & service_name, in is_supported_service() argument976 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() local1019 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()
109 …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() argument343 if ( service_name == *pServiceNames ) in supportsService()
60 …sal_Bool SAL_CALL CoreController::supportsService(const OUString& service_name) throw(RuntimeExcep… in supportsService() argument64 if(service_name == service_names[idx]) return sal_True; in supportsService()
50 const OUString& service_name) in writeInfo() argument55 buf.append(service_name); in writeInfo()
101 … sal_Bool SAL_CALL InviteJob::supportsService(const OUString& service_name) throw(RuntimeException) in supportsService() argument105 if(service_name == service_names[idx]) return sal_True; in supportsService()
208 …sal_Bool SAL_CALL OnLogRotateJob::supportsService(const OUString& service_name) throw(RuntimeExcep… in supportsService() argument212 if(service_name == service_names[idx]) return sal_True; in supportsService()
71 virtual ::sal_Bool SAL_CALL supportsService(const ::rtl::OUString& service_name)
69 virtual sal_Bool SAL_CALL supportsService(const ::rtl::OUString& service_name)
70 virtual sal_Bool SAL_CALL supportsService(const ::rtl::OUString& service_name)
75 my $service_name = shift;77 my $rdb_name = $service_name . '.rdb';
250 public final boolean supportsService( String service_name ) in supportsService() argument254 if (m_supported_services[ nPos ].equals( service_name )) in supportsService()
81 public final boolean supportsService( String service_name ) in supportsService() argument85 if (m_supported_services[ nPos ].equals( service_name )) in supportsService()
161 int (*pam_start)(const char *service_name, const char *user,
Completed in 49 milliseconds