DocumentIconID |
@@ -153,8 +153,8 @@ published service TypeDetection
Note:
- All elements of this container will be adressed by his internal name,
- and it must be an unambigous value.
+ All elements of this container will be addressed by his internal name,
+ and it must be an unambiguous value.
*/
interface com::sun::star::container::XNameAccess;
@@ -179,12 +179,12 @@ published service TypeDetection
Because the complexness of such configuration set can be very high,
- it seams not very usefull to update the undelying configuration layer
- on every container change request immediatly. Another strategy can be to
+ it seams not very useful to update the underlying configuration layer
+ on every container change request immediately. Another strategy can be to
make all changes (adding/changing/removing of items) and call flush at the end.
That will validate the whole container and reject inconsistent data sets.
Only in case all made changes was correct, they will be written back to the
- configuration. Further this interface provides the possibelity, that interested
+ configuration. Further this interface provides the possibility, that interested
changes listener can be registered too.
*/
diff --git a/offapi/com/sun/star/document/XBinaryStreamResolver.idl b/offapi/com/sun/star/document/XBinaryStreamResolver.idl
index 0f38a6d85606..5b754eba3670 100644
--- a/offapi/com/sun/star/document/XBinaryStreamResolver.idl
+++ b/offapi/com/sun/star/document/XBinaryStreamResolver.idl
@@ -45,18 +45,18 @@ module com { module sun { module star { module document {
/**
This interface encapsulates functionality to get/resolve binary data streams.
- It is used to transform binary data to an url or to transform an url to binary
+ It is used to transform binary data to an URL or to transform an URL to binary
data. The binary data is represented through input and output streams.
- In the case of transforming an url to binary data, the getInputStream
+
In the case of transforming an URL to binary data, the getInputStream
method is used. This returns a XInputStream
- from which the binary data, transformed from the given url, can be read.
+ from which the binary data, transformed from the given URL, can be read.
- In the case of transforming binary data to an url, a
+
In the case of transforming binary data to an URL, a
XOutputStream is created first to write
the binary data to. After this, the resolveOutputStream
method can
be used to transform the binary data, represented through the
- XOutputStream interface, to an url.
+ XOutputStream interface, to an URL.
*/
published interface XBinaryStreamResolver: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
index 845660d9db7b..c0e10ac1e99c 100644
--- a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
+++ b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
@@ -65,7 +65,7 @@ interface XDocumentEventBroadcaster
/** registers a listener which is notified about document events
@param _Listener
- the listener to register. The behaviour of the method is undefined this listener
+ the listener to register. The behavior of the method is undefined this listener
is .
*/
void addDocumentEventListener( [in] XDocumentEventListener _Listener );
@@ -73,7 +73,7 @@ interface XDocumentEventBroadcaster
/** revokes a listener which has previously been registered to be notified about document events.
@param _Listener
- the listener to revoke. The behaviour of the method is undefined this listener
+ the listener to revoke. The behavior of the method is undefined this listener
is .
*/
void removeDocumentEventListener( [in] XDocumentEventListener _Listener );
@@ -84,7 +84,7 @@ interface XDocumentEventBroadcaster
and fill in the Source
member (denoting the broadcaster) as appropriate.
Whether the actual notification happens synchronously or asynchronously is up to the
- implementator of this method. However, implementations are encouraged to specify this, for the
+ implementor of this method. However, implementations are encouraged to specify this, for the
list of supported event types, in their service contract.
Implementations might also decide to limit the list of allowed events (means event names) at
diff --git a/offapi/com/sun/star/document/XDocumentEventListener.idl b/offapi/com/sun/star/document/XDocumentEventListener.idl
index 207286df8b79..4d151b844659 100644
--- a/offapi/com/sun/star/document/XDocumentEventListener.idl
+++ b/offapi/com/sun/star/document/XDocumentEventListener.idl
@@ -51,7 +51,7 @@ module com { module sun { module star { module document {
*/
interface XDocumentEventListener : ::com::sun::star::lang::XEventListener
{
- /** is called whenever a document event occured
+ /** is called whenever a document event occurred
*/
void documentEventOccured( [in] DocumentEvent Event );
};
diff --git a/offapi/com/sun/star/document/XDocumentProperties.idl b/offapi/com/sun/star/document/XDocumentProperties.idl
index 8a3b2c1843aa..acc895f484d1 100755
--- a/offapi/com/sun/star/document/XDocumentProperties.idl
+++ b/offapi/com/sun/star/document/XDocumentProperties.idl
@@ -210,7 +210,7 @@ published interface XDocumentProperties
specified time after the document is loaded into a desktop frame.
An empty URL is valid and describes a case where the document shall be
- reloaded from its original loction after some time described by the
+ reloaded from its original location after some time described by the
attribute AutoloadSecs.
An empty string together with an
AutoloadSecs value of 0
@@ -292,7 +292,7 @@ published interface XDocumentProperties
//-------------------------------------------------------------------------
/** resets all attributes that could identify the user.
- Clears the document properties, such that it apperars the document
+ Clears the document properties, such that it appears the document
has just been created.
This is a convenience method which resets several attributes at once,
as follows:
diff --git a/offapi/com/sun/star/document/XDocumentRecovery.idl b/offapi/com/sun/star/document/XDocumentRecovery.idl
index e5bf521d07f0..108c16abd54d 100644
--- a/offapi/com/sun/star/document/XDocumentRecovery.idl
+++ b/offapi/com/sun/star/document/XDocumentRecovery.idl
@@ -53,7 +53,7 @@ interface XDocumentRecovery
It's allowed to implement this method sloppy, by returning in cases where it is not sure whether
the document actually has been modified. So, the most simple implementation could simply delegate this call
to XModifiable::isModified. (Well, actually that's the
- second simple implementation, the most simple one would, still egitimately, always return .)
+ second simple implementation, the most simple one would, still legitimately, always return .)
However, in such a case, the document might be saved more often than needed. In particular during the
periodic session save, this might become a problem when saving is expensive, for a single document
diff --git a/offapi/com/sun/star/document/XEmbeddedScripts.idl b/offapi/com/sun/star/document/XEmbeddedScripts.idl
index fba8541bafcb..f8f14c4b3319 100644
--- a/offapi/com/sun/star/document/XEmbeddedScripts.idl
+++ b/offapi/com/sun/star/document/XEmbeddedScripts.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module document {
//=============================================================================
-/** is suppoerted by OfficeDocuments which allow to embed scripts
+/** is supported by OfficeDocuments which allow to embed scripts
@since OOo 2.4
*/
diff --git a/offapi/com/sun/star/document/XExtendedFilterDetection.idl b/offapi/com/sun/star/document/XExtendedFilterDetection.idl
index b5aae4930fd8..70b9da4424ea 100644
--- a/offapi/com/sun/star/document/XExtendedFilterDetection.idl
+++ b/offapi/com/sun/star/document/XExtendedFilterDetection.idl
@@ -59,8 +59,8 @@ published interface XExtendedFilterDetection: com::sun::star::uno::XInterface
with given URL or arguments
- Registerd services in configuration, which support this interface for different mime types,
- will be called automaticly to look into the document stream and cdecide wich format it represent.
+ Registered services in configuration, which support this interface for different mime types,
+ will be called automatically to look into the document stream and decide which format it represent.
Add the collected information about detected documents in given MediaDescriptor
Descriptor. The decision must be returned as any valid type name (which specifies
the detected format) or an empty value for unknown formats.
diff --git a/offapi/com/sun/star/document/XFilter.idl b/offapi/com/sun/star/document/XFilter.idl
index 24eab5fcde5a..82bdca53dba5 100644
--- a/offapi/com/sun/star/document/XFilter.idl
+++ b/offapi/com/sun/star/document/XFilter.idl
@@ -62,7 +62,7 @@ published interface XFilter: com::sun::star::uno::XInterface
/** filter the document.
- The given MediaDescriptor holds all neccessary information
+ The given MediaDescriptor holds all necessary information
about the document.
Don't hold hard references to the descriptor items. You must copy needed information!
diff --git a/offapi/com/sun/star/document/XInteractionFilterSelect.idl b/offapi/com/sun/star/document/XInteractionFilterSelect.idl
index 0aa7770af8a2..2e396f4aa165 100644
--- a/offapi/com/sun/star/document/XInteractionFilterSelect.idl
+++ b/offapi/com/sun/star/document/XInteractionFilterSelect.idl
@@ -44,7 +44,7 @@ module com { module sun { module star { module document {
a possible InteractionHandler will be used.
(it's a a part of used MediaDescriptor)
A NoSuchFilterRequest will be used then to start right interaction on that to
- get a decision wich filter should be used for given URL. A possible continiuation
+ get a decision which filter should be used for given URL. A possible continuation
of that can be this XInteractionFilterSelect. It will transport the decision back to
generic filter detection and force using of it. Of course it's possible to abort
the loading process by use another continuation XInteractionAbort.
diff --git a/offapi/com/sun/star/document/XRedlinesSupplier.idl b/offapi/com/sun/star/document/XRedlinesSupplier.idl
index 9ca883b140d4..6ce6b825e04e 100644
--- a/offapi/com/sun/star/document/XRedlinesSupplier.idl
+++ b/offapi/com/sun/star/document/XRedlinesSupplier.idl
@@ -45,7 +45,7 @@ published interface XRedlinesSupplier: com::sun::star::uno::XInterface
/** @returns
an enumeration access that provides access to the redline objects of the document.
-
The returned objects implent at least the interface
+
The returned objects implement at least the interface
XPropertySet.
Specific objects may support other interfaces as well.
*/
diff --git a/offapi/com/sun/star/document/XScriptInvocationContext.idl b/offapi/com/sun/star/document/XScriptInvocationContext.idl
index 68f5cd883410..237ca45e9664 100644
--- a/offapi/com/sun/star/document/XScriptInvocationContext.idl
+++ b/offapi/com/sun/star/document/XScriptInvocationContext.idl
@@ -50,7 +50,7 @@ module com { module sun { module star { module document {
then this other document is denoted by ScriptContainer.
If the interface is implemented by a controller, then ScriptContainer
- refers to the document which supports embedding scripts, and which is unambiguosly
+ refers to the document which supports embedding scripts, and which is unambiguously
associated with the controller. This must not necessarily be the model returned by
XController::getModel.
diff --git a/offapi/com/sun/star/document/XStandaloneDocumentInfo.idl b/offapi/com/sun/star/document/XStandaloneDocumentInfo.idl
index 51a0cd7fa289..cf09472df795 100644
--- a/offapi/com/sun/star/document/XStandaloneDocumentInfo.idl
+++ b/offapi/com/sun/star/document/XStandaloneDocumentInfo.idl
@@ -49,7 +49,7 @@ module com { module sun { module star { module document {
Instead of DocumentInfo not the whole document will be opened.
Note: Without specifying the source or target of this info (the document)
nothing can work and will be handled as void (for reading) or ignored (for writing).
- After specigiying the source/target by using this interface,
+ After specifying the source/target by using this interface,
the interface XDocumentInfo (which must be implemented on same
object then this one!) provides access to the info properties.
diff --git a/offapi/com/sun/star/document/XTypeDetection.idl b/offapi/com/sun/star/document/XTypeDetection.idl
index 5fc14f65ebd9..ce89b437edb8 100644
--- a/offapi/com/sun/star/document/XTypeDetection.idl
+++ b/offapi/com/sun/star/document/XTypeDetection.idl
@@ -48,7 +48,7 @@ module com { module sun { module star { module document {
may invalid results if e.g., the extension of the document is wrong.
A "deep" detection means looking into the document stream to be right
which format it supports. Of course that includes a "flat" detection before.
- The combination of both ones should produce stable results everytime.
+ The combination of both ones should produce stable results every time.
@see TypeDetection
@@ -86,11 +86,11 @@ published interface XTypeDetection: com::sun::star::uno::XInterface
The property MediaDescriptor::URL should be set on
this descriptor as minimum. It specifies the location of the document.
If this parameter is missing another one is required: MediaDescriptor::InputStream.
- This can be usefull to prevent operaton against multiple opening of the stream
+ This can be useful to prevent operation against multiple opening of the stream
and perform the operation. If this stream isn't already included the detection
will open it (if allowed!) and add it to the descriptor so it will be available for
all following parts.
- A combination of both parameters can be usefull to perform the operation
+ A combination of both parameters can be useful to perform the operation
and make results more stable; but only one of them is required.
Of course its possible to specify more document properties (e.g.
MediaDescriptor::ReadOnly).
@@ -100,7 +100,7 @@ published interface XTypeDetection: com::sun::star::uno::XInterface
@param Descriptor
- means the MediaDescriptor which specify the ressource for detection
+ means the MediaDescriptor which specify the resource for detection
@param AllowDeep
if it is set to a "deep" detection will be follow a "flat" detection
--
cgit