summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-08-20 08:31:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-08-20 11:59:48 +0200
commit20c6d7f6e64efa7597fdd5712514a85264bb7215 (patch)
tree61a70e86f843eabaa1f8f26d50be1d494da03b19 /offapi
parentd3b03032b7140a98946bfe8fc475a322e6eb6f9a (diff)
Update the reference rdbs to libreoffice-6.3.0.4
LD_LIBRARY_PATH=.../master/instdir/program \ .../master/workdir/LinkTarget/Executable/unoidl-read --published \ .../libreoffice-6.3.0.4/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-6.3.0.4/instdir/program/types.rdb \ .../libreoffice-6.3.0.4/instdir/program/types/offapi.rdb \ >.../master/offapi/type_reference/offapi.idl Change-Id: Ifb44c536c87c711e46c5881fe0918a0c4c6e472b Reviewed-on: https://gerrit.libreoffice.org/77784 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/type_reference/offapi.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 7a3102310d46..e8a192a42bd3 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -14082,6 +14082,7 @@ module com {
[property] boolean IsProtected;
[property] short VertOrient;
[property, optional] ::com::sun::star::graphic::XGraphic BackGraphic;
+ [property, optional, readonly] ::com::sun::star::text::XText ParentText;
};
published service CellRange {
service ::com::sun::star::style::CharacterProperties;
@@ -14121,6 +14122,7 @@ module com {
[property, optional] short WritingMode;
[property, optional] boolean IsFollowingTextFlow;
[property, optional] ::com::sun::star::drawing::TextVerticalAdjust TextVerticalAdjust;
+ [property, optional, readonly] ::com::sun::star::text::XText ParentText;
};
published service ChainedTextFrame {
service ::com::sun::star::text::TextFrame;
@@ -15322,6 +15324,7 @@ module com {
[property, optional] boolean UseHeaderFooterMenu;
};
published constants WritingMode2 {
+ const short BT_LR = 5;
const short CONTEXT = 4;
const short LR_TB = 0;
/** @deprecated */ const short PAGE = 4;
@@ -17140,6 +17143,7 @@ module com {
const short DATE = 2;
const short DATETIME = 6;
const short DEFINED = 1;
+ const short DURATION = 8196;
const short EMPTY = 4096;
const short FRACTION = 64;
const short LOGICAL = 1024;