diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-02-26 17:47:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-02-26 22:16:57 +0100 |
commit | ebb66ee09b6041cbf755f24e54f2d1a510bbc3d3 (patch) | |
tree | 8cbe77273a3ca3ef5fac4f227214d7ff88374e00 /offapi | |
parent | bf749968d0bed09234192862bcc709c9ca7af66d (diff) |
Fixed update of the reference rdbs to libreoffice-6.4.0.3-buildfix1
19746d24aa976cc409e58fe452b6ab5b039d0525 "Update the reference rdbs to
libreoffice-6.4.0.3-buildfix1" had erroneously labeled
LD_LIBRARY_PATH=.../master/instdir/program \
.../master/workdir/LinkTarget/Executable/unoidl-read --published \
.../libreoffice-6.4.0.3-buildfix1/instdir/program/types.rdb \
.../libreoffice-6.4.0.3-buildfix1/instdir/program/types/offapi.rdb \
>.../master/offapi/type_reference/offapi.idl
as "no changes", so I redid that part correctly now:
* plus manual fixup by re-applying offapi/type_reference/offapi.idl part of
214e6caf2c503d817c47ebcc419e4f7e33b336ac "[API CHANGE] remove BasicImport UNO
interfaces"
Change-Id: If58251331c1b379a04bf0c60dfffc2ffb0f6bc6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89565
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/type_reference/offapi.idl | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index 1d6baddbba95..9b6b9d60e34b 100644 --- a/offapi/type_reference/offapi.idl +++ b/offapi/type_reference/offapi.idl @@ -3662,6 +3662,9 @@ module com { [property, optional] string ListId; [property, optional] short OutlineLevel; [property, optional] ::com::sun::star::graphic::XGraphic ParaBackGraphic; + [property, optional, readonly] boolean ContinueingPreviousSubTree; + [property, optional, readonly] string ListLabelString; + [property, optional] boolean ParaHyphenationNoCaps; }; }; module util { @@ -5607,6 +5610,11 @@ module com { interface ::com::sun::star::document::XMimeTypeInfo; }; published service GraphicExportFilter: ::com::sun::star::drawing::XGraphicExportFilter; + published struct QRCode { + string Payload; + long ErrorCorrection; + long Border; + }; }; module graphic { published interface XGraphic; @@ -5640,6 +5648,7 @@ module com { [property, optional] boolean SignatureLineCanAddComment; [property, optional] ::com::sun::star::graphic::XGraphic SignatureLineUnsignedImage; [property, optional] boolean SignatureLineIsSigned; + [property, optional] ::com::sun::star::drawing::QRCode QRCodeProperties; }; /** @deprecated */ published interface XShapeGroup { interface ::com::sun::star::drawing::XShape; @@ -5813,6 +5822,12 @@ module com { ::com::sun::star::drawing::DoubleSequenceSequence SequenceY; ::com::sun::star::drawing::DoubleSequenceSequence SequenceZ; }; + published constants QRCodeErrorCorrection { + const long HIGH = 4; + const long LOW = 1; + const long MEDIUM = 2; + const long QUARTILE = 3; + }; published service RectangleShape { service ::com::sun::star::drawing::Shape; service ::com::sun::star::drawing::FillProperties; @@ -7651,6 +7666,12 @@ module com { string ResourceURL; any aInfo; }; + published interface XUIConfigurationListener { + interface ::com::sun::star::lang::XEventListener; + void elementInserted([in] ::com::sun::star::ui::ConfigurationEvent Event); + void elementRemoved([in] ::com::sun::star::ui::ConfigurationEvent Event); + void elementReplaced([in] ::com::sun::star::ui::ConfigurationEvent Event); + }; }; module util { published interface XStringMapping { @@ -13491,6 +13512,7 @@ module com { const short PAGE_DESCRIPTOR = 7; const short ROMAN_LOWER = 3; const short ROMAN_UPPER = 2; + const short SYMBOL_CHICAGO = 63; const short TEXT_CARDINAL = 61; const short TEXT_NUMBER = 60; const short TEXT_ORDINAL = 62; @@ -13931,6 +13953,7 @@ module com { [property, optional] short RelativeHeightRelation; [property, optional] short RelativeWidthRelation; [property, optional] ::com::sun::star::graphic::XGraphic BackGraphic; + [property, optional] boolean AllowOverlap; }; published service BaseFrame { service ::com::sun::star::text::BaseFrameProperties; @@ -14830,6 +14853,7 @@ module com { [property, optional] short PositionLayoutDir; [property, optional, readonly] ::com::sun::star::awt::Point StartPositionInHoriL2R; [property, optional, readonly] ::com::sun::star::awt::Point EndPositionInHoriL2R; + [property, optional] boolean AllowOverlap; }; published constants SizeType { const short FIX = 1; @@ -16879,6 +16903,36 @@ module com { EXECUTE_MODIFIED = 2, CONTINUE_MODIFIED = 3 }; + published interface XUIConfiguration { + interface ::com::sun::star::uno::XInterface; + void addConfigurationListener([in] ::com::sun::star::ui::XUIConfigurationListener Listener); + void removeConfigurationListener([in] ::com::sun::star::ui::XUIConfigurationListener Listener); + }; + published interface XUIConfigurationPersistence { + interface ::com::sun::star::uno::XInterface; + void reload() raises (::com::sun::star::uno::Exception); + void store() raises (::com::sun::star::uno::Exception); + void storeToStorage([in] ::com::sun::star::embed::XStorage Storage) raises (::com::sun::star::uno::Exception); + boolean isModified(); + boolean isReadOnly(); + }; + published interface XUIConfigurationStorage { + interface ::com::sun::star::uno::XInterface; + void setStorage([in] ::com::sun::star::embed::XStorage Storage); + boolean hasStorage(); + }; + published interface XAcceleratorConfiguration { + interface ::com::sun::star::ui::XUIConfigurationPersistence; + interface ::com::sun::star::ui::XUIConfigurationStorage; + interface ::com::sun::star::ui::XUIConfiguration; + sequence< ::com::sun::star::awt::KeyEvent > getAllKeyEvents(); + string getCommandByKeyEvent([in] ::com::sun::star::awt::KeyEvent aKeyEvent) raises (::com::sun::star::container::NoSuchElementException); + void setKeyEvent([in] ::com::sun::star::awt::KeyEvent aKeyEvent, [in] string sCommand) raises (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::container::NoSuchElementException); + void removeKeyEvent([in] ::com::sun::star::awt::KeyEvent aKeyEvent) raises (::com::sun::star::container::NoSuchElementException); + sequence< ::com::sun::star::awt::KeyEvent > getKeyEventsByCommand([in] string sCommand) raises (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::container::NoSuchElementException); + sequence< any > getPreferredKeyEventsForCommandList([in] sequence< string > lCommandList) raises (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::container::NoSuchElementException); + void removeCommandFromAllKeyEvents([in] string sCommand) raises (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::container::NoSuchElementException); + }; published interface XContextMenuInterceptor { interface ::com::sun::star::uno::XInterface; ::com::sun::star::ui::ContextMenuInterceptorAction notifyContextMenuExecute([in] ::com::sun::star::ui::ContextMenuExecuteEvent aEvent); @@ -16952,7 +17006,7 @@ module com { published interface XFilePreview { interface ::com::sun::star::uno::XInterface; sequence< short > getSupportedImageFormats(); - ::com::sun::star::util::Color getTargetColorDepth(); + /** @deprecated */ ::com::sun::star::util::Color getTargetColorDepth(); long getAvailableWidth(); long getAvailableHeight(); void setImage([in] short aImageFormat, [in] any aImage) raises (::com::sun::star::lang::IllegalArgumentException); |