summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcFindMatch.idl
blob: 8a16e512fca42ad6f745fb3a089da6581101bae5 (plain)
1
2
3
4
5
6
7
8
9
10
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
    constants AcFindMatch {
        const long acAnywhere = 0;
        const long acEntire = 1;
        const long acStart = 2;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */