summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-02 18:10:55 +0100
committerMichael Stahl <mstahl@redhat.com>2018-03-05 10:49:28 +0100
commita0d74ae3c7c2a555fd633b86269605df89a13138 (patch)
treecec659276a7af4c99d50c40fbdd0756464b329a5 /offapi
parent2ebda414bfc5b4961ddb41e5512de215476a31a2 (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 (cherry picked from commit bc6f3c0fe95f9162fb14dc540fa2b4bc81af32bf) Reviewed-on: https://gerrit.libreoffice.org/50643 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/type_reference/offapi.idl5
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;