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/11/14 23:08:20 UTC

svn commit: r1409470 [11/13] - in /incubator/ooo/branches/gbuild/main: offapi/ offapi/com/sun/star/animations/ offapi/com/sun/star/chart2/data/ offapi/com/sun/star/drawing/ offapi/com/sun/star/drawing/framework/ offapi/com/sun/star/frame/ offapi/com/su...

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextOrientationHID.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,5 @@
+module ooo { module vba { module word {
+    constants WdTextOrientationHID {
+        const long emptyenum = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextureIndex.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextureIndex.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextureIndex.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTextureIndex.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,57 @@
+module ooo { module vba { module word {
+    constants WdTextureIndex {
+        const long wdTexture10Percent = 100;
+        const long wdTexture12Pt5Percent = 125;
+        const long wdTexture15Percent = 150;
+        const long wdTexture17Pt5Percent = 175;
+        const long wdTexture20Percent = 200;
+        const long wdTexture22Pt5Percent = 225;
+        const long wdTexture25Percent = 250;
+        const long wdTexture27Pt5Percent = 275;
+        const long wdTexture2Pt5Percent = 25;
+        const long wdTexture30Percent = 300;
+        const long wdTexture32Pt5Percent = 325;
+        const long wdTexture35Percent = 350;
+        const long wdTexture37Pt5Percent = 375;
+        const long wdTexture40Percent = 400;
+        const long wdTexture42Pt5Percent = 425;
+        const long wdTexture45Percent = 450;
+        const long wdTexture47Pt5Percent = 475;
+        const long wdTexture50Percent = 500;
+        const long wdTexture52Pt5Percent = 525;
+        const long wdTexture55Percent = 550;
+        const long wdTexture57Pt5Percent = 575;
+        const long wdTexture5Percent = 50;
+        const long wdTexture60Percent = 600;
+        const long wdTexture62Pt5Percent = 625;
+        const long wdTexture65Percent = 650;
+        const long wdTexture67Pt5Percent = 675;
+        const long wdTexture70Percent = 700;
+        const long wdTexture72Pt5Percent = 725;
+        const long wdTexture75Percent = 750;
+        const long wdTexture77Pt5Percent = 775;
+        const long wdTexture7Pt5Percent = 75;
+        const long wdTexture80Percent = 800;
+        const long wdTexture82Pt5Percent = 825;
+        const long wdTexture85Percent = 850;
+        const long wdTexture87Pt5Percent = 875;
+        const long wdTexture90Percent = 900;
+        const long wdTexture92Pt5Percent = 925;
+        const long wdTexture95Percent = 950;
+        const long wdTexture97Pt5Percent = 975;
+        const long wdTextureCross = -11;
+        const long wdTextureDarkCross = -5;
+        const long wdTextureDarkDiagonalCross = -6;
+        const long wdTextureDarkDiagonalDown = -3;
+        const long wdTextureDarkDiagonalUp = -4;
+        const long wdTextureDarkHorizontal = -1;
+        const long wdTextureDarkVertical = -2;
+        const long wdTextureDiagonalCross = -12;
+        const long wdTextureDiagonalDown = -9;
+        const long wdTextureDiagonalUp = -10;
+        const long wdTextureHorizontal = -7;
+        const long wdTextureNone = 0;
+        const long wdTextureSolid = 1000;
+        const long wdTextureVertical = -8;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdToaFormat.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdToaFormat.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdToaFormat.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdToaFormat.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,9 @@
+module ooo { module vba { module word {
+    constants WdToaFormat {
+        const long wdTOAClassic = 1;
+        const long wdTOADistinctive = 2;
+        const long wdTOAFormal = 3;
+        const long wdTOASimple = 4;
+        const long wdTOATemplate = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTocFormat.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTocFormat.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTocFormat.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTocFormat.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,11 @@
+module ooo { module vba { module word {
+    constants WdTocFormat {
+        const long wdTOCClassic = 1;
+        const long wdTOCDistinctive = 2;
+        const long wdTOCFancy = 3;
+        const long wdTOCFormal = 5;
+        const long wdTOCModern = 4;
+        const long wdTOCSimple = 6;
+        const long wdTOCTemplate = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTofFormat.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTofFormat.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTofFormat.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTofFormat.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,10 @@
+module ooo { module vba { module word {
+    constants WdTofFormat {
+        const long wdTOFCentered = 3;
+        const long wdTOFClassic = 1;
+        const long wdTOFDistinctive = 2;
+        const long wdTOFFormal = 4;
+        const long wdTOFSimple = 5;
+        const long wdTOFTemplate = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTrailingCharacter.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module word {
+    constants WdTrailingCharacter {
+        const long wdTrailingNone = 2;
+        const long wdTrailingSpace = 1;
+        const long wdTrailingTab = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdTwoLinesInOneType.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,10 @@
+module ooo { module vba { module word {
+    constants WdTwoLinesInOneType {
+        const long wdTwoLinesInOneAngleBrackets = 4;
+        const long wdTwoLinesInOneCurlyBrackets = 5;
+        const long wdTwoLinesInOneNoBrackets = 1;
+        const long wdTwoLinesInOneNone = 0;
+        const long wdTwoLinesInOneParentheses = 2;
+        const long wdTwoLinesInOneSquareBrackets = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnderline.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnderline.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnderline.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnderline.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,22 @@
+module ooo { module vba { module word {
+    constants WdUnderline {
+        const long wdUnderlineDash = 7;
+        const long wdUnderlineDashHeavy = 23;
+        const long wdUnderlineDashLong = 39;
+        const long wdUnderlineDashLongHeavy = 55;
+        const long wdUnderlineDotDash = 9;
+        const long wdUnderlineDotDashHeavy = 25;
+        const long wdUnderlineDotDotDash = 10;
+        const long wdUnderlineDotDotDashHeavy = 26;
+        const long wdUnderlineDotted = 4;
+        const long wdUnderlineDottedHeavy = 20;
+        const long wdUnderlineDouble = 3;
+        const long wdUnderlineNone = 0;
+        const long wdUnderlineSingle = 1;
+        const long wdUnderlineThick = 6;
+        const long wdUnderlineWavy = 11;
+        const long wdUnderlineWavyDouble = 43;
+        const long wdUnderlineWavyHeavy = 27;
+        const long wdUnderlineWords = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnits.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnits.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnits.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUnits.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,20 @@
+module ooo { module vba { module word {
+    constants WdUnits {
+        const long wdCell = 12;
+        const long wdCharacter = 1;
+        const long wdCharacterFormatting = 13;
+        const long wdColumn = 9;
+        const long wdItem = 16;
+        const long wdLine = 5;
+        const long wdParagraph = 4;
+        const long wdParagraphFormatting = 14;
+        const long wdRow = 10;
+        const long wdScreen = 7;
+        const long wdSection = 8;
+        const long wdSentence = 3;
+        const long wdStory = 6;
+        const long wdTable = 15;
+        const long wdWindow = 11;
+        const long wdWord = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdUseFormattingFrom.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module word {
+    constants WdUseFormattingFrom {
+        const long wdFormattingFromCurrent = 0;
+        const long wdFormattingFromPrompt = 2;
+        const long wdFormattingFromSelected = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVerticalAlignment.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module word {
+    constants WdVerticalAlignment {
+        const long wdAlignVerticalBottom = 3;
+        const long wdAlignVerticalCenter = 1;
+        const long wdAlignVerticalJustify = 2;
+        const long wdAlignVerticalTop = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewType.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewType.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewType.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,11 @@
+module ooo { module vba { module word {
+    constants WdViewType {
+        const long wdMasterView = 5;
+        const long wdNormalView = 1;
+        const long wdOutlineView = 2;
+        const long wdPrintPreview = 4;
+        const long wdPrintView = 3;
+        const long wdReadingView = 7;
+        const long wdWebView = 6;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewTypeOld.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewTypeOld.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewTypeOld.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdViewTypeOld.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module word {
+    constants WdViewTypeOld {
+        const long wdOnlineView = 6;
+        const long wdPageView = 3;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVisualSelection.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVisualSelection.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVisualSelection.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdVisualSelection.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module word {
+    constants WdVisualSelection {
+        const long wdVisualSelectionBlock = 0;
+        const long wdVisualSelectionContinuous = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowState.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowState.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowState.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowState.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module word {
+    constants WdWindowState {
+        const long wdWindowStateMaximize = 1;
+        const long wdWindowStateMinimize = 2;
+        const long wdWindowStateNormal = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowType.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowType.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWindowType.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module word {
+    constants WdWindowType {
+        const long wdWindowDocument = 0;
+        const long wdWindowTemplate = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialog.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialog.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialog.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialog.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,229 @@
+module ooo { module vba { module word {
+    constants WdWordDialog {
+        const long wdDialogConnect = 420;
+        const long wdDialogConsistencyChecker = 1121;
+        const long wdDialogControlRun = 235;
+        const long wdDialogConvertObject = 392;
+        const long wdDialogCopyFile = 300;
+        const long wdDialogCreateAutoText = 872;
+        const long wdDialogCSSLinks = 1261;
+        const long wdDialogDocumentStatistics = 78;
+        const long wdDialogDrawAlign = 634;
+        const long wdDialogDrawSnapToGrid = 633;
+        const long wdDialogEditAutoText = 985;
+        const long wdDialogEditCreatePublisher = 732;
+        const long wdDialogEditFind = 112;
+        const long wdDialogEditFrame = 458;
+        const long wdDialogEditGoTo = 896;
+        const long wdDialogEditGoToOld = 811;
+        const long wdDialogEditLinks = 124;
+        const long wdDialogEditObject = 125;
+        const long wdDialogEditPasteSpecial = 111;
+        const long wdDialogEditPublishOptions = 735;
+        const long wdDialogEditReplace = 117;
+        const long wdDialogEditStyle = 120;
+        const long wdDialogEditSubscribeOptions = 736;
+        const long wdDialogEditSubscribeTo = 733;
+        const long wdDialogEditTOACategory = 625;
+        const long wdDialogEmailOptions = 863;
+        const long wdDialogFileDocumentLayout = 178;
+        const long wdDialogFileFind = 99;
+        const long wdDialogFileMacCustomPageSetupGX = 737;
+        const long wdDialogFileMacPageSetup = 685;
+        const long wdDialogFileMacPageSetupGX = 444;
+        const long wdDialogFileNew = 79;
+        const long wdDialogFileOpen = 80;
+        const long wdDialogFilePageSetup = 178;
+        const long wdDialogFilePrint = 88;
+        const long wdDialogFilePrintOneCopy = 445;
+        const long wdDialogFilePrintSetup = 97;
+        const long wdDialogFileRoutingSlip = 624;
+        const long wdDialogFileSaveAs = 84;
+        const long wdDialogFileSaveVersion = 1007;
+        const long wdDialogFileSummaryInfo = 86;
+        const long wdDialogFileVersions = 945;
+        const long wdDialogFitText = 983;
+        const long wdDialogFontSubstitution = 581;
+        const long wdDialogFormatAddrFonts = 103;
+        const long wdDialogFormatBordersAndShading = 189;
+        const long wdDialogFormatBulletsAndNumbering = 824;
+        const long wdDialogFormatCallout = 610;
+        const long wdDialogFormatChangeCase = 322;
+        const long wdDialogFormatColumns = 177;
+        const long wdDialogFormatDefineStyleBorders = 185;
+        const long wdDialogFormatDefineStyleFont = 181;
+        const long wdDialogFormatDefineStyleFrame = 184;
+        const long wdDialogFormatDefineStyleLang = 186;
+        const long wdDialogFormatDefineStylePara = 182;
+        const long wdDialogFormatDefineStyleTabs = 183;
+        const long wdDialogFormatDrawingObject = 960;
+        const long wdDialogFormatDropCap = 488;
+        const long wdDialogFormatEncloseCharacters = 1162;
+        const long wdDialogFormatFont = 174;
+        const long wdDialogFormatFrame = 190;
+        const long wdDialogFormatPageNumber = 298;
+        const long wdDialogFormatParagraph = 175;
+        const long wdDialogFormatPicture = 187;
+        const long wdDialogFormatRetAddrFonts = 221;
+        const long wdDialogFormatSectionLayout = 176;
+        const long wdDialogFormatStyle = 180;
+        const long wdDialogFormatStyleGallery = 505;
+        const long wdDialogFormatStylesCustom = 1248;
+        const long wdDialogFormatTabs = 179;
+        const long wdDialogFormatTheme = 855;
+        const long wdDialogFormattingRestrictions = 1427;
+        const long wdDialogFormFieldHelp = 361;
+        const long wdDialogFormFieldOptions = 353;
+        const long wdDialogFrameSetProperties = 1074;
+        const long wdDialogHelpAbout = 9;
+        const long wdDialogHelpWordPerfectHelp = 10;
+        const long wdDialogHelpWordPerfectHelpOptions = 511;
+        const long wdDialogHorizontalInVertical = 1160;
+        const long wdDialogIMESetDefault = 1094;
+        const long wdDialogInsertAddCaption = 402;
+        const long wdDialogInsertAutoCaption = 359;
+        const long wdDialogInsertBookmark = 168;
+        const long wdDialogInsertBreak = 159;
+        const long wdDialogInsertCaption = 357;
+        const long wdDialogInsertCaptionNumbering = 358;
+        const long wdDialogInsertCrossReference = 367;
+        const long wdDialogInsertDatabase = 341;
+        const long wdDialogInsertDateTime = 165;
+        const long wdDialogInsertField = 166;
+        const long wdDialogInsertFile = 164;
+        const long wdDialogInsertFootnote = 370;
+        const long wdDialogInsertFormField = 483;
+        const long wdDialogInsertHyperlink = 925;
+        const long wdDialogInsertIndex = 170;
+        const long wdDialogInsertIndexAndTables = 473;
+        const long wdDialogInsertMergeField = 167;
+        const long wdDialogInsertNumber = 812;
+        const long wdDialogInsertObject = 172;
+        const long wdDialogInsertPageNumbers = 294;
+        const long wdDialogInsertPicture = 163;
+        const long wdDialogInsertSubdocument = 583;
+        const long wdDialogInsertSymbol = 162;
+        const long wdDialogInsertTableOfAuthorities = 471;
+        const long wdDialogInsertTableOfContents = 171;
+        const long wdDialogInsertTableOfFigures = 472;
+        const long wdDialogInsertWebComponent = 1324;
+        const long wdDialogLetterWizard = 821;
+        const long wdDialogListCommands = 723;
+        const long wdDialogMailMerge = 676;
+        const long wdDialogMailMergeCheck = 677;
+        const long wdDialogMailMergeCreateDataSource = 642;
+        const long wdDialogMailMergeCreateHeaderSource = 643;
+        const long wdDialogMailMergeFieldMapping = 1304;
+        const long wdDialogMailMergeFindRecipient = 1326;
+        const long wdDialogMailMergeFindRecord = 569;
+        const long wdDialogMailMergeHelper = 680;
+        const long wdDialogMailMergeInsertAddressBlock = 1305;
+        const long wdDialogMailMergeInsertAsk = 4047;
+        const long wdDialogMailMergeInsertFields = 1307;
+        const long wdDialogMailMergeInsertFillIn = 4048;
+        const long wdDialogMailMergeInsertGreetingLine = 1306;
+        const long wdDialogMailMergeInsertIf = 4049;
+        const long wdDialogMailMergeInsertNextIf = 4053;
+        const long wdDialogMailMergeInsertSet = 4054;
+        const long wdDialogMailMergeInsertSkipIf = 4055;
+        const long wdDialogMailMergeOpenDataSource = 81;
+        const long wdDialogMailMergeOpenHeaderSource = 82;
+        const long wdDialogMailMergeQueryOptions = 681;
+        const long wdDialogMailMergeRecipients = 1308;
+        const long wdDialogMailMergeSetDocumentType = 1339;
+        const long wdDialogMailMergeUseAddressBook = 779;
+        const long wdDialogMarkCitation = 463;
+        const long wdDialogMarkIndexEntry = 169;
+        const long wdDialogMarkTableOfContentsEntry = 442;
+        const long wdDialogMyPermission = 1437;
+        const long wdDialogNewToolbar = 586;
+        const long wdDialogNoteOptions = 373;
+        const long wdDialogOrganizer = 222;
+        const long wdDialogPermission = 1469;
+        const long wdDialogPhoneticGuide = 986;
+        const long wdDialogReviewAfmtRevisions = 570;
+        const long wdDialogSchemaLibrary = 1417;
+        const long wdDialogSearch = 1363;
+        const long wdDialogShowRepairs = 1381;
+        const long wdDialogTableAutoFormat = 563;
+        const long wdDialogTableCellOptions = 1081;
+        const long wdDialogTableColumnWidth = 143;
+        const long wdDialogTableDeleteCells = 133;
+        const long wdDialogTableFormatCell = 612;
+        const long wdDialogTableFormula = 348;
+        const long wdDialogTableInsertCells = 130;
+        const long wdDialogTableInsertRow = 131;
+        const long wdDialogTableInsertTable = 129;
+        const long wdDialogTableOfCaptionsOptions = 551;
+        const long wdDialogTableOfContentsOptions = 470;
+        const long wdDialogTableProperties = 861;
+        const long wdDialogTableRowHeight = 142;
+        const long wdDialogTableSort = 199;
+        const long wdDialogTableSplitCells = 137;
+        const long wdDialogTableTableOptions = 1080;
+        const long wdDialogTableToText = 128;
+        const long wdDialogTableWrapping = 854;
+        const long wdDialogTCSCTranslator = 1156;
+        const long wdDialogTextToTable = 127;
+        const long wdDialogToolsAcceptRejectChanges = 506;
+        const long wdDialogToolsAdvancedSettings = 206;
+        const long wdDialogToolsAutoCorrect = 378;
+        const long wdDialogToolsAutoCorrectExceptions = 762;
+        const long wdDialogToolsAutoManager = 915;
+        const long wdDialogToolsAutoSummarize = 874;
+        const long wdDialogToolsBulletsNumbers = 196;
+        const long wdDialogToolsCompareDocuments = 198;
+        const long wdDialogToolsCreateDirectory = 833;
+        const long wdDialogToolsCreateEnvelope = 173;
+        const long wdDialogToolsCreateLabels = 489;
+        const long wdDialogToolsCustomize = 152;
+        const long wdDialogToolsCustomizeKeyboard = 432;
+        const long wdDialogToolsCustomizeMenuBar = 615;
+        const long wdDialogToolsCustomizeMenus = 433;
+        const long wdDialogToolsDictionary = 989;
+        const long wdDialogToolsEnvelopesAndLabels = 607;
+        const long wdDialogToolsGrammarSettings = 885;
+        const long wdDialogToolsHangulHanjaConversion = 784;
+        const long wdDialogToolsHighlightChanges = 197;
+        const long wdDialogToolsHyphenation = 195;
+        const long wdDialogToolsLanguage = 188;
+        const long wdDialogToolsMacro = 215;
+        const long wdDialogToolsMacroRecord = 214;
+        const long wdDialogToolsManageFields = 631;
+        const long wdDialogToolsMergeDocuments = 435;
+        const long wdDialogToolsOptions = 974;
+        const long wdDialogToolsOptionsAutoFormat = 959;
+        const long wdDialogToolsOptionsAutoFormatAsYouType = 778;
+        const long wdDialogToolsOptionsBidi = 1029;
+        const long wdDialogToolsOptionsCompatibility = 525;
+        const long wdDialogToolsOptionsEdit = 224;
+        const long wdDialogToolsOptionsEditCopyPaste = 1356;
+        const long wdDialogToolsOptionsFileLocations = 225;
+        const long wdDialogToolsOptionsFuzzy = 790;
+        const long wdDialogToolsOptionsGeneral = 203;
+        const long wdDialogToolsOptionsPrint = 208;
+        const long wdDialogToolsOptionsSave = 209;
+        const long wdDialogToolsOptionsSecurity = 1361;
+        const long wdDialogToolsOptionsSmartTag = 1395;
+        const long wdDialogToolsOptionsSpellingAndGrammar = 211;
+        const long wdDialogToolsOptionsTrackChanges = 386;
+        const long wdDialogToolsOptionsTypography = 739;
+        const long wdDialogToolsOptionsUserInfo = 213;
+        const long wdDialogToolsOptionsView = 204;
+        const long wdDialogToolsProtectDocument = 503;
+        const long wdDialogToolsProtectSection = 578;
+        const long wdDialogToolsRevisions = 197;
+        const long wdDialogToolsSpellingAndGrammar = 828;
+        const long wdDialogToolsTemplates = 87;
+        const long wdDialogToolsThesaurus = 194;
+        const long wdDialogToolsUnprotectDocument = 521;
+        const long wdDialogToolsWordCount = 228;
+        const long wdDialogTwoLinesInOne = 1161;
+        const long wdDialogUpdateTOC = 331;
+        const long wdDialogViewZoom = 577;
+        const long wdDialogWebOptions = 898;
+        const long wdDialogWindowActivate = 220;
+        const long wdDialogXMLElementAttributes = 1460;
+        const long wdDialogXMLOptions = 1425;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogHID.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogHID.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogHID.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogHID.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,5 @@
+module ooo { module vba { module word {
+    constants WdWordDialogHID {
+        const long emptyenum = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogTab.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogTab.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogTab.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogTab.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,88 @@
+module ooo { module vba { module word {
+    constants WdWordDialogTab {
+        const long wdDialogEmailOptionsTabQuoting = 1900002;
+        const long wdDialogEmailOptionsTabSignature = 1900000;
+        const long wdDialogEmailOptionsTabStationary = 1900001;
+        const long wdDialogFilePageSetupTabCharsLines = 150004;
+        const long wdDialogFilePageSetupTabLayout = 150003;
+        const long wdDialogFilePageSetupTabMargins = 150000;
+        const long wdDialogFilePageSetupTabPaper = 150001;
+        const long wdDialogFormatBordersAndShadingTabBorders = 700000;
+        const long wdDialogFormatBordersAndShadingTabPageBorder = 700001;
+        const long wdDialogFormatBordersAndShadingTabShading = 700002;
+        const long wdDialogFormatBulletsAndNumberingTabBulleted = 1500000;
+        const long wdDialogFormatBulletsAndNumberingTabNumbered = 1500001;
+        const long wdDialogFormatBulletsAndNumberingTabOutlineNumbered = 1500002;
+        const long wdDialogFormatDrawingObjectTabColorsAndLines = 1200000;
+        const long wdDialogFormatDrawingObjectTabHR = 1200007;
+        const long wdDialogFormatDrawingObjectTabPicture = 1200004;
+        const long wdDialogFormatDrawingObjectTabPosition = 1200002;
+        const long wdDialogFormatDrawingObjectTabSize = 1200001;
+        const long wdDialogFormatDrawingObjectTabTextbox = 1200005;
+        const long wdDialogFormatDrawingObjectTabWeb = 1200006;
+        const long wdDialogFormatDrawingObjectTabWrapping = 1200003;
+        const long wdDialogFormatFontTabAnimation = 600002;
+        const long wdDialogFormatFontTabCharacterSpacing = 600001;
+        const long wdDialogFormatFontTabFont = 600000;
+        const long wdDialogFormatParagraphTabIndentsAndSpacing = 1000000;
+        const long wdDialogFormatParagraphTabTeisai = 1000002;
+        const long wdDialogFormatParagraphTabTextFlow = 1000001;
+        const long wdDialogInsertIndexAndTablesTabIndex = 400000;
+        const long wdDialogInsertIndexAndTablesTabTableOfAuthorities = 400003;
+        const long wdDialogInsertIndexAndTablesTabTableOfContents = 400001;
+        const long wdDialogInsertIndexAndTablesTabTableOfFigures = 400002;
+        const long wdDialogInsertSymbolTabSpecialCharacters = 200001;
+        const long wdDialogInsertSymbolTabSymbols = 200000;
+        const long wdDialogLetterWizardTabLetterFormat = 1600000;
+        const long wdDialogLetterWizardTabOtherElements = 1600002;
+        const long wdDialogLetterWizardTabRecipientInfo = 1600001;
+        const long wdDialogLetterWizardTabSenderInfo = 1600003;
+        const long wdDialogNoteOptionsTabAllEndnotes = 300001;
+        const long wdDialogNoteOptionsTabAllFootnotes = 300000;
+        const long wdDialogOrganizerTabAutoText = 500001;
+        const long wdDialogOrganizerTabCommandBars = 500002;
+        const long wdDialogOrganizerTabMacros = 500003;
+        const long wdDialogOrganizerTabStyles = 500000;
+        const long wdDialogTablePropertiesTabCell = 1800003;
+        const long wdDialogTablePropertiesTabColumn = 1800002;
+        const long wdDialogTablePropertiesTabRow = 1800001;
+        const long wdDialogTablePropertiesTabTable = 1800000;
+        const long wdDialogTemplates = 2100000;
+        const long wdDialogTemplatesLinkedCSS = 2100003;
+        const long wdDialogTemplatesXMLExpansionPacks = 2100002;
+        const long wdDialogTemplatesXMLSchema = 2100001;
+        const long wdDialogToolsAutoCorrectExceptionsTabFirstLetter = 1400000;
+        const long wdDialogToolsAutoCorrectExceptionsTabHangulAndAlphabet = 1400002;
+        const long wdDialogToolsAutoCorrectExceptionsTabIac = 1400003;
+        const long wdDialogToolsAutoCorrectExceptionsTabInitialCaps = 1400001;
+        const long wdDialogToolsAutoManagerTabAutoCorrect = 1700000;
+        const long wdDialogToolsAutoManagerTabAutoFormat = 1700003;
+        const long wdDialogToolsAutoManagerTabAutoFormatAsYouType = 1700001;
+        const long wdDialogToolsAutoManagerTabAutoText = 1700002;
+        const long wdDialogToolsAutoManagerTabSmartTags = 1700004;
+        const long wdDialogToolsEnvelopesAndLabelsTabEnvelopes = 800000;
+        const long wdDialogToolsEnvelopesAndLabelsTabLabels = 800001;
+        const long wdDialogToolsOptionsTabAcetate = 1266;
+        const long wdDialogToolsOptionsTabBidi = 1029;
+        const long wdDialogToolsOptionsTabCompatibility = 525;
+        const long wdDialogToolsOptionsTabEdit = 224;
+        const long wdDialogToolsOptionsTabFileLocations = 225;
+        const long wdDialogToolsOptionsTabFuzzy = 790;
+        const long wdDialogToolsOptionsTabGeneral = 203;
+        const long wdDialogToolsOptionsTabHangulHanjaConversion = 786;
+        const long wdDialogToolsOptionsTabPrint = 208;
+        const long wdDialogToolsOptionsTabProofread = 211;
+        const long wdDialogToolsOptionsTabSave = 209;
+        const long wdDialogToolsOptionsTabSecurity = 1361;
+        const long wdDialogToolsOptionsTabTrackChanges = 386;
+        const long wdDialogToolsOptionsTabTypography = 739;
+        const long wdDialogToolsOptionsTabUserInfo = 213;
+        const long wdDialogToolsOptionsTabView = 204;
+        const long wdDialogWebOptionsBrowsers = 2000000;
+        const long wdDialogWebOptionsEncoding = 2000003;
+        const long wdDialogWebOptionsFiles = 2000001;
+        const long wdDialogWebOptionsFonts = 2000004;
+        const long wdDialogWebOptionsGeneral = 2000000;
+        const long wdDialogWebOptionsPictures = 2000002;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogTabHID.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogTabHID.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogTabHID.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWordDialogTabHID.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module word {
+    constants WdWordDialogTabHID {
+        const long wdDialogFilePageSetupTabPaperSize = 150001;
+        const long wdDialogFilePageSetupTabPaperSource = 150002;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapSideType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapSideType.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapSideType.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapSideType.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module word {
+    constants WdWrapSideType {
+        const long wdWrapBoth = 0;
+        const long wdWrapLargest = 3;
+        const long wdWrapLeft = 1;
+        const long wdWrapRight = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapType.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapType.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapType.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,10 @@
+module ooo { module vba { module word {
+    constants WdWrapType {
+        const long wdWrapInline = 7;
+        const long wdWrapNone = 3;
+        const long wdWrapSquare = 0;
+        const long wdWrapThrough = 2;
+        const long wdWrapTight = 1;
+        const long wdWrapTopBottom = 4;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapTypeMerged.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapTypeMerged.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapTypeMerged.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdWrapTypeMerged.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,11 @@
+module ooo { module vba { module word {
+    constants WdWrapTypeMerged {
+        const long wdWrapMergeBehind = 3;
+        const long wdWrapMergeFront = 4;
+        const long wdWrapMergeInline = 0;
+        const long wdWrapMergeSquare = 1;
+        const long wdWrapMergeThrough = 5;
+        const long wdWrapMergeTight = 2;
+        const long wdWrapMergeTopBottom = 6;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLNodeLevel.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLNodeLevel.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLNodeLevel.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLNodeLevel.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,8 @@
+module ooo { module vba { module word {
+    constants WdXMLNodeLevel {
+        const long wdXMLNodeLevelCell = 3;
+        const long wdXMLNodeLevelInline = 0;
+        const long wdXMLNodeLevelParagraph = 1;
+        const long wdXMLNodeLevelRow = 2;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLNodeType.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLNodeType.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLNodeType.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLNodeType.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module word {
+    constants WdXMLNodeType {
+        const long wdXMLNodeAttribute = 2;
+        const long wdXMLNodeElement = 1;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLSelectionChangeReason.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLSelectionChangeReason.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLSelectionChangeReason.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLSelectionChangeReason.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,7 @@
+module ooo { module vba { module word {
+    constants WdXMLSelectionChangeReason {
+        const long wdXMLSelectionChangeReasonDelete = 2;
+        const long wdXMLSelectionChangeReasonInsert = 1;
+        const long wdXMLSelectionChangeReasonMove = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl Wed Nov 14 22:07:57 2012
@@ -0,0 +1,6 @@
+module ooo { module vba { module word {
+    constants WdXMLValidationStatus {
+        const long wdXMLValidationStatusCustom = -1072898048;
+        const long wdXMLValidationStatusOK = 0;
+    };
+}; }; };

Added: incubator/ooo/branches/gbuild/main/oovbaapi/prj/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/prj/makefile.mk?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/prj/makefile.mk (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/prj/makefile.mk Wed Nov 14 22:07:57 2012
@@ -0,0 +1,40 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+PRJ=..
+TARGET=prj
+
+.INCLUDE : settings.mk
+
+.IF "$(VERBOSE)"!=""
+VERBOSEFLAG :=
+.ELSE
+VERBOSEFLAG := -s
+.ENDIF
+
+all:
+	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET)

Added: incubator/ooo/branches/gbuild/main/oovbaapi/ttt.diff
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oovbaapi/ttt.diff?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oovbaapi/ttt.diff (added)
+++ incubator/ooo/branches/gbuild/main/oovbaapi/ttt.diff Wed Nov 14 22:07:57 2012
@@ -0,0 +1,410 @@
+diff --git a/oovbaapi/Makefile b/oovbaapi/Makefile
+new file mode 100644
+--- /dev/null
++++ b/oovbaapi/Makefile
+@@ -0,0 +1,38 @@
++#*************************************************************************
++#
++# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
++#
++# Copyright 2000, 2010 Oracle and/or its affiliates.
++#
++# OpenOffice.org - a multi-platform office productivity suite
++#
++# This file is part of OpenOffice.org.
++#
++# OpenOffice.org is free software: you can redistribute it and/or modify
++# it under the terms of the GNU Lesser General Public License version 3
++# only, as published by the Free Software Foundation.
++#
++# OpenOffice.org is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++# GNU Lesser General Public License version 3 for more details
++# (a copy is included in the LICENSE file that accompanied this code).
++#
++# You should have received a copy of the GNU Lesser General Public License
++# version 3 along with OpenOffice.org.  If not, see
++# <http://www.openoffice.org/license.html>
++# for a copy of the LGPLv3 License.
++#
++#*************************************************************************
++
++ifeq ($(strip $(SOLARENV)),)
++$(error No environment set!)
++endif
++
++gb_PARTIALBUILD := T
++GBUILDDIR := $(SOLARENV)/gbuild
++include $(GBUILDDIR)/gbuild.mk
++
++$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
++
++# vim: set noet sw=4 ts=4:
+diff --git a/oovbaapi/Module_oovbaapi.mk b/oovbaapi/Module_oovbaapi.mk
+new file mode 100644
+--- /dev/null
++++ b/oovbaapi/Module_oovbaapi.mk
+@@ -0,0 +1,37 @@
++#*************************************************************************
++#
++# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
++#
++# Copyright 2000, 2010 Oracle and/or its affiliates.
++#
++# OpenOffice.org - a multi-platform office productivity suite
++#
++# This file is part of OpenOffice.org.
++#
++# OpenOffice.org is free software: you can redistribute it and/or modify
++# it under the terms of the GNU Lesser General Public License version 3
++# only, as published by the Free Software Foundation.
++#
++# OpenOffice.org is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++# GNU Lesser General Public License version 3 for more details
++# (a copy is included in the LICENSE file that accompanied this code).
++#
++# You should have received a copy of the GNU Lesser General Public License
++# version 3 along with OpenOffice.org.  If not, see
++# <http://www.openoffice.org/license.html>
++# for a copy of the LGPLv3 License.
++#
++#*************************************************************************
++
++
++$(eval $(call gb_Module_Module,oovbaapi))
++
++$(eval $(call gb_Module_add_targets,oovbaapi,\
++	UnoApi_oovbaapi \
++	Package_oovbaapi_inc \
++	Package_oovbaapi_idl \
++))
++
++# vim: set noet sw=4 ts=4:
+diff --git a/oovbaapi/Package_oovbaapi_idl.mk b/oovbaapi/Package_oovbaapi_idl.mk
+new file mode 100644
+--- /dev/null
++++ b/oovbaapi/Package_oovbaapi_idl.mk
+@@ -0,0 +1,29 @@
++#*************************************************************************
++#
++# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
++#
++# Copyright 2000, 2010 Oracle and/or its affiliates.
++#
++# OpenOffice.org - a multi-platform office productivity suite
++#
++# This file is part of OpenOffice.org.
++#
++# OpenOffice.org is free software: you can redistribute it and/or modify
++# it under the terms of the GNU Lesser General Public License version 3
++# only, as published by the Free Software Foundation.
++#
++# OpenOffice.org is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
++# GNU Lesser General Public License version 3 for more details
++# (a copy is included in the LICENSE file that accompanied this code).
++#
++# You should have received a copy of the GNU Lesser General Public License
++# version 3 along with OpenOffice.org.	If not, see
++# <http://www.openoffice.org/license.html>
++# for a copy of the LGPLv3 License.
++#
++#*************************************************************************
++
++$(eval $(call gb_UnoApiTarget_autopackage_idl,oovbaapi))
++
+diff --git a/oovbaapi/Package_oovbaapi_inc.mk b/oovbaapi/Package_oovbaapi_inc.mk
+new file mode 100644
+--- /dev/null
++++ b/oovbaapi/Package_oovbaapi_inc.mk
+@@ -0,0 +1,29 @@
++#*************************************************************************
++#
++# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
++#
++# Copyright 2000, 2010 Oracle and/or its affiliates.
++#
++# OpenOffice.org - a multi-platform office productivity suite
++#
++# This file is part of OpenOffice.org.
++#
++# OpenOffice.org is free software: you can redistribute it and/or modify
++# it under the terms of the GNU Lesser General Public License version 3
++# only, as published by the Free Software Foundation.
++#
++# OpenOffice.org is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
++# GNU Lesser General Public License version 3 for more details
++# (a copy is included in the LICENSE file that accompanied this code).
++#
++# You should have received a copy of the GNU Lesser General Public License
++# version 3 along with OpenOffice.org.	If not, see
++# <http://www.openoffice.org/license.html>
++# for a copy of the LGPLv3 License.
++#
++#*************************************************************************
++
++$(eval $(call gb_UnoApiTarget_autopackage_inc,oovbaapi))
++
+diff --git a/oovbaapi/UnoApi_oovbaapi.mk b/oovbaapi/UnoApi_oovbaapi.mk
+new file mode 100644
+--- /dev/null
++++ b/oovbaapi/UnoApi_oovbaapi.mk
+@@ -0,0 +1,207 @@
++#*************************************************************************
++#
++# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
++#
++# Copyright 2000, 2010 Oracle and/or its affiliates.
++#
++# OpenOffice.org - a multi-platform office productivity suite
++#
++# This file is part of OpenOffice.org.
++#
++# OpenOffice.org is free software: you can redistribute it and/or modify
++# it under the terms of the GNU Lesser General Public License version 3
++# only, as published by the Free Software Foundation.
++#
++# OpenOffice.org is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
++# GNU Lesser General Public License version 3 for more details
++# (a copy is included in the LICENSE file that accompanied this code).
++#
++# You should have received a copy of the GNU Lesser General Public License
++# version 3 along with OpenOffice.org.	If not, see
++# <http://www.openoffice.org/license.html>
++# for a copy of the LGPLv3 License.
++#
++#*************************************************************************
++
++$(eval $(call gb_UnoApiTarget_UnoApiTarget,oovbaapi))
++
++$(eval $(call gb_UnoApiTarget_add_rdbfiles,oovbaapi,\
++    udkapi \
++    offapi \
++))
++
++$(eval $(call gb_UnoApiTarget_set_include,oovbaapi,\
++	$$(INCLUDE) \
++	-I$(OUTDIR)/idl \
++))
++
++#$(eval $(call gb_UnoApiTarget_set_defs,oovbaapi,\
++#))
++
++$(eval $(call gb_UnoApiTarget_add_idlfiles,oovbaapi,\
++	oovbaapi/ooo/vba/ControlProvider.idl \
++	oovbaapi/ooo/vba/XWindowBase.idl \
++	oovbaapi/ooo/vba/XCommandBars.idl \
++	oovbaapi/ooo/vba/msforms/XPages.idl \
++	oovbaapi/ooo/vba/msforms/XTextFrame.idl \
++	oovbaapi/ooo/vba/msforms/XControl.idl \
++	oovbaapi/ooo/vba/msforms/XToggleButton.idl \
++	oovbaapi/ooo/vba/msforms/XButton.idl \
++	oovbaapi/ooo/vba/msforms/XRadioButton.idl \
++	oovbaapi/ooo/vba/msforms/XGroupBox.idl \
++	oovbaapi/ooo/vba/msforms/XShapeRange.idl \
++	oovbaapi/ooo/vba/msforms/XScrollBar.idl \
++	oovbaapi/ooo/vba/msforms/XListBox.idl \
++	oovbaapi/ooo/vba/msforms/XShapes.idl \
++	oovbaapi/ooo/vba/msforms/XTextBox.idl \
++	oovbaapi/ooo/vba/msforms/XSpinButton.idl \
++	oovbaapi/ooo/vba/msforms/XLineFormat.idl \
++	oovbaapi/ooo/vba/msforms/XFillFormat.idl \
++	oovbaapi/ooo/vba/msforms/XTextBoxShape.idl \
++	oovbaapi/ooo/vba/msforms/XMultiPage.idl \
++	oovbaapi/ooo/vba/msforms/XProgressBar.idl \
++	oovbaapi/ooo/vba/msforms/XLabel.idl \
++	oovbaapi/ooo/vba/msforms/XUserForm.idl \
++	oovbaapi/ooo/vba/msforms/XControls.idl \
++	oovbaapi/ooo/vba/msforms/XImage.idl \
++	oovbaapi/ooo/vba/msforms/MSFormReturnTypes.idl \
++	oovbaapi/ooo/vba/msforms/XShape.idl \
++	oovbaapi/ooo/vba/msforms/XComboBox.idl \
++	oovbaapi/ooo/vba/msforms/XColorFormat.idl \
++	oovbaapi/ooo/vba/msforms/XPictureFormat.idl \
++	oovbaapi/ooo/vba/XDialogBase.idl \
++	oovbaapi/ooo/vba/word/XTable.idl \
++	oovbaapi/ooo/vba/word/XTables.idl \
++	oovbaapi/ooo/vba/word/XWindow.idl \
++	oovbaapi/ooo/vba/word/XBorder.idl \
++	oovbaapi/ooo/vba/word/XWrapFormat.idl \
++	oovbaapi/ooo/vba/word/XDialogs.idl \
++	oovbaapi/ooo/vba/word/XAddins.idl \
++	oovbaapi/ooo/vba/word/XDialog.idl \
++	oovbaapi/ooo/vba/word/XBookmarks.idl \
++	oovbaapi/ooo/vba/word/XSelection.idl \
++	oovbaapi/ooo/vba/word/XAddin.idl \
++	oovbaapi/ooo/vba/word/XApplication.idl \
++	oovbaapi/ooo/vba/word/XSections.idl \
++	oovbaapi/ooo/vba/word/XParagraph.idl \
++	oovbaapi/ooo/vba/word/XHeaderFooter.idl \
++	oovbaapi/ooo/vba/word/XTemplate.idl \
++	oovbaapi/ooo/vba/word/XRange.idl \
++	oovbaapi/ooo/vba/word/XReplacement.idl \
++	oovbaapi/ooo/vba/word/XPageSetup.idl \
++	oovbaapi/ooo/vba/word/XBookmark.idl \
++	oovbaapi/ooo/vba/word/XBorders.idl \
++	oovbaapi/ooo/vba/word/XField.idl \
++	oovbaapi/ooo/vba/word/XAutoTextEntry.idl \
++	oovbaapi/ooo/vba/word/XStyle.idl \
++	oovbaapi/ooo/vba/word/XFields.idl \
++	oovbaapi/ooo/vba/word/XDocuments.idl \
++	oovbaapi/ooo/vba/word/XVariable.idl \
++	oovbaapi/ooo/vba/word/XOptions.idl \
++	oovbaapi/ooo/vba/word/XView.idl \
++	oovbaapi/ooo/vba/word/XAutoTextEntries.idl \
++	oovbaapi/ooo/vba/word/XFont.idl \
++	oovbaapi/ooo/vba/word/XFind.idl \
++	oovbaapi/ooo/vba/word/XSection.idl \
++	oovbaapi/ooo/vba/word/XSystem.idl \
++	oovbaapi/ooo/vba/word/XStyles.idl \
++	oovbaapi/ooo/vba/word/XPanes.idl \
++	oovbaapi/ooo/vba/word/XPane.idl \
++	oovbaapi/ooo/vba/word/XParagraphs.idl \
++	oovbaapi/ooo/vba/word/XVariables.idl \
++	oovbaapi/ooo/vba/word/XParagraphFormat.idl \
++	oovbaapi/ooo/vba/word/XDocument.idl \
++	oovbaapi/ooo/vba/word/XGlobals.idl \
++	oovbaapi/ooo/vba/XPropValue.idl \
++	oovbaapi/ooo/vba/XCommandBarControl.idl \
++	oovbaapi/ooo/vba/XCommandBarButton.idl \
++	oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl \
++	oovbaapi/ooo/vba/XCommandBarPopup.idl \
++	oovbaapi/ooo/vba/XApplicationBase.idl \
++	oovbaapi/ooo/vba/XErrObject.idl \
++	oovbaapi/ooo/vba/XCommandBar.idl \
++	oovbaapi/ooo/vba/excel/SheetObject.idl \
++	oovbaapi/ooo/vba/excel/Range.idl \
++	oovbaapi/ooo/vba/excel/XTextFrame.idl \
++	oovbaapi/ooo/vba/excel/XOLEObject.idl \
++	oovbaapi/ooo/vba/excel/XWindow.idl \
++	oovbaapi/ooo/vba/excel/XWorkbook.idl \
++	oovbaapi/ooo/vba/excel/XInterior.idl \
++	oovbaapi/ooo/vba/excel/XBorder.idl \
++	oovbaapi/ooo/vba/excel/XHPageBreaks.idl \
++	oovbaapi/ooo/vba/excel/SheetObjects.idl \
++	oovbaapi/ooo/vba/excel/XSeries.idl \
++	oovbaapi/ooo/vba/excel/XComment.idl \
++	oovbaapi/ooo/vba/excel/XDialogs.idl \
++	oovbaapi/ooo/vba/excel/XVPageBreak.idl \
++	oovbaapi/ooo/vba/excel/XVPageBreaks.idl \
++	oovbaapi/ooo/vba/excel/XWorkbooks.idl \
++	oovbaapi/ooo/vba/excel/Hyperlink.idl \
++	oovbaapi/ooo/vba/excel/XDialog.idl \
++	oovbaapi/ooo/vba/excel/XName.idl \
++	oovbaapi/ooo/vba/excel/XChartObject.idl \
++	oovbaapi/ooo/vba/excel/XCharts.idl \
++	oovbaapi/ooo/vba/excel/TextFrame.idl \
++	oovbaapi/ooo/vba/excel/XOLEObjects.idl \
++	oovbaapi/ooo/vba/excel/XDataLabels.idl \
++	oovbaapi/ooo/vba/excel/XFormatConditions.idl \
++	oovbaapi/ooo/vba/excel/XPageBreak.idl \
++	oovbaapi/ooo/vba/excel/Worksheet.idl \
++	oovbaapi/ooo/vba/excel/XChartObjects.idl \
++	oovbaapi/ooo/vba/excel/XApplication.idl \
++	oovbaapi/ooo/vba/excel/XCharacters.idl \
++	oovbaapi/ooo/vba/excel/XOutline.idl \
++	oovbaapi/ooo/vba/excel/XChartTitle.idl \
++	oovbaapi/ooo/vba/excel/XWorksheets.idl \
++	oovbaapi/ooo/vba/excel/XChart.idl \
++	oovbaapi/ooo/vba/excel/XlBuildInDialog.idl \
++	oovbaapi/ooo/vba/excel/XHPageBreak.idl \
++	oovbaapi/ooo/vba/excel/XHyperlinks.idl \
++	oovbaapi/ooo/vba/excel/XComments.idl \
++	oovbaapi/ooo/vba/excel/XRange.idl \
++	oovbaapi/ooo/vba/excel/Globals.idl \
++	oovbaapi/ooo/vba/excel/XWindows.idl \
++	oovbaapi/ooo/vba/excel/XWorksheet.idl \
++	oovbaapi/ooo/vba/excel/XPageSetup.idl \
++	oovbaapi/ooo/vba/excel/XPivotTables.idl \
++	oovbaapi/ooo/vba/excel/XBorders.idl \
++	oovbaapi/ooo/vba/excel/XWorksheetFunction.idl \
++	oovbaapi/ooo/vba/excel/XStyle.idl \
++	oovbaapi/ooo/vba/excel/XPivotCache.idl \
++	oovbaapi/ooo/vba/excel/Window.idl \
++	oovbaapi/ooo/vba/excel/XPivotTable.idl \
++	oovbaapi/ooo/vba/excel/XNames.idl \
++	oovbaapi/ooo/vba/excel/XFormatCondition.idl \
++	oovbaapi/ooo/vba/excel/XFont.idl \
++	oovbaapi/ooo/vba/excel/Workbook.idl \
++	oovbaapi/ooo/vba/excel/XValidation.idl \
++	oovbaapi/ooo/vba/excel/XHyperlink.idl \
++	oovbaapi/ooo/vba/excel/XAxisTitle.idl \
++	oovbaapi/ooo/vba/excel/XFormat.idl \
++	oovbaapi/ooo/vba/excel/XStyles.idl \
++	oovbaapi/ooo/vba/excel/XDataLabel.idl \
++	oovbaapi/ooo/vba/excel/XAxes.idl \
++	oovbaapi/ooo/vba/excel/XSeriesCollection.idl \
++	oovbaapi/ooo/vba/excel/XPane.idl \
++	oovbaapi/ooo/vba/excel/XTitle.idl \
++	oovbaapi/ooo/vba/excel/XAxis.idl \
++	oovbaapi/ooo/vba/excel/XGlobals.idl \
++	oovbaapi/ooo/vba/XDocumentsBase.idl \
++	oovbaapi/ooo/vba/XDialogsBase.idl \
++	oovbaapi/ooo/vba/XDocumentProperties.idl \
++	oovbaapi/ooo/vba/XGlobalsBase.idl \
++	oovbaapi/ooo/vba/XCommandBarControls.idl \
++	oovbaapi/ooo/vba/XCollection.idl \
++	oovbaapi/ooo/vba/XPageSetupBase.idl \
++	oovbaapi/ooo/vba/XDocumentProperty.idl \
++	oovbaapi/ooo/vba/XAssistant.idl \
++	oovbaapi/ooo/vba/XControlProvider.idl \
++	oovbaapi/ooo/vba/XDocumentBase.idl \
++	oovbaapi/ooo/vba/XFontBase.idl \
++	oovbaapi/ooo/vba/XHelperInterface.idl \
++))
++
++
++# vim: set noet sw=4 ts=4:
+diff --git a/oovbaapi/prj/makefile.mk b/oovbaapi/prj/makefile.mk
+new file mode 100644
+--- /dev/null
++++ b/oovbaapi/prj/makefile.mk
+@@ -0,0 +1,40 @@
++#*************************************************************************
++#
++# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
++#
++# Copyright 2000, 2010 Oracle and/or its affiliates.
++#
++# OpenOffice.org - a multi-platform office productivity suite
++#
++# This file is part of OpenOffice.org.
++#
++# OpenOffice.org is free software: you can redistribute it and/or modify
++# it under the terms of the GNU Lesser General Public License version 3
++# only, as published by the Free Software Foundation.
++#
++# OpenOffice.org is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++# GNU Lesser General Public License version 3 for more details
++# (a copy is included in the LICENSE file that accompanied this code).
++#
++# You should have received a copy of the GNU Lesser General Public License
++# version 3 along with OpenOffice.org.  If not, see
++# <http://www.openoffice.org/license.html>
++# for a copy of the LGPLv3 License.
++#
++#*************************************************************************
++
++PRJ=..
++TARGET=prj
++
++.INCLUDE : settings.mk
++
++.IF "$(VERBOSE)"!=""
++VERBOSEFLAG :=
++.ELSE
++VERBOSEFLAG := -s
++.ENDIF
++
++all:
++	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET)

Added: incubator/ooo/branches/gbuild/main/oox/Library_oox.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oox/Library_oox.mk?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oox/Library_oox.mk (added)
+++ incubator/ooo/branches/gbuild/main/oox/Library_oox.mk Wed Nov 14 22:07:57 2012
@@ -0,0 +1,340 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.	If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Library_Library,oox))
+
+$(eval $(call gb_Library_add_package_headers,oox,oox_inc))
+$(eval $(call gb_Library_add_package_headers,oox,oox_source))
+$(eval $(call gb_Library_add_package_headers,oox,oox_generated))
+
+$(eval $(call gb_Library_set_componentfile,oox,oox/oox))
+
+$(eval $(call gb_Library_add_api,oox,\
+	udkapi \
+	offapi \
+))
+
+$(eval $(call gb_Library_set_include,oox,\
+	-I$(SRCDIR)/oox/inc \
+	-I$(OUTDIR)/inc \
+	-I$(WORKDIR)/CustomTarget/oox/source \
+	$$(INCLUDE) \
+))
+
+$(eval $(call gb_Library_set_defs,oox,\
+	$$(DEFS) \
+	-DOOX_DLLIMPLEMENTATION \
+))
+
+$(eval $(call gb_Library_add_linked_libs,oox,\
+	basegfx \
+	comphelper \
+	cppu \
+	cppuhelper \
+	sal \
+	sax \
+	xcr \
+	stl \
+	$(gb_STDLIBS) \
+))
+
+ifeq ($(SYSTEM_OPENSSL),YES)
+$(eval $(call gb_Library_add_linked_libs,oox,\
+	crypto \
+	ssl \
+))
+else
+ifeq ($(OS),WNT)
+$(eval $(call gb_Library_add_linked_libs,oox,\
+	crypto \
+	ssl \
+))
+else
+$(eval $(call gb_Library_add_linked_static_libs,oox,\
+	crypto \
+	ssl \
+))
+endif
+endif
+
+# this is for openssl
+ifeq ($(OS),SOLARIS)
+$(eval $(call gb_Library_add_linked_libs,oox,\
+	nsl \
+	socket \
+))
+endif
+#probably not necessary:	dl \
+
+# object files ----------------------------------------------------------------
+
+$(eval $(call gb_Library_add_exception_objects,oox,\
+	oox/source/core/binarycodec \
+	oox/source/core/binaryfilterbase \
+	oox/source/core/contexthandler \
+	oox/source/core/contexthandler2 \
+	oox/source/core/fastparser \
+	oox/source/core/fasttokenhandler \
+	oox/source/core/filterbase \
+	oox/source/core/filterdetect \
+	oox/source/core/fragmenthandler \
+	oox/source/core/fragmenthandler2 \
+	oox/source/core/recordparser \
+	oox/source/core/relations \
+	oox/source/core/relationshandler \
+	oox/source/core/services \
+	oox/source/core/xmlfilterbase \
+	oox/source/docprop/docprophandler \
+	oox/source/docprop/ooxmldocpropimport \
+	oox/source/drawingml/clrscheme \
+	oox/source/drawingml/clrschemecontext \
+	oox/source/drawingml/color \
+	oox/source/drawingml/colorchoicecontext \
+	oox/source/drawingml/connectorshapecontext \
+	oox/source/drawingml/customshapegeometry \
+	oox/source/drawingml/customshapeproperties \
+	oox/source/drawingml/drawingmltypes \
+	oox/source/drawingml/embeddedwavaudiofile \
+	oox/source/drawingml/fillproperties \
+	oox/source/drawingml/fillpropertiesgroupcontext \
+	oox/source/drawingml/graphicshapecontext \
+	oox/source/drawingml/guidcontext \
+	oox/source/drawingml/hyperlinkcontext \
+	oox/source/drawingml/lineproperties \
+	oox/source/drawingml/linepropertiescontext \
+	oox/source/drawingml/objectdefaultcontext \
+	oox/source/drawingml/shape \
+	oox/source/drawingml/shapecontext \
+	oox/source/drawingml/shapegroupcontext \
+	oox/source/drawingml/shapepropertiescontext \
+	oox/source/drawingml/shapepropertymap \
+	oox/source/drawingml/shapestylecontext \
+	oox/source/drawingml/spdefcontext \
+	oox/source/drawingml/textbody \
+	oox/source/drawingml/textbodycontext \
+	oox/source/drawingml/textbodyproperties \
+	oox/source/drawingml/textbodypropertiescontext \
+	oox/source/drawingml/textcharacterproperties \
+	oox/source/drawingml/textcharacterpropertiescontext \
+	oox/source/drawingml/textfield \
+	oox/source/drawingml/textfieldcontext \
+	oox/source/drawingml/textfont \
+	oox/source/drawingml/textliststyle \
+	oox/source/drawingml/textliststylecontext \
+	oox/source/drawingml/textparagraph \
+	oox/source/drawingml/textparagraphproperties \
+	oox/source/drawingml/textparagraphpropertiescontext \
+	oox/source/drawingml/textrun \
+	oox/source/drawingml/textspacingcontext \
+	oox/source/drawingml/texttabstoplistcontext \
+	oox/source/drawingml/theme \
+	oox/source/drawingml/themeelementscontext \
+	oox/source/drawingml/themefragmenthandler \
+	oox/source/drawingml/transform2dcontext \
+	oox/source/drawingml/chart/axiscontext \
+	oox/source/drawingml/chart/axisconverter \
+	oox/source/drawingml/chart/axismodel \
+	oox/source/drawingml/chart/chartcontextbase \
+	oox/source/drawingml/chart/chartconverter \
+	oox/source/drawingml/chart/chartdrawingfragment \
+	oox/source/drawingml/chart/chartspaceconverter \
+	oox/source/drawingml/chart/chartspacefragment \
+	oox/source/drawingml/chart/chartspacemodel \
+	oox/source/drawingml/chart/converterbase \
+	oox/source/drawingml/chart/datasourcecontext \
+	oox/source/drawingml/chart/datasourceconverter \
+	oox/source/drawingml/chart/datasourcemodel \
+	oox/source/drawingml/chart/modelbase \
+	oox/source/drawingml/chart/objectformatter \
+	oox/source/drawingml/chart/plotareacontext \
+	oox/source/drawingml/chart/plotareaconverter \
+	oox/source/drawingml/chart/plotareamodel \
+	oox/source/drawingml/chart/seriescontext \
+	oox/source/drawingml/chart/seriesconverter \
+	oox/source/drawingml/chart/seriesmodel \
+	oox/source/drawingml/chart/titlecontext \
+	oox/source/drawingml/chart/titleconverter \
+	oox/source/drawingml/chart/titlemodel \
+	oox/source/drawingml/chart/typegroupcontext \
+	oox/source/drawingml/chart/typegroupconverter \
+	oox/source/drawingml/chart/typegroupmodel \
+	oox/source/drawingml/diagram/datamodelcontext \
+	oox/source/drawingml/diagram/diagram \
+	oox/source/drawingml/diagram/diagramdefinitioncontext \
+	oox/source/drawingml/diagram/diagramfragmenthandler \
+	oox/source/drawingml/diagram/diagramlayoutatoms \
+	oox/source/drawingml/diagram/layoutnodecontext \
+	oox/source/drawingml/table/tablebackgroundstylecontext \
+	oox/source/drawingml/table/tablecell \
+	oox/source/drawingml/table/tablecellcontext \
+	oox/source/drawingml/table/tablecontext \
+	oox/source/drawingml/table/tablepartstylecontext \
+	oox/source/drawingml/table/tableproperties \
+	oox/source/drawingml/table/tablerow \
+	oox/source/drawingml/table/tablerowcontext \
+	oox/source/drawingml/table/tablestyle \
+	oox/source/drawingml/table/tablestylecellstylecontext \
+	oox/source/drawingml/table/tablestylecontext \
+	oox/source/drawingml/table/tablestylelist \
+	oox/source/drawingml/table/tablestylelistfragmenthandler \
+	oox/source/drawingml/table/tablestylepart \
+	oox/source/drawingml/table/tablestyletextstylecontext \
+	oox/source/dump/biffdumper \
+	oox/source/dump/dffdumper \
+	oox/source/dump/dumperbase \
+	oox/source/dump/oledumper \
+	oox/source/dump/pptxdumper \
+	oox/source/dump/xlsbdumper \
+	oox/source/helper/attributelist \
+	oox/source/helper/binaryinputstream \
+	oox/source/helper/binaryoutputstream \
+	oox/source/helper/binarystreambase \
+	oox/source/helper/containerhelper \
+	oox/source/helper/graphichelper \
+	oox/source/helper/modelobjecthelper \
+	oox/source/helper/progressbar \
+	oox/source/helper/propertymap \
+	oox/source/helper/propertyset \
+	oox/source/helper/storagebase \
+	oox/source/helper/textinputstream \
+	oox/source/helper/zipstorage \
+	oox/source/ole/axbinaryreader \
+	oox/source/ole/axcontrol \
+	oox/source/ole/axcontrolfragment \
+	oox/source/ole/olehelper \
+	oox/source/ole/oleobjecthelper \
+	oox/source/ole/olestorage \
+	oox/source/ole/vbacontrol \
+	oox/source/ole/vbahelper \
+	oox/source/ole/vbainputstream \
+	oox/source/ole/vbamodule \
+	oox/source/ole/vbaproject \
+	oox/source/ole/vbaprojectfilter \
+	oox/source/ppt/animationspersist \
+	oox/source/ppt/animationtypes \
+	oox/source/ppt/animvariantcontext \
+	oox/source/ppt/backgroundproperties \
+	oox/source/ppt/buildlistcontext \
+	oox/source/ppt/commonbehaviorcontext \
+	oox/source/ppt/commontimenodecontext \
+	oox/source/ppt/conditioncontext \
+	oox/source/ppt/customshowlistcontext \
+	oox/source/ppt/headerfootercontext \
+	oox/source/ppt/layoutfragmenthandler \
+	oox/source/ppt/pptfilterhelpers \
+	oox/source/ppt/pptimport \
+	oox/source/ppt/pptshape \
+	oox/source/ppt/pptshapecontext \
+	oox/source/ppt/pptshapegroupcontext \
+	oox/source/ppt/pptshapepropertiescontext \
+	oox/source/ppt/presentationfragmenthandler \
+	oox/source/ppt/slidefragmenthandler \
+	oox/source/ppt/slidemastertextstylescontext \
+	oox/source/ppt/slidepersist \
+	oox/source/ppt/slidetimingcontext \
+	oox/source/ppt/slidetransition \
+	oox/source/ppt/slidetransitioncontext \
+	oox/source/ppt/soundactioncontext \
+	oox/source/ppt/timeanimvaluecontext \
+	oox/source/ppt/timenode \
+	oox/source/ppt/timenodelistcontext \
+	oox/source/ppt/timetargetelementcontext \
+	oox/source/shape/ShapeContextHandler \
+	oox/source/shape/ShapeFilterBase \
+	oox/source/token/namespacemap \
+	oox/source/token/propertynames \
+	oox/source/token/tokenmap \
+	oox/source/vml/vmldrawing \
+	oox/source/vml/vmldrawingfragment \
+	oox/source/vml/vmlformatting \
+	oox/source/vml/vmlinputstream \
+	oox/source/vml/vmlshape \
+	oox/source/vml/vmlshapecontainer \
+	oox/source/vml/vmlshapecontext \
+	oox/source/vml/vmltextbox \
+	oox/source/vml/vmltextboxcontext \
+	oox/source/xls/addressconverter \
+	oox/source/xls/autofilterbuffer \
+	oox/source/xls/autofiltercontext \
+	oox/source/xls/biffcodec \
+	oox/source/xls/biffdetector \
+	oox/source/xls/biffhelper \
+	oox/source/xls/biffinputstream \
+	oox/source/xls/biffoutputstream \
+	oox/source/xls/chartsheetfragment \
+	oox/source/xls/commentsbuffer \
+	oox/source/xls/commentsfragment \
+	oox/source/xls/condformatbuffer \
+	oox/source/xls/condformatcontext \
+	oox/source/xls/connectionsbuffer \
+	oox/source/xls/connectionsfragment \
+	oox/source/xls/defnamesbuffer \
+	oox/source/xls/drawingbase \
+	oox/source/xls/drawingfragment \
+	oox/source/xls/drawingmanager \
+	oox/source/xls/excelchartconverter \
+	oox/source/xls/excelfilter \
+	oox/source/xls/excelhandlers \
+	oox/source/xls/excelvbaproject \
+	oox/source/xls/externallinkbuffer \
+	oox/source/xls/externallinkfragment \
+	oox/source/xls/formulabase \
+	oox/source/xls/formulaparser \
+	oox/source/xls/numberformatsbuffer \
+	oox/source/xls/ooxformulaparser \
+	oox/source/xls/pagesettings \
+	oox/source/xls/pivotcachebuffer \
+	oox/source/xls/pivotcachefragment \
+	oox/source/xls/pivottablebuffer \
+	oox/source/xls/pivottablefragment \
+	oox/source/xls/querytablebuffer \
+	oox/source/xls/querytablefragment \
+	oox/source/xls/richstring \
+	oox/source/xls/richstringcontext \
+	oox/source/xls/scenariobuffer \
+	oox/source/xls/scenariocontext \
+	oox/source/xls/sharedstringsbuffer \
+	oox/source/xls/sharedstringsfragment \
+	oox/source/xls/sheetdatabuffer \
+	oox/source/xls/sheetdatacontext \
+	oox/source/xls/stylesbuffer \
+	oox/source/xls/stylesfragment \
+	oox/source/xls/tablebuffer \
+	oox/source/xls/tablefragment \
+	oox/source/xls/themebuffer \
+	oox/source/xls/unitconverter \
+	oox/source/xls/viewsettings \
+	oox/source/xls/workbookfragment \
+	oox/source/xls/workbookhelper \
+	oox/source/xls/workbooksettings \
+	oox/source/xls/worksheetbuffer \
+	oox/source/xls/worksheetfragment \
+	oox/source/xls/worksheethelper \
+	oox/source/xls/worksheetsettings \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/gbuild/main/oox/Makefile
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oox/Makefile?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oox/Makefile (added)
+++ incubator/ooo/branches/gbuild/main/oox/Makefile Wed Nov 14 22:07:57 2012
@@ -0,0 +1,38 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+ifeq ($(strip $(SOLARENV)),)
+$(error No environment set!)
+endif
+
+gb_PARTIALBUILD := T
+GBUILDDIR := $(SOLARENV)/gbuild
+include $(GBUILDDIR)/gbuild.mk
+
+$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/gbuild/main/oox/Module_oox.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oox/Module_oox.mk?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oox/Module_oox.mk (added)
+++ incubator/ooo/branches/gbuild/main/oox/Module_oox.mk Wed Nov 14 22:07:57 2012
@@ -0,0 +1,37 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.	If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Module_Module,oox))
+
+$(eval $(call gb_Module_add_targets,oox,\
+	Library_oox \
+	Package_inc \
+	Package_source \
+	Package_generated \
+))
+
+# vim: set noet ts=4 sw=4:

Added: incubator/ooo/branches/gbuild/main/oox/Package_generated.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oox/Package_generated.mk?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oox/Package_generated.mk (added)
+++ incubator/ooo/branches/gbuild/main/oox/Package_generated.mk Wed Nov 14 22:07:57 2012
@@ -0,0 +1,53 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.	If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Package_Package,oox_generated,$(WORKDIR)/CustomTarget/oox/source/token))
+
+$(eval $(call \
+	gb_Package_add_customtarget,oox_generated,oox/source/token,SRCDIR))
+
+$(eval $(call \
+	gb_CustomTarget_add_dependencies,oox/source/token,\
+		oox/source/token/namespaces.hxx.head \
+		oox/source/token/namespaces.hxx.tail \
+		oox/source/token/namespaces.txt \
+		oox/source/token/namespaces.pl \
+		oox/source/token/tokens.hxx.head \
+		oox/source/token/tokens.hxx.tail \
+		oox/source/token/tokens.txt \
+		oox/source/token/tokens.pl \
+		oox/source/token/properties.hxx.head \
+		oox/source/token/properties.hxx.tail \
+		oox/source/token/properties.txt \
+		oox/source/token/properties.pl \
+))
+
+$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/namespaces.hxx,namespaces.hxx))
+$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/namespaces.txt,namespaces.txt))
+$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/properties.hxx,properties.hxx))
+$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/tokens.hxx,tokens.hxx))
+

Added: incubator/ooo/branches/gbuild/main/oox/Package_inc.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oox/Package_inc.mk?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oox/Package_inc.mk (added)
+++ incubator/ooo/branches/gbuild/main/oox/Package_inc.mk Wed Nov 14 22:07:57 2012
@@ -0,0 +1,45 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.	If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Package_Package,oox_inc,$(SRCDIR)/oox/inc))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/dllapi.h,oox/dllapi.h))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/core/filterbase.hxx,oox/core/filterbase.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/core/filterdetect.hxx,oox/core/filterdetect.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/core/relations.hxx,oox/core/relations.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/core/xmlfilterbase.hxx,oox/core/xmlfilterbase.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/drawingml/chart/chartconverter.hxx,oox/drawingml/chart/chartconverter.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/drawingml/table/tablestylelist.hxx,oox/drawingml/table/tablestylelist.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/binarystreambase.hxx,oox/helper/binarystreambase.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/helper.hxx,oox/helper/helper.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/refmap.hxx,oox/helper/refmap.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/refvector.hxx,oox/helper/refvector.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/storagebase.hxx,oox/helper/storagebase.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/zipstorage.hxx,oox/helper/zipstorage.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/ole/vbaproject.hxx,oox/ole/vbaproject.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/vml/vmldrawing.hxx,oox/vml/vmldrawing.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/vml/vmlshape.hxx,oox/vml/vmlshape.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/xls/excelvbaproject.hxx,oox/xls/excelvbaproject.hxx))

Added: incubator/ooo/branches/gbuild/main/oox/Package_source.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oox/Package_source.mk?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oox/Package_source.mk (added)
+++ incubator/ooo/branches/gbuild/main/oox/Package_source.mk Wed Nov 14 22:07:57 2012
@@ -0,0 +1,29 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.	If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Package_Package,oox_source,$(SRCDIR)/oox/source))
+$(eval $(call gb_Package_add_file,oox_source,inc/oox/token/tokens.txt,token/tokens.txt))

Added: incubator/ooo/branches/gbuild/main/oox/prj/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oox/prj/makefile.mk?rev=1409470&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/oox/prj/makefile.mk (added)
+++ incubator/ooo/branches/gbuild/main/oox/prj/makefile.mk Wed Nov 14 22:07:57 2012
@@ -0,0 +1,40 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+PRJ=..
+TARGET=prj
+
+.INCLUDE : settings.mk
+
+.IF "$(VERBOSE)"!=""
+VERBOSEFLAG :=
+.ELSE
+VERBOSEFLAG := -s
+.ENDIF
+
+all:
+	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog