diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-05-19 11:54:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-05-19 12:00:34 +0200 |
commit | 31a698342f86db1b7703e3ec5460281d3a6b7635 (patch) | |
tree | c36a8f0c1b388cc4f28fdc39dfc77a1d38860e22 | |
parent | d26a74f0836e81de1113d6ec70aa5893acfcd3c3 (diff) |
Update the reference rdbs to libreoffice-5-3
LD_LIBRARY_PATH=.../master/instdir/program \
.../master/workdir/LinkTarget/Executable/unoidl-read --published \
.../libreoffice-5-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-5-3/instdir/program/types.rdb \
.../libreoffice-5-3/instdir/program/types/offapi.rdb
>.../master/offapi/type_reference/offapi.idl
* plus manual fixup for now by re-applying offapi/type_reference/offapi.idl part
of 8913353a8fd2a1d281c2d8a33ca795d97201b7bc "enum spelling: throught ->
through"
Change-Id: I705dd8b33034f01d333bf80f1211022f5395609e
-rw-r--r-- | offapi/type_reference/offapi.idl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index ebe12ed929e8..e796d59192e2 100644 --- a/offapi/type_reference/offapi.idl +++ b/offapi/type_reference/offapi.idl @@ -11660,6 +11660,8 @@ module com { [property, optional] boolean IsGroupField; [property, optional] ::com::sun::star::sheet::DataPilotFieldGroupInfo GroupInfo; [property, optional] boolean ShowEmpty; + [property, optional] short Function2; + [property, optional] sequence< short > Subtotals2; }; published service DataPilotFieldGroup { interface ::com::sun::star::container::XNamed; @@ -11941,6 +11943,22 @@ module com { interface ::com::sun::star::container::XNameAccess; interface ::com::sun::star::container::XEnumerationAccess; }; + published constants GeneralFunction2 { + const short AUTO = 1; + const short AVERAGE = 4; + const short COUNT = 3; + const short COUNTNUMS = 8; + const short MAX = 5; + const short MEDIAN = 13; + const short MIN = 6; + const short NONE = 0; + const short PRODUCT = 7; + const short STDEV = 9; + const short STDEVP = 10; + const short SUM = 2; + const short VAR = 11; + const short VARP = 12; + }; published interface XGlobalSheetSettings { interface ::com::sun::star::uno::XInterface; [attribute] boolean MoveSelection; @@ -14623,6 +14641,7 @@ module com { [property] ::com::sun::star::style::GraphicLocation BackGraphicLocation; [property, optional] boolean CollapsingBorders; [property, optional] sequence< ::com::sun::star::beans::PropertyValue > TableInteropGrabBag; + [property, optional] string TableTemplateName; }; published service Paragraph { service ::com::sun::star::text::TextContent; @@ -16939,9 +16958,11 @@ module com { const short SET_SELECT_ITEM = 5; }; published constants TemplateDescription { + const short FILEOPEN_LINK_PLAY = 12; const short FILEOPEN_LINK_PREVIEW = 9; const short FILEOPEN_LINK_PREVIEW_IMAGE_TEMPLATE = 6; const short FILEOPEN_PLAY = 7; + const short FILEOPEN_PREVIEW = 11; const short FILEOPEN_READONLY_VERSION = 8; const short FILEOPEN_SIMPLE = 0; const short FILESAVE_AUTOEXTENSION = 10; |