summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcFormatConditionType.idl
blob: 028c8e34e9504100fa67ecae258c59222089d27e (plain)
1
2
3
4
5
6
7
module ooo { module vba { module access {
    constants AcFormatConditionType {
        const long acExpression = 1;
        const long acFieldHasFocus = 2;
        const long acFieldValue = 0;
    };
}; }; };