offapi/type_reference/offapi.idl | 13 +++++++++++-- udkapi/type_reference/udkapi.idl | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-)
New commits: commit ee515989c3ca1ee7c06fee2585a5a285f729b6d5 Author: Stephan Bergmann <stephan.bergm...@collabora.com> AuthorDate: Mon Aug 25 10:08:36 2025 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Mon Aug 25 15:17:09 2025 +0200 Update the reference rdbs to libreoffice-25.8.0.4 .../master/instdir/sdk/bin/unoidl-read --published \ .../libreoffice-25.8.0.4/instdir/program/types.rdb \ >.../master/udkapi/type_reference/udkapi.idl * css.lang.XSingleServiceFactory has been un-deprecated with 4f03d1c23840b49d9af5080eaf9f59688685664f "css.lang.XSingleServiceFactory must not be @deprecated" .../master/instdir/sdk/bin/unoidl-read --published \ .../libreoffice-25.8.0.4/instdir/program/types.rdb \ .../libreoffice-25.8.0.4/instdir/program/types/offapi.rdb \ >.../master/offapi/type_reference/offapi.idl * css.i18n.GROUP_SEPARATOR_IN_NUMBER_3 is marked as "@since LibreOffice 25.2" but was only brought into libreoffice-25-2 with 055b637ed9bdd02cd857664813a66afde51dfd0a "tdf#158867 offapi,i18npool,starmath: fix ',' in Math again" after libreoffice-25.2.0.3, for which point the previous type reference had been generated with aabf7c44ecdf7162eaa8ceead5fb7147218e6ffc "Update the reference rdbs to libreoffice-25.2.0.3" Change-Id: I387e20b3bc5955b60b8365f6a64604481f2e0de2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190155 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@collabora.com> (cherry picked from commit 50e82794f1a39c326bf807623241aff81b54cd59) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190167 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index 56283e8c77b4..471183f20005 100644 --- a/offapi/type_reference/offapi.idl +++ b/offapi/type_reference/offapi.idl @@ -3030,6 +3030,7 @@ module com { [property, optional] short CharTransparence; [property, optional] short CharColorTheme; [property, optional] short CharColorTintOrShade; + [property, optional] short CharScriptHint; }; }; module chart { @@ -3669,6 +3670,14 @@ module com { [property, optional] boolean ParaHyphenationKeep; [property, optional] long ParaHyphenationKeepType; [property, optional] short ParaHyphenationCompoundMinLeadingChars; + [property, optional] boolean ParaHyphenationKeepLine; + [property, optional] long ParaHyphenationZoneAlways; + [property, optional] long ParaHyphenationZoneColumn; + [property, optional] long ParaHyphenationZonePage; + [property, optional] long ParaHyphenationZoneSpread; + [property, optional] long ParaWordSpacing; + [property, optional] long ParaWordSpacingMinimum; + [property, optional] long ParaWordSpacingMaximum; }; }; module util { @@ -8199,6 +8208,7 @@ module com { const long ASC_UNDERSCORE = 8; const long ASC_UPALPHA = 1; const long GROUP_SEPARATOR_IN_NUMBER = 134217728; + const long GROUP_SEPARATOR_IN_NUMBER_3 = 67108864; const long IGNORE_LEADING_WS = 1073741824; const long TWO_DOUBLE_QUOTES_BREAK_STRING = 268435456; const long UNI_ALNUM = 61440; @@ -14373,8 +14383,6 @@ module com { interface ::com::sun::star::uno::XInterface; ::com::sun::star::container::XNameAccess getTextTables(); }; - }; - module text { published service GenericTextDocument { service ::com::sun::star::document::OfficeDocument; interface ::com::sun::star::lang::XMultiServiceFactory; @@ -17026,6 +17034,7 @@ module com { const short FILEOPEN_PLAY = 7; const short FILEOPEN_PREVIEW = 11; const short FILEOPEN_READONLY_VERSION = 8; + const short FILEOPEN_READONLY_VERSION_FILTEROPTIONS = 14; const short FILEOPEN_SIMPLE = 0; const short FILESAVE_AUTOEXTENSION = 10; const short FILESAVE_AUTOEXTENSION_PASSWORD = 2; diff --git a/udkapi/type_reference/udkapi.idl b/udkapi/type_reference/udkapi.idl index de867416c453..6e8b462c04be 100644 --- a/udkapi/type_reference/udkapi.idl +++ b/udkapi/type_reference/udkapi.idl @@ -1060,7 +1060,7 @@ module com { ::com::sun::star::uno::XInterface createInstanceWithContext([in] ::com::sun::star::uno::XComponentContext Context) raises (::com::sun::star::uno::Exception); ::com::sun::star::uno::XInterface createInstanceWithArgumentsAndContext([in] sequence< any > Arguments, [in] ::com::sun::star::uno::XComponentContext Context) raises (::com::sun::star::uno::Exception); }; - /** @deprecated */ published interface XSingleServiceFactory { + published interface XSingleServiceFactory { interface ::com::sun::star::uno::XInterface; ::com::sun::star::uno::XInterface createInstance() raises (::com::sun::star::uno::Exception); ::com::sun::star::uno::XInterface createInstanceWithArguments([in] sequence< any > aArguments) raises (::com::sun::star::uno::Exception);