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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 20 10:00:40 UTC 2019


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

New commits:
commit 20c6d7f6e64efa7597fdd5712514a85264bb7215
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Aug 20 08:31:42 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Aug 20 11:59:48 2019 +0200

    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 at redhat.com>

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;


More information about the Libreoffice-commits mailing list