summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcFindField.idl
blob: efcfec49013b04d4464a58f80196924104891f69 (plain)
1
2
3
4
5
6
module ooo { module vba { module access {
    constants AcFindField {
        const long acAll = 0;
        const long acCurrent = -1;
    };
}; }; };