[Libreoffice-commits] core.git: offapi/com

Ariel Constenla-Haile arielch at apache.org
Sun Apr 14 15:42:07 PDT 2013


 offapi/com/sun/star/drawing/GraphicExportFilter.idl  |    4 -
 offapi/com/sun/star/drawing/XGraphicExportFilter.idl |   72 ++++++++++---------
 offapi/com/sun/star/graphic/GraphicDescriptor.idl    |    2 
 3 files changed, 43 insertions(+), 35 deletions(-)

New commits:
commit 5dd816d65b4f1611970a4d9af8783c52bc4574fe
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jul 4 12:08:57 2012 +0000

    Small format fixes in IDL files
    
    (cherry picked from commit 9cd7d8572e79e19c8e3f6434acd6ac3d7038a225)
    
    Conflicts:
    	offapi/com/sun/star/drawing/GraphicExportFilter.idl
    
    Change-Id: I77749ab974cf131547cac4e8d41763c3bc3cd3ae

diff --git a/offapi/com/sun/star/drawing/GraphicExportFilter.idl b/offapi/com/sun/star/drawing/GraphicExportFilter.idl
index 33899e7..9472603 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 2777e28..81418c4 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 fe476cb..84140a7 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>


More information about the Libreoffice-commits mailing list