~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-xlsmarttagcontroltype-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/XlSmartTagControlType.idl   
 
3
@@ -0,0 +1,23 @@
 
4
+#ifndef __org_openoffice_vba_Excel_XlSmartTagControlType_idl__
 
5
+#define __org_openoffice_vba_Excel_XlSmartTagControlType_idl__
 
6
+module org  { module openoffice { module vba { module Excel {
 
7
+
 
8
+constants XlSmartTagControlType
 
9
+{
 
10
+        const short xlSmartTagControlActiveX = 13;
 
11
+        const short xlSmartTagControlButton = 6;
 
12
+        const short xlSmartTagControlCheckbox = 9;
 
13
+        const short xlSmartTagControlCombo = 12;
 
14
+        const short xlSmartTagControlHelp = 3;
 
15
+        const short xlSmartTagControlHelpURL = 4;
 
16
+        const short xlSmartTagControlImage = 8;
 
17
+        const short xlSmartTagControlLabel = 7;
 
18
+        const short xlSmartTagControlLink = 2;
 
19
+        const short xlSmartTagControlListbox = 11;
 
20
+        const short xlSmartTagControlRadioGroup = 14;
 
21
+        const short xlSmartTagControlSeparator = 5;
 
22
+        const short xlSmartTagControlSmartTag = 1;
 
23
+        const short xlSmartTagControlTextbox = 10;
 
24
+};
 
25
+}; }; }; };
 
26
+#endif