summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-05 19:11:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-06 09:16:29 +0000
commit5dfd9daa2f96e79e7f82a90698db628e6991ce32 (patch)
tree363b2dd83235a4087d2b4681ee234fbcd899397d /offapi/com/sun/star
parent7b277251a7b79fe3f83841ab9e3028670262e4dc (diff)
Replace all occured, occurance etc.feature/currency-64bit
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/form/binding/ListEntryEvent.idl4
-rw-r--r--offapi/com/sun/star/form/submission/XSubmission.idl4
-rw-r--r--offapi/com/sun/star/frame/ControlEvent.idl2
-rw-r--r--offapi/com/sun/star/frame/FrameActionEvent.idl2
-rw-r--r--offapi/com/sun/star/frame/XLayoutManagerListener.idl2
-rw-r--r--offapi/com/sun/star/frame/XStorable.idl6
-rw-r--r--offapi/com/sun/star/frame/XStorable2.idl2
-rw-r--r--offapi/com/sun/star/logging/XLogger.idl6
-rw-r--r--offapi/com/sun/star/mail/XMailServer.idl4
-rw-r--r--offapi/com/sun/star/mail/XMailService.idl4
-rw-r--r--offapi/com/sun/star/plugin/PluginException.idl2
-rw-r--r--offapi/com/sun/star/scanner/ScanError.idl4
-rw-r--r--offapi/com/sun/star/script/provider/ScriptErrorRaisedException.idl4
-rw-r--r--offapi/com/sun/star/script/provider/ScriptExceptionRaisedException.idl2
-rw-r--r--offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl2
-rw-r--r--offapi/com/sun/star/sdb/SQLContext.idl2
-rw-r--r--offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl2
-rw-r--r--offapi/com/sun/star/ucb/CommandFailedException.idl2
-rw-r--r--offapi/com/sun/star/ucb/FetchError.idl2
-rw-r--r--offapi/com/sun/star/ucb/FetchResult.idl2
-rw-r--r--offapi/com/sun/star/ucb/InteractiveFileIOException.idl2
-rw-r--r--offapi/com/sun/star/ucb/XCommandProcessor.idl2
-rw-r--r--offapi/com/sun/star/ucb/XContentIdentifierMapping.idl2
-rw-r--r--offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl2
-rw-r--r--offapi/com/sun/star/util/XChangesNotifier.idl2
-rw-r--r--offapi/com/sun/star/util/XCloseListener.idl4
-rw-r--r--offapi/com/sun/star/xforms/XModel.idl4
27 files changed, 39 insertions, 39 deletions
diff --git a/offapi/com/sun/star/form/binding/ListEntryEvent.idl b/offapi/com/sun/star/form/binding/ListEntryEvent.idl
index 5112fda4d..532adc655 100644
--- a/offapi/com/sun/star/form/binding/ListEntryEvent.idl
+++ b/offapi/com/sun/star/form/binding/ListEntryEvent.idl
@@ -39,14 +39,14 @@ module com { module sun { module star { module form { module binding {
//=============================================================================
/** specifies the event which is notified when a change in a string entry
- list occured
+ list occurred
@see XListEntrySource
@see XListEntryListener
*/
struct ListEntryEvent : com::sun::star::lang::EventObject
{
- /** denotes the position where a change occured.
+ /** denotes the position where a change occurred.
<p>The concrete semantics of the value depends on the concrete
event being notified.</p>
diff --git a/offapi/com/sun/star/form/submission/XSubmission.idl b/offapi/com/sun/star/form/submission/XSubmission.idl
index 28bebed6f..ad2f2de0e 100644
--- a/offapi/com/sun/star/form/submission/XSubmission.idl
+++ b/offapi/com/sun/star/form/submission/XSubmission.idl
@@ -63,7 +63,7 @@ interface XSubmission : com::sun::star::uno::XInterface
requirements for the submission, e.g. data consistency, are fulfilled.
@throws com::sun::star::lang::WrappedTargetException
- if an error occured during invoking the submission target
+ if an error occurred during invoking the submission target
*/
void submit( )
raises ( com::sun::star::util::VetoException, com::sun::star::lang::WrappedTargetException );
@@ -79,7 +79,7 @@ interface XSubmission : com::sun::star::uno::XInterface
requirements for the submission, e.g. data consistency, are fulfilled.
@throws com::sun::star::lang::WrappedTargetException
- if an error occured during invoking the submission target
+ if an error occurred during invoking the submission target
*/
void submitWithInteraction( [in] com::sun::star::task::XInteractionHandler aHandler )
raises ( com::sun::star::util::VetoException, com::sun::star::lang::WrappedTargetException );
diff --git a/offapi/com/sun/star/frame/ControlEvent.idl b/offapi/com/sun/star/frame/ControlEvent.idl
index 2a701bf6e..963a478ac 100644
--- a/offapi/com/sun/star/frame/ControlEvent.idl
+++ b/offapi/com/sun/star/frame/ControlEvent.idl
@@ -54,7 +54,7 @@ struct ControlEvent
*/
::com::sun::star::util::URL aURL;
- /** specifies the event which has occured.
+ /** specifies the event which has occurred.
*/
string Event;
diff --git a/offapi/com/sun/star/frame/FrameActionEvent.idl b/offapi/com/sun/star/frame/FrameActionEvent.idl
index 40f6d4002..76b37aab9 100644
--- a/offapi/com/sun/star/frame/FrameActionEvent.idl
+++ b/offapi/com/sun/star/frame/FrameActionEvent.idl
@@ -52,7 +52,7 @@
published struct FrameActionEvent: com::sun::star::lang::EventObject
{
//-------------------------------------------------------------------------
- /** contains the frame in which the event occured
+ /** contains the frame in which the event occurred
*/
XFrame Frame;
diff --git a/offapi/com/sun/star/frame/XLayoutManagerListener.idl b/offapi/com/sun/star/frame/XLayoutManagerListener.idl
index dbdc68ed6..1e39c0e1b 100644
--- a/offapi/com/sun/star/frame/XLayoutManagerListener.idl
+++ b/offapi/com/sun/star/frame/XLayoutManagerListener.idl
@@ -58,7 +58,7 @@ interface XLayoutManagerListener : com::sun::star::lang::XEventListener
reference to the layout manager which invoked the event.
@param eLayoutEvent
- identifies the layout event that has occured.
+ identifies the layout event that has occurred.
@param aInfo
provides additional information about the event. The type
diff --git a/offapi/com/sun/star/frame/XStorable.idl b/offapi/com/sun/star/frame/XStorable.idl
index be9a3b2fc..521774b03 100644
--- a/offapi/com/sun/star/frame/XStorable.idl
+++ b/offapi/com/sun/star/frame/XStorable.idl
@@ -99,7 +99,7 @@ published interface XStorable: com::sun::star::uno::XInterface
<p>Only objects which know their locations can be stored.</p>
@throws com::sun::star::io::IOException
- if an IO error occured during save operation
+ if an IO error occurred during save operation
(may the location is unknown)
@see XStorable::storeAsURL
@@ -129,7 +129,7 @@ published interface XStorable: com::sun::star::uno::XInterface
(see <type scope="com::sun::star::document">MediaDescriptor</type> for further details)
@throws com::sun::star::io::IOException
- if an IO error occured during save operation
+ if an IO error occurred during save operation
(may the location is unknown)
@see XStorable::store
@@ -152,7 +152,7 @@ published interface XStorable: com::sun::star::uno::XInterface
persistence capability.</p>
@throws com::sun::star::io::IOException
- if an IO error occured during save operation
+ if an IO error occurred during save operation
(may the location is unknown)
@param lArguments
diff --git a/offapi/com/sun/star/frame/XStorable2.idl b/offapi/com/sun/star/frame/XStorable2.idl
index 05beeca35..07028fd85 100644
--- a/offapi/com/sun/star/frame/XStorable2.idl
+++ b/offapi/com/sun/star/frame/XStorable2.idl
@@ -73,7 +73,7 @@ published interface XStorable2: XStorable
the optional parameters contain unacceptable for save entry
@throws com::sun::star::io::IOException
- if an IO error occured during save operation
+ if an IO error occurred during save operation
@see XStorable::store
*/
diff --git a/offapi/com/sun/star/logging/XLogger.idl b/offapi/com/sun/star/logging/XLogger.idl
index 45a2566d1..53ad5c296 100644
--- a/offapi/com/sun/star/logging/XLogger.idl
+++ b/offapi/com/sun/star/logging/XLogger.idl
@@ -121,17 +121,17 @@ interface XLogger
void log( [in] long Level, [in] string Message );
/** logs a given message, detailing the source class and method at which the logged
- event occured.
+ event occurred.
@param Level
the log level of this message. If this level is smaller than the logger's <member>Level</member>
attribute, then the call will be ignored.
@param SourceClass
- the source class at which the logged event occured.
+ the source class at which the logged event occurred.
@param SourceMethod
- the source class at which the logged event occured.
+ the source class at which the logged event occurred.
@param Message
the message to log
diff --git a/offapi/com/sun/star/mail/XMailServer.idl b/offapi/com/sun/star/mail/XMailServer.idl
index 57af147a5..1a1d6e181 100644
--- a/offapi/com/sun/star/mail/XMailServer.idl
+++ b/offapi/com/sun/star/mail/XMailServer.idl
@@ -191,13 +191,13 @@ interface XMailServer: ::com::sun::star::uno::XInterface {
a wrong server name, an unreachable DNS server, etc.
@throws com::sun::star::io::NoRouteToHostException
- if an error occured to connect to the remote mail server.
+ if an error occurred to connect to the remote mail server.
Typically the remote mail server cannot be reach because of an
intervening firewall, or if an intermediate router is down,
the network connection is broken, etc.
@throws com::sun::star::io::ConnectException
- if an error occured while attempting to connect to the remote
+ if an error occurred while attempting to connect to the remote
mail server. Typically the connection was refused remotely,
because the mail server is not listening on the remote address/port.
diff --git a/offapi/com/sun/star/mail/XMailService.idl b/offapi/com/sun/star/mail/XMailService.idl
index 91076e071..c2b704871 100644
--- a/offapi/com/sun/star/mail/XMailService.idl
+++ b/offapi/com/sun/star/mail/XMailService.idl
@@ -169,13 +169,13 @@ interface XMailService: ::com::sun::star::uno::XInterface {
a wrong server name, an unreachable DNS server, etc.
@throws com::sun::star::io::NoRouteToHostException
- if an error occured to connect to the remote mail server.
+ if an error occurred to connect to the remote mail server.
Typically the remote mail server cannot be reach because of an
intervening firewall, or if an intermediate router is down,
the network connection is broken, etc.
@throws com::sun::star::io::ConnectException
- if an error occured while attempting to connect to the remote
+ if an error occurred while attempting to connect to the remote
mail server. Typically the connection was refused remotely,
because the mail server is not listening on the remote address/port.
diff --git a/offapi/com/sun/star/plugin/PluginException.idl b/offapi/com/sun/star/plugin/PluginException.idl
index 78f9a8923..fefe79cfd 100644
--- a/offapi/com/sun/star/plugin/PluginException.idl
+++ b/offapi/com/sun/star/plugin/PluginException.idl
@@ -38,7 +38,7 @@
//=============================================================================
-/** Indicates that an error occured in an NPN or NPP function call.
+/** Indicates that an error occurred in an NPN or NPP function call.
@see XPlugin
@see XPluginContext
diff --git a/offapi/com/sun/star/scanner/ScanError.idl b/offapi/com/sun/star/scanner/ScanError.idl
index cf40ccdc1..1abfa890d 100644
--- a/offapi/com/sun/star/scanner/ScanError.idl
+++ b/offapi/com/sun/star/scanner/ScanError.idl
@@ -39,7 +39,7 @@ published enum ScanError
{
//-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR ScanError:: ScanErrorNone,
- /** ScanErrorNone: no error occured
+ /** ScanErrorNone: no error occurred
*/
ScanErrorNone,
@@ -51,7 +51,7 @@ published enum ScanError
//-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR ScanError:: ScanFailed,
- /** ScanFailed: an error occured during scanning
+ /** ScanFailed: an error occurred during scanning
*/
ScanFailed,
diff --git a/offapi/com/sun/star/script/provider/ScriptErrorRaisedException.idl b/offapi/com/sun/star/script/provider/ScriptErrorRaisedException.idl
index 845d71ea0..0fee9d375 100644
--- a/offapi/com/sun/star/script/provider/ScriptErrorRaisedException.idl
+++ b/offapi/com/sun/star/script/provider/ScriptErrorRaisedException.idl
@@ -42,13 +42,13 @@ module com { module sun { module star { module script { module provider {
by a LanguageScriptProvider whilst executing a script
*/
exception ScriptErrorRaisedException : com::sun::star::uno::Exception {
- /** Name of script where error occured
+ /** Name of script where error occurred
*/
string scriptName;
/** Scripting language of script that generated exception
*/
string language;
- /** line number where error occured.
+ /** line number where error occurred.
*/
long lineNum;
};
diff --git a/offapi/com/sun/star/script/provider/ScriptExceptionRaisedException.idl b/offapi/com/sun/star/script/provider/ScriptExceptionRaisedException.idl
index 71e94e2c3..3f099253f 100644
--- a/offapi/com/sun/star/script/provider/ScriptExceptionRaisedException.idl
+++ b/offapi/com/sun/star/script/provider/ScriptExceptionRaisedException.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module script { module provider {
thrown by a LanguageScriptProvider whilst executing a script
*/
exception ScriptExceptionRaisedException : ::com::sun::star::script::provider::ScriptErrorRaisedException {
- /** Name of script where error occured
+ /** Name of script where error occurred
*/
string exceptionType;
};
diff --git a/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl b/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl
index 062145079..5519c3bf8 100644
--- a/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl
+++ b/offapi/com/sun/star/script/provider/ScriptFrameworkErrorException.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module script { module provider {
by the Scripting Framework whilst executing a script
*/
exception ScriptFrameworkErrorException : com::sun::star::uno::Exception {
- /** Name of script where error occured
+ /** Name of script where error occurred
*/
string scriptName;
/** Scripting language of script that generated exception
diff --git a/offapi/com/sun/star/sdb/SQLContext.idl b/offapi/com/sun/star/sdb/SQLContext.idl
index e881627c3..e27a29f75 100644
--- a/offapi/com/sun/star/sdb/SQLContext.idl
+++ b/offapi/com/sun/star/sdb/SQLContext.idl
@@ -48,7 +48,7 @@ published exception SQLContext: com::sun::star::sdbc::SQLWarning
{
/** provides special info about the details where a
<type scope="com::sun::star::sdbc">SQLException</type>
- occured.
+ occurred.
As usual for SQLExceptions, several SQLContext-objects may be chained, then the
most recent context is appended to the list's tail
*/
diff --git a/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl b/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
index b54ba0293..51d4cd825 100644
--- a/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
+++ b/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
@@ -46,7 +46,7 @@
published interface XSQLErrorBroadcaster: com::sun::star::uno::XInterface
{
- /** adds the specified listener to receive the event "errorOccured"
+ /** adds the specified listener to receive the event "errorOccurred"
@param com::sun::star::sdb::XSQLErrorListener
*/
[oneway] void addSQLErrorListener(
diff --git a/offapi/com/sun/star/ucb/CommandFailedException.idl b/offapi/com/sun/star/ucb/CommandFailedException.idl
index 6a04d0d04..0201b649d 100644
--- a/offapi/com/sun/star/ucb/CommandFailedException.idl
+++ b/offapi/com/sun/star/ucb/CommandFailedException.idl
@@ -38,7 +38,7 @@
module com { module sun { module star { module ucb {
//=============================================================================
-/** This exception is thrown if an exception situation occured during the
+/** This exception is thrown if an exception situation occurred during the
processing of a command and an
<type scope="com::sun::star::task">XInteractionHandler</type> was able
to handle the request for the error condition and the requesting code
diff --git a/offapi/com/sun/star/ucb/FetchError.idl b/offapi/com/sun/star/ucb/FetchError.idl
index c987d5839..7bc949d41 100644
--- a/offapi/com/sun/star/ucb/FetchError.idl
+++ b/offapi/com/sun/star/ucb/FetchError.idl
@@ -32,7 +32,7 @@
module com { module sun { module star { module ucb {
//=============================================================================
-/** These values are used to specify whether and which error has occured
+/** These values are used to specify whether and which error has occurred
while fetching data of some <type>ContentResultSet</type> rows.
@see FetchResult
diff --git a/offapi/com/sun/star/ucb/FetchResult.idl b/offapi/com/sun/star/ucb/FetchResult.idl
index 965ffd876..1c6239e2a 100644
--- a/offapi/com/sun/star/ucb/FetchResult.idl
+++ b/offapi/com/sun/star/ucb/FetchResult.idl
@@ -71,7 +71,7 @@ published struct FetchResult
boolean Orientation;
//-------------------------------------------------------------------------
- /** indicates whether and which error has occured, while fetching.
+ /** indicates whether and which error has occurred, while fetching.
<p>The value may contain zero or more constants of the
<type>FetchError</type> constants group.
diff --git a/offapi/com/sun/star/ucb/InteractiveFileIOException.idl b/offapi/com/sun/star/ucb/InteractiveFileIOException.idl
index 9024ebc07..379082596 100644
--- a/offapi/com/sun/star/ucb/InteractiveFileIOException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveFileIOException.idl
@@ -51,7 +51,7 @@ module com { module sun { module star { module ucb {
published exception InteractiveFileIOException: com::sun::star::ucb::InteractiveIOException
{
//-------------------------------------------------------------------------
- /** The file url where the i/o error occured
+ /** The file url where the i/o error occurred
*/
string FileName;
};
diff --git a/offapi/com/sun/star/ucb/XCommandProcessor.idl b/offapi/com/sun/star/ucb/XCommandProcessor.idl
index 60f50d194..d282b7a89 100644
--- a/offapi/com/sun/star/ucb/XCommandProcessor.idl
+++ b/offapi/com/sun/star/ucb/XCommandProcessor.idl
@@ -124,7 +124,7 @@ published interface XCommandProcessor : com::sun::star::uno::XInterface
to indicate that two threads tried to use the same command identifier
@throws Exception
- if an error occured during the execution of the command.
+ if an error occurred during the execution of the command.
*/
any execute( [in] Command aCommand,
[in] long CommandId,
diff --git a/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl b/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl
index 046d1be48..2f95226ca 100644
--- a/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl
+++ b/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl
@@ -111,7 +111,7 @@ published interface XContentIdentifierMapping: com::sun::star::uno::XInterface
be returned unmodified).
@returns <TRUE/> if any of the columns contain data that (potentially)
- needs mapping (though maybe no mapping occured for the concrete input
+ needs mapping (though maybe no mapping occurred for the concrete input
data of this call). This information can be useful to decide whether,
for another row, a call to this function is at all necessary.
*/
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl
index edafc882b..a14ed6637 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl
@@ -53,7 +53,7 @@ published interface XRemoteContentProviderChangeListener:
occur.
@param Event
- describes the change that has occured.
+ describes the change that has occurred.
*/
void
remoteContentProviderChange([in] RemoteContentProviderChangeEvent Event);
diff --git a/offapi/com/sun/star/util/XChangesNotifier.idl b/offapi/com/sun/star/util/XChangesNotifier.idl
index 9d8c76d72..fd0ad2e55 100644
--- a/offapi/com/sun/star/util/XChangesNotifier.idl
+++ b/offapi/com/sun/star/util/XChangesNotifier.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module util {
published interface XChangesNotifier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** adds the specified listener to receive events when changes occured.
+ /** adds the specified listener to receive events when changes occurred.
*/
[oneway] void addChangesListener( [in] com::sun::star::util::XChangesListener aListener );
diff --git a/offapi/com/sun/star/util/XCloseListener.idl b/offapi/com/sun/star/util/XCloseListener.idl
index 8bba2b35f..5e494d1e1 100644
--- a/offapi/com/sun/star/util/XCloseListener.idl
+++ b/offapi/com/sun/star/util/XCloseListener.idl
@@ -59,7 +59,7 @@
<p>
If an event <method scope="com::sun::star::lang">XEventListener::disposing</method>
- occured, nobody called <method>XCloseable::close</method> on listened object before.
+ occurred, nobody called <method>XCloseable::close</method> on listened object before.
Then it's not allowed to break this request - it must be accepted!
</p>
@@ -122,7 +122,7 @@ published interface XCloseListener: com::sun::star::lang::XEventListener
</p>
<p>
- If the event <member scope="com::sun::star::lang">XEventListener::disposing()</member> occured before
+ If the event <member scope="com::sun::star::lang">XEventListener::disposing()</member> occurred before
it must be accepted too. There exist no chance for a disagreement any more.
</p>
diff --git a/offapi/com/sun/star/xforms/XModel.idl b/offapi/com/sun/star/xforms/XModel.idl
index f1630ac09..c79e2ae2c 100644
--- a/offapi/com/sun/star/xforms/XModel.idl
+++ b/offapi/com/sun/star/xforms/XModel.idl
@@ -107,7 +107,7 @@ interface XModel
consistency criteria for the model data is not fulfilled.
@throws com::sun::star::lang::WrappedTargetException
- when another error occured during the submission. The
+ when another error occurred during the submission. The
<member scope="com::sun::star::lang">WrappedTargetException::TargetException</member> describes
this error then.
*/
@@ -131,7 +131,7 @@ interface XModel
consistency criteria for the model data is not fulfilled.
@throws com::sun::star::lang::WrappedTargetException
- when another error occured during the submission. The
+ when another error occurred during the submission. The
<member scope="com::sun::star::lang">WrappedTargetException::TargetException</member> describes
this error then.
*/