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