~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
--- /dev/null	
+++ offapi/org/openoffice/vba/Excel/XlHAlign.idl	
@@ -0,0 +1,17 @@
+#ifndef __org_openoffice_vba_Excel_XlHAlign_idl__
+#define __org_openoffice_vba_Excel_XlHAlign_idl__
+module org  { module openoffice { module vba { module Excel {
+
+constants XlHAlign
+{
+        const long xlHAlignCenter = -4108; //(&HFFFFEFF4)
+        const long xlHAlignCenterAcrossSelection = 7;
+        const long xlHAlignDistributed = -4117; //(&HFFFFEFEB)
+        const long xlHAlignFull = 5;
+        const long xlHAlignGeneral = 1;
+        const long xlHAlignJustify = -4130; //(&HFFFFEFDE)
+        const long xlHAlignLeft = -4131; //(&HFFFFEFDD)
+        const long xlHAlignRight = -4152; //(&HFFFFEFC8)
+};
+}; }; }; };
+#endif