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

« back to all changes in this revision

Viewing changes to ooo-build/patches/vba/offapi-org-openoffice-vba-excel-xlchartitem-idl.diff

  • 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
--- /dev/null   
 
2
+++ offapi/org/openoffice/vba/Excel/XlChartItem.idl     
 
3
@@ -0,0 +1,40 @@
 
4
+#ifndef __org_openoffice_vba_Excel_XlChartItem_idl__
 
5
+#define __org_openoffice_vba_Excel_XlChartItem_idl__
 
6
+module org  { module openoffice { module vba { module Excel {
 
7
+
 
8
+constants XlChartItem
 
9
+{
 
10
+        const short xlAxis = 21; //(&H15)
 
11
+        const short xlAxisTitle = 17; //(&H11)
 
12
+        const short xlChartTitle = 4;
 
13
+        const short xlCorners = 6;
 
14
+        const short xlDataLabel = 0;
 
15
+        const short xlDataTable =7;
 
16
+        const short xlDisplayUnitLabel = 30; //(&H1E)
 
17
+        const short xlDownBars = 20; //(&H14)
 
18
+        const short xlDropLines = 26; //(&H1A)
 
19
+        const short xlErrorBars = 9;
 
20
+        const short xlFloor = 23; //(&H17)
 
21
+        const short xlHiLoLines = 25; //(&H19)
 
22
+        const short xlLeaderLines = 29; //(&H1D)
 
23
+        const short xlLegend = 24; //(&H18)
 
24
+        const short xlLegendEntry = 12;
 
25
+        const short xlLegendKey = 13;
 
26
+        const short xlMajorGridlines = 15;
 
27
+        const short xlMinorGridlines = 16; //(&H10)
 
28
+        const short xlNothing = 28; //(&H1C)
 
29
+        const short xlPivotChartDropZone = 32; //(&H20)
 
30
+        const short xlPivotChartFieldButton = 31; //(&H1F)
 
31
+        const short xlPlotArea = 19; //(&H13)
 
32
+        const short xlRaderAxisLabels = 27; //(&H1B)
 
33
+        const short xlSeries = 3;
 
34
+        const short xlSeriesLines = 22; //(&H16)
 
35
+        const short xlShape = 14;
 
36
+        const short xlTrendline = 8;
 
37
+        const short xlUpBars = 18; //(&H12)
 
38
+        const short xlWalls = 5;
 
39
+        const short xlXErrorBars = 10;
 
40
+        const short xlYErrorBars = 11;
 
41
+};
 
42
+}; }; }; };
 
43
+#endif