You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/10/10 23:13:21 UTC

svn commit: r1396797 [13/25] - in /incubator/ooo/branches/buildsys/main: ./ basebmp/ basebmp/prj/ basegfx/ basegfx/inc/basegfx/ basegfx/prj/ canvas/ canvas/inc/canvas/ canvas/prj/ cppcanvas/ cppcanvas/inc/cppcanvas/ cppcanvas/prj/ dbaccess/ dbaccess/in...

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSubtototalLocationType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module excel {
+    constants XlSubtototalLocationType {
+        const long xlAtBottom = 2;
+        const long xlAtTop = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryColumn.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module excel {
+    constants XlSummaryColumn {
+        const long xlSummaryOnLeft = -4131;
+        const long xlSummaryOnRight = -4152;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryReportType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module excel {
+    constants XlSummaryReportType {
+        const long xlStandardSummary = 1;
+        const long xlSummaryPivotTable = -4148;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlSummaryRow.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module excel {
+    constants XlSummaryRow {
+        const long xlSummaryAbove = 0;
+        const long xlSummaryBelow = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTabPosition.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module excel {
+    constants XlTabPosition {
+        const long xlTabPositionFirst = 0;
+        const long xlTabPositionLast = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextParsingType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module excel {
+    constants XlTextParsingType {
+        const long xlDelimited = 1;
+        const long xlFixedWidth = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextQualifier.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module excel {
+    constants XlTextQualifier {
+        const long xlTextQualifierDoubleQuote = 1;
+        const long xlTextQualifierNone = -4142;
+        const long xlTextQualifierSingleQuote = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module excel {
+    constants XlTextVisualLayoutType {
+        const long xlTextVisualLTR = 1;
+        const long xlTextVisualRTL = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module excel {
+    constants XlTickLabelOrientation {
+        const long xlTickLabelOrientationAutomatic = -4105;
+        const long xlTickLabelOrientationDownward = -4170;
+        const long xlTickLabelOrientationHorizontal = -4128;
+        const long xlTickLabelOrientationUpward = -4171;
+        const long xlTickLabelOrientationVertical = -4166;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickLabelPosition.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module excel {
+    constants XlTickLabelPosition {
+        const long xlTickLabelPositionHigh = -4127;
+        const long xlTickLabelPositionLow = -4134;
+        const long xlTickLabelPositionNextToAxis = 4;
+        const long xlTickLabelPositionNone = -4142;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickMark.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickMark.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickMark.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTickMark.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module excel {
+    constants XlTickMark {
+        const long xlTickMarkCross = 4;
+        const long xlTickMarkInside = 2;
+        const long xlTickMarkNone = -4142;
+        const long xlTickMarkOutside = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTimeUnit.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module excel {
+    constants XlTimeUnit {
+        const long xlDays = 0;
+        const long xlMonths = 1;
+        const long xlYears = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module excel {
+    constants XlToolbarProtection {
+        const long xlNoButtonChanges = 1;
+        const long xlNoChanges = 4;
+        const long xlNoDockingChanges = 3;
+        const long xlNoShapeChanges = 2;
+        const long xlToolbarProtectionNone = -4143;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTotalsCalculation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTotalsCalculation.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTotalsCalculation.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTotalsCalculation.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,13 @@
+module ooo { module vba { module excel {
+    constants XlTotalsCalculation {
+        const long xlTotalsCalculationAverage = 2;
+        const long xlTotalsCalculationCount = 3;
+        const long xlTotalsCalculationCountNums = 4;
+        const long xlTotalsCalculationMax = 6;
+        const long xlTotalsCalculationMin = 5;
+        const long xlTotalsCalculationNone = 0;
+        const long xlTotalsCalculationStdDev = 7;
+        const long xlTotalsCalculationSum = 1;
+        const long xlTotalsCalculationVar = 8;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTrendlineType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTrendlineType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTrendlineType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlTrendlineType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,10 @@
+module ooo { module vba { module excel {
+    constants XlTrendlineType {
+        const long xlExponential = 5;
+        const long xlLinear = -4132;
+        const long xlLogarithmic = -4133;
+        const long xlMovingAvg = 6;
+        const long xlPolynomial = 3;
+        const long xlPower = 4;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlUnderlineStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlUnderlineStyle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlUnderlineStyle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlUnderlineStyle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module excel {
+    constants XlUnderlineStyle {
+        const long xlUnderlineStyleDouble = -4119;
+        const long xlUnderlineStyleDoubleAccounting = 5;
+        const long xlUnderlineStyleNone = -4142;
+        const long xlUnderlineStyleSingle = 2;
+        const long xlUnderlineStyleSingleAccounting = 4;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlUpdateLinks.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlUpdateLinks.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlUpdateLinks.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlUpdateLinks.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module excel {
+    constants XlUpdateLinks {
+        const long xlUpdateLinksAlways = 3;
+        const long xlUpdateLinksNever = 2;
+        const long xlUpdateLinksUserSetting = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlVAlign.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlVAlign.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlVAlign.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlVAlign.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module excel {
+    constants XlVAlign {
+        const long xlVAlignBottom = -4107;
+        const long xlVAlignCenter = -4108;
+        const long xlVAlignDistributed = -4117;
+        const long xlVAlignJustify = -4130;
+        const long xlVAlignTop = -4160;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWBATemplate.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWBATemplate.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWBATemplate.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWBATemplate.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module excel {
+    constants XlWBATemplate {
+        const long xlWBATChart = -4109;
+        const long xlWBATExcel4IntlMacroSheet = 4;
+        const long xlWBATExcel4MacroSheet = 3;
+        const long xlWBATWorksheet = -4167;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWebFormatting.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWebFormatting.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWebFormatting.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWebFormatting.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module excel {
+    constants XlWebFormatting {
+        const long xlWebFormattingAll = 1;
+        const long xlWebFormattingNone = 3;
+        const long xlWebFormattingRTF = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWebSelectionType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWebSelectionType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWebSelectionType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWebSelectionType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module excel {
+    constants XlWebSelectionType {
+        const long xlAllTables = 2;
+        const long xlEntirePage = 1;
+        const long xlSpecifiedTables = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowState.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowState.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowState.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowState.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module excel {
+    constants XlWindowState {
+        const long xlMaximized = -4137;
+        const long xlMinimized = -4140;
+        const long xlNormal = -4143;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module excel {
+    constants XlWindowType {
+        const long xlChartAsWindow = 5;
+        const long xlChartInPlace = 4;
+        const long xlClipboard = 3;
+        const long xlInfo = -4129;
+        const long xlWorkbook = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowView.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowView.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowView.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlWindowView.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module excel {
+    constants XlWindowView {
+        const long xlNormalView = 1;
+        const long xlPageBreakPreview = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXLMMacroType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXLMMacroType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXLMMacroType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXLMMacroType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module excel {
+    constants XlXLMMacroType {
+        const long xlCommand = 2;
+        const long xlFunction = 1;
+        const long xlNotXLM = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlExportResult.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlExportResult.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlExportResult.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlExportResult.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module excel {
+    constants XlXmlExportResult {
+        const long xlXmlExportSuccess = 0;
+        const long xlXmlExportValidationFailed = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlImportResult.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlImportResult.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlImportResult.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlImportResult.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module excel {
+    constants XlXmlImportResult {
+        const long xlXmlImportElementsTruncated = 1;
+        const long xlXmlImportSuccess = 0;
+        const long xlXmlImportValidationFailed = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlLoadOption.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlLoadOption.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlLoadOption.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlXmlLoadOption.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module excel {
+    constants XlXmlLoadOption {
+        const long xlXmlLoadImportToList = 2;
+        const long xlXmlLoadMapXml = 3;
+        const long xlXmlLoadOpenXml = 1;
+        const long xlXmlLoadPromptUser = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlYesNoGuess.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlYesNoGuess.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlYesNoGuess.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/excel/XlYesNoGuess.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module excel {
+    constants XlYesNoGuess {
+        const long xlGuess = 0;
+        const long xlNo = 2;
+        const long xlYes = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmAction.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmAction.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmAction.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmAction.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module msforms {
+    constants fmAction {
+        const long fmActionCopy = 1;
+        const long fmActionCut = 0;
+        const long fmActionDragDrop = 3;
+        const long fmActionPaste = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmAlignment.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmAlignment.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmAlignment.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmAlignment.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmAlignment {
+        const long fmAlignmentLeft = 0;
+        const long fmAlignmentRight = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBackStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBackStyle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBackStyle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBackStyle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmBackStyle {
+        const long fmBackStyleOpaque = 1;
+        const long fmBackStyleTransparent = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBorderStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBorderStyle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBorderStyle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBorderStyle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmBorderStyle {
+        const long fmBorderStyleNone = 0;
+        const long fmBorderStyleSingle = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBorders.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBorders.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBorders.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmBorders.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module msforms {
+    constants fmBorders {
+        const long fmBordersBox = 1;
+        const long fmBordersLeft = 2;
+        const long fmBordersNone = 0;
+        const long fmBordersTop = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmButtonEffect.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmButtonEffect.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmButtonEffect.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmButtonEffect.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmButtonEffect {
+        const long fmButtonEffectFlat = 0;
+        const long fmButtonEffectSunken = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmButtonStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmButtonStyle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmButtonStyle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmButtonStyle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmButtonStyle {
+        const long fmButtonStylePushButton = 0;
+        const long fmButtonStyleToggleButton = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmCycle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmCycle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmCycle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmCycle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmCycle {
+        const long fmCycleAllForms = 0;
+        const long fmCycleCurrentForm = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDisplayStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDisplayStyle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDisplayStyle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDisplayStyle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,11 @@
+module ooo { module vba { module msforms {
+    constants fmDisplayStyle {
+        const long fmDisplayStyleCheckBox = 4;
+        const long fmDisplayStyleCombo = 3;
+        const long fmDisplayStyleDropList = 7;
+        const long fmDisplayStyleList = 2;
+        const long fmDisplayStyleOptionButton = 5;
+        const long fmDisplayStyleText = 1;
+        const long fmDisplayStyleToggle = 6;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDragBehavior.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDragBehavior.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDragBehavior.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDragBehavior.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmDragBehavior {
+        const long fmDragBehaviorDisabled = 0;
+        const long fmDragBehaviorEnabled = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDragState.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDragState.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDragState.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDragState.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module msforms {
+    constants fmDragState {
+        const long fmDragStateEnter = 0;
+        const long fmDragStateLeave = 1;
+        const long fmDragStateOver = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDropButtonStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDropButtonStyle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDropButtonStyle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDropButtonStyle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module msforms {
+    constants fmDropButtonStyle {
+        const long fmDropButtonStyleArrow = 1;
+        const long fmDropButtonStyleEllipsis = 2;
+        const long fmDropButtonStylePlain = 0;
+        const long fmDropButtonStyleReduce = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDropEffect.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDropEffect.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDropEffect.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmDropEffect.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module msforms {
+    constants fmDropEffect {
+        const long fmDropEffectCopy = 1;
+        const long fmDropEffectCopyOrMove = 3;
+        const long fmDropEffectMove = 2;
+        const long fmDropEffectNone = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmEnterFieldBehavior.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmEnterFieldBehavior.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmEnterFieldBehavior.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmEnterFieldBehavior.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmEnterFieldBehavior {
+        const long fmEnterFieldBehaviorRecallSelection = 1;
+        const long fmEnterFieldBehaviorSelectAll = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmIMEMode.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmIMEMode.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmIMEMode.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmIMEMode.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,17 @@
+module ooo { module vba { module msforms {
+    constants fmIMEMode {
+        const long fmIMEModeAlpha = 8;
+        const long fmIMEModeAlphaFull = 7;
+        const long fmIMEModeDisable = 3;
+        const long fmIMEModeHangul = 10;
+        const long fmIMEModeHangulFull = 9;
+        const long fmIMEModeHanzi = 12;
+        const long fmIMEModeHanziFull = 11;
+        const long fmIMEModeHiragana = 4;
+        const long fmIMEModeKatakana = 5;
+        const long fmIMEModeKatakanaHalf = 6;
+        const long fmIMEModeNoControl = 0;
+        const long fmIMEModeOff = 2;
+        const long fmIMEModeOn = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmLayoutEffect.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmLayoutEffect.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmLayoutEffect.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmLayoutEffect.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmLayoutEffect {
+        const long fmLayoutEffectInitiate = 1;
+        const long fmLayoutEffectNone = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmListStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmListStyle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmListStyle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmListStyle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmListStyle {
+        const long fmListStyleOption = 1;
+        const long fmListStylePlain = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMatchEntry.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMatchEntry.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMatchEntry.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMatchEntry.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module msforms {
+    constants fmMatchEntry {
+        const long fmMatchEntryComplete = 1;
+        const long fmMatchEntryFirstLetter = 0;
+        const long fmMatchEntryNone = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMode.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMode.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMode.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMode.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module msforms {
+    constants fmMode {
+        const long fmModeInherit = -2;
+        const long fmModeOff = 0;
+        const long fmModeOn = -1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMousePointer.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMousePointer.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMousePointer.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMousePointer.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,19 @@
+module ooo { module vba { module msforms {
+    constants fmMousePointer {
+        const long fmMousePointerAppStarting = 13;
+        const long fmMousePointerArrow = 1;
+        const long fmMousePointerCross = 2;
+        const long fmMousePointerCustom = 99;
+        const long fmMousePointerDefault = 0;
+        const long fmMousePointerHelp = 14;
+        const long fmMousePointerHourGlass = 11;
+        const long fmMousePointerIBeam = 3;
+        const long fmMousePointerNoDrop = 12;
+        const long fmMousePointerSizeAll = 15;
+        const long fmMousePointerSizeNESW = 6;
+        const long fmMousePointerSizeNS = 7;
+        const long fmMousePointerSizeNWSE = 8;
+        const long fmMousePointerSizeWE = 9;
+        const long fmMousePointerUpArrow = 10;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMultiSelect.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMultiSelect.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMultiSelect.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmMultiSelect.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module msforms {
+    constants fmMultiSelect {
+        const long fmMultiSelectExtended = 2;
+        const long fmMultiSelectMulti = 1;
+        const long fmMultiSelectSingle = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmOrientation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmOrientation.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmOrientation.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmOrientation.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module msforms {
+    constants fmOrientation {
+        const long fmOrientationAuto = -1;
+        const long fmOrientationHorizontal = 1;
+        const long fmOrientationVertical = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPicPosition.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPicPosition.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPicPosition.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPicPosition.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,13 @@
+module ooo { module vba { module msforms {
+    constants fmPicPosition {
+        const long fmPicPositionBottomCenter = 7;
+        const long fmPicPositionBottomLeft = 6;
+        const long fmPicPositionBottomRight = 8;
+        const long fmPicPositionCenter = 0;
+        const long fmPicPositionCenterLeft = 4;
+        const long fmPicPositionCenterRight = 5;
+        const long fmPicPositionTopCenter = 2;
+        const long fmPicPositionTopLeft = 1;
+        const long fmPicPositionTopRight = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPictureAlignment.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPictureAlignment.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPictureAlignment.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPictureAlignment.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module msforms {
+    constants fmPictureAlignment {
+        const long fmPictureAlignmentBottomLeft = 3;
+        const long fmPictureAlignmentBottomRight = 4;
+        const long fmPictureAlignmentCenter = 2;
+        const long fmPictureAlignmentTopLeft = 0;
+        const long fmPictureAlignmentTopRight = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPicturePosition.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPicturePosition.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPicturePosition.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPicturePosition.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,17 @@
+module ooo { module vba { module msforms {
+    constants fmPicturePosition {
+        const long fmPicturePositionAboveCenter = 7;
+        const long fmPicturePositionAboveLeft = 6;
+        const long fmPicturePositionAboveRight = 8;
+        const long fmPicturePositionBelowCenter = 10;
+        const long fmPicturePositionBelowLeft = 9;
+        const long fmPicturePositionBelowRight = 11;
+        const long fmPicturePositionCenter = 12;
+        const long fmPicturePositionLeftBottom = 2;
+        const long fmPicturePositionLeftCenter = 1;
+        const long fmPicturePositionLeftTop = 0;
+        const long fmPicturePositionRightBottom = 5;
+        const long fmPicturePositionRightCenter = 4;
+        const long fmPicturePositionRightTop = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPictureSizeMode.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPictureSizeMode.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPictureSizeMode.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmPictureSizeMode.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module msforms {
+    constants fmPictureSizeMode {
+        const long fmPictureSizeModeClip = 0;
+        const long fmPictureSizeModeStretch = 1;
+        const long fmPictureSizeModeZoom = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmScrollAction.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmScrollAction.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmScrollAction.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmScrollAction.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,14 @@
+module ooo { module vba { module msforms {
+    constants fmScrollAction {
+        const long fmScrollActionBegin = 5;
+        const long fmScrollActionControlRequest = 9;
+        const long fmScrollActionEnd = 6;
+        const long fmScrollActionFocusRequest = 10;
+        const long fmScrollActionLineDown = 2;
+        const long fmScrollActionLineUp = 1;
+        const long fmScrollActionNoChange = 0;
+        const long fmScrollActionPageDown = 4;
+        const long fmScrollActionPageUp = 3;
+        const long fmScrollActionPropertyChange = 8;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmScrollBars.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmScrollBars.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmScrollBars.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmScrollBars.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module msforms {
+    constants fmScrollBars {
+        const long fmScrollBarsBoth = 3;
+        const long fmScrollBarsHorizontal = 1;
+        const long fmScrollBarsNone = 0;
+        const long fmScrollBarsVertical = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmShowDropButtonWhen.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmShowDropButtonWhen.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmShowDropButtonWhen.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmShowDropButtonWhen.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module msforms {
+    constants fmShowDropButtonWhen {
+        const long fmShowDropButtonWhenAlways = 2;
+        const long fmShowDropButtonWhenFocus = 1;
+        const long fmShowDropButtonWhenNever = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmShowListWhen.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmShowListWhen.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmShowListWhen.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmShowListWhen.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module msforms {
+    constants fmShowListWhen {
+        const long fmShowListWhenAlways = 3;
+        const long fmShowListWhenButton = 1;
+        const long fmShowListWhenFocus = 2;
+        const long fmShowListWhenNever = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmSnapPoint.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmSnapPoint.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmSnapPoint.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmSnapPoint.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,13 @@
+module ooo { module vba { module msforms {
+    constants fmSnapPoint {
+        const long fmSnapPointBottomCenter = 7;
+        const long fmSnapPointBottomLeft = 6;
+        const long fmSnapPointBottomRight = 8;
+        const long fmSnapPointCenter = 4;
+        const long fmSnapPointCenterLeft = 3;
+        const long fmSnapPointCenterRight = 5;
+        const long fmSnapPointTopCenter = 1;
+        const long fmSnapPointTopLeft = 0;
+        const long fmSnapPointTopRight = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmSpecialEffect.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmSpecialEffect.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmSpecialEffect.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmSpecialEffect.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module msforms {
+    constants fmSpecialEffect {
+        const long fmSpecialEffectBump = 6;
+        const long fmSpecialEffectEtched = 3;
+        const long fmSpecialEffectFlat = 0;
+        const long fmSpecialEffectRaised = 1;
+        const long fmSpecialEffectSunken = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmStyle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmStyle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmStyle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmStyle {
+        const long fmStyleDropDownCombo = 0;
+        const long fmStyleDropDownList = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTabOrientation.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTabOrientation.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTabOrientation.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTabOrientation.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module msforms {
+    constants fmTabOrientation {
+        const long fmTabOrientationBottom = 1;
+        const long fmTabOrientationLeft = 2;
+        const long fmTabOrientationRight = 3;
+        const long fmTabOrientationTop = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTabStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTabStyle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTabStyle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTabStyle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module msforms {
+    constants fmTabStyle {
+        const long fmTabStyleButtons = 1;
+        const long fmTabStyleNone = 2;
+        const long fmTabStyleTabs = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTextAlign.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTextAlign.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTextAlign.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTextAlign.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module msforms {
+    constants fmTextAlign {
+        const long fmTextAlignCenter = 2;
+        const long fmTextAlignLeft = 1;
+        const long fmTextAlignRight = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTransitionEffect.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTransitionEffect.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTransitionEffect.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmTransitionEffect.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,17 @@
+module ooo { module vba { module msforms {
+    constants fmTransitionEffect {
+        const long fmTransitionEffectCoverDown = 5;
+        const long fmTransitionEffectCoverLeft = 7;
+        const long fmTransitionEffectCoverLeftDown = 6;
+        const long fmTransitionEffectCoverLeftUp = 8;
+        const long fmTransitionEffectCoverRight = 3;
+        const long fmTransitionEffectCoverRightDown = 4;
+        const long fmTransitionEffectCoverRightUp = 2;
+        const long fmTransitionEffectCoverUp = 1;
+        const long fmTransitionEffectNone = 0;
+        const long fmTransitionEffectPushDown = 11;
+        const long fmTransitionEffectPushLeft = 12;
+        const long fmTransitionEffectPushRight = 10;
+        const long fmTransitionEffectPushUp = 9;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmVerticalScrollBarSide.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmVerticalScrollBarSide.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmVerticalScrollBarSide.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmVerticalScrollBarSide.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmVerticalScrollBarSide {
+        const long fmVerticalScrollBarSideLeft = 1;
+        const long fmVerticalScrollBarSideRight = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmZOrder.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmZOrder.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmZOrder.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/msforms/fmZOrder.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module msforms {
+    constants fmZOrder {
+        const long fmZOrderBack = 1;
+        const long fmZOrderFront = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/DocProperties.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/DocProperties.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/DocProperties.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/DocProperties.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module office {
+    constants DocProperties {
+        const long offPropertyTypeBoolean = 2;
+        const long offPropertyTypeDate = 3;
+        const long offPropertyTypeFloat = 5;
+        const long offPropertyTypeNumber = 1;
+        const long offPropertyTypeString = 4;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MailFormat.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MailFormat.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MailFormat.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MailFormat.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module office {
+    constants MailFormat {
+        const long mfHTML = 2;
+        const long mfPlainText = 1;
+        const long mfRTF = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,11 @@
+module ooo { module vba { module office {
+    constants MsoAlertButtonType {
+        const long msoAlertButtonAbortRetryIgnore = 2;
+        const long msoAlertButtonOK = 0;
+        const long msoAlertButtonOKCancel = 1;
+        const long msoAlertButtonRetryCancel = 5;
+        const long msoAlertButtonYesAllNoCancel = 6;
+        const long msoAlertButtonYesNo = 4;
+        const long msoAlertButtonYesNoCancel = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,10 @@
+module ooo { module vba { module office {
+    constants MsoAlertCancelType {
+        const long msoAlertCancelDefault = -1;
+        const long msoAlertCancelFifth = 4;
+        const long msoAlertCancelFirst = 0;
+        const long msoAlertCancelFourth = 3;
+        const long msoAlertCancelSecond = 1;
+        const long msoAlertCancelThird = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module office {
+    constants MsoAlertDefaultType {
+        const long msoAlertDefaultFifth = 4;
+        const long msoAlertDefaultFirst = 0;
+        const long msoAlertDefaultFourth = 3;
+        const long msoAlertDefaultSecond = 1;
+        const long msoAlertDefaultThird = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertIconType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertIconType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertIconType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlertIconType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module office {
+    constants MsoAlertIconType {
+        const long msoAlertIconCritical = 1;
+        const long msoAlertIconInfo = 4;
+        const long msoAlertIconNoIcon = 0;
+        const long msoAlertIconQuery = 2;
+        const long msoAlertIconWarning = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlignCmd.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlignCmd.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlignCmd.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAlignCmd.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,10 @@
+module ooo { module vba { module office {
+    constants MsoAlignCmd {
+        const long msoAlignBottoms = 5;
+        const long msoAlignCenters = 1;
+        const long msoAlignLefts = 0;
+        const long msoAlignMiddles = 4;
+        const long msoAlignRights = 2;
+        const long msoAlignTops = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,39 @@
+module ooo { module vba { module office {
+    constants MsoAnimationType {
+        const long msoAnimationAppear = 32;
+        const long msoAnimationBeginSpeaking = 4;
+        const long msoAnimationCharacterSuccessMajor = 6;
+        const long msoAnimationCheckingSomething = 103;
+        const long msoAnimationDisappear = 31;
+        const long msoAnimationEmptyTrash = 116;
+        const long msoAnimationGestureDown = 113;
+        const long msoAnimationGestureLeft = 114;
+        const long msoAnimationGestureRight = 19;
+        const long msoAnimationGestureUp = 115;
+        const long msoAnimationGetArtsy = 100;
+        const long msoAnimationGetAttentionMajor = 11;
+        const long msoAnimationGetAttentionMinor = 12;
+        const long msoAnimationGetTechy = 101;
+        const long msoAnimationGetWizardy = 102;
+        const long msoAnimationGoodbye = 3;
+        const long msoAnimationGreeting = 2;
+        const long msoAnimationIdle = 1;
+        const long msoAnimationListensToComputer = 26;
+        const long msoAnimationLookDown = 104;
+        const long msoAnimationLookDownLeft = 105;
+        const long msoAnimationLookDownRight = 106;
+        const long msoAnimationLookLeft = 107;
+        const long msoAnimationLookRight = 108;
+        const long msoAnimationLookUp = 109;
+        const long msoAnimationLookUpLeft = 110;
+        const long msoAnimationLookUpRight = 111;
+        const long msoAnimationPrinting = 18;
+        const long msoAnimationRestPose = 5;
+        const long msoAnimationSaving = 112;
+        const long msoAnimationSearching = 13;
+        const long msoAnimationSendingMail = 25;
+        const long msoAnimationThinking = 24;
+        const long msoAnimationWorkingAtSomething = 23;
+        const long msoAnimationWritingNotingSomething = 22;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module office {
+    constants MsoAppLanguageID {
+        const long msoLanguageIDExeMode = 4;
+        const long msoLanguageIDHelp = 3;
+        const long msoLanguageIDInstall = 1;
+        const long msoLanguageIDUI = 2;
+        const long msoLanguageIDUIPrevious = 5;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module office {
+    constants MsoArrowheadLength {
+        const long msoArrowheadLengthMedium = 2;
+        const long msoArrowheadLengthMixed = -2;
+        const long msoArrowheadLong = 3;
+        const long msoArrowheadShort = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,11 @@
+module ooo { module vba { module office {
+    constants MsoArrowheadStyle {
+        const long msoArrowheadDiamond = 5;
+        const long msoArrowheadNone = 1;
+        const long msoArrowheadOpen = 3;
+        const long msoArrowheadOval = 6;
+        const long msoArrowheadStealth = 4;
+        const long msoArrowheadStyleMixed = -2;
+        const long msoArrowheadTriangle = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module office {
+    constants MsoArrowheadWidth {
+        const long msoArrowheadNarrow = 1;
+        const long msoArrowheadWide = 3;
+        const long msoArrowheadWidthMedium = 2;
+        const long msoArrowheadWidthMixed = -2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,143 @@
+module ooo { module vba { module office {
+    constants MsoAutoShapeType {
+        const long msoShape16pointStar = 94;
+        const long msoShape24pointStar = 95;
+        const long msoShape32pointStar = 96;
+        const long msoShape4pointStar = 91;
+        const long msoShape5pointStar = 92;
+        const long msoShape8pointStar = 93;
+        const long msoShapeActionButtonBackorPrevious = 129;
+        const long msoShapeActionButtonBeginning = 131;
+        const long msoShapeActionButtonCustom = 125;
+        const long msoShapeActionButtonDocument = 134;
+        const long msoShapeActionButtonEnd = 132;
+        const long msoShapeActionButtonForwardorNext = 130;
+        const long msoShapeActionButtonHelp = 127;
+        const long msoShapeActionButtonHome = 126;
+        const long msoShapeActionButtonInformation = 128;
+        const long msoShapeActionButtonMovie = 136;
+        const long msoShapeActionButtonReturn = 133;
+        const long msoShapeActionButtonSound = 135;
+        const long msoShapeArc = 25;
+        const long msoShapeBalloon = 137;
+        const long msoShapeBentArrow = 41;
+        const long msoShapeBentUpArrow = 44;
+        const long msoShapeBevel = 15;
+        const long msoShapeBlockArc = 20;
+        const long msoShapeCan = 13;
+        const long msoShapeChevron = 52;
+        const long msoShapeCircularArrow = 60;
+        const long msoShapeCloudCallout = 108;
+        const long msoShapeCross = 11;
+        const long msoShapeCube = 14;
+        const long msoShapeCurvedDownArrow = 48;
+        const long msoShapeCurvedDownRibbon = 100;
+        const long msoShapeCurvedLeftArrow = 46;
+        const long msoShapeCurvedRightArrow = 45;
+        const long msoShapeCurvedUpArrow = 47;
+        const long msoShapeCurvedUpRibbon = 99;
+        const long msoShapeDiamond = 4;
+        const long msoShapeDonut = 18;
+        const long msoShapeDoubleBrace = 27;
+        const long msoShapeDoubleBracket = 26;
+        const long msoShapeDoubleWave = 104;
+        const long msoShapeDownArrow = 36;
+        const long msoShapeDownArrowCallout = 56;
+        const long msoShapeDownRibbon = 98;
+        const long msoShapeExplosion1 = 89;
+        const long msoShapeExplosion2 = 90;
+        const long msoShapeFlowchartAlternateProcess = 62;
+        const long msoShapeFlowchartCard = 75;
+        const long msoShapeFlowchartCollate = 79;
+        const long msoShapeFlowchartConnector = 73;
+        const long msoShapeFlowchartData = 64;
+        const long msoShapeFlowchartDecision = 63;
+        const long msoShapeFlowchartDelay = 84;
+        const long msoShapeFlowchartDirectAccessStorage = 87;
+        const long msoShapeFlowchartDisplay = 88;
+        const long msoShapeFlowchartDocument = 67;
+        const long msoShapeFlowchartExtract = 81;
+        const long msoShapeFlowchartInternalStorage = 66;
+        const long msoShapeFlowchartMagneticDisk = 86;
+        const long msoShapeFlowchartManualInput = 71;
+        const long msoShapeFlowchartManualOperation = 72;
+        const long msoShapeFlowchartMerge = 82;
+        const long msoShapeFlowchartMultidocument = 68;
+        const long msoShapeFlowchartOffpageConnector = 74;
+        const long msoShapeFlowchartOr = 78;
+        const long msoShapeFlowchartPredefinedProcess = 65;
+        const long msoShapeFlowchartPreparation = 70;
+        const long msoShapeFlowchartProcess = 61;
+        const long msoShapeFlowchartPunchedTape = 76;
+        const long msoShapeFlowchartSequentialAccessStorage = 85;
+        const long msoShapeFlowchartSort = 80;
+        const long msoShapeFlowchartStoredData = 83;
+        const long msoShapeFlowchartSummingJunction = 77;
+        const long msoShapeFlowchartTerminator = 69;
+        const long msoShapeFoldedCorner = 16;
+        const long msoShapeHeart = 21;
+        const long msoShapeHexagon = 10;
+        const long msoShapeHorizontalScroll = 102;
+        const long msoShapeIsoscelesTriangle = 7;
+        const long msoShapeLeftArrow = 34;
+        const long msoShapeLeftArrowCallout = 54;
+        const long msoShapeLeftBrace = 31;
+        const long msoShapeLeftBracket = 29;
+        const long msoShapeLeftRightArrow = 37;
+        const long msoShapeLeftRightArrowCallout = 57;
+        const long msoShapeLeftRightUpArrow = 40;
+        const long msoShapeLeftUpArrow = 43;
+        const long msoShapeLightningBolt = 22;
+        const long msoShapeLineCallout1 = 109;
+        const long msoShapeLineCallout1AccentBar = 113;
+        const long msoShapeLineCallout1BorderandAccentBar = 121;
+        const long msoShapeLineCallout1NoBorder = 117;
+        const long msoShapeLineCallout2 = 110;
+        const long msoShapeLineCallout2AccentBar = 114;
+        const long msoShapeLineCallout2BorderandAccentBar = 122;
+        const long msoShapeLineCallout2NoBorder = 118;
+        const long msoShapeLineCallout3 = 111;
+        const long msoShapeLineCallout3AccentBar = 115;
+        const long msoShapeLineCallout3BorderandAccentBar = 123;
+        const long msoShapeLineCallout3NoBorder = 119;
+        const long msoShapeLineCallout4 = 112;
+        const long msoShapeLineCallout4AccentBar = 116;
+        const long msoShapeLineCallout4BorderandAccentBar = 124;
+        const long msoShapeLineCallout4NoBorder = 120;
+        const long msoShapeMixed = -2;
+        const long msoShapeMoon = 24;
+        const long msoShapeNoSymbol = 19;
+        const long msoShapeNotchedRightArrow = 50;
+        const long msoShapeNotPrimitive = 138;
+        const long msoShapeOctagon = 6;
+        const long msoShapeOval = 9;
+        const long msoShapeOvalCallout = 107;
+        const long msoShapeParallelogram = 2;
+        const long msoShapePentagon = 51;
+        const long msoShapePlaque = 28;
+        const long msoShapeQuadArrow = 39;
+        const long msoShapeQuadArrowCallout = 59;
+        const long msoShapeRectangle = 1;
+        const long msoShapeRectangularCallout = 105;
+        const long msoShapeRegularPentagon = 12;
+        const long msoShapeRightArrow = 33;
+        const long msoShapeRightArrowCallout = 53;
+        const long msoShapeRightBrace = 32;
+        const long msoShapeRightBracket = 30;
+        const long msoShapeRightTriangle = 8;
+        const long msoShapeRoundedRectangle = 5;
+        const long msoShapeRoundedRectangularCallout = 106;
+        const long msoShapeSmileyFace = 17;
+        const long msoShapeStripedRightArrow = 49;
+        const long msoShapeSun = 23;
+        const long msoShapeTrapezoid = 3;
+        const long msoShapeUpArrow = 35;
+        const long msoShapeUpArrowCallout = 55;
+        const long msoShapeUpDownArrow = 38;
+        const long msoShapeUpDownArrowCallout = 58;
+        const long msoShapeUpRibbon = 97;
+        const long msoShapeUTurnArrow = 42;
+        const long msoShapeVerticalScroll = 101;
+        const long msoShapeWave = 103;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module office {
+    constants MsoAutomationSecurity {
+        const long msoAutomationSecurityByUI = 2;
+        const long msoAutomationSecurityForceDisable = 3;
+        const long msoAutomationSecurityLow = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,20 @@
+module ooo { module vba { module office {
+    constants MsoBalloonButtonType {
+        const long msoBalloonButtonAbort = -8;
+        const long msoBalloonButtonBack = -5;
+        const long msoBalloonButtonCancel = -2;
+        const long msoBalloonButtonClose = -12;
+        const long msoBalloonButtonIgnore = -9;
+        const long msoBalloonButtonNext = -6;
+        const long msoBalloonButtonNo = -4;
+        const long msoBalloonButtonNull = 0;
+        const long msoBalloonButtonOK = -1;
+        const long msoBalloonButtonOptions = -14;
+        const long msoBalloonButtonRetry = -7;
+        const long msoBalloonButtonSearch = -10;
+        const long msoBalloonButtonSnooze = -11;
+        const long msoBalloonButtonTips = -13;
+        const long msoBalloonButtonYes = -3;
+        const long msoBalloonButtonYesToAll = -15;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,16 @@
+module ooo { module vba { module office {
+    constants MsoBalloonErrorType {
+        const long msoBalloonErrorBadCharacter = 8;
+        const long msoBalloonErrorBadPictureRef = 4;
+        const long msoBalloonErrorBadReference = 5;
+        const long msoBalloonErrorButtonlessModal = 6;
+        const long msoBalloonErrorButtonModeless = 7;
+        const long msoBalloonErrorCharNotTopmostForModal = 10;
+        const long msoBalloonErrorCOMFailure = 9;
+        const long msoBalloonErrorNone = 0;
+        const long msoBalloonErrorOther = 1;
+        const long msoBalloonErrorOutOfMemory = 3;
+        const long msoBalloonErrorTooBig = 2;
+        const long msoBalloonErrorTooManyControls = 11;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBalloonType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module office {
+    constants MsoBalloonType {
+        const long msoBalloonTypeBullets = 1;
+        const long msoBalloonTypeButtons = 0;
+        const long msoBalloonTypeNumbers = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarPosition.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarPosition.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarPosition.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarPosition.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,11 @@
+module ooo { module vba { module office {
+    constants MsoBarPosition {
+        const long msoBarBottom = 3;
+        const long msoBarFloating = 4;
+        const long msoBarLeft = 0;
+        const long msoBarMenuBar = 6;
+        const long msoBarPopup = 5;
+        const long msoBarRight = 2;
+        const long msoBarTop = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarProtection.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarProtection.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarProtection.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarProtection.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,12 @@
+module ooo { module vba { module office {
+    constants MsoBarProtection {
+        const long msoBarNoChangeDock = 16;
+        const long msoBarNoChangeVisible = 8;
+        const long msoBarNoCustomize = 1;
+        const long msoBarNoHorizontalDock = 64;
+        const long msoBarNoMove = 4;
+        const long msoBarNoProtection = 0;
+        const long msoBarNoResize = 2;
+        const long msoBarNoVerticalDock = 32;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarRow.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarRow.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarRow.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarRow.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module office {
+    constants MsoBarRow {
+        const long msoBarRowFirst = 0;
+        const long msoBarRowLast = -1;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBarType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module office {
+    constants MsoBarType {
+        const long msoBarTypeMenuBar = 1;
+        const long msoBarTypeNormal = 0;
+        const long msoBarTypePopup = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,15 @@
+module ooo { module vba { module office {
+    constants MsoBlackWhiteMode {
+        const long msoBlackWhiteAutomatic = 1;
+        const long msoBlackWhiteBlack = 8;
+        const long msoBlackWhiteBlackTextAndLine = 6;
+        const long msoBlackWhiteDontShow = 10;
+        const long msoBlackWhiteGrayOutline = 5;
+        const long msoBlackWhiteGrayScale = 2;
+        const long msoBlackWhiteHighContrast = 7;
+        const long msoBlackWhiteInverseGrayScale = 4;
+        const long msoBlackWhiteLightGrayScale = 3;
+        const long msoBlackWhiteMixed = -2;
+        const long msoBlackWhiteWhite = 9;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonSetType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonSetType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonSetType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonSetType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,19 @@
+module ooo { module vba { module office {
+    constants MsoButtonSetType {
+        const long msoButtonSetAbortRetryIgnore = 10;
+        const long msoButtonSetBackClose = 6;
+        const long msoButtonSetBackNextClose = 8;
+        const long msoButtonSetBackNextSnooze = 12;
+        const long msoButtonSetCancel = 2;
+        const long msoButtonSetNextClose = 7;
+        const long msoButtonSetNone = 0;
+        const long msoButtonSetOK = 1;
+        const long msoButtonSetOkCancel = 3;
+        const long msoButtonSetRetryCancel = 9;
+        const long msoButtonSetSearchClose = 11;
+        const long msoButtonSetTipsOptionsClose = 13;
+        const long msoButtonSetYesAllNoCancel = 14;
+        const long msoButtonSetYesNo = 4;
+        const long msoButtonSetYesNoCancel = 5;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonState.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonState.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonState.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonState.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module office {
+    constants MsoButtonState {
+        const long msoButtonDown = -1;
+        const long msoButtonMixed = 2;
+        const long msoButtonUp = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonStyle.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonStyle.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonStyle.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonStyle.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,12 @@
+module ooo { module vba { module office {
+    constants MsoButtonStyle {
+        const long msoButtonAutomatic = 0;
+        const long msoButtonCaption = 2;
+        const long msoButtonIcon = 1;
+        const long msoButtonIconAndCaption = 3;
+        const long msoButtonIconAndCaptionBelow = 11;
+        const long msoButtonIconAndWrapCaption = 7;
+        const long msoButtonIconAndWrapCaptionBelow = 15;
+        const long msoButtonWrapCaption = 14;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module office {
+    constants MsoButtonStyleHidden {
+        const long msoButtonTextBelow = 8;
+        const long msoButtonWrapText = 4;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,10 @@
+module ooo { module vba { module office {
+    constants MsoCalloutAngleType {
+        const long msoCalloutAngle30 = 2;
+        const long msoCalloutAngle45 = 3;
+        const long msoCalloutAngle60 = 4;
+        const long msoCalloutAngle90 = 5;
+        const long msoCalloutAngleAutomatic = 1;
+        const long msoCalloutAngleMixed = -2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module office {
+    constants MsoCalloutDropType {
+        const long msoCalloutDropBottom = 4;
+        const long msoCalloutDropCenter = 3;
+        const long msoCalloutDropCustom = 1;
+        const long msoCalloutDropMixed = -2;
+        const long msoCalloutDropTop = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutType.idl?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutType.idl (added)
+++ incubator/ooo/branches/buildsys/main/oovbaapi/ooo/vba/office/MsoCalloutType.idl Wed Oct 10 21:12:40 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module office {
+    constants MsoCalloutType {
+        const long msoCalloutFour = 4;
+        const long msoCalloutMixed = -2;
+        const long msoCalloutOne = 1;
+        const long msoCalloutThree = 3;
+        const long msoCalloutTwo = 2;
+    };
+}; }; };