Searched refs:supported_services (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | Factory.java | 63 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()
|
/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | Factory_Test.java | 123 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()
|
/aoo41x/main/scripting/source/provider/ |
H A D | MasterScriptProviderFactory.cxx | 136 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 D | BrowseNodeFactoryImpl.cxx | 780 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()
|
/aoo41x/main/ucb/source/ucp/expand/ |
H A D | ucpexpand.cxx | 173 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()
|
/aoo41x/main/jurt/com/sun/star/comp/loader/ |
H A D | FactoryHelper.java | 533 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 23 milliseconds