diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-02-21 11:11:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-02-21 13:18:23 +0100 |
commit | 3d31e57fba29d3bf852abafad16f840adcfb33d9 (patch) | |
tree | cd09e8f2566a5f616632fada2ad7bfbf26cc5767 /offapi | |
parent | 07568f4dd39b192997e4ed75a15563534d086529 (diff) |
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@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/type_reference/offapi.idl | 7 |
1 files changed, 7 insertions, 0 deletions
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; |