diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-07-04 12:08:57 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2012-07-04 12:08:57 +0000 |
commit | 9cd7d8572e79e19c8e3f6434acd6ac3d7038a225 (patch) | |
tree | 96c5e5b4f24bb559b4e83d153772edaff953c693 /offapi | |
parent | fa6c5d91da2ef372004b5ed563b9c5e3626a7a41 (diff) |
Small format fixes in IDL files
Notes
Notes:
merged as: 5dd816d65b4f1611970a4d9af8783c52bc4574fe
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/GraphicExportFilter.idl | 81 | ||||
-rw-r--r-- | offapi/com/sun/star/graphic/GraphicDescriptor.idl | 2 |
2 files changed, 46 insertions, 37 deletions
diff --git a/offapi/com/sun/star/drawing/GraphicExportFilter.idl b/offapi/com/sun/star/drawing/GraphicExportFilter.idl index 296ce77e9db7..923e16046798 100644 --- a/offapi/com/sun/star/drawing/GraphicExportFilter.idl +++ b/offapi/com/sun/star/drawing/GraphicExportFilter.idl @@ -42,49 +42,58 @@ //============================================================================= /** 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 { - /** 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> - - <member scope="com::sun::star::document">MediaDescriptor::MediaType - </member><b> - - 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. + /** calling <method scope="com::sun::star::document">XFilter::filter</method> + starts the export of the graphic file. + + <p>The following properties from the + <type scope="com::sun::star::document">MediaDescriptor</type> are + supported:</p> + + <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 ef33615d0ef8..04bfb98855a1 100644 --- a/offapi/com/sun/star/graphic/GraphicDescriptor.idl +++ b/offapi/com/sun/star/graphic/GraphicDescriptor.idl @@ -57,7 +57,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> |