From ooo-commits-return-11953-apmail-incubator-ooo-commits-archive=incubator.apache.org@incubator.apache.org Wed Jul 4 13:09:25 2012 Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2227AD8AE for ; Wed, 4 Jul 2012 13:09:25 +0000 (UTC) Received: (qmail 56724 invoked by uid 500); 4 Jul 2012 13:09:24 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 56594 invoked by uid 500); 4 Jul 2012 13:09:23 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 56578 invoked by uid 99); 4 Jul 2012 13:09:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2012 13:09:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2012 13:09:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CB371238889B; Wed, 4 Jul 2012 13:08:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1357234 - in /incubator/ooo/trunk/main/offapi/com/sun/star: drawing/GraphicExportFilter.idl graphic/GraphicDescriptor.idl Date: Wed, 04 Jul 2012 13:08:59 -0000 To: ooo-commits@incubator.apache.org From: arielch@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120704130859.CB371238889B@eris.apache.org> Author: arielch Date: Wed Jul 4 13:08:57 2012 New Revision: 1357234 URL: http://svn.apache.org/viewvc?rev=1357234&view=rev Log: Small format fixes in IDL files Modified: incubator/ooo/trunk/main/offapi/com/sun/star/drawing/GraphicExportFilter.idl incubator/ooo/trunk/main/offapi/com/sun/star/graphic/GraphicDescriptor.idl Modified: incubator/ooo/trunk/main/offapi/com/sun/star/drawing/GraphicExportFilter.idl URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/offapi/com/sun/star/drawing/GraphicExportFilter.idl?rev=1357234&r1=1357233&r2=1357234&view=diff ============================================================================== --- incubator/ooo/trunk/main/offapi/com/sun/star/drawing/GraphicExportFilter.idl (original) +++ incubator/ooo/trunk/main/offapi/com/sun/star/drawing/GraphicExportFilter.idl Wed Jul 4 13:08:57 2012 @@ -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 DrawingDocument to a file in one of the + file formats supported by the component. */ published service GraphicExportFilter { - /** calling XFilter::filter - starts the export of the graphic file. The following properties - from the MediaDescriptor - are supported:

- - MediaDescriptor::MediaType - - - Depending on the export filters supported by this component this is - the mime type of the target graphic file. Possible values are - image/x-MS-bmp - application/dxf - application/postscript - image/gif - image/jpeg - image/png - image/x-pict - image/x-pcx - image/x-portable-bitmap - image/x-portable-graymap - image/x-portable-pixmap - image/x-cmu-raster - image/targa - image/tiff - image/x-xbitmap - image/x-xpixmap - image/svg+xml

- Ask the interface XMimeTypeInfo - for all values supported by the component. + /** calling XFilter::filter + starts the export of the graphic file. - MediaDescriptor::URL - This is the target url of the file that will be created during export. +

The following properties from the + MediaDescriptor are + supported:

+ +
    +
  • + MediaDescriptor::MediaType +

    Depending on the export filters supported by this component, + this is the mime type of the target graphic file.

    +

    Possible values are:

    +
      +
    • image/x-MS-bmp
    • +
    • application/dxf
    • +
    • application/postscript
    • +
    • image/gif
    • +
    • image/jpeg
    • +
    • image/png
    • +
    • image/x-pict
    • +
    • image/x-pcx
    • +
    • image/x-portable-bitmap
    • +
    • image/x-portable-graymap
    • +
    • image/x-portable-pixmap
    • +
    • image/x-cmu-raster
    • +
    • image/targa
    • +
    • image/tiff
    • +
    • image/x-xbitmap
    • +
    • image/x-xpixmap
    • +
    • image/svg+xml
    • +
    +

    Ask the interface XMimeTypeInfo + for all values supported by the component.

    +
  • +
  • + MediaDescriptor::URL +

    This is the target url of the file that will be created during export.

    +
  • +
*/ interface ::com::sun::star::document::XFilter; /** sets the source component for this export filter. - This could either be a DrawPage, a Shape - or a Shapes. + +

This could either be a DrawPage, a Shape + or a Shapes.

*/ interface ::com::sun::star::document::XExporter; Modified: incubator/ooo/trunk/main/offapi/com/sun/star/graphic/GraphicDescriptor.idl URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/offapi/com/sun/star/graphic/GraphicDescriptor.idl?rev=1357234&r1=1357233&r2=1357234&view=diff ============================================================================== --- incubator/ooo/trunk/main/offapi/com/sun/star/graphic/GraphicDescriptor.idl (original) +++ incubator/ooo/trunk/main/offapi/com/sun/star/graphic/GraphicDescriptor.idl Wed Jul 4 13:08:57 2012 @@ -57,7 +57,7 @@ published service GraphicDescriptor case the original mime type is not available anymore

Currently, the following mime types are supported for - loaded graphics:<\p> + loaded graphics:

  • image/bmp
  • image/gif