summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcFindMatch.idl
blob: 4dd70c65b27b7664081abcf7f524bbed712bc576 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module access {
    constants AcFindMatch {
        const long acAnywhere = 0;
        const long acEntire = 1;
        const long acStart = 2;
    };
}; }; };