summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 14:31:25 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 14:31:25 +0000
commite155eaa319e9970f27e3d5e9ceef381c75c126c4 (patch)
treeb728dcba33f4c7e0944c2a87bf21bbe56e0e4fa9
parent111779568475bc161604a05db3d95a39ce1cc353 (diff)
INTEGRATION: CWS helpcontentbeta (1.1.2); FILE MERGED
2004/09/16 11:45:49 fpe 1.1.2.1: Regular Update
-rwxr-xr-xhelpcontent2/source/text/sbasic/shared/03131700.xhp39
1 files 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): _______________________________________
*
*
- ************************************************************************--><helpdocument version="1.0">
+ ************************************************************************-->
+
+<helpdocument version="1.0">
<meta>
<topic id="textsbasicshared03131700xml" indexer="include" status="PUBLISH">
-<title xml-lang="en-US" id="tit">GetProcessServiceManager Function [Runtime]</title>
+<title id="tit" xml-lang="en-US">GetProcessServiceManager Function [Runtime]</title>
<filename>/text/sbasic/shared/03131700.xhp</filename>
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-<lastedited date="2003-10-31T00:00:00">converted from old format - fpe</lastedited>
+<lastedited date="2004-08-24T13:57:34">converted from old format - fpe</lastedited>
</history>
</meta>
<body>
-
-
- <section id="getprocessservicemanager">
- <bookmark branch="index" xml-lang="en-US" id="bm_id3153255"><bookmark_value>GetProcessServiceManager;function</bookmark_value><bookmark_value>ProcessServiceManager;GetProcessServiceManager</bookmark_value></bookmark><paragraph id="hd_id3153255" role="heading" level="1" oldref="1" l10n="U" xml-lang="en-US"><link href="text/sbasic/shared/03131700.xhp" name="GetProcessServiceManager Function [Runtime]">GetProcessServiceManager Function [Runtime]</link></paragraph>
- <paragraph role="paragraph" id="par_id3156414" l10n="U" xml-lang="en-US" oldref="2">Returns the ProcessServiceManager (central Uno ServiceManager).</paragraph>
- </section>
- <paragraph role="paragraph" id="par_id3145136" l10n="U" xml-lang="en-US" oldref="3">This function is required when you want to instantiate a service using CreateInstanceWithArguments.</paragraph>
- <paragraph role="heading" level="2" id="hd_id3153681" l10n="U" xml-lang="en-US" oldref="4">Syntax:</paragraph>
- <bookmark xml-lang="en-US" branch="index" id="bm_id2822538"><bookmark_value>GetProcessServiceManager</bookmark_value></bookmark><paragraph role="paragraph" id="par_id3151110" l10n="U" xml-lang="en-US" oldref="5">oServiceManager = GetProcessServiceManager()</paragraph>
- <paragraph role="heading" level="2" id="hd_id3149516" l10n="U" xml-lang="en-US" oldref="6">Example:</paragraph>
- <paragraph role="paragraph" id="par_id3143270" l10n="U" xml-lang="en-US" oldref="7">oServiceManager = GetProcessServiceManager()</paragraph>
- <paragraph role="paragraph" id="par_id3153825" l10n="U" xml-lang="en-US" oldref="8">oIntrospection = oServiceManager.createInstance(&quot;com.sun.star.beans.Introspection&quot;);</paragraph>
- <paragraph role="paragraph" id="par_id3148473" l10n="U" xml-lang="en-US" oldref="9">this is the same as the following statement:</paragraph>
- <paragraph role="paragraph" id="par_id3145609" l10n="U" xml-lang="en-US" oldref="10">oIntrospection = CreateUnoService(&quot;com.sun.star.beans.Introspection&quot;)</paragraph>
- </body>
+<section id="getprocessservicemanager">
+<bookmark xml-lang="en-US" branch="index" id="bm_id3153255"><bookmark_value>GetProcessServiceManager function</bookmark_value>
+<bookmark_value>ProcessServiceManager</bookmark_value>
+</bookmark>
+<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03131700.xhp" name="GetProcessServiceManager Function [Runtime]">GetProcessServiceManager Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3156414" xml-lang="en-US" l10n="U" oldref="2">Returns the ProcessServiceManager (central Uno ServiceManager).</paragraph>
+</section>
+<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US" l10n="U" oldref="3">This function is required when you want to instantiate a service using CreateInstanceWithArguments.</paragraph>
+<paragraph role="heading" id="hd_id3153681" xml-lang="en-US" level="2" l10n="U" oldref="4">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US" l10n="U" oldref="5">oServiceManager = GetProcessServiceManager()</paragraph>
+<paragraph role="heading" id="hd_id3149516" xml-lang="en-US" level="2" l10n="U" oldref="6">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3143270" xml-lang="en-US" l10n="U" oldref="7">oServiceManager = GetProcessServiceManager()</paragraph>
+<paragraph role="paragraph" id="par_id3153825" xml-lang="en-US" l10n="U" oldref="8">oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");</paragraph>
+<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U" oldref="9">this is the same as the following statement:</paragraph>
+<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U" oldref="10">oIntrospection = CreateUnoService("com.sun.star.beans.Introspection")</paragraph>
+</body>
</helpdocument>