Home
last modified time | relevance | path

Searched refs:supported_services (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java63 Class impl_class, String impl_name, String supported_services [] ) in createComponentFactory() argument
66 return new Factory( impl_class, impl_name, supported_services ); in createComponentFactory()
83 Class impl_class, String supported_services [] ) in createComponentFactory() argument
87 impl_class, impl_class.getName(), supported_services ); in createComponentFactory()
101 String impl_name, String supported_services [], XRegistryKey xKey ) in writeRegistryServiceInfo() argument
106 for ( int nPos = 0; nPos < supported_services.length; ++nPos ) in writeRegistryServiceInfo()
108 xNewKey.createKey( supported_services[ nPos ] ); in writeRegistryServiceInfo()
132 Class impl_class, String impl_name, String supported_services [] ) in Factory() argument
135 m_supported_services = supported_services; in Factory()
/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java123 String supported_services [] = xInfo.getSupportedServiceNames(); in service_info_test() local
124 if (supported_services.length != m_supported_services.length) in service_info_test()
129 for ( int nPos = 0; nPos < supported_services.length; ++nPos ) in service_info_test()
131 if (! supported_services[ nPos ].equals( m_supported_services[ nPos ] )) in service_info_test()
/aoo4110/main/scripting/source/provider/
H A DMasterScriptProviderFactory.cxx136 Sequence< ::rtl::OUString > supported_services( in supportsService() local
139 ::rtl::OUString const * ar = supported_services.getConstArray(); in supportsService()
141 for ( sal_Int32 pos = supported_services.getLength(); pos--; ) in supportsService()
H A DBrowseNodeFactoryImpl.cxx780 Sequence< ::rtl::OUString > supported_services( in supportsService() local
783 ::rtl::OUString const * ar = supported_services.getConstArray(); in supportsService()
785 for ( sal_Int32 pos = supported_services.getLength(); pos--; ) in supportsService()
/aoo4110/main/ucb/source/ucp/expand/
H A Ducpexpand.cxx173 uno::Sequence< OUString > supported_services( getSupportedServiceNames() ); in supportsService() local
174 OUString const * ar = supported_services.getConstArray(); in supportsService()
175 for ( sal_Int32 pos = supported_services.getLength(); pos--; ) in supportsService()
/aoo4110/main/jurt/com/sun/star/comp/loader/
H A DFactoryHelper.java533 String impl_name, String supported_services [], XRegistryKey xKey ) in writeRegistryServiceInfo() argument
538 for ( int nPos = 0; nPos < supported_services.length; ++nPos ) in writeRegistryServiceInfo()
540 xNewKey.createKey( supported_services[ nPos ] ); in writeRegistryServiceInfo()

Completed in 32 milliseconds