diff options
author | Aurimas Fišeras <aurimas@gmail.com> | 2011-01-22 13:23:30 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-01-27 09:25:03 +0100 |
commit | 5c0a22ab34a1ce0a7d1bd66e82d82f8bc6caaeec (patch) | |
tree | 6bc8bf2def9fab681f2b37467c965642b96764d1 /offapi/com/sun/star/graphic | |
parent | 67a5f332ea028ef1f201144979b3ef7ad17a6a61 (diff) |
Some fixes to documentation (part 2)
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/graphic')
-rw-r--r--[-rwxr-xr-x] | offapi/com/sun/star/graphic/Graphic.idl | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | offapi/com/sun/star/graphic/GraphicDescriptor.idl | 0 | ||||
-rw-r--r-- | offapi/com/sun/star/graphic/GraphicObject.idl | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | offapi/com/sun/star/graphic/GraphicProvider.idl | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | offapi/com/sun/star/graphic/GraphicRendererVCL.idl | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | offapi/com/sun/star/graphic/GraphicType.idl | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | offapi/com/sun/star/graphic/MediaProperties.idl | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | offapi/com/sun/star/graphic/XGraphic.idl | 0 | ||||
-rw-r--r-- | offapi/com/sun/star/graphic/XGraphicObject.idl | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | offapi/com/sun/star/graphic/XGraphicProvider.idl | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | offapi/com/sun/star/graphic/XGraphicRenderer.idl | 0 | ||||
-rw-r--r-- | offapi/com/sun/star/graphic/XPrimitive2D.idl | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | offapi/com/sun/star/graphic/makefile.mk | 0 |
13 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/graphic/Graphic.idl b/offapi/com/sun/star/graphic/Graphic.idl index 02bb048096e0..06f1f9c8214d 100755..100644 --- a/offapi/com/sun/star/graphic/Graphic.idl +++ b/offapi/com/sun/star/graphic/Graphic.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module graphic access to the attributes of the graphic. @see XGraphic - @see XGraphicTtransformer + @see XGraphicTransformer @see GraphicDescriptor */ published service Graphic diff --git a/offapi/com/sun/star/graphic/GraphicDescriptor.idl b/offapi/com/sun/star/graphic/GraphicDescriptor.idl index fce984008c71..fce984008c71 100755..100644 --- a/offapi/com/sun/star/graphic/GraphicDescriptor.idl +++ b/offapi/com/sun/star/graphic/GraphicDescriptor.idl diff --git a/offapi/com/sun/star/graphic/GraphicObject.idl b/offapi/com/sun/star/graphic/GraphicObject.idl index c3353724133f..e6ae5456e57d 100644 --- a/offapi/com/sun/star/graphic/GraphicObject.idl +++ b/offapi/com/sun/star/graphic/GraphicObject.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module graphic { /** The <code>GraphicObject</code> service can be used to create <type>XGraphicObject</type> instances. - <p><type>XGraphicObject</type> objects are accessable using GraphicObject scheme urls like + <p><type>XGraphicObject</type> objects are accessible using GraphicObject scheme URLs like <code>vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD</code>. As long as at least one instance of <type>XGraphicObject</type> with a particular UniqueID exists, the associated image/graphic is available.</p> diff --git a/offapi/com/sun/star/graphic/GraphicProvider.idl b/offapi/com/sun/star/graphic/GraphicProvider.idl index b8109919a349..b8109919a349 100755..100644 --- a/offapi/com/sun/star/graphic/GraphicProvider.idl +++ b/offapi/com/sun/star/graphic/GraphicProvider.idl diff --git a/offapi/com/sun/star/graphic/GraphicRendererVCL.idl b/offapi/com/sun/star/graphic/GraphicRendererVCL.idl index 10cc215629d4..10cc215629d4 100755..100644 --- a/offapi/com/sun/star/graphic/GraphicRendererVCL.idl +++ b/offapi/com/sun/star/graphic/GraphicRendererVCL.idl diff --git a/offapi/com/sun/star/graphic/GraphicType.idl b/offapi/com/sun/star/graphic/GraphicType.idl index 133b2621887d..133b2621887d 100755..100644 --- a/offapi/com/sun/star/graphic/GraphicType.idl +++ b/offapi/com/sun/star/graphic/GraphicType.idl diff --git a/offapi/com/sun/star/graphic/MediaProperties.idl b/offapi/com/sun/star/graphic/MediaProperties.idl index 889db82278fd..c6be9cfbe33f 100755..100644 --- a/offapi/com/sun/star/graphic/MediaProperties.idl +++ b/offapi/com/sun/star/graphic/MediaProperties.idl @@ -48,7 +48,7 @@ published service MediaProperties property</p> <p>In addition to the normal protocols like file:// or http:// - you can use private URL's as follows to get access to graphics + you can use private URLs as follows to get access to graphics lying inside the resource system within an Office context: <ul> @@ -58,7 +58,7 @@ published service MediaProperties <li>private:resource/projectshortname/imagelist/12345</li> <li>private:resource/projectshortname/imagelist/12345/12</li> </ul> -And additionally, GraphicObject scheme url's like +And additionally, GraphicObject scheme URLs like <ul> <li>vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD</li> </ul> can be used to access graphics held by the GraphicCache implementation. </p> diff --git a/offapi/com/sun/star/graphic/XGraphic.idl b/offapi/com/sun/star/graphic/XGraphic.idl index 999d815be2ae..999d815be2ae 100755..100644 --- a/offapi/com/sun/star/graphic/XGraphic.idl +++ b/offapi/com/sun/star/graphic/XGraphic.idl diff --git a/offapi/com/sun/star/graphic/XGraphicObject.idl b/offapi/com/sun/star/graphic/XGraphicObject.idl index adc5d5ee5e1e..2ab3e6c42742 100644 --- a/offapi/com/sun/star/graphic/XGraphicObject.idl +++ b/offapi/com/sun/star/graphic/XGraphicObject.idl @@ -36,7 +36,7 @@ interface XGraphic; /** <code>XGraphicObject</code> objects represent in-memory image and graphic objects. - <p>Such objects are accessable using GraphicObject scheme urls like + <p>Such objects are accessible using GraphicObject scheme URLs like <ul> <li>vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD</li> </ul> diff --git a/offapi/com/sun/star/graphic/XGraphicProvider.idl b/offapi/com/sun/star/graphic/XGraphicProvider.idl index de5a193961df..de5a193961df 100755..100644 --- a/offapi/com/sun/star/graphic/XGraphicProvider.idl +++ b/offapi/com/sun/star/graphic/XGraphicProvider.idl diff --git a/offapi/com/sun/star/graphic/XGraphicRenderer.idl b/offapi/com/sun/star/graphic/XGraphicRenderer.idl index f49746c4e5d5..f49746c4e5d5 100755..100644 --- a/offapi/com/sun/star/graphic/XGraphicRenderer.idl +++ b/offapi/com/sun/star/graphic/XGraphicRenderer.idl diff --git a/offapi/com/sun/star/graphic/XPrimitive2D.idl b/offapi/com/sun/star/graphic/XPrimitive2D.idl index 377bcb5b7802..b1a8fb62f4fb 100644 --- a/offapi/com/sun/star/graphic/XPrimitive2D.idl +++ b/offapi/com/sun/star/graphic/XPrimitive2D.idl @@ -62,7 +62,7 @@ interface XPrimitive2D : ::com::sun::star::uno::XInterface ::com::sun::star::geometry::RealRectangle2D Viewport Defines the visible part of the view in world coordinates. May be used - to optimize decompositions, e.g. for 3d scenes only the visible part + to optimize decompositions, e.g. for 3D scenes only the visible part needs to be created. If not given, an empty Viewport is implied which means all is visible. diff --git a/offapi/com/sun/star/graphic/makefile.mk b/offapi/com/sun/star/graphic/makefile.mk index 4ee0031ab5db..4ee0031ab5db 100755..100644 --- a/offapi/com/sun/star/graphic/makefile.mk +++ b/offapi/com/sun/star/graphic/makefile.mk |