diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-08-18 08:29:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-08-18 09:28:42 +0200 |
commit | 1e6dc8e4f746662ed5d1e750019b41b7d3644e5b (patch) | |
tree | ce034ae6b72d6d2fc0cd187cf7967a637f12fbce /offapi | |
parent | b784ee4feb554987eff1c7fdaff640abb340504d (diff) |
Update the reference rdbs to libreoffice-7.0.0.3
LD_LIBRARY_PATH=/data/sbergman/lo-clang/core/instdir/program \
/data/sbergman/lo-clang/core/workdir/LinkTarget/Executable/unoidl-read --published \
/data/sbergman/lo-7.0/core/instdir/program/types.rdb \
>/data/sbergman/lo-clang/core/udkapi/type_reference/udkapi.idl
* no changes
LD_LIBRARY_PATH=/data/sbergman/lo-clang/core/instdir/program \
/data/sbergman/lo-clang/core/workdir/LinkTarget/Executable/unoidl-read --published \
/data/sbergman/lo-7.0/core/instdir/program/types.rdb \
/data/sbergman/lo-7.0/core/instdir/program/types/offapi.rdb \
>/data/sbergman/lo-clang/core/offapi/type_reference/offapi.idl
* (XDcoumentHandler getting moved around now is a consequence of this being the
first fully-automated generation of the file again after the manual
modifications done by the preceding 214e6caf2c503d817c47ebcc419e4f7e33b336ac
"[API CHANGE] remove BasicImport UNO interfaces" and
ebb66ee09b6041cbf755f24e54f2d1a510bbc3d3 "Fixed update of the reference rdbs
to libreoffice-6.4.0.3-buildfix1".)
Change-Id: I841b6b5a059c78750fa7f02f9276c6b6f86c9afd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100892
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/type_reference/offapi.idl | 49 |
1 files changed, 36 insertions, 13 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index 9b6b9d60e34b..c4483f6a86e1 100644 --- a/offapi/type_reference/offapi.idl +++ b/offapi/type_reference/offapi.idl @@ -3024,6 +3024,7 @@ module com { [property, optional] ::com::sun::star::util::Color CharHighlight; [property, optional] sequence< ::com::sun::star::beans::PropertyValue > CharInteropGrabBag; [property, optional] short RubyPosition; + [property, optional] short CharTransparence; }; }; module chart { @@ -3347,6 +3348,7 @@ module com { const long BOTTOM_LEFT = 5; const long BOTTOM_RIGHT = 7; const long CENTER = 1; + const long CUSTOM = 13; const long INSIDE = 10; const long LEFT = 4; const long NEAR_ORIGIN = 12; @@ -4961,19 +4963,7 @@ module com { }; module xml { module sax { - published interface XAttributeList; - published interface XLocator; - published interface XDocumentHandler { - interface ::com::sun::star::uno::XInterface; - void startDocument() raises (::com::sun::star::xml::sax::SAXException); - void endDocument() raises (::com::sun::star::xml::sax::SAXException); - void startElement([in] string aName, [in] ::com::sun::star::xml::sax::XAttributeList xAttribs) raises (::com::sun::star::xml::sax::SAXException); - void endElement([in] string aName) raises (::com::sun::star::xml::sax::SAXException); - void characters([in] string aChars) raises (::com::sun::star::xml::sax::SAXException); - void ignorableWhitespace([in] string aWhitespaces) raises (::com::sun::star::xml::sax::SAXException); - void processingInstruction([in] string aTarget, [in] string aData) raises (::com::sun::star::xml::sax::SAXException); - void setDocumentLocator([in] ::com::sun::star::xml::sax::XLocator xLocator) raises (::com::sun::star::xml::sax::SAXException); - }; + published interface XDocumentHandler; }; }; module document { @@ -13457,6 +13447,10 @@ module com { const short AIU_FULLWIDTH_JA = 21; const short AIU_HALFWIDTH_JA = 22; const short ARABIC = 4; + const short ARABIC_ZERO = 64; + const short ARABIC_ZERO3 = 65; + const short ARABIC_ZERO4 = 66; + const short ARABIC_ZERO5 = 67; const short BITMAP = 8; const short CHARS_ARABIC = 31; const short CHARS_ARABIC_ABJAD = 54; @@ -13566,6 +13560,11 @@ module com { sequence< ::com::sun::star::beans::PropertyValue > getStyleLoaderOptions(); }; }; + module xml { + module sax { + published interface XDocumentHandler; + }; + }; module svg { /** @deprecated */ published interface XSVGPrinter { interface ::com::sun::star::uno::XInterface; @@ -13573,6 +13572,13 @@ module com { void printPage([in] sequence< byte > aPrintPage); void endJob(); }; + }; + module xml { + module sax { + published interface XDocumentHandler; + }; + }; + module svg { /** @deprecated */ published interface XSVGWriter { interface ::com::sun::star::uno::XInterface; void write([in] ::com::sun::star::xml::sax::XDocumentHandler aHandler, [in] sequence< byte > aMtf); @@ -14806,6 +14812,7 @@ module com { const short PAGE_FRAME = 7; const short PAGE_LEFT = 3; const short PAGE_PRINT_AREA = 8; + const short PAGE_PRINT_AREA_BOTTOM = 10; const short PAGE_RIGHT = 4; const short PRINT_AREA = 1; const short TEXT_LINE = 9; @@ -15337,6 +15344,7 @@ module com { [property, optional] boolean HideWhitespace; [property, optional] boolean ShowInlineTooltips; [property, optional] boolean UseHeaderFooterMenu; + [property, optional] boolean ShowBookmarks; }; published constants WritingMode2 { const short BT_LR = 5; @@ -17623,6 +17631,21 @@ module com { interface ::com::sun::star::uno::XInterface; boolean exporter([in] sequence< ::com::sun::star::beans::PropertyValue > aSourceData, [in] sequence< string > msUserData) raises (::com::sun::star::lang::IllegalArgumentException); }; + module sax { + published interface XAttributeList; + published interface XLocator; + published interface XDocumentHandler { + interface ::com::sun::star::uno::XInterface; + void startDocument() raises (::com::sun::star::xml::sax::SAXException); + void endDocument() raises (::com::sun::star::xml::sax::SAXException); + void startElement([in] string aName, [in] ::com::sun::star::xml::sax::XAttributeList xAttribs) raises (::com::sun::star::xml::sax::SAXException); + void endElement([in] string aName) raises (::com::sun::star::xml::sax::SAXException); + void characters([in] string aChars) raises (::com::sun::star::xml::sax::SAXException); + void ignorableWhitespace([in] string aWhitespaces) raises (::com::sun::star::xml::sax::SAXException); + void processingInstruction([in] string aTarget, [in] string aData) raises (::com::sun::star::xml::sax::SAXException); + void setDocumentLocator([in] ::com::sun::star::xml::sax::XLocator xLocator) raises (::com::sun::star::xml::sax::SAXException); + }; + }; published service ExportFilter { interface ::com::sun::star::xml::sax::XDocumentHandler; interface ::com::sun::star::xml::XExportFilter; |