From e155eaa319e9970f27e3d5e9ceef381c75c126c4 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 26 Nov 2004 14:31:25 +0000 Subject: INTEGRATION: CWS helpcontentbeta (1.1.2); FILE MERGED 2004/09/16 11:45:49 fpe 1.1.2.1: Regular Update --- .../source/text/sbasic/shared/03131700.xhp | 39 ++++++++++++---------- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/helpcontent2/source/text/sbasic/shared/03131700.xhp b/helpcontent2/source/text/sbasic/shared/03131700.xhp index eb468363d6..ae6a866463 100755 --- a/helpcontent2/source/text/sbasic/shared/03131700.xhp +++ b/helpcontent2/source/text/sbasic/shared/03131700.xhp @@ -52,31 +52,34 @@ * Contributor(s): _______________________________________ * * - ************************************************************************--> + ************************************************************************--> + + -GetProcessServiceManager Function [Runtime] +GetProcessServiceManager Function [Runtime] /text/sbasic/shared/03131700.xhp Sun Microsystems, Inc. -converted from old format - fpe +converted from old format - fpe - - -
- GetProcessServiceManager;functionProcessServiceManager;GetProcessServiceManagerGetProcessServiceManager Function [Runtime] - Returns the ProcessServiceManager (central Uno ServiceManager). -
- This function is required when you want to instantiate a service using CreateInstanceWithArguments. - Syntax: - GetProcessServiceManageroServiceManager = GetProcessServiceManager() - Example: - oServiceManager = GetProcessServiceManager() - oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection"); - this is the same as the following statement: - oIntrospection = CreateUnoService("com.sun.star.beans.Introspection") - +
+GetProcessServiceManager function +ProcessServiceManager + +GetProcessServiceManager Function [Runtime] +Returns the ProcessServiceManager (central Uno ServiceManager). +
+This function is required when you want to instantiate a service using CreateInstanceWithArguments. +Syntax: +oServiceManager = GetProcessServiceManager() +Example: +oServiceManager = GetProcessServiceManager() +oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection"); +this is the same as the following statement: +oIntrospection = CreateUnoService("com.sun.star.beans.Introspection") +
-- cgit