diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-08-19 14:08:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-08-19 15:52:29 +0200 |
commit | d305edc242b7d1c03bd372356104418a344737fe (patch) | |
tree | ccc6b352a1c29de90a340eac9ea0840979257993 /offapi | |
parent | 3a04cfe27b433a6be22fff39212e2432f91f8747 (diff) |
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 <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 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; |