summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlArrowHeadLength.idl
blob: 56addcd23ea7e925ea81eadba92a05a170bce454 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlArrowHeadLength {
        const long xlArrowHeadLengthLong = 3;
        const long xlArrowHeadLengthMedium = -4138;
        const long xlArrowHeadLengthShort = 1;
    };
}; }; };