summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/ExternalLinkType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/ExternalLinkType.idl')
-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;
+
};
//=============================================================================