summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl')
-rw-r--r--oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl b/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl
new file mode 100644
index 000000000..8a9e4c46e
--- /dev/null
+++ b/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl
@@ -0,0 +1,11 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+module ooo { module vba { module adodb {
+ constants CursorLocationEnum {
+ const long adUseClient = 3;
+ const long adUseClientBatch = 3;
+ const long adUseNone = 1;
+ const long adUseServer = 2;
+ };
+}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */