Home
last modified time | relevance | path

Searched refs:implName (Results 51 – 75 of 110) sorted by relevance

12345

/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice2_impl.cxx210 sal_Char const * implName, lang::XMultiServiceFactory * xMgr, in component_getFactory() argument
214 implName, xMgr, xRegistry, ::my_sc_impl::s_component_entries ); in component_getFactory()
/trunk/main/bridges/test/java_uno/nativethreadpool/
H A DRelay.java102 String implName, XMultiServiceFactory multiFactory, XRegistryKey regKey) in __getServiceFactory() argument
104 return implName.equals(implementationName) in __getServiceFactory()
H A Dtestnativethreadpoolclient.cxx170 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument
173 implName, serviceManager, registryKey, entries); in component_getFactory()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/urlresolver/
H A DUrlResolver.java139 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory() argument
145 if (implName.equals(UrlResolver.class.getName()) ) in __getServiceFactory()
/trunk/main/odk/examples/java/Spreadsheet/
H A DCalcAddins.java265 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory() argument
270 if (implName.equals(_CalcAddins.class.getName()) ) in __getServiceFactory()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/bridgefactory/
H A DBridgeFactory.java78 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory() argument
84 if (implName.equals(BridgeFactory.class.getName()) ) in __getServiceFactory()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJDBCDriver.java49 public static XSingleComponentFactory __getComponentFactory(String implName) { in __getComponentFactory() argument
51 if (implName.equals(getImplementationNameStatic())) { in __getComponentFactory()
/trunk/main/stoc/source/namingservice/
H A Dnamingservice.cxx84 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in ns_getImplementationName() local
85 pImplName = &implName; in ns_getImplementationName()
/trunk/main/ure/source/uretest/
H A Dcppmain.cc278 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument
281 implName, serviceManager, registryKey, entries); in component_getFactory()
/trunk/main/remotebridges/source/unourl_resolver/
H A Dunourl_resolver.cxx82 static OUString implName( in resolver_getImplementationName() local
84 pImplName = &implName; in resolver_getImplementationName()
/trunk/main/toolkit/source/awt/
H A Dasynccallback.cxx185 const char * implName, void * serviceManager, void * registryKey) in comp_AsyncCallback_component_getFactory() argument
188 implName, serviceManager, registryKey, entries); in comp_AsyncCallback_component_getFactory()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DPipedConnection.java69 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory() argument
75 if (implName.equals(PipedConnection.class.getName()) ) in __getServiceFactory()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDriver.java53 public static XSingleComponentFactory __getComponentFactory(String implName) { in __getComponentFactory() argument
55 if (implName.equals(getImplementationNameStatic())) { in __getComponentFactory()
/trunk/main/odk/examples/java/PropertySet/
H A DPropTest.java234 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory() argument
240 if (implName.equals( PropTest.class.getName()) ) in __getServiceFactory()
/trunk/main/stoc/source/loader/
H A Ddllcomponentloader.cxx96 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in loader_getImplementationName() local
97 pImplName = &implName; in loader_getImplementationName()
/trunk/main/xmlsecurity/tools/demo/
H A DJavaFlatFilter.java198 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory() argument
203 if (implName.equals( JavaFlatFilter.class.getName()) ) in __getServiceFactory()
/trunk/main/qadevOOo/testdocs/backend/org/openoffice/
H A DJavaSystemBackend.java155 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory() argument
162 if (implName.equals(JavaSystemBackend.class.getName())) { in __getServiceFactory()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java97 public static XSingleComponentFactory __getComponentFactory( String implName ) in __getComponentFactory() argument
99 if (implName.equals( m_impl_name )) in __getComponentFactory()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java280 String implName, in __getServiceFactory() argument
285 if ( implName.equals(_ExampleAddIn.aImplName) ) in __getServiceFactory()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DAccessBridge.java126 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory() argument
130 if (implName.equals(AccessBridge.class.getName())) { in __getServiceFactory()
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java322 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory() argument
327 if (implName.equals(MyPersistObject.class.getName())) in __getServiceFactory()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunnerService.java306 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory() argument
311 if (implName.equals(RunnerService.class.getName())) in __getServiceFactory()
/trunk/main/filter/source/xsltvalidate/
H A DXSLTValidate.java314 public static XSingleServiceFactory __getServiceFactory(String implName, in __getServiceFactory() argument
319 if (implName.equals(_XSLTValidate.class.getName()) ) { in __getServiceFactory()
/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/
H A DSampleDialog.java80 public static XSingleServiceFactory __getServiceFactory( String implName, in __getServiceFactory() argument
84 if ( implName.equals( SampleDialog.class.getName() ) ) { in __getServiceFactory()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx413 OUString implName = OUString::createFromAscii( pImplName ); in component_getFactory() local
414 if ( implName.equals(XMLFilterDialogComponent_getImplementationName()) ) in component_getFactory()

Completed in 98 milliseconds

12345