summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed
diff options
context:
space:
mode:
authorAurimas FiĊĦeras <aurimas@gmail.com>2011-01-22 13:23:30 +0200
committerDavid Tardon <dtardon@redhat.com>2011-01-25 07:03:25 +0100
commitb8250c7382b86bf02927e6224c715e4921c47f6d (patch)
tree393aa47f6158aa3b8aff6c856f45079c45fc454a /offapi/com/sun/star/embed
parent65203e5978bc0c8803bd0d71fe2d3e2edd60d2b6 (diff)
Some fixes to documentation (part 1)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/embed')
-rw-r--r--offapi/com/sun/star/embed/Actions.idl4
-rw-r--r--offapi/com/sun/star/embed/DocumentCloser.idl2
-rw-r--r--offapi/com/sun/star/embed/ElementModes.idl10
-rw-r--r--offapi/com/sun/star/embed/EmbedMapUnits.idl8
-rw-r--r--offapi/com/sun/star/embed/EmbedMisc.idl4
-rw-r--r--offapi/com/sun/star/embed/EmbedStates.idl2
-rw-r--r--offapi/com/sun/star/embed/EmbedVerbs.idl2
-rw-r--r--offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl4
-rw-r--r--offapi/com/sun/star/embed/EntryInitModes.idl4
-rw-r--r--offapi/com/sun/star/embed/FileSystemStorageFactory.idl4
-rw-r--r--offapi/com/sun/star/embed/InsertedObjectInfo.idl2
-rw-r--r--offapi/com/sun/star/embed/ObjectSaveVetoException.idl2
-rw-r--r--offapi/com/sun/star/embed/Storage.idl12
-rw-r--r--offapi/com/sun/star/embed/StorageFactory.idl6
-rw-r--r--offapi/com/sun/star/embed/StorageStream.idl14
-rw-r--r--offapi/com/sun/star/embed/UseBackupException.idl2
-rw-r--r--offapi/com/sun/star/embed/XCommonEmbedPersist.idl2
-rw-r--r--offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl2
-rw-r--r--offapi/com/sun/star/embed/XEmbedPersist.idl2
-rw-r--r--offapi/com/sun/star/embed/XEmbeddedClient.idl2
-rw-r--r--offapi/com/sun/star/embed/XEmbeddedObject.idl2
-rw-r--r--offapi/com/sun/star/embed/XExtendedStorageStream.idl2
-rw-r--r--offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl4
-rw-r--r--offapi/com/sun/star/embed/XInplaceClient.idl2
-rw-r--r--offapi/com/sun/star/embed/XInplaceObject.idl4
-rw-r--r--offapi/com/sun/star/embed/XInsertObjectDialog.idl2
-rw-r--r--offapi/com/sun/star/embed/XLinkageSupport.idl2
-rw-r--r--offapi/com/sun/star/embed/XOLESimpleStorage.idl6
-rw-r--r--offapi/com/sun/star/embed/XOptimizedStorage.idl4
-rw-r--r--offapi/com/sun/star/embed/XPersistanceHolder.idl6
-rw-r--r--offapi/com/sun/star/embed/XRelationshipAccess.idl6
-rw-r--r--offapi/com/sun/star/embed/XStorage.idl22
-rw-r--r--offapi/com/sun/star/embed/XStorageRawAccess.idl10
-rw-r--r--offapi/com/sun/star/embed/XTransactionBroadcaster.idl2
-rw-r--r--offapi/com/sun/star/embed/XVisualObject.idl4
-rw-r--r--offapi/com/sun/star/embed/XWindowSupplier.idl6
36 files changed, 87 insertions, 87 deletions
diff --git a/offapi/com/sun/star/embed/Actions.idl b/offapi/com/sun/star/embed/Actions.idl
index 48ad78eb0ab2..f0c81b4bdb2a 100644
--- a/offapi/com/sun/star/embed/Actions.idl
+++ b/offapi/com/sun/star/embed/Actions.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module embed {
published constants Actions
{
//------------------------------------------------------------------------
- /** "Prevent Close" - throws veto excetion if target object is going to
+ /** "Prevent Close" - throws veto exception if target object is going to
close.
<p>
@@ -50,7 +50,7 @@ published constants Actions
const long PREVENT_CLOSE = 1;
//------------------------------------------------------------------------
- /** "Prevent Termination" - throws veto excetion if target object is going
+ /** "Prevent Termination" - throws veto exception if target object is going
to terminate.
<p>
diff --git a/offapi/com/sun/star/embed/DocumentCloser.idl b/offapi/com/sun/star/embed/DocumentCloser.idl
index 9b0eaf617527..a9c2269b9c65 100644
--- a/offapi/com/sun/star/embed/DocumentCloser.idl
+++ b/offapi/com/sun/star/embed/DocumentCloser.idl
@@ -57,7 +57,7 @@ module com { module sun { module star { module embed {
the required actions to let the frame be closed using
<type scope="com::sun::star::util">XCloseable</type>::close( true ). Thus
in case there is a code that prevents closing of the frame the code
- avtomatically becomes the owner of the frame.
+ automatically becomes the owner of the frame.
</p>
<p>
diff --git a/offapi/com/sun/star/embed/ElementModes.idl b/offapi/com/sun/star/embed/ElementModes.idl
index 314036fd45ec..2173186ae011 100644
--- a/offapi/com/sun/star/embed/ElementModes.idl
+++ b/offapi/com/sun/star/embed/ElementModes.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module embed {
/** The constant set contains possible modes to open an element.
<p>
- The modes can be combined by 'or' operation.
+ The modes can be combined by "or" operation.
<const>ElementModes::READ</const> and <const>ElementModes::WRITE</const>
are base modes. A result mode must include one of base modes.
</p>
@@ -55,7 +55,7 @@ published constants ElementModes
<p>
This mode is ignored for <type>Storage</type> elements.
- This flag makes sence only in combination with
+ This flag makes sense only in combination with
<const>ElementModes::READ</const> and/or
<const>ElementModes::WRITE</const>.
</p>
@@ -87,10 +87,10 @@ published constants ElementModes
const long READWRITE = 7;
//------------------------------------------------------------------------
- /** lets the document be truncated immediatelly after opening.
+ /** lets the document be truncated immediately after opening.
<p>
- This flag makes sence only in combination with
+ This flag makes sense only in combination with
<const>ElementModes::WRITE</const>.
</p>
*/
@@ -101,7 +101,7 @@ published constants ElementModes
does not exist.
<p>
- This flag makes sence only in combination with
+ This flag makes sense only in combination with
<const>ElementModes::WRITE</const>.
</p>
*/
diff --git a/offapi/com/sun/star/embed/EmbedMapUnits.idl b/offapi/com/sun/star/embed/EmbedMapUnits.idl
index ff8a3cebada5..9a8931779f70 100644
--- a/offapi/com/sun/star/embed/EmbedMapUnits.idl
+++ b/offapi/com/sun/star/embed/EmbedMapUnits.idl
@@ -41,25 +41,25 @@ published constants EmbedMapUnits
{
// ----------------------------------------------------------------------
/** In this type of map mode one logical point is equal to one-hundredth
- of milimetre.
+ of millimeter.
*/
const long ONE_100TH_MM = 0;
// ----------------------------------------------------------------------
/** In this type of map mode one logical point is equal to one-tenth
- of milimetre.
+ of millimeter.
*/
const long ONE_10TH_MM = 1;
// ----------------------------------------------------------------------
/** In this type of map mode one logical point is equal to one
- milimetre.
+ millimeter.
*/
const long ONE_MM = 2;
// ----------------------------------------------------------------------
/** In this type of map mode one logical point is equal to one
- centimetre.
+ centimeter.
*/
const long ONE_CM = 3;
diff --git a/offapi/com/sun/star/embed/EmbedMisc.idl b/offapi/com/sun/star/embed/EmbedMisc.idl
index a1e05224b00b..2d2e987c5140 100644
--- a/offapi/com/sun/star/embed/EmbedMisc.idl
+++ b/offapi/com/sun/star/embed/EmbedMisc.idl
@@ -33,11 +33,11 @@
module com { module sun { module star { module embed {
//============================================================================
-/** The constant set contains flags describing miscellaneous charactetistics
+/** The constant set contains flags describing miscellaneous characteristics
of embedded objects.
<p>
- The constant values can be combined with 'or' operation.
+ The constant values can be combined with "or" operation.
The first 32 bits are reserved for MS values, they are added because
this API is going to be used to embed MS OLE objects into OOo documents,
so there should be a possibility to transfer all the possible MS flags
diff --git a/offapi/com/sun/star/embed/EmbedStates.idl b/offapi/com/sun/star/embed/EmbedStates.idl
index df94cfa045a5..935f32363e82 100644
--- a/offapi/com/sun/star/embed/EmbedStates.idl
+++ b/offapi/com/sun/star/embed/EmbedStates.idl
@@ -84,7 +84,7 @@ published constants EmbedStates
/** "UI active" - the inplace active object that has user interface.
<p>
- The object is inplace active, allowed to have menues, toolbars,
+ The object is inplace active, allowed to have menus, toolbars,
keyboard accelerators, and has the focus.
</p>
*/
diff --git a/offapi/com/sun/star/embed/EmbedVerbs.idl b/offapi/com/sun/star/embed/EmbedVerbs.idl
index 5d34fb1e8153..a3610a076d23 100644
--- a/offapi/com/sun/star/embed/EmbedVerbs.idl
+++ b/offapi/com/sun/star/embed/EmbedVerbs.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module embed {
published constants EmbedVerbs
{
//------------------------------------------------------------------------
- /** lets the object do default activation, as by doubleclick.
+ /** lets the object do default activation, as by double-click.
*/
const long MS_OLEVERB_PRIMARY = 0;
diff --git a/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl b/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl
index 5a47c8f8fafc..2974a493e24e 100644
--- a/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl
+++ b/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl
@@ -64,7 +64,7 @@ module com { module sun { module star { module embed {
This service may be represented by a
<type scope="com::sun::star::beans" dim="[]">PropertyValue</type>.
Such descriptors will be passed to different functions, included into
- possible load/save proccesses. Every member of such process can use
+ possible load/save processes. Every member of such process can use
this descriptor and may change it to actualize the informations about
the object. So this descriptor should be used as an in/out parameter.
</p>
@@ -78,7 +78,7 @@ published service EmbeddedObjectDescriptor
<p>
Setting of this property to true tells the embedded object that
- controlls the document to store or not to store the graphical
+ controls the document to store or not to store the graphical
representation of the document in to the object persistence.
If this property is not set the object makes the decision itself.
</p>
diff --git a/offapi/com/sun/star/embed/EntryInitModes.idl b/offapi/com/sun/star/embed/EntryInitModes.idl
index ae67192d323a..4c63f813c7a9 100644
--- a/offapi/com/sun/star/embed/EntryInitModes.idl
+++ b/offapi/com/sun/star/embed/EntryInitModes.idl
@@ -34,14 +34,14 @@ module com { module sun { module star { module embed {
//============================================================================
/** This constant set contains possible modes to initialize object
- persistance.
+ persistence.
@see XEmbedPersist
*/
published constants EntryInitModes
{
// -----------------------------------------------------------------------
- /** In case object persistance is created based on existing entry,
+ /** In case object persistence is created based on existing entry,
the object should be initialized from this entry. Otherwise
the object should be initialized as a new one.
*/
diff --git a/offapi/com/sun/star/embed/FileSystemStorageFactory.idl b/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
index d27541d703ef..f047913c6d2a 100644
--- a/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
+++ b/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
@@ -50,7 +50,7 @@ published service FileSystemStorageFactory
<p>
In case
<method scope="com::sun::star::lang">XSingleServiceFactory::createInstance</method>
- call is used the result storage will be open in readwrite mode based
+ call is used the result storage will be open in read-write mode based
on an arbitrary file system folder.
</p>
@@ -75,7 +75,7 @@ published service FileSystemStorageFactory
<dt>parameter 3</dt>
<dd>
- allowes to provide
+ allows to provide
<type scope="com::sun::star::document">MediaDescryptor</type>
to the storage so some parts can be used for
initialization, it can be for example
diff --git a/offapi/com/sun/star/embed/InsertedObjectInfo.idl b/offapi/com/sun/star/embed/InsertedObjectInfo.idl
index dedfabb75a8f..8c122add8887 100644
--- a/offapi/com/sun/star/embed/InsertedObjectInfo.idl
+++ b/offapi/com/sun/star/embed/InsertedObjectInfo.idl
@@ -55,7 +55,7 @@ published struct InsertedObjectInfo
<p>
A dialog related to embedded object creation usually allows user
- to make some choiches that can be container related. This information
+ to make some choices that can be container related. This information
can be provided by this member.
</p>
*/
diff --git a/offapi/com/sun/star/embed/ObjectSaveVetoException.idl b/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
index 3d0252e912fe..b75011033cf8 100644
--- a/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
+++ b/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
@@ -38,7 +38,7 @@
//============================================================================
-/** This exception can be thrown in case container whants to avoid objects
+/** This exception can be thrown in case container wants to avoid objects
saving.
@see XEmbeddedClient
diff --git a/offapi/com/sun/star/embed/Storage.idl b/offapi/com/sun/star/embed/Storage.idl
index d34d736cf5cb..01afee9271fb 100644
--- a/offapi/com/sun/star/embed/Storage.idl
+++ b/offapi/com/sun/star/embed/Storage.idl
@@ -116,7 +116,7 @@ published service Storage
In case a storage object is disposed all the elements
( substorages and substreams ) retrieved from the
object are disposed. If the storage was opened in
- read-write mode all noncommited changes will be lost.
+ read-write mode all non-commited changes will be lost.
</p>
</dd>
<dt>interface <type>XStorage</type></dt>
@@ -130,7 +130,7 @@ published service Storage
</p>
<p>
- If the child stream is an encrypted one a corect
+ If the child stream is an encrypted one a correct
common storage password should be set through
<type>XEncryptionProtectedSource</type> interface to
this storage or to a one of storages in parent
@@ -181,7 +181,7 @@ published service Storage
</p>
<p>
- If the child stream is an encrypted one a corect
+ If the child stream is an encrypted one a correct
common storage password should be set through
<type>XEncryptionProtectedSource</type> interface to
this storage or to a one of storages in parent
@@ -316,7 +316,7 @@ published service Storage
Usually means that the document validity is questionable, although
the package itself is not corrupted. The decision about document
validity in this case is in application hands. It is up to user of
- the storage to deside whether he accepts the fallback approach for
+ the storage to decide whether he accepts the fallback approach for
an implementation of this service, outputs a warning or an error.
</p>
*/
@@ -346,11 +346,11 @@ published service Storage
[property, optional, readonly] boolean HasEncryptedEntries;
// -----------------------------------------------------------------------
- /** allows to detect if the storage contains nonencrypted entries.
+ /** allows to detect if the storage contains non-encrypted entries.
<p>
In case it is set to <TRUE/> the storage itself and/or a tree of
- substorages contains nonencrypted streams. Usually in case this
+ substorages contains non-encrypted streams. Usually in case this
property is supported the implementation supports
<type>XEncryptionProtectedSource</type> interface.
</p>
diff --git a/offapi/com/sun/star/embed/StorageFactory.idl b/offapi/com/sun/star/embed/StorageFactory.idl
index 4b4b40d01a4c..6cb6584cffd0 100644
--- a/offapi/com/sun/star/embed/StorageFactory.idl
+++ b/offapi/com/sun/star/embed/StorageFactory.idl
@@ -49,7 +49,7 @@ published service StorageFactory
<p>
In case
<method scope="com::sun::star::lang">XSingleServiceFactory::createInstance</method>
- call is used the result storage will be open in readwrite mode based
+ call is used the result storage will be open in read-write mode based
on an arbitrary medium.
</p>
@@ -82,7 +82,7 @@ published service StorageFactory
<dt>parameter 3</dt>
<dd>
- this paramenter represents
+ this parameter represents
<type scope="com::sun::star::uno">Any</type>
containing a sequence of
<type scope="com::sun::star::beans">PropertyValue</type>.<br>
@@ -93,7 +93,7 @@ published service StorageFactory
<type scope="com::sun::star::task">XInteractionHandler</type>
implementation, password for the storage and repair
package flag.<br>
- Additionaly the parameter might contain property with the name
+ Additionally the parameter might contain property with the name
"StorageFormat" that can take values from
<type scope="com::sun::star::embed">StorageFormats</type>.
If the property is not provided a storage of package format
diff --git a/offapi/com/sun/star/embed/StorageStream.idl b/offapi/com/sun/star/embed/StorageStream.idl
index 1fb6733605f0..53f5ccdefb78 100644
--- a/offapi/com/sun/star/embed/StorageStream.idl
+++ b/offapi/com/sun/star/embed/StorageStream.idl
@@ -60,7 +60,7 @@
<type>Storage</type> service.
<p>
- In case a stream is open with readwrite access only one instance
+ In case a stream is open with read-write access only one instance
of the stream can exist.
</p>
*/
@@ -90,7 +90,7 @@ published service StorageStream
<p>
In case a stream is opened with read-write access only one instance of
the stream can exist. It means that the stream can not be reopened
- even for readonly access until the readwrite instance is disposed.
+ even for readonly access until the read-write instance is disposed.
From the other side it is possible to open multiple streams for
readonly access. But because of the rule mentioned above it will not
be possible to open the stream for read-write access until all the
@@ -146,7 +146,7 @@ published service StorageStream
/** allows to set password to the stream.
<p>
- This interface must be supported by a stream with readwrite access
+ This interface must be supported by a stream with read-write access
to allow to set a password that should be used next time the
stream is stored.
</p>
@@ -201,7 +201,7 @@ published service StorageStream
<p>
In case stream is not encrypted and the property is set to <TRUE/>,
- the stream will stay nonencrypted until the closest storage
+ the stream will stay non-encrypted until the closest storage
in the parent hierarchy, that has common storage password, is commited.
On the commit the stream will be encrypted with the common storage
password. If there is no such storage in the hierarchy the stream
@@ -213,14 +213,14 @@ published service StorageStream
If somebody sets a password explicitly by using
<type>XEncryptionProtectedSource</type> interface the value is
automatically set to <FALSE/> and the stream becomes encrypted
- with specified password immediatelly.
+ with specified password immediately.
</p>
<p>
In case stream is encrypted one and the value is set to <TRUE/>
- the stream becomes nonencrypted until the common storage password
+ the stream becomes non-encrypted until the common storage password
holder is commited. The data about previously set password ( if any )
- will be removed and the stream can be accessed as nonencrypted stream.
+ will be removed and the stream can be accessed as non-encrypted stream.
</p>
*/
[property] boolean UseCommonStoragePasswordEncryption;
diff --git a/offapi/com/sun/star/embed/UseBackupException.idl b/offapi/com/sun/star/embed/UseBackupException.idl
index e7d74d30f52c..4f362aeb6fa1 100644
--- a/offapi/com/sun/star/embed/UseBackupException.idl
+++ b/offapi/com/sun/star/embed/UseBackupException.idl
@@ -40,7 +40,7 @@
/** This exception can be thrown in case a storage commit is failed.
<p>
- If a commit process of a storage failes on last transfer and the original
+ If a commit process of a storage fails on last transfer and the original
content may be corrupted the storage should throw this exception to notify
the user that a backup usage is required to restore the original content.
</p>
diff --git a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
index 8b82c44965e0..65db0b125428 100644
--- a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
+++ b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
@@ -95,7 +95,7 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface
/** lets the object or the link reload itself.
<p>
- If the object has persistance it will be reloaded from it's persistant
+ If the object has persistence it will be reloaded from it's persistent
entry.
</p>
diff --git a/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl b/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl
index 45f3aef06cd6..001e74fa20f1 100644
--- a/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl
+++ b/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl
@@ -78,7 +78,7 @@ published interface XEmbedObjectClipboardCreator: com::sun::star::uno::XInterfac
<p>
The clipboard can provide a number of choices that are container
- related. This infomation will be returned in the
+ related. This information will be returned in the
<type>InsertedObjectInfo</type> object.
<p>
diff --git a/offapi/com/sun/star/embed/XEmbedPersist.idl b/offapi/com/sun/star/embed/XEmbedPersist.idl
index 73f807188ba6..e825e6f083bf 100644
--- a/offapi/com/sun/star/embed/XEmbedPersist.idl
+++ b/offapi/com/sun/star/embed/XEmbedPersist.idl
@@ -75,7 +75,7 @@ published interface XEmbedPersist: XCommonEmbedPersist
<p>
An entry with the specified name should be created/opened inside
provided storage. It can be a storage or a stream. For example,
- OOo API will refer to ole storages only by streams, but the object
+ OOo API will refer to OLE storages only by streams, but the object
implementation will use storage based on this stream.
</p>
diff --git a/offapi/com/sun/star/embed/XEmbeddedClient.idl b/offapi/com/sun/star/embed/XEmbeddedClient.idl
index f361ea2d8653..a1ad21498619 100644
--- a/offapi/com/sun/star/embed/XEmbeddedClient.idl
+++ b/offapi/com/sun/star/embed/XEmbeddedClient.idl
@@ -58,7 +58,7 @@ published interface XEmbeddedClient: XComponentSupplier
/** asks client to let the object store itself.
@throws com::sun::star::uno::ObjectSaveVetoException
- in case container whants to avoid saving of object
+ in case container chants to avoid saving of object
@throws com::sun::star::uno::Exception
in case of problems during saving
diff --git a/offapi/com/sun/star/embed/XEmbeddedObject.idl b/offapi/com/sun/star/embed/XEmbeddedObject.idl
index e0368736279f..c144a50a8261 100644
--- a/offapi/com/sun/star/embed/XEmbeddedObject.idl
+++ b/offapi/com/sun/star/embed/XEmbeddedObject.idl
@@ -97,7 +97,7 @@ published interface XEmbeddedObject
// INTERFACES
//
//------------------------------------------------------------------------
- /** represents common visualisation functionality for embedded objects.
+ /** represents common visualization functionality for embedded objects.
*/
interface XVisualObject;
diff --git a/offapi/com/sun/star/embed/XExtendedStorageStream.idl b/offapi/com/sun/star/embed/XExtendedStorageStream.idl
index 397358db57ec..3cf58ce89474 100644
--- a/offapi/com/sun/star/embed/XExtendedStorageStream.idl
+++ b/offapi/com/sun/star/embed/XExtendedStorageStream.idl
@@ -91,7 +91,7 @@ published interface XExtendedStorageStream
/** allows to set password to the stream.
<p>
- This interface must be supported by a stream with readwrite access
+ This interface must be supported by a stream with read-write access
to allow to set a password that should be used next time the
stream is stored if the encryption is supported.
</p>
diff --git a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
index 1f2cdcf132f9..be9dc6f765b0 100644
--- a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
+++ b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
@@ -163,7 +163,7 @@ published interface XHierarchicalStorageAccess
can be a combination of <type>ElementModes</type> values
@param sPassword
- this parameter allowes to specify a reading password for the
+ this parameter allows to specify a reading password for the
stream, the password must be a correct one, otherwise an
exception will be thrown
@@ -203,7 +203,7 @@ published interface XHierarchicalStorageAccess
the path to the element to remove
@throws ::com::sun::star::embed::InvalidStorageException
- this storage is in invalid state for eny reason
+ this storage is in invalid state for any reason
@throws ::com::sun::star::lang::IllegalArgumentException
an illegal argument is provided
diff --git a/offapi/com/sun/star/embed/XInplaceClient.idl b/offapi/com/sun/star/embed/XInplaceClient.idl
index b4edc9794c7e..7f9270a94db7 100644
--- a/offapi/com/sun/star/embed/XInplaceClient.idl
+++ b/offapi/com/sun/star/embed/XInplaceClient.idl
@@ -193,7 +193,7 @@ interface XInplaceClient: com::sun::star::uno::XInterface
raises( ::com::sun::star::embed::WrongStateException );
//------------------------------------------------------------------------
- /** provides accelerator table the object whants to use while it is
+ /** provides accelerator table the object wants to use while it is
inplace active.
@param aKeys
diff --git a/offapi/com/sun/star/embed/XInplaceObject.idl b/offapi/com/sun/star/embed/XInplaceObject.idl
index 3ca6bdf359fb..5341df1601f6 100644
--- a/offapi/com/sun/star/embed/XInplaceObject.idl
+++ b/offapi/com/sun/star/embed/XInplaceObject.idl
@@ -90,7 +90,7 @@ published interface XInplaceObject: com::sun::star::uno::XInterface
/** enables or disables modeless dialogs of the object.
<p>
- In case contaner whants to show a modal dialog it should disable
+ In case container wants to show a modal dialog it should disable
modeless of embedded object dialogs with this call. Later the same
call can be used to enable it.
</p>
@@ -110,7 +110,7 @@ published interface XInplaceObject: com::sun::star::uno::XInterface
::com::sun::star::uno::Exception );
//------------------------------------------------------------------------
- /** provides accelerator table the container whants to use during inplace
+ /** provides accelerator table the container wants to use during inplace
editing.
@return
diff --git a/offapi/com/sun/star/embed/XInsertObjectDialog.idl b/offapi/com/sun/star/embed/XInsertObjectDialog.idl
index 7b98a1c767a2..b304fd6d676e 100644
--- a/offapi/com/sun/star/embed/XInsertObjectDialog.idl
+++ b/offapi/com/sun/star/embed/XInsertObjectDialog.idl
@@ -69,7 +69,7 @@ published interface XInsertObjectDialog: com::sun::star::uno::XInterface
<p>
The dialog allows for user to do a number of choices that are container
- related. This infomation will be returned in the
+ related. This information will be returned in the
<type>InsertedObjectInfo</type> object.
<p>
diff --git a/offapi/com/sun/star/embed/XLinkageSupport.idl b/offapi/com/sun/star/embed/XLinkageSupport.idl
index a4a53c36e7a8..b5038b0d3fba 100644
--- a/offapi/com/sun/star/embed/XLinkageSupport.idl
+++ b/offapi/com/sun/star/embed/XLinkageSupport.idl
@@ -113,7 +113,7 @@ published interface XLinkageSupport: XCommonEmbedPersist
<p>
Most of embedded objects will not support this interface, but some
of them can do it, to allow conversion from link to object. After
- the conversion the object does not change, so interface set staies the
+ the conversion the object does not change, so interface set stays the
same, but the object is not a link any more.
</p>
diff --git a/offapi/com/sun/star/embed/XOLESimpleStorage.idl b/offapi/com/sun/star/embed/XOLESimpleStorage.idl
index ac39370e8a8f..1eb5e3f3a61b 100644
--- a/offapi/com/sun/star/embed/XOLESimpleStorage.idl
+++ b/offapi/com/sun/star/embed/XOLESimpleStorage.idl
@@ -55,7 +55,7 @@ module com { module sun { module star { module embed {
<p>
This is a simple container allowing the access to OLE storages. The
- subcomponents are either OLE storages themself or streams.
+ subcomponents are either OLE storages themselves or streams.
</p>
*/
published interface XOLESimpleStorage
@@ -72,7 +72,7 @@ published interface XOLESimpleStorage
interface ::com::sun::star::container::XNameContainer;
//------------------------------------------------------------------------
- /** interface <type>XComponent</type> allows to exclicitly free resources
+ /** interface <type>XComponent</type> allows to explicitly free resources
and break cyclic references.
*/
interface ::com::sun::star::lang::XComponent;
@@ -81,7 +81,7 @@ published interface XOLESimpleStorage
/** interface <type>XTransactedObject</type> allows transacted access to
an object.
- <p>The storages are always opened in transdacted mode, the
+ <p>The storages are always opened in transacted mode, the
<type>XTransactedObject</type> interface allows to commit the storage.
</p>
*/
diff --git a/offapi/com/sun/star/embed/XOptimizedStorage.idl b/offapi/com/sun/star/embed/XOptimizedStorage.idl
index d51371fadfbb..4210b9daa4ea 100644
--- a/offapi/com/sun/star/embed/XOptimizedStorage.idl
+++ b/offapi/com/sun/star/embed/XOptimizedStorage.idl
@@ -94,13 +94,13 @@
//============================================================================
/** This is a temporary interface that is introduced to temporarily optimize
the document storing process. PLEASE DO NOT USE IT, it might change in any
- time and will be depricated soon!
+ time and will be deprecated soon!
Another solution will be introduced as final one.
*/
published interface XOptimizedStorage
{
// -----------------------------------------------------------------------
- /** allows to insert a raw stream representing nonencrypted stream with
+ /** allows to insert a raw stream representing non-encrypted stream with
header.
*/
void insertRawNonEncrStreamElementDirect(
diff --git a/offapi/com/sun/star/embed/XPersistanceHolder.idl b/offapi/com/sun/star/embed/XPersistanceHolder.idl
index 5528fe62e143..befc70f138da 100644
--- a/offapi/com/sun/star/embed/XPersistanceHolder.idl
+++ b/offapi/com/sun/star/embed/XPersistanceHolder.idl
@@ -49,7 +49,7 @@
published interface XPersistanceHolder: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** disconnects the object from the persistance.
+ /** disconnects the object from the persistence.
@throws com::sun::star::io::IOException
in case of io problems
@@ -62,10 +62,10 @@ published interface XPersistanceHolder: com::sun::star::uno::XInterface
::com::sun::star::uno::Exception );
//-------------------------------------------------------------------------
- /** connects the object to a persistance.
+ /** connects the object to a persistence.
@param xStream
- a stream that specify the persistance
+ a stream that specify the persistence
@throws com::sun::star::io::IOException
in case of io problems
diff --git a/offapi/com/sun/star/embed/XRelationshipAccess.idl b/offapi/com/sun/star/embed/XRelationshipAccess.idl
index 3c934caf1f33..26969b770f5e 100644
--- a/offapi/com/sun/star/embed/XRelationshipAccess.idl
+++ b/offapi/com/sun/star/embed/XRelationshipAccess.idl
@@ -52,14 +52,14 @@
module com { module sun { module star { module embed {
//============================================================================
-/** This interface allows to ge access to relationship data.
+/** This interface allows to get access to relationship data.
<p>
The relationship data is organized as a set of entries. Each of entry
is represented by a set of tags, where each tag has unique for this entry
name and a string value. An entry must contain at least one tag named
- "ID", the value of this tag must be uniqued for the whole set of entries,
- this tag is used as a uniqued identified of an entry.
+ "ID", the value of this tag must be unique for the whole set of entries,
+ this tag is used as a unique identifier of an entry.
</p>
*/
published interface XRelationshipAccess : ::com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/embed/XStorage.idl b/offapi/com/sun/star/embed/XStorage.idl
index 0a98cfa3e8eb..0ae6c10fc6a0 100644
--- a/offapi/com/sun/star/embed/XStorage.idl
+++ b/offapi/com/sun/star/embed/XStorage.idl
@@ -110,7 +110,7 @@ published interface XStorage
interface ::com::sun::star::container::XNameAccess;
// -----------------------------------------------------------------------
- /** allows to controll and track lifetime of the storage.
+ /** allows to control and track lifetime of the storage.
<p>
In case a storage is disposed any call to it's methods should result
@@ -214,7 +214,7 @@ published interface XStorage
can be a combination of <type>ElementModes</type> values
@param sPassword
- this parameter allowes to specify a reading password for the
+ this parameter allows to specify a reading password for the
stream, the password must be a correct one, otherwise an
exception will be thrown
@@ -251,8 +251,8 @@ published interface XStorage
/** allows to get access to a child storage.
<p>
- The opened substorage must support specified in 'nOpenMode' access
- modes. It can support 'read' mode in addition. But any child element
+ The opened substorage must support specified in "nOpenMode" access
+ modes. It can support "read" mode in addition. But any child element
can support one of those modes only in case this mode is supported by
parent storage.
</p>
@@ -340,7 +340,7 @@ published interface XStorage
the name of the substream that should be copied
@param sPassword
- this parameter allowes to specify a reading password for the
+ this parameter allows to specify a reading password for the
stream, the password must be a correct one, otherwise an
exception will be thrown
@@ -376,7 +376,7 @@ published interface XStorage
/** allows to get copy of this storage at the state of it's last commit.
<p>
- This method makes sence only for services implementations that allow
+ This method makes sense only for services implementations that allow
transaction in the storage.
</p>
@@ -406,7 +406,7 @@ published interface XStorage
/** allows to get copy of a child storage at the state of it's last commit.
<p>
- This method makes sence only for services implementations that allow
+ This method makes sense only for services implementations that allow
transaction in the storage.
</p>
@@ -505,7 +505,7 @@ published interface XStorage
the name of the element to remove
@throws ::com::sun::star::embed::InvalidStorageException
- this storage is in invalid state for eny reason
+ this storage is in invalid state for any reason
@throws ::com::sun::star::lang::IllegalArgumentException
an illegal argument is provided
@@ -537,7 +537,7 @@ published interface XStorage
the new name of the element to rename
@throws ::com::sun::star::embed::InvalidStorageException
- this storage is in invalid state for eny reason
+ this storage is in invalid state for any reason
@throws ::com::sun::star::lang::IllegalArgumentException
an illegal argument is provided
@@ -581,7 +581,7 @@ published interface XStorage
the name of the result element in destination storage
@throws ::com::sun::star::embed::InvalidStorageException
- this storage is in invalid state for eny reason
+ this storage is in invalid state for any reason
@throws ::com::sun::star::container::NoSuchElementException
there is no specified source element in this storage
@@ -625,7 +625,7 @@ published interface XStorage
the name of the result element in destination storage
@throws ::com::sun::star::embed::InvalidStorageException
- this storage is in invalid state for eny reason
+ this storage is in invalid state for any reason
@throws ::com::sun::star::container::NoSuchElementException
there is no specified source element in this storage
diff --git a/offapi/com/sun/star/embed/XStorageRawAccess.idl b/offapi/com/sun/star/embed/XStorageRawAccess.idl
index b70b2e3c1235..83370f146882 100644
--- a/offapi/com/sun/star/embed/XStorageRawAccess.idl
+++ b/offapi/com/sun/star/embed/XStorageRawAccess.idl
@@ -86,7 +86,7 @@ published interface XStorageRawAccess
<p>
This method returns a stream from the package as it is stored there,
- without any decompression/decription and etc. This method can be
+ without any decompression/description and etc. This method can be
helpful to check file consistency, for example by signing.
</p>
@@ -126,11 +126,11 @@ published interface XStorageRawAccess
<p>
This method allows to transport encrypted streams without decryption.
Mainly this method is introduced to allow to copy one encrypted
- storage stream to another without decryption. It is not reccomended to
+ storage stream to another without decryption. It is not recommended to
use this method outside of storage implementation since different
storages implementation could have different encryption format. If the
method is used outside of storage implementation the user code is
- resposible to get sure that the raw format of source and target
+ responsible to get sure that the raw format of source and target
storages is the same.
</p>
@@ -179,7 +179,7 @@ published interface XStorageRawAccess
header.
<p>
- This method allows to insert a stream retrived by
+ This method allows to insert a stream retrieved by
<method>XStorageRawAccess::getRawEncrStreamElement()</method> into a
storage.
</p>
@@ -187,7 +187,7 @@ published interface XStorageRawAccess
<p>
This method allows to transport encrypted streams without decryption.
Mainly this method is introduced to allow to copy one encrypted
- storage stream to another without decryption. It is not reccomended to
+ storage stream to another without decryption. It is not recommended to
use this method outside of storage implementation since different
storages implementation could have different encryption format.
</p>
diff --git a/offapi/com/sun/star/embed/XTransactionBroadcaster.idl b/offapi/com/sun/star/embed/XTransactionBroadcaster.idl
index fb5b7d2acc06..638d015c55e8 100644
--- a/offapi/com/sun/star/embed/XTransactionBroadcaster.idl
+++ b/offapi/com/sun/star/embed/XTransactionBroadcaster.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module embed {
//============================================================================
-/** broadcasts messege in case transacted object is commited or reverted.
+/** broadcasts message in case transacted object is commited or reverted.
*/
published interface XTransactionBroadcaster: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/embed/XVisualObject.idl b/offapi/com/sun/star/embed/XVisualObject.idl
index 158c49851a6f..a98f4742d7a9 100644
--- a/offapi/com/sun/star/embed/XVisualObject.idl
+++ b/offapi/com/sun/star/embed/XVisualObject.idl
@@ -53,7 +53,7 @@
module com { module sun { module star { module embed {
//=============================================================================
-/** represents common visualisation functionality for embedded objects.
+/** represents common visualization functionality for embedded objects.
*/
published interface XVisualObject: ::com::sun::star::uno::XInterface
{
@@ -122,7 +122,7 @@ published interface XVisualObject: ::com::sun::star::uno::XInterface
/** retrieves visual representation of the object in preferable format.
<p>
- If the object persistance entry contains cached visual representation
+ If the object persistence entry contains cached visual representation
then it can be retrieved by using this method even in loaded state.
</p>
diff --git a/offapi/com/sun/star/embed/XWindowSupplier.idl b/offapi/com/sun/star/embed/XWindowSupplier.idl
index e878a65d21d2..515ec0777151 100644
--- a/offapi/com/sun/star/embed/XWindowSupplier.idl
+++ b/offapi/com/sun/star/embed/XWindowSupplier.idl
@@ -36,15 +36,15 @@
module com { module sun { module star { module embed {
//============================================================================
-/** provides access to a vcl window implementation.
+/** provides access to a VCL window implementation.
*/
published interface XWindowSupplier: com::sun::star::uno::XInterface
{
//------------------------------------------------------------------------
- /** allows to get access to a vcl window implementation.
+ /** allows to get access to a VCL window implementation.
@return
- vcl window implementation
+ VCL window implementation
*/
::com::sun::star::awt::XWindow getWindow();
};