Home
last modified time | relevance | path

Searched defs:serviceName (Results 1 – 25 of 132) sorted by relevance

123456

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java89 String serviceName, in Factory()
383 public boolean supportsService(String serviceName) throws com.sun.star.uno.RuntimeException { in supportsService()
449 Field serviceName ; in getServiceFactory() local
481 String serviceName, in getServiceFactory()
493 static public Object createComponentFactory( Class implClass, String serviceName ) in createComponentFactory()
507 …static public boolean writeRegistryServiceInfo(String implName, String serviceName, XRegistryKey r… in writeRegistryServiceInfo()
H A DJavaLoaderFactory.java82 public boolean supportsService(String serviceName) in supportsService()
/trunk/main/jvmaccess/workbench/java/
H A DTestComponent.java67 public boolean supportsService(String serviceName) { in supportsService()
98 private static final String serviceName field in TestComponent
/trunk/main/filter/qa/complex/filter/misc/
H A DTypeDetection6FileFormat.java100 private void checkFileFormatSupport(String serviceName) in checkFileFormatSupport()
129 public XInterface getTestObject(String serviceName) throws Exception in getTestObject()
H A DFinalizedMandatoryTest.java113 private XInterface getTestObject(String serviceName) throws Exception in getTestObject()
149 private void checkReadonlySupport(String serviceName) in checkReadonlySupport()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DPropertyBag.java266 final String serviceName = "com.sun.star.beans.PropertyBag"; in createEmptyBag() local
288 final String serviceName = "com.sun.star.beans.PropertyBag"; in createStandardBag() local
/trunk/main/stoc/source/uriproc/
H A DsupportsService.cxx37 rtl::OUString const & serviceName) in supportsService()
/trunk/main/desktop/source/splash/
H A Dfirststart.hxx78 static const char* serviceName; member in desktop::FirstStart
/trunk/main/desktop/source/so_comp/
H A Devaluation.hxx80 static const char* serviceName; member in desktop::SOEvaluation
H A Doemjob.hxx80 static const char* serviceName; member in desktop::OEMPreloadJob
/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice1_impl.cxx207 sal_Bool MyService1Impl::supportsService( OUString const & serviceName ) in supportsService()
218 OUString serviceName( RTL_CONSTASCII_USTRINGPARAM("my_module.MyService1") ); in getSupportedServiceNames() local
/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/
H A DTestComponentA.java48 public boolean supportsService( /*IN*/String serviceName ) { in supportsService()
H A DTestComponentB.java78 public boolean supportsService( /*IN*/String serviceName ) { in supportsService()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxIndexColumnDescriptor.java73 public boolean supportsService(String serviceName) { in supportsService()
H A DSdbcxKeyColumnDescriptor.java72 public boolean supportsService(String serviceName) { in supportsService()
H A DSdbcxViewDescriptor.java118 public boolean supportsService(String serviceName) { in supportsService()
H A DSdbcxIndexDescriptor.java109 public boolean supportsService(String serviceName) { in supportsService()
H A DSdbcxKeyDescriptor.java128 public boolean supportsService(String serviceName) { in supportsService()
H A DSdbcxTableDescriptor.java124 public boolean supportsService(String serviceName) { in supportsService()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java308 private Object queryServiceFactory(String serviceName) in queryServiceFactory()
681 public XEnumeration createContentEnumeration( String serviceName ) in createContentEnumeration()
715 public boolean supportsService( String serviceName ) in supportsService()
846 public boolean supportsService( String serviceName ) in supportsService()
/trunk/main/shell/source/unix/exec/
H A Dshellexecentry.cxx92 OUString serviceName( RTL_CONSTASCII_USTRINGPARAM(SHELLEXEC_SERVICE_NAME) ); in component_getFactory() local
/trunk/main/i18npool/inc/
H A Dinputsequencechecker.hxx65 const sal_Char *serviceName; member in com::sun::star::i18n::InputSequenceCheckerImpl
/trunk/main/scripting/source/provider/
H A DMasterScriptProviderFactory.cxx131 ::rtl::OUString const & serviceName ) in supportsService()
/trunk/main/avmedia/source/java/
H A DManager.java105 public synchronized boolean supportsService( String serviceName ) in supportsService()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DConstantInstanceProvider.java89 public void setInstance(String serviceName) throws com.sun.star.uno.Exception { in setInstance()

Completed in 74 milliseconds

123456