summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoDiagramType.idl
blob: 0386e6ddf0af1c9ac2eb01d038c8320904845d2b (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module office {
    constants MsoDiagramType {
        const long msoDiagramCycle = 2;
        const long msoDiagramMixed = -2;
        const long msoDiagramOrgChart = 1;
        const long msoDiagramPyramid = 4;
        const long msoDiagramRadial = 3;
        const long msoDiagramTarget = 6;
        const long msoDiagramVenn = 5;
    };
}; }; };