diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-02-24 17:20:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-02-25 08:21:33 +0100 |
commit | a24889a4c9a11688904dbc4df688a418380ed6bb (patch) | |
tree | 704d19bcb22f56f658b60813997393c364cc86ea /offapi | |
parent | 9c431f4d3afed0aad21b5ba67a5a55328c4d0685 (diff) |
Update the reference rdbs to libreoffice-7.3.0.3
LD_LIBRARY_PATH=.../master/instdir/program \
.../master/workdir/LinkTarget/Executable/unoidl-read --published \
.../libreoffice-7.3.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-7.3.0.3/instdir/program/types.rdb \
.../libreoffice-7.3.0.3/instdir/program/types/offapi.rdb \
>.../master/offapi/type_reference/offapi.idl
Change-Id: I7478040fee62a3d6b86de3492d9b25cad91cef40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130504
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/type_reference/offapi.idl | 44 |
1 files changed, 32 insertions, 12 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index b6fe108e88bf..65ebdcdd8880 100644 --- a/offapi/type_reference/offapi.idl +++ b/offapi/type_reference/offapi.idl @@ -2000,6 +2000,16 @@ module com { long getStringWidthArray([in] string str, [out] sequence< long > aDXArray); void getKernPairs([out] sequence< char > Chars1, [out] sequence< char > Chars2, [out] sequence< short > Kerns); }; + published struct XFontMappingUseItem { + string originalFont; + sequence< string > usedFonts; + long count; + }; + published interface XFontMappingUse { + interface ::com::sun::star::uno::XInterface; + void startTrackingFontMappingUse(); + sequence< ::com::sun::star::awt::XFontMappingUseItem > finishTrackingFontMappingUse(); + }; published interface XGraphics { interface ::com::sun::star::uno::XInterface; ::com::sun::star::awt::XDevice getDevice(); @@ -2175,6 +2185,10 @@ module com { interface ::com::sun::star::lang::XEventListener; void textChanged([in] ::com::sun::star::awt::TextEvent rEvent); }; + published interface XToolkit3 { + interface ::com::sun::star::awt::XToolkit2; + interface ::com::sun::star::awt::XFontMappingUse; + }; published interface XTopWindowListener { interface ::com::sun::star::lang::XEventListener; void windowOpened([in] ::com::sun::star::lang::EventObject e); @@ -2988,6 +3002,8 @@ module com { [property, optional] sequence< ::com::sun::star::beans::PropertyValue > CharInteropGrabBag; [property, optional] short RubyPosition; [property, optional] short CharTransparence; + [property, optional] short CharColorTheme; + [property, optional] short CharColorTintOrShade; }; }; module chart { @@ -4943,6 +4959,18 @@ module com { published service Background { service ::com::sun::star::drawing::FillProperties; }; + published struct BarCode { + long Type; + string Payload; + long ErrorCorrection; + long Border; + }; + published constants BarCodeErrorCorrection { + const long HIGH = 4; + const long LOW = 1; + const long MEDIUM = 2; + const long QUARTILE = 3; + }; /** @deprecated */ published struct BezierPoint { ::com::sun::star::awt::Point Position; ::com::sun::star::awt::Point ControlPoint1; @@ -5535,12 +5563,6 @@ module com { interface ::com::sun::star::document::XMimeTypeInfo; }; published service GraphicExportFilter: ::com::sun::star::drawing::XGraphicExportFilter; - published struct BarCode { - long Type; - string Payload; - long ErrorCorrection; - long Border; - }; published service GraphicObjectShape { service ::com::sun::star::drawing::Shape; service ::com::sun::star::drawing::Text; @@ -5743,12 +5765,6 @@ module com { ::com::sun::star::drawing::DoubleSequenceSequence SequenceY; ::com::sun::star::drawing::DoubleSequenceSequence SequenceZ; }; - published constants BarCodeErrorCorrection { - 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; @@ -13368,10 +13384,13 @@ module com { const short IROHA_HALFWIDTH_JA = 24; const short NATIVE_NUMBERING = 12; const short NUMBER_ARABIC_INDIC = 57; + const short NUMBER_DIGITAL2_KO = 70; + const short NUMBER_DIGITAL_KO = 69; const short NUMBER_EAST_ARABIC_INDIC = 58; const short NUMBER_HANGUL_KO = 26; const short NUMBER_HEBREW = 56; const short NUMBER_INDIC_DEVANAGARI = 59; + const short NUMBER_LEGAL_KO = 71; const short NUMBER_LOWER_ZH = 15; const short NUMBER_NONE = 5; const short NUMBER_TRADITIONAL_JA = 20; @@ -13896,6 +13915,7 @@ module com { const short INSTITUTION = 10; const short ISBN = 30; const short JOURNAL = 11; + const short LOCAL_URL = 31; const short MONTH = 12; const short NOTE = 13; const short NUMBER = 14; |