[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - offapi/type_reference

Stephan Bergmann sbergman at redhat.com
Fri May 19 11:31:28 UTC 2017


 offapi/type_reference/offapi.idl |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

New commits:
commit 32c1a0e06bdfef4bd07603ed491e8d01dcfd0c93
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri May 19 11:54:20 2017 +0200

    Update the reference rdbs to libreoffice-5-3
    
    LD_LIBRARY_PATH=.../master/instdir/program \
     .../master/workdir/LinkTarget/Executable/unoidl-read --published \
     .../libreoffice-5-3/instdir/program/types.rdb \
     >.../master/udkapi/type_reference/udkapi.idl
    
    * no changes
    
    LD_LIBRARY_PATH=.../master/instdir/program \
     .../master/workdir/LinkTarget/Executable/unoidl-read --published \
     .../libreoffice-5-3/instdir/program/types.rdb \
     .../libreoffice-5-3/instdir/program/types/offapi.rdb
     >.../master/offapi/type_reference/offapi.idl
    
    * plus manual fixup for now by re-applying offapi/type_reference/offapi.idl part
      of 8913353a8fd2a1d281c2d8a33ca795d97201b7bc "enum spelling: throught ->
      through"
    
    Change-Id: I705dd8b33034f01d333bf80f1211022f5395609e
    (cherry picked from commit 31a698342f86db1b7703e3ec5460281d3a6b7635)
    Reviewed-on: https://gerrit.libreoffice.org/37811
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index ebe12ed929e8..e796d59192e2 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -11660,6 +11660,8 @@ module com {
      [property, optional] boolean IsGroupField;
      [property, optional] ::com::sun::star::sheet::DataPilotFieldGroupInfo GroupInfo;
      [property, optional] boolean ShowEmpty;
+     [property, optional] short Function2;
+     [property, optional] sequence< short > Subtotals2;
     };
     published service DataPilotFieldGroup {
      interface ::com::sun::star::container::XNamed;
@@ -11941,6 +11943,22 @@ module com {
      interface ::com::sun::star::container::XNameAccess;
      interface ::com::sun::star::container::XEnumerationAccess;
     };
+    published constants GeneralFunction2 {
+     const short AUTO = 1;
+     const short AVERAGE = 4;
+     const short COUNT = 3;
+     const short COUNTNUMS = 8;
+     const short MAX = 5;
+     const short MEDIAN = 13;
+     const short MIN = 6;
+     const short NONE = 0;
+     const short PRODUCT = 7;
+     const short STDEV = 9;
+     const short STDEVP = 10;
+     const short SUM = 2;
+     const short VAR = 11;
+     const short VARP = 12;
+    };
     published interface XGlobalSheetSettings {
      interface ::com::sun::star::uno::XInterface;
      [attribute] boolean MoveSelection;
@@ -14623,6 +14641,7 @@ module com {
      [property] ::com::sun::star::style::GraphicLocation BackGraphicLocation;
      [property, optional] boolean CollapsingBorders;
      [property, optional] sequence< ::com::sun::star::beans::PropertyValue > TableInteropGrabBag;
+     [property, optional] string TableTemplateName;
     };
     published service Paragraph {
      service ::com::sun::star::text::TextContent;
@@ -16939,9 +16958,11 @@ module com {
       const short SET_SELECT_ITEM = 5;
      };
      published constants TemplateDescription {
+      const short FILEOPEN_LINK_PLAY = 12;
       const short FILEOPEN_LINK_PREVIEW = 9;
       const short FILEOPEN_LINK_PREVIEW_IMAGE_TEMPLATE = 6;
       const short FILEOPEN_PLAY = 7;
+      const short FILEOPEN_PREVIEW = 11;
       const short FILEOPEN_READONLY_VERSION = 8;
       const short FILEOPEN_SIMPLE = 0;
       const short FILESAVE_AUTOEXTENSION = 10;


More information about the Libreoffice-commits mailing list