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

New commits:
commit 6791d1eb8539c6946a67e83699d08d219a965dad
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Thu Feb 6 15:00:53 2025 +0100
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Fri Feb 7 10:33:48 2025 +0100

    Update the reference rdbs to libreoffice-25.2.0.3
    
    .../master/instdir/sdk/bin/unoidl-read --published \
     .../libreoffice-25.2.0.3/instdir/program/types.rdb \
     >.../master/udkapi/type_reference/udkapi.idl
    
    .../master/instdir/sdk/bin/unoidl-read --published \
     .../libreoffice-25.2.0.3/instdir/program/types.rdb \
     .../libreoffice-25.2.0.3/instdir/program/types/offapi.rdb \
     >.../master/offapi/type_reference/offapi.idl
    
    Change-Id: I427bd420baab08fd25fc85f03cf2861372b8a8b9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181212
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>
    (cherry picked from commit aabf7c44ecdf7162eaa8ceead5fb7147218e6ffc)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181215
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 82763583938e..cc97aeaed4eb 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -7834,6 +7834,7 @@ module com {
      [property, optional] ::com::sun::star::io::XStream OutputStream;
      [property, optional] string MimeType;
      [property, optional] ::com::sun::star::beans::PropertyValues FilterData;
+     [property, optional] boolean LoadAsLink;
     };
    };
    module i18n {
@@ -16930,6 +16931,7 @@ module com {
       const short CHECKBOX_AUTOEXTENSION = 100;
       const short CHECKBOX_FILTEROPTIONS = 102;
       const short CHECKBOX_GPGENCRYPTION = 211;
+      const short CHECKBOX_GPGSIGN = 214;
       const short CHECKBOX_LINK = 104;
       const short CHECKBOX_PASSWORD = 101;
       const short CHECKBOX_PREVIEW = 105;
@@ -17120,6 +17122,8 @@ module com {
     published constants MeasureUnit {
      const short APPFONT = 17;
      const short CM = 3;
+     const short FONT_CJK_ADVANCE = 20;
+     const short FONT_EM = 19;
      const short FOOT = 13;
      const short INCH = 7;
      const short INCH_1000TH = 4;

Reply via email to