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

« back to all changes in this revision

Viewing changes to ooo-build/scratch/offapi-vba/Excel/XlPivotFormatType.idl

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-04-27 19:29:22 UTC
  • Revision ID: james.westby@ubuntu.com-20060427192922-2dburxv3b63f8v0u
Tags: 2.0.2-2ubuntu5
* Copy of the openoffice.org source.
  - debian/control.in: Change source name.
  - debian/changelog: Change source name.
  - debian/control: Regenerate control file.
* Add kurdish translations exported from Rosetta (2006-04-18).
* Workaround bad message strings in recently included GSI files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __org_openoffice_vba_Excel_XlPivotFormatType_idl__
 
2
#define __org_openoffice_vba_Excel_XlPivotFormatType_idl__
 
3
module org  { module openoffice { module vba { module Excel {
 
4
 
 
5
constants XlPivotFormatType
 
6
{
 
7
        const short xlPTClassic = 20; //(&H14)
 
8
        const short xlPTNone = 21; //(&H15)
 
9
        const short xlReport1 = 0;
 
10
        const short xlReport10 = 9;
 
11
        const short xlReport2 = 1;
 
12
        const short xlReport3 = 2;
 
13
        const short xlReport4 = 3;
 
14
        const short xlReport5 = 4;
 
15
        const short xlReport6 = 5;
 
16
        const short xlReport7 = 6;
 
17
        const short xlReport8 = 7;
 
18
        const short xlReport9 = 8;
 
19
        const short xlTable1 = 10;
 
20
        const short xlTable10 = 19; //(&H13)
 
21
        const short xlTable2 = 11;
 
22
        const short xlTable3 = 12;
 
23
        const short xlTable4 = 13;
 
24
        const short xlTable5 = 14;
 
25
        const short xlTable6 = 15;
 
26
        const short xlTable7 = 16; //(&H10)
 
27
        const short xlTable8 = 17; //(&H11)
 
28
        const short xlTable9 = 18; //(&H12)
 
29
};
 
30
}; }; }; };
 
31
#endif