offapi/type_reference/offapi.idl | 7 +++++++ 1 file changed, 7 insertions(+)
New commits: commit d305edc242b7d1c03bd372356104418a344737fe Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Fri Aug 19 14:08:48 2022 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Fri Aug 19 15:52:29 2022 +0200 Update the reference rdbs to libreoffice-7.4.0.3 .../master/instdir/sdk/bin/unoidl-read --published \ .../libreoffice-7.4.0.3/instdir/program/types.rdb \ >.../master/udkapi/type_reference/udkapi.idl * no changes .../master/instdir/sdk/bin/unoidl-read --published \ .../libreoffice-7.4.0.3/instdir/program/types.rdb \ .../libreoffice-7.4.0.3/instdir/program/types/offapi.rdb \ >.../master/offapi/type_reference/offapi.idl Change-Id: I2e462a9fe8db2fabf5e5599e77962581cb1766ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138520 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index 65ebdcdd8880..fad96110fffa 100644 --- a/offapi/type_reference/offapi.idl +++ b/offapi/type_reference/offapi.idl @@ -2802,6 +2802,7 @@ module com { [property, optional] boolean FillBitmapStretch; [property, optional] boolean FillBitmapTile; [property, optional] ::com::sun::star::text::GraphicCrop GraphicCrop; + [property, optional] boolean FillUseSlideBackground; }; published enum LineCap { BUTT = 0, @@ -3633,6 +3634,9 @@ module com { [property, optional, readonly] boolean ContinueingPreviousSubTree; [property, optional, readonly] string ListLabelString; [property, optional] boolean ParaHyphenationNoCaps; + [property, optional] boolean ParaHyphenationNoLastWord; + [property, optional] short ParaHyphenationMinWordLength; + [property, optional] long ParaHyphenationZone; }; }; module util { @@ -9761,6 +9765,7 @@ module com { [optional] interface ::com::sun::star::beans::XPropertySet; [property, optional, readonly] boolean IsFieldUsed; [property, optional, readonly] boolean IsFieldDisplayed; + [property, optional] string Title; }; }; module table { @@ -12803,6 +12808,7 @@ module com { /** @deprecated */ [property] boolean HideSpellMarks; [property] short ZoomType; [property] short ZoomValue; + [property, optional] short FormulaBarHeight; }; published interface XActivationEventListener; published interface XActivationBroadcaster { @@ -13843,6 +13849,7 @@ module com { [property, optional] short RelativeWidthRelation; [property, optional] ::com::sun::star::graphic::XGraphic BackGraphic; [property, optional] boolean AllowOverlap; + [property, optional] string Tooltip; }; published service BaseFrame { service ::com::sun::star::text::BaseFrameProperties;