diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-03-02 18:10:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-03-02 18:10:55 +0100 |
commit | bc6f3c0fe95f9162fb14dc540fa2b4bc81af32bf (patch) | |
tree | d861c7529e6822e9f436afb0d377e59da8b931d5 /offapi | |
parent | d8a3741e0e3aa2fed6e3e16fae8eac095356c8bf (diff) |
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
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/type_reference/offapi.idl | 5 |
1 files changed, 4 insertions, 1 deletions
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; |