summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/msforms/fmSnapPoint.idl
blob: c1ed43afc2e99b38037c1372160ecc521edb18b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module ooo { module vba { module msforms {
    constants fmSnapPoint {
        const long fmSnapPointBottomCenter = 7;
        const long fmSnapPointBottomLeft = 6;
        const long fmSnapPointBottomRight = 8;
        const long fmSnapPointCenter = 4;
        const long fmSnapPointCenterLeft = 3;
        const long fmSnapPointCenterRight = 5;
        const long fmSnapPointTopCenter = 1;
        const long fmSnapPointTopLeft = 0;
        const long fmSnapPointTopRight = 2;
    };
}; }; };