summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpChartUnitEffect.idl
blob: 9fe09e7e756386417bd23859feadb8f9246705ec (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module powerpoint {
    constants PpChartUnitEffect {
        const long ppAnimateByCategory = 2;
        const long ppAnimateByCategoryElements = 4;
        const long ppAnimateBySeries = 1;
        const long ppAnimateBySeriesElements = 3;
        const long ppAnimateChartAllAtOnce = 5;
        const long ppAnimateChartMixed = -2;
    };
}; }; };