summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-24 18:39:26 +0100
committerAndras Timar <andras.timar@collabora.com>2016-03-02 11:00:01 +0100
commita771a48307da4dd93096b7630e826c62c4852911 (patch)
tree5c35684503ad5f01cb6085952d2122c99d852ff5 /offapi
parent2e0f7b2b2e424a0b9cf93c454d2e94943768ce56 (diff)
Update the reference rdbs to libreoffice-5-0
Change-Id: I6c2ee67d9e62a0159a36a1905f29deeee23a3587 (cherry picked from commit cf9f97ab265d6034cb9c5ac46f9df697b910d539) Reviewed-on: https://gerrit.libreoffice.org/22676 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 18fc417ffb8a35b0cc864e62d826ac173a18efcc)
Diffstat (limited to 'offapi')
-rw-r--r--offapi/type_reference/offapi.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index f95e6b7f1844..8d66eff8295e 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -11863,6 +11863,8 @@ module com {
[property, optional] long RefreshPeriod;
[property, optional] boolean FromSelection;
[property, optional, readonly] long TokenIndex;
+ [property, optional] boolean TotalsRow;
+ [property, optional] boolean ContainsHeader;
};
published interface XDatabaseRanges {
interface ::com::sun::star::container::XNameAccess;
@@ -11970,6 +11972,8 @@ module com {
[property, optional] boolean IsAdjustHeightEnabled;
[property, optional] boolean IsExecuteLinkEnabled;
[property, optional, readonly] ::com::sun::star::awt::XDevice ReferenceDevice;
+ [property, optional] boolean RecordChanges;
+ [property, optional, readonly] boolean IsRecordChangesProtected;
};
published interface XFunctionAccess {
interface ::com::sun::star::uno::XInterface;
@@ -14408,12 +14412,21 @@ module com {
interface ::com::sun::star::uno::XInterface;
::com::sun::star::container::XNameAccess getTextTables();
};
+ };
+ module tiledrendering {
+ interface XTiledRenderable {
+ interface ::com::sun::star::uno::XInterface;
+ void paintTile([in] any Parent, [in] long nOutputWidth, [in] long nOutputHeight, [in] long nTilePosX, [in] long nTilePosY, [in] long nTileWidth, [in] long nTileHeight);
+ };
+ };
+ module text {
published service GenericTextDocument {
service ::com::sun::star::document::OfficeDocument;
interface ::com::sun::star::lang::XMultiServiceFactory;
interface ::com::sun::star::text::XTextDocument;
interface ::com::sun::star::util::XSearchable;
interface ::com::sun::star::util::XRefreshable;
+ [optional] interface ::com::sun::star::tiledrendering::XTiledRenderable;
[optional] interface ::com::sun::star::text::XFootnotesSupplier;
[optional] interface ::com::sun::star::text::XEndnotesSupplier;
[optional] interface ::com::sun::star::util::XReplaceable;