summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2011-04-13 18:46:02 +0200
committerKurt Zenker <kz@openoffice.org>2011-04-13 18:46:02 +0200
commit66af86ef09d91a188436cb64fc646cb466a993aa (patch)
tree863ab5dbee407f5c0de221c361aa0925c1ede661
parentCWS-TOOLING: integrate CWS gridfixes_OOO340 (diff)
parentdr80: rebase to DEV300_m104 (diff)
downloadcore-66af86ef09d91a188436cb64fc646cb466a993aa.tar.gz
core-66af86ef09d91a188436cb64fc646cb466a993aa.zip
CWS-TOOLING: integrate CWS dr80_OOO340
-rw-r--r--offapi/com/sun/star/sheet/ExternalLinkType.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/ExternalLinkType.idl b/offapi/com/sun/star/sheet/ExternalLinkType.idl
index 976524506775..09bcd68ff70e 100644
--- a/offapi/com/sun/star/sheet/ExternalLinkType.idl
+++ b/offapi/com/sun/star/sheet/ExternalLinkType.idl
@@ -54,6 +54,15 @@ constants ExternalLinkType
*/
const long DDE = 2;
+ /** Reference to the own document.
+ */
+ const long SELF = 3;
+
+ /** For special use cases. Behaviour is dependent on the implementation of
+ the formula parser.
+ */
+ const long SPECIAL = 4;
+
};
//=============================================================================