summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcSearchDirection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access/AcSearchDirection.idl')
-rw-r--r--oovbaapi/ooo/vba/access/AcSearchDirection.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcSearchDirection.idl b/oovbaapi/ooo/vba/access/AcSearchDirection.idl
new file mode 100644
index 000000000000..b570b8df8cb3
--- /dev/null
+++ b/oovbaapi/ooo/vba/access/AcSearchDirection.idl
@@ -0,0 +1,7 @@
+module ooo { module vba { module access {
+ constants AcSearchDirection {
+ const long acDown = 1;
+ const long acSearchAll = 2;
+ const long acUp = 0;
+ };
+}; }; };