summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/document/MediaDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/MediaDescriptor.idl')
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl31
1 files changed, 15 insertions, 16 deletions
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index a0aaed88a929..1332d016d4d3 100644
--- a/offapi/com/sun/star/document/MediaDescriptor.idl
+++ b/offapi/com/sun/star/document/MediaDescriptor.idl
@@ -72,15 +72,15 @@ module com { module sun { module star { module document {
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 this descriptor
+ load/save processes. Every member of such process can use this descriptor
and may change it if to actualize the informations about the document.
So this descriptor should be used as an in/out parameter.
</p>
<p>
Note:<br>
- It's not allowed to hold member of this descriptor by references longer the they
- will be used (especialy a possible stream). It's allowed to use it directly
+ It's not allowed to hold member of this descriptor by references longer than they
+ will be used (especially a possible stream). It's allowed to use it directly
or by copying it only.
</p>
@@ -89,7 +89,7 @@ module com { module sun { module star { module document {
published service MediaDescriptor
{
//-------------------------------------------------------------------------
- /** May be set by filters or detection services if user has choosen to
+ /** May be set by filters or detection services if user has chosen to
abort loading/saving, e.g. while entering a password.
*/
[optional,property] boolean Aborted;
@@ -143,7 +143,7 @@ published service MediaDescriptor
<p>
This is a parameter that can be used for any properties specific
for a special component type. Format of that depends from real
- type of adressed component.
+ type of addressed component.
</p>
<p>
@@ -277,7 +277,7 @@ published service MediaDescriptor
If no stream is provided, the loader will create a stream by itself using
the other properties. It is not allowed to keep a reference to this
InputStream after loading the component, and it would be useless, because
- in general an InputStream is usable for readong only once, except when it
+ in general an InputStream is usable for reading only once, except when it
also implements the <type scope="com::sun::star::io">XSeekable</type> interface.
</p>
*/
@@ -290,10 +290,10 @@ published service MediaDescriptor
Object implementing the <type scope="com::sun::star::task">InteractionHandler</type>
service that is used to handle exceptional situations where proceeding with the task
is impossible without additional information or impossible at all.
- The implemented api provides a default implementation for it that can handle many situations.
+ The implemented API provides a default implementation for it that can handle many situations.
If no InteractionHandler is set, a suitable exception is thrown.
It is not allowed to keep a reference to this object, even not in the loaded
- or stored components' copy of the MediaDescriptor provided by its arguments attribute.
+ or stored component's copy of the MediaDescriptor provided by its arguments attribute.
</p>
*/
[optional,property] com::sun::star::task::XInteractionHandler InteractionHandler;
@@ -302,8 +302,8 @@ published service MediaDescriptor
/** jump to a marked position after loading
<p>
- This is the same as the text behind a '#' in a http URL. But
- this syntax with a '#' is not specified in most URL schemas.
+ This is the same as the text behind a "#" in a http URL. But
+ this syntax with a "#" is not specified in most URL schemas.
</p>
*/
[optional,property] string JumpMark;
@@ -383,7 +383,7 @@ published service MediaDescriptor
[optional,property] boolean Overwrite;
//-------------------------------------------------------------------------
- /** pasword for loading storing documents
+ /** password for loading storing documents
<p>
It contains a password for loading or storing a component (if necessary).
@@ -459,13 +459,13 @@ published service MediaDescriptor
/** name of document referrer
<p>
- A URL describing the environment of the request; f.e. a referrer may be a
+ A URL describing the environment of the request; e.g. a referrer may be a
URL of a document, if a hyperlink inside this document is clicked to load
another document. The referrer may be evaluated by the addressed UCB content
or the loaded document. Without a referrer the processing of URLs that
- needs security checks will be denied, f.e. "macro:" URLs.
+ needs security checks will be denied, e.g. "macro:" URLs.
<br>
- Don't be confused about the wrong spelling; is kept for compatibility reasons.
+ Don't be confused about the wrong spelling; it is kept for compatibility reasons.
</p>
*/
[optional,property] string Referer;
@@ -489,7 +489,7 @@ published service MediaDescriptor
Object implementing the <type scope="com::sun::star::task">XStatusIndicator</type>
interface that can be used to give status information (text or progress) for the task.
The office provides a default implementation for it. It is not allowed to keep
- a reference to this object, even not in the loaded or stored components'
+ a reference to this object, even not in the loaded or stored component's
copy of the MediaDescriptor provided by its arguments attribute.
</p>
*/
@@ -554,7 +554,6 @@ published service MediaDescriptor
<p>
The location of the component in URL syntax. It must be the full qualified URL and
- must include f.e. an optional <member>MediaDescriptor::JumpMark</member> too.
</p>
*/
[optional,property] string URL;