summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/VbQueryClose.idl
blob: 6b9572332be088b05f4b98017245bbe4a3bffe62 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba {
    constants VbQueryClose {
        const long vbAppTaskManager = 3;
        const long vbAppWindows = 2;
        const long vbFormCode = 1;
        const long vbFormControlMenu = 0;
        const long vbFormMDIForm = 4;
    };
}; };