summaryrefslogtreecommitdiff
path: root/jvmfwk/inc
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r--jvmfwk/inc/jvmfwk/framework.h60
-rw-r--r--jvmfwk/inc/jvmfwk/vendorplugin.h16
-rw-r--r--jvmfwk/inc/pch/precompiled_jvmfwk.cxx2
-rw-r--r--jvmfwk/inc/pch/precompiled_jvmfwk.hxx2
4 files changed, 40 insertions, 40 deletions
diff --git a/jvmfwk/inc/jvmfwk/framework.h b/jvmfwk/inc/jvmfwk/framework.h
index 11cca539cb05..8736bf46f226 100644
--- a/jvmfwk/inc/jvmfwk/framework.h
+++ b/jvmfwk/inc/jvmfwk/framework.h
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -47,7 +47,7 @@ extern "C" {
/** @file
<p>This library can operate in two modes, application mode and direct mode.</p>
-
+
<h2>Application Mode</h2>
In application mode the Java related settings are stored in files.
@@ -68,7 +68,7 @@ extern "C" {
<dd>The file contains settings valid for all users. If a user changes a setting
then it takes precedence over the setting from UNO_JAVA_JFW_SHARED_DATA.
The content of this file is an implementation detail and may change in the future.</dd>
-
+
<dt>UNO_JAVA_JFW_INSTALL_DATA</dt>
<dd><b>DEPRECATED. Support for this variable will soon be removed.</b><br>
The file contains settings for all users. A user cannot override these settings.
@@ -79,7 +79,7 @@ extern "C" {
default one hour. This value can be overridden by the bootstrap parameter
UNO_JAVA_JFW_INSTALL_EXPIRE (<b>DEPRECATED</b>). Setting this variable to 1000 means
the settings file is only valid for 1000 seconds.
-
+
<p>If one would not use UNO_JAVA_JFW_INSTALL_DATA during setup then most probably
a user installation directory would be created in the home directory of root. This is
because, java settings are determined and stored on behalf of the current user. In other
@@ -89,11 +89,11 @@ extern "C" {
only people with root rights can install OOo. Then one has to take care that the
installer removes this file when uninstalling.
</p>
-
+
The content of this file is an implementation detail and may change in the future.</dd>
</dl>
-
+
<p>The values for these parameters must be file URLs and include the file name, for
example:<br>
file:///d:/MyApp/javavendors.xml<br>
@@ -118,7 +118,7 @@ extern "C" {
the bootrap parameter UNO_JAVA_JFW_CLASSPATH_URLS. The value contains of file URLs
which must be separated by spaces.</p>
-
+
<h2>Direct Mode</h2>
<p>The direct mode is intended for a scenario where no configuration files
@@ -128,7 +128,7 @@ extern "C" {
For example, tools, such as regcomp, may use this framework in a build
environment. Then one would want to use settings which have been specified
by the build environment. The framework would automatically use the
- current settings when they change in the environment.
+ current settings when they change in the environment.
</p>
<p> Here are examples how regcomp could be invoked using bootstrap parameters:
@@ -174,7 +174,7 @@ extern "C" {
causes the framework to use the
environment variable CLASSPATH. If this variable and UNO_JAVA_JFW_CLASSPATH are
set then the class path is composed from UNO_JAVA_JFW_CLASSPATH and the environment
- variable CLASSPATH.</dd>
+ variable CLASSPATH.</dd>
<dt>UNO_JAVA_JFW_PLUGIN</dt>
<dd>Specified a file URL to a plugin library. If this variable is provided
then a javavendors.xml is ignored. It must be provided if no
@@ -189,22 +189,22 @@ extern "C" {
escape characters. Thats why the Windows path contain double back-slashes.
One should also take into account that a console may have also special
escape characters.</p>
-
+
<h2>What mode is used</h2>
<p>
The default mode is application mode. If at least one bootstrap parameter
for the direct mode is provided then direct mode is used. </p>
- <p>
+ <p>
All settings made by this API are done for the current user if not
- mentioned differently.</p>
+ mentioned differently.</p>
<h2>Other bootstrap variables</h2>
<dl>
<dt>JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY</dt>
- <dd>This is a unofficial variable which was introduced to workaround external issues.
- It may be removed in the future. By setting it to 1, the framework will not try to
- find out if the system is configured to use accessibility tools or if a JRE has an
+ <dd>This is a unofficial variable which was introduced to workaround external issues.
+ It may be removed in the future. By setting it to 1, the framework will not try to
+ find out if the system is configured to use accessibility tools or if a JRE has an
accessibiliy bridge installed</dd>
</dl>
*/
@@ -333,7 +333,7 @@ sal_Bool SAL_CALL jfw_areEqualJavaInfo(
JavaInfo const * pInfoA,JavaInfo const * pInfoB);
/** determines if a Java Virtual Machine is already running.
-
+
<p>As long as the the office and the JREs only support one
Virtual Machine per process the Java settings, particulary the
selected Java, are not effective immediatly after changing when
@@ -400,7 +400,7 @@ javaFrameworkError SAL_CALL jfw_isVMRunning(sal_Bool *bRunning);
the first <code>JavaInfo</code> object from the list obtained by the
first plug-in is used. If this plug-in does not find any JREs then the
next plug-in is used, and so on.</p>
-
+
@param ppInfo
[out] a <code>JavaInfo</code> pointer, representing the selected JRE.
The caller has to free it by calling <code>jfw_freeJavaInfo<code>. The
@@ -462,13 +462,13 @@ javaFrameworkError SAL_CALL jfw_findAllJREs(
The functions only checks if a JRE exists but does not modify any settings.
To make the found JRE the &quot;selected JRE&quot; one has
to call <code>jfw_setSelectedJRE</code>.</p>
-
+
@param pPath
[in] a file URL to a directory.
@param pInfo
[out] the <code>JavaInfo</code> object which represents a JRE found at the
location specified by <code>pPath</code>
-
+
@return
JFW_E_NONE function ran successfully.<br/>
JFW_E_INVALID_ARG at least on of the parameters was NULL<br/>
@@ -522,7 +522,7 @@ javaFrameworkError SAL_CALL jfw_getJavaInfoByPath(
[out] the <code>JavaVM</code> pointer.
@param ppEnv
[out] the <code>JNIenv</code> pointer.
-
+
@return
JFW_E_NONE function ran successfully.<br/>
JFW_E_INVALID_ARG <code>ppVM</code>, <code>ppEnv</code> are NULL or
@@ -645,14 +645,14 @@ javaFrameworkError SAL_CALL jfw_setEnabled(sal_Bool bEnabled);
javaFrameworkError SAL_CALL jfw_getEnabled(sal_Bool *pbEnabled);
/** determines parameters which are passed to VM during its creation.
-
+
<p>The strings must be exactly as they are passed on the command line.
For example, one could pass<br/>
-Xdebug <br/>
-Xrunjdw:transport=dt_socket,server=y,address=8000<br/>
in order to enable debugging support.
</p>
-
+
@param arParameters
[in] contains the arguments. It can be NULL if nSize is 0.
@param nSize
@@ -670,7 +670,7 @@ javaFrameworkError SAL_CALL jfw_setVMParameters(
rtl_uString ** arArgs, sal_Int32 nSize);
/** obtains the currently used start parameters.
-
+
<p>The caller needs to free the returned array with
<code>rtl_freeMemory</code>. The contained strings must be released with
<code>rtl_uString_release</code>.
@@ -682,7 +682,7 @@ javaFrameworkError SAL_CALL jfw_setVMParameters(
@param pSize
[out] on return contains the size of array returned in
<code>parParameters</code>
-
+
@return
JFW_E_NONE function ran successfully.<br/>
JFW_E_INVALIDARG parParameters or pSize are NULL<br/>
@@ -704,7 +704,7 @@ javaFrameworkError SAL_CALL jfw_getVMParameters(
@param pCP
[in] the user class path.
-
+
@return
JFW_E_NONE function ran successfully.<br/>
JFW_E_INVALIDARG pCP is NULL.<br/>
@@ -718,7 +718,7 @@ javaFrameworkError SAL_CALL jfw_setUserClassPath(rtl_uString * pCP);
<p>The function returns an empty string if no user class path is set.
</p>
-
+
@param ppCP
[out] contains the user class path on return. If <code>*ppCP</code> was
not NULL then the value is overwritten. No attempt at freeing that string
@@ -748,7 +748,7 @@ javaFrameworkError SAL_CALL jfw_getUserClassPath(rtl_uString ** ppCP);
</p>
<p>
Adding a path that is already stored causes no error.</p>
-
+
@param sLocation
[in] file URL to a directory which contains a JRE.
@@ -802,7 +802,7 @@ javaFrameworkError SAL_CALL jfw_setJRELocations(
[out] on return it contains the array of paths.
@param pSize
[out] on return it contains the size of the array <code>parLocations</code>.
-
+
@return
JFW_E_NONE function ran successfully.<br/>
JFW_E_INVALIDARG parLocation is NULL or pSize is NULL.<br/>
@@ -826,7 +826,7 @@ javaFrameworkError SAL_CALL jfw_getJRELocations(
@param pp_exist
[out] the parameter is set to either sal_True or sal_False. The value is
only valid if the function returns JFW_E_NONE.
-
+
@return
JFW_E_NONE the function ran successfully.</br>
JFW_E_ERROR an error occurred during execution.</br>
@@ -858,7 +858,7 @@ void SAL_CALL jfw_lock();
<p>This function is called after <code>jfw_lock</code>. It allows other
threads to use this API concurrently.</p>
*/
-void SAL_CALL jfw_unlock();
+void SAL_CALL jfw_unlock();
#ifdef __cplusplus
diff --git a/jvmfwk/inc/jvmfwk/vendorplugin.h b/jvmfwk/inc/jvmfwk/vendorplugin.h
index 3ccbb0e487f4..2fbfa44ba0a8 100644
--- a/jvmfwk/inc/jvmfwk/vendorplugin.h
+++ b/jvmfwk/inc/jvmfwk/vendorplugin.h
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -100,7 +100,7 @@ typedef enum
a vendor string. That is, the string it is not empty.
@param sMinVersion
[in] represents the minimum version of a JRE. The string can be empty but
- a null pointer is not allowed.
+ a null pointer is not allowed.
@param sMaxVersion
[in] represents the maximum version of a JRE. The string can be empty but
a null pointer is not allowed.
@@ -115,7 +115,7 @@ typedef enum
@param nSizeJavaInfo
[out] the number of <code>JavaInfo</code> pointers contained in
<code>parJavaInfo</code>.
-
+
@return
JFW_PLUGIN_E_NONE the function ran successfully.</br>
JFW_PLUGIN_E_ERROR an error occurred during execution.</br>
@@ -149,9 +149,9 @@ javaPluginError jfw_plugin_getAllJavaInfos(
[in] a name of a vendor. This parameter always contains
a vendor string. That is, the string it is not empty.
@param sMinVersion
- [in] represents the minimum version of a JRE.
+ [in] represents the minimum version of a JRE.
@param sMaxVersion
- [in] represents the maximum version of a JRE.
+ [in] represents the maximum version of a JRE.
@param arExcludeList
[in] contains a list of &quot;bad&quot; versions. JREs which have one of these
versions must not be returned by this function. It can be NULL.
@@ -206,7 +206,7 @@ javaPluginError jfw_plugin_getJavaInfoByPath(
Therefore the functions which create the <code>JavaInfo</code> can store all
necessary information which are needed for starting the VM into that
structure. </p>
-
+
@param pInfo
[in] the JavaInfo object with information about the JRE.
@param arOptions
@@ -231,7 +231,7 @@ javaPluginError jfw_plugin_getJavaInfoByPath(
by the JRE.
*/
javaPluginError jfw_plugin_startJavaVirtualMachine(
- const JavaInfo *pInfo,
+ const JavaInfo *pInfo,
const JavaVMOption *arOptions,
sal_Int32 nSizeOptions,
JavaVM ** ppVM,
@@ -250,7 +250,7 @@ javaPluginError jfw_plugin_startJavaVirtualMachine(
@param pp_exist
[out] the parameter is set to either sal_True or sal_False. The value is
only valid if the function returns JFW_E_NONE.
-
+
@return
JFW_PLUGIN_E_NONE the function ran successfully.</br>
JFW_PLUGIN_E_ERROR an error occurred during execution.</br>
diff --git a/jvmfwk/inc/pch/precompiled_jvmfwk.cxx b/jvmfwk/inc/pch/precompiled_jvmfwk.cxx
index 80c3bb3ee344..f0364dd413e2 100644
--- a/jvmfwk/inc/pch/precompiled_jvmfwk.cxx
+++ b/jvmfwk/inc/pch/precompiled_jvmfwk.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/jvmfwk/inc/pch/precompiled_jvmfwk.hxx b/jvmfwk/inc/pch/precompiled_jvmfwk.hxx
index 8b4018782e42..9b7cd9ddfa8f 100644
--- a/jvmfwk/inc/pch/precompiled_jvmfwk.hxx
+++ b/jvmfwk/inc/pch/precompiled_jvmfwk.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite