~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef __org_openoffice_vba_Excel_XlPivotFormatType_idl__
#define __org_openoffice_vba_Excel_XlPivotFormatType_idl__
module org  { module openoffice { module vba { module Excel {

constants XlPivotFormatType
{
        const short xlPTClassic = 20; //(&H14)
        const short xlPTNone = 21; //(&H15)
        const short xlReport1 = 0;
        const short xlReport10 = 9;
        const short xlReport2 = 1;
        const short xlReport3 = 2;
        const short xlReport4 = 3;
        const short xlReport5 = 4;
        const short xlReport6 = 5;
        const short xlReport7 = 6;
        const short xlReport8 = 7;
        const short xlReport9 = 8;
        const short xlTable1 = 10;
        const short xlTable10 = 19; //(&H13)
        const short xlTable2 = 11;
        const short xlTable3 = 12;
        const short xlTable4 = 13;
        const short xlTable5 = 14;
        const short xlTable6 = 15;
        const short xlTable7 = 16; //(&H10)
        const short xlTable8 = 17; //(&H11)
        const short xlTable9 = 18; //(&H12)
};
}; }; }; };
#endif