diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-07-04 12:08:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-14 23:37:58 +0100 |
commit | 5dd816d65b4f1611970a4d9af8783c52bc4574fe (patch) | |
tree | e7e7596aa31ee4fbe0e08a09455b1b4735663414 /offapi | |
parent | e12cd3855781f92e233b582812bff95c89fd9ef9 (diff) |
Small format fixes in IDL files
(cherry picked from commit 9cd7d8572e79e19c8e3f6434acd6ac3d7038a225)
Conflicts:
offapi/com/sun/star/drawing/GraphicExportFilter.idl
Change-Id: I77749ab974cf131547cac4e8d41763c3bc3cd3ae
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/GraphicExportFilter.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/XGraphicExportFilter.idl | 72 | ||||
-rw-r--r-- | offapi/com/sun/star/graphic/GraphicDescriptor.idl | 2 |
3 files changed, 43 insertions, 35 deletions
diff --git a/offapi/com/sun/star/drawing/GraphicExportFilter.idl b/offapi/com/sun/star/drawing/GraphicExportFilter.idl index 33899e791287..947260348130 100644 --- a/offapi/com/sun/star/drawing/GraphicExportFilter.idl +++ b/offapi/com/sun/star/drawing/GraphicExportFilter.idl @@ -26,8 +26,8 @@ /** a component that supports this service lets you export pages, shapes, or - groups of shapes from a DrawingDocument to a file in one of the file formats - supported by the component. + groups of shapes from a <type>DrawingDocument</type> to a file in one of the + file formats supported by the component. */ published service GraphicExportFilter : XGraphicExportFilter; diff --git a/offapi/com/sun/star/drawing/XGraphicExportFilter.idl b/offapi/com/sun/star/drawing/XGraphicExportFilter.idl index 2777e287f9e0..81418c413221 100644 --- a/offapi/com/sun/star/drawing/XGraphicExportFilter.idl +++ b/offapi/com/sun/star/drawing/XGraphicExportFilter.idl @@ -32,44 +32,52 @@ */ published interface XGraphicExportFilter { - /** calling <method scope=scope="com::sun::star::document">XFilter::filter - </method> starts the export of the graphic file. The following properties - from the <type scope="com::sun::star::document">MediaDescriptor - </type> are supported:<p> + /** calling <method scope="com::sun::star::document">XFilter::filter</method> + starts the export of the graphic file. - <member scope="com::sun::star::document">MediaDescriptor::MediaType - </member><b> + <p>The following properties from the + <type scope="com::sun::star::document">MediaDescriptor</type> are + supported:</p> - Depending on the export filters supported by this component this is - the mime type of the target graphic file. Possible values are<b> - image/x-MS-bmp<b> - application/dxf<b> - application/postscript<b> - image/gif<b> - image/jpeg<b> - image/png<b> - image/x-pict<b> - image/x-pcx<b> - image/x-portable-bitmap<b> - image/x-portable-graymap<b> - image/x-portable-pixmap<b> - image/x-cmu-raster<b> - image/targa<b> - image/tiff<b> - image/x-xbitmap<b> - image/x-xpixmap<b> - image/svg+xml<p> - Ask the interface <type scope="com::sun::star::document">XMimeTypeInfo - </type> for all values supported by the component. - - <member scope="com::sun::star::document">MediaDescriptor::URL</member><b> - This is the target url of the file that will be created during export. + <ul> + <li> + <member scope="com::sun::star::document">MediaDescriptor::MediaType</member> + <p>Depending on the export filters supported by this component, + this is the mime type of the target graphic file.</p> + <p>Possible values are:</p> + <ul> + <li>image/x-MS-bmp</li> + <li>application/dxf</li> + <li>application/postscript</li> + <li>image/gif</li> + <li>image/jpeg</li> + <li>image/png</li> + <li>image/x-pict</li> + <li>image/x-pcx</li> + <li>image/x-portable-bitmap</li> + <li>image/x-portable-graymap</li> + <li>image/x-portable-pixmap</li> + <li>image/x-cmu-raster</li> + <li>image/targa</li> + <li>image/tiff</li> + <li>image/x-xbitmap</li> + <li>image/x-xpixmap</li> + <li>image/svg+xml</li> + </ul> + <p>Ask the interface <type scope="com::sun::star::document">XMimeTypeInfo</type> + for all values supported by the component.</p> + </li> + <li> + <member scope="com::sun::star::document">MediaDescriptor::URL</member> + <p>This is the target url of the file that will be created during export.</p> + </li> + </ul> */ interface ::com::sun::star::document::XFilter; /** sets the source component for this export filter. - This could either be a <type>DrawPage</type>, a <type>Shape</type> - or a <type>Shapes</type>. + <p>This could either be a <type>DrawPage</type>, a <type>Shape</type> + or a <type>Shapes</type>.</p> */ interface ::com::sun::star::document::XExporter; diff --git a/offapi/com/sun/star/graphic/GraphicDescriptor.idl b/offapi/com/sun/star/graphic/GraphicDescriptor.idl index fe476cb92fcb..84140a7ea7e3 100644 --- a/offapi/com/sun/star/graphic/GraphicDescriptor.idl +++ b/offapi/com/sun/star/graphic/GraphicDescriptor.idl @@ -53,7 +53,7 @@ published service GraphicDescriptor case the original mime type is not available anymore</p> <p> Currently, the following mime types are supported for - loaded graphics:<\p> + loaded graphics:</p> <ul> <li>image/bmp</li> <li>image/gif</li> |