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

« back to all changes in this revision

Viewing changes to ooo-build/scratch/offapi-vba/Excel/XlDataLabelPosition.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_XlDataLabelPosition_idl__
 
2
#define __org_openoffice_vba_Excel_XlDataLabelPosition_idl__
 
3
module org  { module openoffice { module vba { module Excel {
 
4
 
 
5
constants XlDataLabelPosition
 
6
{
 
7
        const long xlLabelPositionAbove = 0;
 
8
        const long xlLabelPositionBelow = 1;
 
9
        const long xlLabelPositionBestFit = 5;
 
10
        const long xlLabelPositionBestCenter = -4108; //(&HFFFFEFF4)
 
11
        const long xlLabelPositionBestCustom = 7;
 
12
        const long xlLabelPositionInsideBase = 4;
 
13
        const long xlLabelPositionInsideEnd = 3;
 
14
        const long xlLabelPositionInsideLeft = -4131; //(&HFFFFEFDD)
 
15
        const long xlLabelPositionMixed = 6;
 
16
        const long xlLabelPositionOutsideEnd = 2;
 
17
        const long xlLabelPositionRight = -4152; //(&HFFFFEFC8)
 
18
 
 
19
};
 
20
}; }; }; };
 
21
#endif