summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/msforms/fmOrientation.idl
blob: f806fe31150e09cdc58dfb5b18b0a8c072796e84 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module msforms {
    constants fmOrientation {
        const long fmOrientationAuto = -1;
        const long fmOrientationHorizontal = 1;
        const long fmOrientationVertical = 0;
    };
}; }; };