summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoBarPosition.idl
blob: 8ef5ee239c7efb37b0d4584a25afcf6b58770c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module office {
    constants MsoBarPosition {
        const long msoBarBottom = 3;
        const long msoBarFloating = 4;
        const long msoBarLeft = 0;
        const long msoBarMenuBar = 6;
        const long msoBarPopup = 5;
        const long msoBarRight = 2;
        const long msoBarTop = 1;
    };
}; }; };