summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcSearchDirection.idl
blob: b570b8df8cb3b60405e6029de8b48e288e075376 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module access {
    constants AcSearchDirection {
        const long acDown = 1;
        const long acSearchAll = 2;
        const long acUp = 0;
    };
}; }; };