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

Stephan Bergmann sbergman at redhat.com
Fri Mar 2 17:19:32 UTC 2018


 offapi/type_reference/offapi.idl |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit bc6f3c0fe95f9162fb14dc540fa2b4bc81af32bf
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Mar 2 18:10:55 2018 +0100

    Update the reference rdbs to libreoffice-5-4-0
    
    LD_LIBRARY_PATH=.../master/instdir/program \
     .../master/workdir/LinkTarget/Executable/unoidl-read --published \
     .../libreoffice-5-4-0/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-4-0/instdir/program/types.rdb \
     .../libreoffice-5-4-0/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 00657aef09d854c74fb426a935a3e8b1fc390bb0 "migrate to boost::gettext"
    
    Change-Id: Iecebe43043ee2518a371b60795737436bbcb0941

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index e0c1235cb0cf..abf601815b02 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -1157,6 +1157,7 @@ module com {
      [property] ::com::sun::star::util::Color TextLineColor;
      [property, optional] short WritingMode;
      [property, optional] short MouseWheelBehavior;
+     [property, optional] sequence< any > TypedItemList;
     };
     published interface XControlContainer {
      interface ::com::sun::star::uno::XInterface;
@@ -1627,6 +1628,7 @@ module com {
      [property, optional] short WritingMode;
      [property, optional] short MouseWheelBehavior;
      [property, maybevoid, optional] short ItemSeparatorPos;
+     [property, optional] sequence< any > TypedItemList;
     };
     published interface XNumericField {
      interface ::com::sun::star::uno::XInterface;
@@ -9759,7 +9761,7 @@ module com {
     published enum WrapTextMode {
      NONE = 0,
      THROUGH = 1,
-     THROUGHT = THROUGH,  //Errant spelling deprecated in version 5.4
+     THROUGHT = 1,
      PARALLEL = 2,
      DYNAMIC = 3,
      LEFT = 4,
@@ -13439,6 +13441,7 @@ module com {
      const short IROHA_HALFWIDTH_JA = 24;
      const short NATIVE_NUMBERING = 12;
      const short NUMBER_HANGUL_KO = 26;
+     const short NUMBER_HEBREW = 56;
      const short NUMBER_LOWER_ZH = 15;
      const short NUMBER_NONE = 5;
      const short NUMBER_TRADITIONAL_JA = 20;


More information about the Libreoffice-commits mailing list