summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi')
-rwxr-xr-xoovbaapi/ooo/vba/constants/makefile.mk59
-rwxr-xr-xoovbaapi/ooo/vba/excel/makefile.mk116
-rwxr-xr-xoovbaapi/ooo/vba/makefile.mk74
-rwxr-xr-xoovbaapi/ooo/vba/msforms/makefile.mk75
-rwxr-xr-xoovbaapi/ooo/vba/word/makefile.mk111
-rwxr-xr-xoovbaapi/util/makefile.pmk32
6 files changed, 0 insertions, 467 deletions
diff --git a/oovbaapi/ooo/vba/constants/makefile.mk b/oovbaapi/ooo/vba/constants/makefile.mk
deleted file mode 100755
index dbe221391335..000000000000
--- a/oovbaapi/ooo/vba/constants/makefile.mk
+++ /dev/null
@@ -1,59 +0,0 @@
-#*************************************************************************
-#
-# 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=..$/..$/..
-
-PRJNAME=oovbapi
-
-TARGET=constants
-PACKAGE=org$/vba$/constants
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-.IF "$(L10N_framework)"==""
-# ------------------------------------------------------------------------
-MY_GEN_IDL_PATH=$(MISC)$/idl
-MY_GEN_UCR_PATH=$(OUT)$/ucr$/$(PACKAGE)
-MYTMPIDLFILES=$(shell @ls $(MY_GEN_IDL_PATH))
-MYIDLFILES=$(foreach,i,$(MYTMPIDLFILES) $(MY_GEN_IDL_PATH)$/$(i))
-MYURDFILES=$(foreach,i,$(MYIDLFILES) $(MY_GEN_UCR_PATH)$/$(i:b).urd)
-MYDBTARGET=$(OUT)$/ucr/constants.db
-.ENDIF
-
-.INCLUDE : target.mk
-
-.IF "$(L10N_framework)"==""
-ALLTAR: $(MYDBTARGET)
-
-$(MY_GEN_UCR_PATH)$/%.urd: $(MY_GEN_IDL_PATH)$/%.idl
- $(IDLC) -C -O $(MY_GEN_UCR_PATH) -I $(MY_GEN_IDL_PATH) -I $(SOLARIDLDIR) $?
-
-$(MYDBTARGET) : $(MYURDFILES) $(MYIDLFILES)
- $(REGMERGE) $(OUT)$/ucr/constants.db /UCR @$(mktmp $(MYURDFILES))
-
-.ENDIF
diff --git a/oovbaapi/ooo/vba/excel/makefile.mk b/oovbaapi/ooo/vba/excel/makefile.mk
deleted file mode 100755
index 428062f5c95a..000000000000
--- a/oovbaapi/ooo/vba/excel/makefile.mk
+++ /dev/null
@@ -1,116 +0,0 @@
-#*************************************************************************
-#
-# 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=..$/..$/..
-
-PRJNAME=oovapi
-
-TARGET=excel
-PACKAGE=ooo$/vba$/excel
-
-# --- Settings -----------------------------------------------------
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# ------------------------------------------------------------------------
-
-
-IDLFILES= XGlobals.idl\
- Globals.idl\
- SheetObject.idl\
- SheetObjects.idl\
- XApplication.idl\
- XComment.idl\
- XComments.idl\
- XRange.idl\
- XWorkbook.idl\
- XWorkbooks.idl\
- XWorksheet.idl\
- XWorksheets.idl\
- XFont.idl\
- XOutline.idl\
- XInterior.idl\
- XWorksheetFunction.idl\
- XWindow.idl\
- XChartObject.idl\
- XChartObjects.idl\
- XChart.idl\
- XCharts.idl\
- XSeriesCollection.idl\
- XSeries.idl\
- XDialog.idl \
- XPivotTables.idl \
- XPivotTable.idl \
- XPivotCache.idl \
- XDialogs.idl \
- XWindows.idl \
- XBorder.idl \
- XBorders.idl \
- XCharacters.idl \
- XValidation.idl\
- XOLEObject.idl\
- XOLEObjects.idl\
- XPane.idl\
- XTextFrame.idl\
- XTitle.idl\
- XChartTitle.idl\
- XDataLabel.idl\
- XDataLabels.idl\
- XAxes.idl\
- XAxis.idl\
- XAxisTitle.idl\
- XStyle.idl \
- XStyles.idl \
- XFormat.idl \
- XFormatCondition.idl \
- XFormatConditions.idl \
- Range.idl\
- XName.idl\
- XNames.idl \
- Workbook.idl \
- Worksheet.idl \
- Window.idl \
- XHyperlink.idl \
- Hyperlink.idl \
- XHyperlinks.idl \
- XPageSetup.idl \
- XPageBreak.idl \
- XHPageBreak.idl \
- XHPageBreaks.idl \
- XVPageBreak.idl \
- XVPageBreaks.idl \
- TextFrame.idl \
- XMenuBar.idl \
- XMenuBars.idl \
- XMenu.idl \
- XMenus.idl \
- XMenuItem.idl \
- XMenuItems.idl \
- XQueryTable.idl
-
-# ------------------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/oovbaapi/ooo/vba/makefile.mk b/oovbaapi/ooo/vba/makefile.mk
deleted file mode 100755
index 10281a645196..000000000000
--- a/oovbaapi/ooo/vba/makefile.mk
+++ /dev/null
@@ -1,74 +0,0 @@
- #*************************************************************************
-#
-# 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=..$/..
-
-PRJNAME=oovbapi
-
-TARGET=vba
-PACKAGE=ooo$/vba
-
-# --- Settings -----------------------------------------------------
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# ------------------------------------------------------------------------
-.IF "$(L10N_framework)"=""
-IDLFILES=\
- XErrObject.idl \
- XCollection.idl\
- XCollectionBase.idl\
- XVBAToOOEventDescGen.idl\
- XPropValue.idl\
- XHelperInterface.idl\
- XAssistant.idl\
- XCommandBarControl.idl\
- XCommandBarControls.idl\
- XCommandBar.idl\
- XCommandBars.idl\
- XCommandBarPopup.idl\
- XCommandBarButton.idl\
- XControlProvider.idl\
- ControlProvider.idl\
- XApplicationBase.idl\
- XWindowBase.idl\
- XDocumentBase.idl\
- XDocumentsBase.idl\
- XGlobalsBase.idl\
- XDocumentProperty.idl\
- XDocumentProperties.idl\
- XExecutableDialog.idl\
- XFontBase.idl\
- XDialogsBase.idl\
- XDialogBase.idl\
- XPageSetupBase.idl \
- XFileSearch.idl\
- XFoundFiles.idl\
- XFileDialog.idl \
- XFileDialogSelectedItems.idl
-
-# ------------------------------------------------------------------
-.ENDIF
-.INCLUDE : target.mk
diff --git a/oovbaapi/ooo/vba/msforms/makefile.mk b/oovbaapi/ooo/vba/msforms/makefile.mk
deleted file mode 100755
index 2717d0409da6..000000000000
--- a/oovbaapi/ooo/vba/msforms/makefile.mk
+++ /dev/null
@@ -1,75 +0,0 @@
-#*************************************************************************
-#
-# 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=..$/..$/..
-
-PRJNAME=oovbapi
-
-TARGET=msforms
-PACKAGE=ooo$/vba$/msforms
-
-# --- Settings -----------------------------------------------------
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# ------------------------------------------------------------------------
-
-IDLFILES=\
- MSFormReturnTypes.idl \
- XCheckBox.idl \
- XComboBox.idl \
- XCommandButton.idl \
- XControl.idl \
- XFrame.idl \
- XLabel.idl \
- XNewFont.idl \
- XTextBox.idl \
- XRadioButton.idl \
- XCheckBox.idl \
- XShape.idl \
- XShapes.idl \
- XLineFormat.idl \
- XColorFormat.idl \
- XFillFormat.idl \
- XPictureFormat.idl \
- XShapeRange.idl \
- XTextBoxShape.idl \
- XUserForm.idl \
- XListBox.idl \
- XToggleButton.idl \
- XScrollBar.idl \
- XProgressBar.idl \
- XMultiPage.idl \
- XPages.idl \
- XSpinButton.idl \
- XImage.idl \
- XControls.idl \
- XReturnBoolean.idl \
- XReturnInteger.idl \
- XTextFrame.idl \
-
-# ------------------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oovbaapi/ooo/vba/word/makefile.mk b/oovbaapi/ooo/vba/word/makefile.mk
deleted file mode 100755
index 4ed210befad2..000000000000
--- a/oovbaapi/ooo/vba/word/makefile.mk
+++ /dev/null
@@ -1,111 +0,0 @@
-#*************************************************************************
-#
-# 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=..$/..$/..
-
-PRJNAME=oovapi
-
-TARGET=word
-PACKAGE=ooo$/vba$/word
-
-# --- Settings -----------------------------------------------------
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# ------------------------------------------------------------------------
-
-
-IDLFILES= XGlobals.idl\
- XApplication.idl \
- XDocument.idl \
- XWindow.idl \
- XSystem.idl \
- XRange.idl \
- XBookmark.idl \
- XBookmarks.idl \
- XVariable.idl \
- XVariables.idl \
- XView.idl \
- XPane.idl \
- XPanes.idl \
- XOptions.idl \
- XSelection.idl \
- XTemplate.idl \
- XParagraphFormat.idl \
- XAutoTextEntries.idl \
- XAutoTextEntry.idl \
- XParagraphs.idl \
- XParagraph.idl \
- XFind.idl \
- XReplacement.idl \
- XStyle.idl \
- XStyles.idl \
- XFont.idl \
- XTable.idl \
- XTables.idl \
- XField.idl \
- XFields.idl \
- XBorder.idl \
- XBorders.idl \
- XDocuments.idl \
- XHeaderFooter.idl \
- XAddins.idl \
- XAddin.idl \
- XDialogs.idl \
- XDialog.idl \
- XWrapFormat.idl \
- XPageSetup.idl \
- XSection.idl \
- XSections.idl \
- XRow.idl \
- XRows.idl \
- XColumn.idl \
- XColumns.idl \
- XCell.idl \
- XCells.idl \
- XTabStop.idl \
- XTabStops.idl \
- XTableOfContents.idl \
- XTablesOfContents.idl \
- XListFormat.idl \
- XListGalleries.idl \
- XListGallery.idl \
- XListTemplate.idl \
- XListTemplates.idl \
- XListLevel.idl \
- XListLevels.idl \
- XFormField.idl \
- XFormFields.idl \
- XRevision.idl \
- XRevisions.idl \
- XFrame.idl \
- XFrames.idl \
- XCheckBox.idl \
- XHeadersFooters.idl \
-
-# ------------------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/oovbaapi/util/makefile.pmk b/oovbaapi/util/makefile.pmk
deleted file mode 100755
index 81737fa21685..000000000000
--- a/oovbaapi/util/makefile.pmk
+++ /dev/null
@@ -1,32 +0,0 @@
-#*************************************************************************
-#
-# 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.
-#
-#*************************************************************************
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-LOCALIDLFILES=TRUE