summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/msforms/fmTabOrientation.idl
blob: 36bf2d98521a971f7c5216f4a9f9008425b5d442 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module msforms {
    constants fmTabOrientation {
        const long fmTabOrientationBottom = 1;
        const long fmTabOrientationLeft = 2;
        const long fmTabOrientationRight = 3;
        const long fmTabOrientationTop = 0;
    };
}; }; };