Kaydet (Commit) bc6f3c0f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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 00657aef "migrate to boost::gettext"

Change-Id: Iecebe43043ee2518a371b60795737436bbcb0941
üst d8a3741e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment