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;
    };
}; }; };
bd03f89cda9ef6d'>Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-24gbuild: drop empty use_packages callsDavid Tardon 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-19use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XX