summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl
blob: d29f9398a2cc2f08ac80bb8975e01554132eabc0 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module office {
    constants MsoArrowheadLength {
        const long msoArrowheadLengthMedium = 2;
        const long msoArrowheadLengthMixed = -2;
        const long msoArrowheadLong = 3;
        const long msoArrowheadShort = 1;
    };
}; }; };