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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Feb 21 12:18:50 UTC 2019


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

New commits:
commit 3d31e57fba29d3bf852abafad16f840adcfb33d9
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Feb 21 11:11:29 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Feb 21 13:18:23 2019 +0100

    Update the reference rdbs to libreoffice-6.2.0.3
    
    LD_LIBRARY_PATH=.../master/instdir/program \
     .../master/workdir/LinkTarget/Executable/unoidl-read --published \
     .../libreoffice-6.2.0.3/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.2.0.3/instdir/program/types.rdb \
     .../libreoffice-6.2.0.3/instdir/program/types/offapi.rdb \
     >.../master/offapi/type_reference/offapi.idl
    
    Change-Id: I16c8cc9edafa81570f43197a1f1e78ff1eaee1ee
    Reviewed-on: https://gerrit.libreoffice.org/68141
    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 e5368fb58dc8..7a3102310d46 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -4874,6 +4874,10 @@ module com {
      [property, optional] boolean AddExternalLeading;
      [property, optional] boolean EmbedFonts;
      [property, optional] boolean EmbedSystemFonts;
+     [property, optional] boolean EmbedOnlyUsedFonts;
+     [property, optional] boolean EmbedLatinScriptFonts;
+     [property, optional] boolean EmbedAsianScriptFonts;
+     [property, optional] boolean EmbedComplexScriptFonts;
     };
     published interface XTypeDetection {
      interface ::com::sun::star::uno::XInterface;
@@ -5644,6 +5648,7 @@ module com {
      [property, optional] boolean SignatureLineShowSignDate;
      [property, optional] boolean SignatureLineCanAddComment;
      [property, optional] ::com::sun::star::graphic::XGraphic SignatureLineUnsignedImage;
+     [property, optional] boolean SignatureLineIsSigned;
     };
     /** @deprecated */ published interface XShapeGroup {
      interface ::com::sun::star::drawing::XShape;
@@ -8216,6 +8221,7 @@ module com {
      const long ASC_OTHER = 2048;
      const long ASC_UNDERSCORE = 8;
      const long ASC_UPALPHA = 1;
+     const long GROUP_SEPARATOR_IN_NUMBER = 134217728;
      const long IGNORE_LEADING_WS = 1073741824;
      const long TWO_DOUBLE_QUOTES_BREAK_STRING = 268435456;
      const long UNI_ALNUM = 61440;
@@ -15313,6 +15319,7 @@ module com {
      [property, optional] boolean ShowScrollBarTips;
      [property, optional] boolean HideWhitespace;
      [property, optional] boolean ShowInlineTooltips;
+     [property, optional] boolean UseHeaderFooterMenu;
     };
     published constants WritingMode2 {
      const short CONTEXT = 4;


More information about the Libreoffice-commits mailing list