summaryrefslogtreecommitdiff
path: root/udkapi/com
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-16 14:10:40 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-16 14:10:40 +0000
commitc8029aa80ea240c5ce992ceccdb71058295fa3ee (patch)
treef461aad059cd29254bb87a68590d2ffbfc0f17f7 /udkapi/com
parent1f985821e1eba21d1ccb6dd2251beb731fc34d5a (diff)
proofing by Richard Holt
Diffstat (limited to 'udkapi/com')
-rw-r--r--udkapi/com/sun/star/script/FailReason.idl9
-rw-r--r--udkapi/com/sun/star/script/FinishReason.idl9
-rw-r--r--udkapi/com/sun/star/script/InterruptEngineEvent.idl9
-rw-r--r--udkapi/com/sun/star/script/InterruptReason.idl11
-rw-r--r--udkapi/com/sun/star/script/InvocationInfo.idl15
-rw-r--r--udkapi/com/sun/star/script/ScriptEventDescriptor.idl9
-rw-r--r--udkapi/com/sun/star/script/XDebugging.idl29
-rw-r--r--udkapi/com/sun/star/script/XEngineListener.idl11
-rw-r--r--udkapi/com/sun/star/script/XEventAttacher.idl9
-rw-r--r--udkapi/com/sun/star/script/XEventAttacherManager.idl9
-rw-r--r--udkapi/com/sun/star/script/XInvocation.idl11
-rw-r--r--udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl24
-rw-r--r--udkapi/com/sun/star/script/XLibraryAccess.idl41
-rw-r--r--udkapi/com/sun/star/script/XScriptEventsAttacher.idl15
-rw-r--r--udkapi/com/sun/star/script/XStarBasicAccess.idl12
-rw-r--r--udkapi/com/sun/star/script/XStarBasicDialogInfo.idl6
-rw-r--r--udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl10
-rw-r--r--udkapi/com/sun/star/script/XStarBasicModuleInfo.idl6
-rw-r--r--udkapi/com/sun/star/script/XTypeConverter.idl9
19 files changed, 143 insertions, 111 deletions
diff --git a/udkapi/com/sun/star/script/FailReason.idl b/udkapi/com/sun/star/script/FailReason.idl
index 31b85a6230fd..c72ba6f5edf0 100644
--- a/udkapi/com/sun/star/script/FailReason.idl
+++ b/udkapi/com/sun/star/script/FailReason.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FailReason.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:10:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,7 +94,6 @@ constants FailReason
// DocMerge from idl: value com::sun::star::script::FailReason::IS_NOT_ENUM
/** The given value cannot be converted to an enumeration.
-<!-- jrh: should this be "The given value is not an enumeration."? -->
*/
const long IS_NOT_ENUM = 3;
@@ -103,7 +102,6 @@ constants FailReason
// DocMerge from idl: value com::sun::star::script::FailReason::IS_NOT_BOOL
/** The given value cannot be converted to a boolean.
-<!-- jrh: should this be "The given value is not a boolean."? -->
*/
const long IS_NOT_BOOL = 4;
@@ -164,6 +162,9 @@ constants FailReason
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/11/16 15:09:06 mi
+ proofing by Richard Holt
+
Revision 1.4 2000/11/08 12:28:52 mi
moved from api
diff --git a/udkapi/com/sun/star/script/FinishReason.idl b/udkapi/com/sun/star/script/FinishReason.idl
index 7899d445b3b6..d833c30502c2 100644
--- a/udkapi/com/sun/star/script/FinishReason.idl
+++ b/udkapi/com/sun/star/script/FinishReason.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FinishReason.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ enum FinishReason
// DOCUMENTATION CHANGED FOR FinishReason:: Error
// DocMerge from xml: value com::sun::star::script::FinishReason::Error
- /** error occur during script execution or compiling.
+ /** error occurred during script execution or compiling.
*/
Error
@@ -106,6 +106,9 @@ enum FinishReason
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:52 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:35 hjs
initial import
diff --git a/udkapi/com/sun/star/script/InterruptEngineEvent.idl b/udkapi/com/sun/star/script/InterruptEngineEvent.idl
index 3f6859c53db2..ba55f2da1fac 100644
--- a/udkapi/com/sun/star/script/InterruptEngineEvent.idl
+++ b/udkapi/com/sun/star/script/InterruptEngineEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InterruptEngineEvent.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 16:15:29 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,8 +153,6 @@ struct InterruptEngineEvent: com::sun::star::lang::EventObject
// DocMerge from xml: field com::sun::star::script::InterruptEngineEvent::ErrorMessage
/** error message.
<p>Only valid if Reason is RuntimeError or CompileError.</p>
-
- <p>Only valid if Reason is RuntimeError or CompileError.</p>
*/
string ErrorMessage;
@@ -174,6 +172,9 @@ struct InterruptEngineEvent: com::sun::star::lang::EventObject
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/19 16:15:29 mi
+ documentation syntax fixed
+
Revision 1.4 2000/11/08 12:28:52 mi
moved from api
diff --git a/udkapi/com/sun/star/script/InterruptReason.idl b/udkapi/com/sun/star/script/InterruptReason.idl
index 283431862cdc..28fa87801f6b 100644
--- a/udkapi/com/sun/star/script/InterruptReason.idl
+++ b/udkapi/com/sun/star/script/InterruptReason.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InterruptReason.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ enum InterruptReason
// DOCUMENTATION CHANGED FOR InterruptReason:: Cancel,
// DocMerge from xml: value com::sun::star::script::InterruptReason::Cancel
- /** script excution was cancelled.
+ /** script execution was cancelled.
*/
Cancel,
@@ -86,7 +86,7 @@ enum InterruptReason
// DOCUMENTATION CHANGED FOR InterruptReason:: RuntimeError,
// DocMerge from xml: value com::sun::star::script::InterruptReason::RuntimeError
- /** runtime error occur during script excution.
+ /** runtime error occurred during script execution.
*/
RuntimeError,
@@ -147,6 +147,9 @@ enum InterruptReason
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:52 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:35 hjs
initial import
diff --git a/udkapi/com/sun/star/script/InvocationInfo.idl b/udkapi/com/sun/star/script/InvocationInfo.idl
index bc383b8c6466..421d918fadc0 100644
--- a/udkapi/com/sun/star/script/InvocationInfo.idl
+++ b/udkapi/com/sun/star/script/InvocationInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InvocationInfo.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@
/**
This struct is used to specify information about object members
(methods or properties) accessed via XInvocation, such as names,
- types, parameters
+ types, or parameters.
</p>
*/
struct InvocationInfo
@@ -98,8 +98,8 @@ struct InvocationInfo
<type>com::sun::star::beans::PropertyAttribute</type>
constants group. It is not guaranteed that all necessary
constants are set to describe the property completely,
- but a flag will only be set if the according charac-
- teristic really exist. Example: If the READONLY flag
+ but a flag will only be set, if the corresponding charac-
+ teristic really exists. Example: If the READONLY flag
is set, the property is readonly. If it isn't set, the
property nevertheless can be readonly.
@@ -115,7 +115,7 @@ struct InvocationInfo
*/
sequence< type > aParamTypes;
- /** Mode of of method parameters (IN, OUT, INOUT),
+ /** Mode of method parameters (IN, OUT, INOUT),
for properties this sequence is empty.
*/
sequence< com::sun::star::reflection::ParamMode > aParamModes;
@@ -128,6 +128,9 @@ struct InvocationInfo
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:52 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:35 hjs
initial import
diff --git a/udkapi/com/sun/star/script/ScriptEventDescriptor.idl b/udkapi/com/sun/star/script/ScriptEventDescriptor.idl
index 80cc7784011e..140023362e35 100644
--- a/udkapi/com/sun/star/script/ScriptEventDescriptor.idl
+++ b/udkapi/com/sun/star/script/ScriptEventDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ScriptEventDescriptor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,7 @@ struct ScriptEventDescriptor
/** data to be used if the addListener method needs an additional
parameter.
<p>If the type of this parameter is different from string,
- it will be converted, when </p>
+ it will be converted, when added.</p>
*/
string AddListenerParam;
@@ -125,6 +125,9 @@ struct ScriptEventDescriptor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:52 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:35 hjs
initial import
diff --git a/udkapi/com/sun/star/script/XDebugging.idl b/udkapi/com/sun/star/script/XDebugging.idl
index 3b4e8b1b6994..b7dc1cb83623 100644
--- a/udkapi/com/sun/star/script/XDebugging.idl
+++ b/udkapi/com/sun/star/script/XDebugging.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDebugging.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,10 +107,10 @@ interface XDebugging: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XDebugging::eval
// DocMerge from idl: method com::sun::star::script::XDebugging::eval
- /** *
- * @param CallStackPos Position in the call stack for that the expression
- * should be evaluated. 0 is the top/actual position in the call
- * in the call stack, 1 the next and so on.
+ /**
+ @param CallStackPos Position in the call stack for which the expression
+ should be evaluated. 0 is the top/actual position in the call
+ in the call stack, 1 the next and so on.
*/
string eval( [in] string aSourceCode,
[in] short nCallStackPos );
@@ -119,7 +119,7 @@ interface XDebugging: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XDebugging::getStackTrace
// DocMerge from idl: method com::sun::star::script::XDebugging::getStackTrace
- /** * Return the engine's stack trace of the current execute position. Line break is the delemiter.
+ /** Return the engine's stack trace of the current execute position. Line break is the delimiter.
*/
sequence<string> getStackTrace();
@@ -129,7 +129,7 @@ interface XDebugging: com::sun::star::uno::XInterface
/** @returns
more detailed information about a specified stack frame.
- @param nCallStackPos
+ @param nCallStackPos
specifies the position in the call stack for the
variables that should be delivered.
*/
@@ -168,15 +168,7 @@ interface XDebugging: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::script::XDebugging::stop
/** stops the execution of the interpreter.
-
-
- <p>To continue with the execution, call
-
-
-
-
-
- .</p>
+ <p>To continue with the execution, call <method>XDebugging::doContinue</method>.
*/
void stop();
@@ -227,6 +219,9 @@ interface XDebugging: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 15:10:40 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/11/08 12:28:52 mi
moved from api
diff --git a/udkapi/com/sun/star/script/XEngineListener.idl b/udkapi/com/sun/star/script/XEngineListener.idl
index 96acda01e115..4bb46f742040 100644
--- a/udkapi/com/sun/star/script/XEngineListener.idl
+++ b/udkapi/com/sun/star/script/XEngineListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XEngineListener.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,11 +94,9 @@ interface XEngineListener: com::sun::star::lang::XEventListener
// DocMerge from xml: method com::sun::star::script::XEngineListener::interrupt
/** gets fired when an interrupt occurs during the script execution.
-
-
<p>If you call the method
-
+ <!-- jrh: Does something go here? -->
, the
@@ -132,6 +130,9 @@ interface XEngineListener: com::sun::star::lang::XEventListener
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 15:10:40 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/11/08 12:28:52 mi
moved from api
diff --git a/udkapi/com/sun/star/script/XEventAttacher.idl b/udkapi/com/sun/star/script/XEventAttacher.idl
index bba698d4f1d6..dd4289cf5217 100644
--- a/udkapi/com/sun/star/script/XEventAttacher.idl
+++ b/udkapi/com/sun/star/script/XEventAttacher.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XEventAttacher.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,7 +126,7 @@ interface XEventAttacher: com::sun::star::uno::XInterface
/** registers an object as a listener at the given interface by
creating a suitable listener adapter and calling the method
-
+<!-- jrh: Why all the empty space? -->
@@ -179,6 +179,9 @@ interface XEventAttacher: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 15:10:40 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/11/08 12:28:52 mi
moved from api
diff --git a/udkapi/com/sun/star/script/XEventAttacherManager.idl b/udkapi/com/sun/star/script/XEventAttacherManager.idl
index 4c9d23bc760f..092a77808961 100644
--- a/udkapi/com/sun/star/script/XEventAttacherManager.idl
+++ b/udkapi/com/sun/star/script/XEventAttacherManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XEventAttacherManager.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -226,7 +226,7 @@ interface XEventAttacherManager: com::sun::star::uno::XInterface
all events registered for the given object index.
@param Index
- an index pevious inserted with the method insertEntry.
+ an index previously inserted with the method insertEntry.
@throws IllegalArgumentException
if Index is not valid.
@@ -306,6 +306,9 @@ interface XEventAttacherManager: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:40 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/19 15:35:58 mi
documentation syntax fixed
diff --git a/udkapi/com/sun/star/script/XInvocation.idl b/udkapi/com/sun/star/script/XInvocation.idl
index 6257906663af..ad5a1e4c0ab2 100644
--- a/udkapi/com/sun/star/script/XInvocation.idl
+++ b/udkapi/com/sun/star/script/XInvocation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInvocation.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,8 +117,8 @@ interface XInvocation: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::script::XInvocation::invoke
/** provides access to properties and methods exposed by an object.
- @param aParams all parameters; pure out params are undefined in sequence,
- i.e. the value has to be ignored by the callee
+ @param aParams all parameters; pure, out params are undefined in sequence,
+ i.e., the value has to be ignored by the callee
@param aOutParamIndex out indices
@param aOutParam out parameters
*/
@@ -200,6 +200,9 @@ interface XInvocation: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:40 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/19 15:32:25 mi
documentation syntax fixed
diff --git a/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl b/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl
index 96797cec9d0e..7ea9f71e30c2 100644
--- a/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl
+++ b/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInvocationAdapterFactory2.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,14 +86,15 @@ interface XInvocationAdapterFactory2 : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
/**
- * Creates an adapter object of given types for calling the given
- * XInvocation interface.
- *<BR>
- * @param Invocation invocation interface being called on incoming
- * adapter calls
- * @param aTypes types of adapter
- * @return adapter; this interface can be queried for
- * given types
+ Creates an adapter object of given types for calling the given
+ XInvocation interface.
+ <BR>
+ @param Invocation
+ invocation interface being called on incoming adapter calls
+ @param aTypes
+ types of adapter
+ @return adapter;
+ this interface can be queried for given types
*/
com::sun::star::uno::XInterface createAdapter(
[in] XInvocation Invocation, [in] sequence< type > aTypes );
@@ -106,6 +107,9 @@ interface XInvocationAdapterFactory2 : com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:40 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2001/01/31 09:45:41 mi
TYPE_XIDLCLASS is now 'type'
diff --git a/udkapi/com/sun/star/script/XLibraryAccess.idl b/udkapi/com/sun/star/script/XLibraryAccess.idl
index cd8d02f2a25f..b59e06c7ff84 100644
--- a/udkapi/com/sun/star/script/XLibraryAccess.idl
+++ b/udkapi/com/sun/star/script/XLibraryAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLibraryAccess.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,8 +91,8 @@ interface XLibraryAccess: com::sun::star::uno::XInterface
otherwise it returns <FALSE/>.
@param aFunctionName
- the full qualified name of a funtion.
- (e.g.: "UtilLibrary.ModuleDate.FunctionCurrentDate")
+ the fully qualified name of a funtion.
+ (e.g., "UtilLibrary.ModuleDate.FunctionCurrentDate")
*/
boolean isFunction( [in] string aFunctionName );
@@ -100,10 +100,10 @@ interface XLibraryAccess: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::script::XLibraryAccess::isValidPath
/** @returns
- <TRUE/> if a full qualified function name begins with this name.
+ <TRUE/> if a fully qualified function name begins with this name.
@param aPathName
- a part of a function name (e.g.: "UtilLibrary").
+ a part of a function name (e.g., "UtilLibrary").
*/
boolean isValidPath( [in] string aPathName );
@@ -111,8 +111,8 @@ interface XLibraryAccess: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XLibraryAccess::getModuleNames
// DocMerge from idl: method com::sun::star::script::XLibraryAccess::getModuleNames
- /** * Return all module names which contain code.
- * e.g.: { "UtilLibrary.ModuleDate", "UtilLibrary.Output", ... }
+ /** Return all module names which contain code.
+ e.g., { "UtilLibrary.ModuleDate", "UtilLibrary.Output", ... }
*/
sequence<string> getModuleNames();
@@ -128,12 +128,12 @@ interface XLibraryAccess: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XLibraryAccess::getModuleCode
// DocMerge from idl: method com::sun::star::script::XLibraryAccess::getModuleCode
- /** * Get the hole compiled code of a module.
- *
- * @param ModuleName the full qualified name of a module.
- * (e.g.: "UtilLibrary.ModuleDate")
- * @return an empty sequence, if this module is not found or the
- * code is not compiled.
+ /** Get the hole compiled code of a module.
+
+ @param ModuleName the full qualified name of a module.
+ (e.g., "UtilLibrary.ModuleDate")
+ @return an empty sequence, if this module is not found or the
+ code is not compiled.
*/
sequence<byte> getModuleCode( [in] string aModuleName );
@@ -149,11 +149,11 @@ interface XLibraryAccess: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XLibraryAccess::getFunctionCode
// DocMerge from idl: method com::sun::star::script::XLibraryAccess::getFunctionCode
- /** * Get the compiled code of a function.
- *
- * @param FunctionName the full qualified name of a function.
- * (e.g.: "UtilLibrary.ModuleDate.Function.CurrentDate")
- * @return an empty sequence, if this function is not found.
+ /** Get the compiled code of a function.
+
+ @param FunctionName the full qualified name of a function.
+ (e.g., "UtilLibrary.ModuleDate.Function.CurrentDate")
+ @return an empty sequence, if this function is not found.
*/
sequence<byte> getFunctionCode( [in] string FunctionName );
@@ -166,6 +166,9 @@ interface XLibraryAccess: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:40 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/19 13:49:38 mi
syntax errors in documentation fixed
diff --git a/udkapi/com/sun/star/script/XScriptEventsAttacher.idl b/udkapi/com/sun/star/script/XScriptEventsAttacher.idl
index 517a8cf393c5..748e7fc58075 100644
--- a/udkapi/com/sun/star/script/XScriptEventsAttacher.idl
+++ b/udkapi/com/sun/star/script/XScriptEventsAttacher.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XScriptEventsAttacher.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,7 @@
/**
This interface can be used to attach script events to a number of
objects that give access to the definition of events that should
- be attached to them, e.g. by supporting XEventsSupplier
+ be attached to them, e.g., by supporting XEventsSupplier
*/
interface XScriptEventsAttacher: com::sun::star::uno::XInterface
{
@@ -103,15 +103,18 @@ interface XScriptEventsAttacher: com::sun::star::uno::XInterface
Attaches the events defined by XScriptEventsSupplier to the
corresponding object implementing XScriptEventsSupplier.
- @param Objects Sequence of all objects. Usually the objects should directly
+ @param Objects
+ Sequence of all objects. Usually the objects should directly
support <type>XScriptEventsAttacher</type> to define the events
but this is not strictly required. It's also possible that
the object implementing <type>XScriptEventsAttacher</type>
knows how to get the necessary information for the objects.
- @param xListener All events (if defined by XScriptEventsSupplier) that are fired
+ @param xListener
+ All events (if defined by XScriptEventsSupplier) that are fired
by one of the objects are mapped into a <type>ScriptEvent</type>
and passed to the methods of this XScriptListener.
- @param Helper Helper object for the implementation. This value will be
+ @param Helper
+ Helper object for the implementation. This value will be
passed to the XScriptListener as Helper property in the
<type>ScriptEvent</type>.
*/
diff --git a/udkapi/com/sun/star/script/XStarBasicAccess.idl b/udkapi/com/sun/star/script/XStarBasicAccess.idl
index db4a4216da22..ba2cd932bca7 100644
--- a/udkapi/com/sun/star/script/XStarBasicAccess.idl
+++ b/udkapi/com/sun/star/script/XStarBasicAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStarBasicAccess.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@ interface XStarBasicAccess: com::sun::star::uno::XInterface
Creates an empty library. This method can be called alternatively to
accessing directly the NameContainer returned by getLibraryContainer.
By using this method together with addModule and addStarBasicDialog
- the caller does not have to implement XStarBasicLibraryInfo, XModuleInfo
+ the caller does not have to implement XStarBasicLibraryInfo, XModuleInfo,
and XStarBasicDialogInfo
*/
void createLibrary( [in] string LibName, [in] string Password,
@@ -97,9 +97,9 @@ interface XStarBasicAccess: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/**
- Adds a module to an existing (e.g. created by createLibrary) library.
+ Adds a module to an existing (e.g., created by createLibrary) library.
By using this method together with createLibrary the caller does not have
- to implement XStarBasicLibraryInfo and XModuleInfo
+ to implement XStarBasicLibraryInfo and XModuleInfo.
@throws NoSuchElementException
if the library doesn't exist.
@@ -110,7 +110,7 @@ interface XStarBasicAccess: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/**
- Adds an old style basic dialog (SI controls) to an existing (e.g. created
+ Adds an old style basic dialog (SI controls) to an existing (e.g., created
by createLibrary) library.
By using this method together with createLibrary the caller does not have
to implement XStarBasicLibraryInfo and XStarBasicDialogInfo
diff --git a/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl b/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl
index 1e0edce86cf8..188288697277 100644
--- a/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl
+++ b/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStarBasicDialogInfo.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ interface XStarBasicDialogInfo: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** @returns
- binary data decribing the SIDialog in SBX stream format
+ binary data describing the SIDialog in SBX stream format
*/
sequence< byte > getData();
diff --git a/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl b/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl
index 4f041eca3fc8..c1630d6f4785 100644
--- a/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl
+++ b/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStarBasicLibraryInfo.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ interface XStarBasicLibraryInfo: com::sun::star::uno::XInterface
/** @returns
The module container giving access to the modules stored in the library.
The container has to be returned in any case, no matter if the library is
- stored embedded, external or linked.
+ stored embedded, external, or linked.
@see getExternalSourceURL
@see getLinkTargetURL
@@ -97,7 +97,7 @@ interface XStarBasicLibraryInfo: com::sun::star::uno::XInterface
/** @returns
The dialog container giving access to the dialogs stored in the library.
The container has to be returned in any case, no matter if the library is
- stored embedded, external or linked.
+ stored embedded, external, or linked.
@see getExternalSourceURL
@see getLinkTargetURL
@@ -117,7 +117,7 @@ interface XStarBasicLibraryInfo: com::sun::star::uno::XInterface
is stored seperately (for example not in the main XML file but in a
special library format file), an empty string otherwise.
This information can be useful to optimize the access to the library,
- e.g. for loading on demand.
+ e.g., for loading on demand.
*/
string getExternalSourceURL();
diff --git a/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl b/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl
index 426c1d26b262..d4fa01127778 100644
--- a/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl
+++ b/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStarBasicModuleInfo.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@ interface XStarBasicModuleInfo: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** @returns
- type of the script language as string; for example, "StarBasic" or "JavaScript".
+ type of the script language as string, for example, "StarBasic" or "JavaScript".
*/
string getLanguage();
diff --git a/udkapi/com/sun/star/script/XTypeConverter.idl b/udkapi/com/sun/star/script/XTypeConverter.idl
index 123fac89f701..562e4cbdac3d 100644
--- a/udkapi/com/sun/star/script/XTypeConverter.idl
+++ b/udkapi/com/sun/star/script/XTypeConverter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTypeConverter.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,7 +96,7 @@ interface XTypeConverter: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::script::XTypeConverter::convertTo
- /** converts the value in <var>aFrom</var> to the specified type.
+ /** converts the value in <var>aFrom</var> to the specified type
*/
any convertTo( [in] any aFrom,
[in] type xDestinationType )
@@ -122,6 +122,9 @@ interface XTypeConverter: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:40 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2001/01/31 09:45:41 mi
TYPE_XIDLCLASS is now 'type'