Kaydet (Commit) 3d31e57f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 07568f4d
...@@ -4874,6 +4874,10 @@ module com { ...@@ -4874,6 +4874,10 @@ module com {
[property, optional] boolean AddExternalLeading; [property, optional] boolean AddExternalLeading;
[property, optional] boolean EmbedFonts; [property, optional] boolean EmbedFonts;
[property, optional] boolean EmbedSystemFonts; [property, optional] boolean EmbedSystemFonts;
[property, optional] boolean EmbedOnlyUsedFonts;
[property, optional] boolean EmbedLatinScriptFonts;
[property, optional] boolean EmbedAsianScriptFonts;
[property, optional] boolean EmbedComplexScriptFonts;
}; };
published interface XTypeDetection { published interface XTypeDetection {
interface ::com::sun::star::uno::XInterface; interface ::com::sun::star::uno::XInterface;
...@@ -5644,6 +5648,7 @@ module com { ...@@ -5644,6 +5648,7 @@ module com {
[property, optional] boolean SignatureLineShowSignDate; [property, optional] boolean SignatureLineShowSignDate;
[property, optional] boolean SignatureLineCanAddComment; [property, optional] boolean SignatureLineCanAddComment;
[property, optional] ::com::sun::star::graphic::XGraphic SignatureLineUnsignedImage; [property, optional] ::com::sun::star::graphic::XGraphic SignatureLineUnsignedImage;
[property, optional] boolean SignatureLineIsSigned;
}; };
/** @deprecated */ published interface XShapeGroup { /** @deprecated */ published interface XShapeGroup {
interface ::com::sun::star::drawing::XShape; interface ::com::sun::star::drawing::XShape;
...@@ -8216,6 +8221,7 @@ module com { ...@@ -8216,6 +8221,7 @@ module com {
const long ASC_OTHER = 2048; const long ASC_OTHER = 2048;
const long ASC_UNDERSCORE = 8; const long ASC_UNDERSCORE = 8;
const long ASC_UPALPHA = 1; const long ASC_UPALPHA = 1;
const long GROUP_SEPARATOR_IN_NUMBER = 134217728;
const long IGNORE_LEADING_WS = 1073741824; const long IGNORE_LEADING_WS = 1073741824;
const long TWO_DOUBLE_QUOTES_BREAK_STRING = 268435456; const long TWO_DOUBLE_QUOTES_BREAK_STRING = 268435456;
const long UNI_ALNUM = 61440; const long UNI_ALNUM = 61440;
...@@ -15313,6 +15319,7 @@ module com { ...@@ -15313,6 +15319,7 @@ module com {
[property, optional] boolean ShowScrollBarTips; [property, optional] boolean ShowScrollBarTips;
[property, optional] boolean HideWhitespace; [property, optional] boolean HideWhitespace;
[property, optional] boolean ShowInlineTooltips; [property, optional] boolean ShowInlineTooltips;
[property, optional] boolean UseHeaderFooterMenu;
}; };
published constants WritingMode2 { published constants WritingMode2 {
const short CONTEXT = 4; const short CONTEXT = 4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment