Home
last modified time | relevance | path

Searched refs:ServiceManager (Results 1 – 25 of 122) sorted by relevance

12345

/aoo4110/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py92 self.tobj = self.ctx.ServiceManager.createInstanceWithContext( \
94 self.pipe = self.ctx.ServiceManager.createInstanceWithContext( \
98 dataOut = self.ctx.ServiceManager.createInstanceWithContext( \
106 dataInput = self.ctx.ServiceManager.createInstanceWithContext( \
148 unohelper.inspect( uno.getComponentContext().ServiceManager , dev )
152 smgr = uno.getComponentContext().ServiceManager.createInstance(
162 smgr = uno.getComponentContext().ServiceManager.createInstance(
H A Dimporter.py34 self.tobj = self.ctx.ServiceManager.createInstanceWithContext( \
55 … not ("com.sun.star.connection.Acceptor" in ctx.ServiceManager.getAvailableServiceNames()),
58 … not ("com.sun.star.connection.Connector" in ctx.ServiceManager.getAvailableServiceNames()),
63 … ("com.sun.star.connection.Acceptor" in ctx.ServiceManager.getAvailableServiceNames()) )
65 … ("com.sun.star.connection.Connector" in ctx.ServiceManager.getAvailableServiceNames()))
H A Dtestcomp.py28 ctx.ServiceManager.insert( comp)
30 bridgetest = ctx.ServiceManager.createInstanceWithContext( "com.sun.star.test.bridge.BridgeTest", c…
/aoo4110/main/jurt/com/sun/star/comp/servicemanager/
H A DServiceManager.java67 public class ServiceManager implements XMultiServiceFactory, class
99 public ServiceManager() { in ServiceManager() method in ServiceManager
108 public ServiceManager( XComponentContext xContext ) { in ServiceManager() method in ServiceManager
129 if ( implName.equals(ServiceManager.class.getName()) ) in getServiceFactory()
659 UNO_TYPE = new com.sun.star.uno.Type(ServiceManager.class); in getElementType()
836 return ServiceManager.class.getName(); in getImplementationName()
849 for ( int i=0; i<ServiceManager.supportedServiceNames.length; i++ ) in supportsService()
850 if ( ServiceManager.supportedServiceNames[i].equals(serviceName) ) return true; in supportsService()
865 return ServiceManager.supportedServiceNames; in getSupportedServiceNames()
878 return new ServiceManager(); in createInstance()
[all …]
H A Dmakefile.mk35 JAVAFILES = ServiceManager.java
/aoo4110/main/udkapi/com/sun/star/lang/
H A DRegistryServiceManager.idl27 #include <com/sun/star/lang/ServiceManager.idl>
57 of <type>ServiceManager</type>.
59 @see ServiceManager
63 /** This is a derived ServiceManager service.
65 service com::sun::star::lang::ServiceManager;
75 <type>ServiceManager</type> which is the context to be used
/aoo4110/main/scp2/source/ooo/
H A Dregistryitem_ooo.scp80 Value = "com.sun.star.ServiceManager.1";
94 Value = "com.sun.star.ServiceManager";
344 Subkey = "com.sun.star.ServiceManager";
351 Subkey = "com.sun.star.ServiceManager.1";
358 Subkey = "com.sun.star.ServiceManager.1\CLSID";
365 Subkey = "com.sun.star.ServiceManager.1\NotInsertable";
372 Subkey = "com.sun.star.ServiceManager\CLSID";
379 Subkey = "com.sun.star.ServiceManager\CurVer";
381 Value = "com.sun.star.ServiceManager.1";
386 Subkey = "com.sun.star.ServiceManager\NotInsertable";
/aoo4110/main/pyuno/source/loader/
H A Dpythonloader.py121 return mod.getComponentFactory( implementationName, self.ctx.ServiceManager, regKey )
123 … return implHelper.getComponentFactory( implementationName,regKey,self.ctx.ServiceManager)
132 return mod.writeRegistryInfo( self.ctx.ServiceManager, regKey )
134 return implHelper.writeRegistryInfo( regKey, self.ctx.ServiceManager )
/aoo4110/main/framework/inc/classes/
H A Dservicemanager.hxx75 class ServiceManager class
101 ServiceManager();
115 virtual ~ServiceManager();
/aoo4110/main/jurt/demo/com/sun/star/demo/
H A DDemoServer.java29 import com.sun.star.comp.servicemanager.ServiceManager;
85 ServiceManager serviceManager = new ServiceManager(); in main()
H A DTestOffice.java175 …com.sun.star.comp.servicemanager.ServiceManager smgr = new com.sun.star.comp.servicemanager.Servic… in main()
/aoo4110/main/avmedia/source/viewer/
H A Dmediawindowbase_impl.cxx46 struct ServiceManager struct
79 static const ServiceManager aServiceManagers[] = in createPlayer()
85 …32 i = 0; !xPlayer.is() && ( i < ( sizeof( aServiceManagers ) / sizeof( ServiceManager ) ) ); ++i ) in createPlayer()
/aoo4110/main/pyuno/demo/
H A Dswritercompclient.py26 resolver = localContext.ServiceManager.createInstanceWithContext(
29 remoteSmgr = remoteContext.ServiceManager
H A Dbiblioaccess.py33 localSmgr = localCtx.ServiceManager
37 smgr = ctx.ServiceManager
H A Dooextract.py70 smgrLocal = ctxLocal.ServiceManager
75 smgr = ctx.ServiceManager
H A Dhello_world_comp.py38 desktop = self.ctx.ServiceManager.createInstanceWithContext(
/aoo4110/main/scripting/source/pyprov/
H A Dpythonscript.py79 pathSubst = uno.getComponentContext().ServiceManager.createInstance(
182 …self.m_uriRefFac = ctx.ServiceManager.createInstanceWithContext("com.sun.star.uri.UriReferenceFact…
275 return self.ctx.ServiceManager.createInstanceWithContext(
509 dlgprov = ctx.ServiceManager.createInstanceWithContext(
705 … parser = uno.getComponentContext().ServiceManager.createInstance( "com.sun.star.xml.sax.Parser" )
943 sfa = ctx.ServiceManager.createInstanceWithContext( ucbService, ctx )
/aoo4110/main/pyuno/source/module/
H A Dunohelper.py88 ctx.ServiceManager.createInstanceWithContext( "com.sun.star.beans.Introspection", ctx )
198 smgr = contextRuntime.ServiceManager
218 extSMGR = toBeExtendedContext.ServiceManager
/aoo4110/main/bridges/test/
H A Dtestclient.java104 com.sun.star.comp.servicemanager.ServiceManager smgr = in main()
105 new com.sun.star.comp.servicemanager.ServiceManager(); in main()
/aoo4110/main/xmlsecurity/source/component/
H A Dcertificatecontainer.cxx157 CertificateContainer::impl_createFactory( const Reference< XMultiServiceFactory >& ServiceManager ) in impl_createFactory() argument
160 Reference< XSingleServiceFactory > xReturn( ::cppu::createOneInstanceFactory( ServiceManager, in impl_createFactory()
/aoo4110/main/extensions/test/pgp/
H A DTestPGP.java120 …com.sun.star.comp.servicemanager.ServiceManager smgr = new com.sun.star.comp.servicemanager.Servic… in main()
/aoo4110/main/dtrans/source/win32/dtobj/
H A DFetcList.cxx180 CFormatRegistrar::CFormatRegistrar( const Reference< XMultiServiceFactory >& ServiceManager, in CFormatRegistrar() argument
184 m_SrvMgr( ServiceManager ) in CFormatRegistrar()
H A DDOTransferable.cxx93 const Reference< XMultiServiceFactory >& ServiceManager, IDataObjectPtr rDataObject ) : in CDOTransferable()
95 m_SrvMgr( ServiceManager ), in CDOTransferable()
/aoo4110/main/extensions/test/ole/DCOM/dcom_test/
H A Dreadme.txt3 Set objServiceManager = CreateObject("com.sun.star.ServiceManager", "\\jl-1036")
/aoo4110/main/extensions/test/ole/cpptest/
H A Dreadme.txt1 Creates the com.sun.star.ServiceManager with CoCreateInstance in a cpp program.

Completed in 133 milliseconds

12345