summaryrefslogtreecommitdiff
path: root/chart2/source/controller
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-15 10:35:13 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-15 12:46:03 +0200
commit6b0ed964454cfa35a319050fcd0a1dd8c3dc7676 (patch)
tree16a0a5ba7f3cf16a3c4c936b467c20eca376e0dc /chart2/source/controller
parentcf18623c9356846401e5240869e9b292f09b1870 (diff)
gbuildize chart2
Diffstat (limited to 'chart2/source/controller')
-rw-r--r--chart2/source/controller/accessibility/makefile.mk54
-rw-r--r--chart2/source/controller/chartapiwrapper/makefile.mk77
-rw-r--r--chart2/source/controller/dialogs/makefile.mk192
-rw-r--r--chart2/source/controller/drawinglayer/makefile.mk49
-rw-r--r--chart2/source/controller/itemsetwrapper/makefile.mk60
-rw-r--r--chart2/source/controller/main/makefile.mk81
-rw-r--r--chart2/source/controller/makefile.mk132
-rw-r--r--chart2/source/controller/menus/makefile.mk63
8 files changed, 0 insertions, 708 deletions
diff --git a/chart2/source/controller/accessibility/makefile.mk b/chart2/source/controller/accessibility/makefile.mk
deleted file mode 100644
index 44c816d90..000000000
--- a/chart2/source/controller/accessibility/makefile.mk
+++ /dev/null
@@ -1,54 +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= ..$/..$/..
-PRJINC= $(PRJ)$/source
-PRJNAME= chart2
-TARGET= chcaccessibility
-
-ENABLE_EXCEPTIONS= TRUE
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE: settings.mk
-
-# --- export library -------------------------------------------------
-
-#object files to build and link together to lib $(SLB)$/$(TARGET).lib
-SLOFILES= $(SLO)$/AccessibleChartView.obj \
- $(SLO)$/ChartElementFactory.obj \
- $(SLO)$/AccessibleBase.obj \
- $(SLO)$/AccessibleChartElement.obj \
- $(SLO)$/AccessibleChartShape.obj \
- $(SLO)$/AccessibleTextHelper.obj \
- $(SLO)$/AccessibleViewForwarder.obj
-
-# --- Targets -----------------------------------------------------------------
-
-.INCLUDE: target.mk
-
diff --git a/chart2/source/controller/chartapiwrapper/makefile.mk b/chart2/source/controller/chartapiwrapper/makefile.mk
deleted file mode 100644
index 0af72c700..000000000
--- a/chart2/source/controller/chartapiwrapper/makefile.mk
+++ /dev/null
@@ -1,77 +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= chart2
-TARGET= chchartapiwrapper
-
-PRJINC= $(PRJ)$/source
-
-ENABLE_EXCEPTIONS= TRUE
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE: settings.mk
-
-# --- export library -------------------------------------------------
-
-#Specifies object files to bind into linked libraries.
-SLOFILES= \
- $(SLO)$/Chart2ModelContact.obj \
- $(SLO)$/AreaWrapper.obj \
- $(SLO)$/AxisWrapper.obj \
- $(SLO)$/ChartDataWrapper.obj \
- $(SLO)$/ChartDocumentWrapper.obj \
- $(SLO)$/DataSeriesPointWrapper.obj \
- $(SLO)$/DiagramWrapper.obj \
- $(SLO)$/GridWrapper.obj \
- $(SLO)$/LegendWrapper.obj \
- $(SLO)$/TitleWrapper.obj \
- $(SLO)$/MinMaxLineWrapper.obj \
- $(SLO)$/UpDownBarWrapper.obj \
- $(SLO)$/WallFloorWrapper.obj \
- $(SLO)$/WrappedAutomaticPositionProperties.obj \
- $(SLO)$/WrappedCharacterHeightProperty.obj \
- $(SLO)$/WrappedDataCaptionProperties.obj \
- $(SLO)$/WrappedTextRotationProperty.obj \
- $(SLO)$/WrappedGapwidthProperty.obj \
- $(SLO)$/WrappedScaleProperty.obj \
- $(SLO)$/WrappedSplineProperties.obj \
- $(SLO)$/WrappedStockProperties.obj \
- $(SLO)$/WrappedSymbolProperties.obj \
- $(SLO)$/WrappedAxisAndGridExistenceProperties.obj \
- $(SLO)$/WrappedNumberFormatProperty.obj \
- $(SLO)$/WrappedStatisticProperties.obj \
- $(SLO)$/WrappedSceneProperty.obj \
- $(SLO)$/WrappedSeriesAreaOrLineProperty.obj \
- $(SLO)$/WrappedAddInProperty.obj \
- $(SLO)$/WrappedScaleTextProperties.obj
-
-# --- Targets -----------------------------------------------------------------
-
-.INCLUDE: target.mk
diff --git a/chart2/source/controller/dialogs/makefile.mk b/chart2/source/controller/dialogs/makefile.mk
deleted file mode 100644
index 06671a3bd..000000000
--- a/chart2/source/controller/dialogs/makefile.mk
+++ /dev/null
@@ -1,192 +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= ..$/..$/..
-PRJINC= $(PRJ)$/source
-PRJNAME= chart2
-TARGET= chcdialogs
-
-ENABLE_EXCEPTIONS= TRUE
-VISIBILITY_HIDDEN=TRUE
-GEN_HID_OTHER=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE: settings.mk
-
-# i26518 the gcc-3.0.4 requires to enhance the template-depth
-# this seems to be a compiler issue, so we recommend not to use 3.0.x anymore
-.IF "$(COM)"=="GCC"
- CFLAGS+=-ftemplate-depth-128
-.ENDIF
-
-# --- export library -------------------------------------------------
-
-#object files to build and link together to lib $(SLB)$/$(TARGET).lib
-SLOFILES= \
- $(SLO)$/ObjectNameProvider.obj \
- $(SLO)$/TimerTriggeredControllerLock.obj \
- $(SLO)$/ChangingResource.obj \
- $(SLO)$/DataBrowser.obj \
- $(SLO)$/DataBrowserModel.obj \
- $(SLO)$/DialogModel.obj \
- $(SLO)$/TitleDialogData.obj \
- $(SLO)$/res_Titles.obj \
- $(SLO)$/res_TextSeparator.obj \
- $(SLO)$/res_ErrorBar.obj \
- $(SLO)$/res_Trendline.obj \
- $(SLO)$/res_BarGeometry.obj \
- $(SLO)$/res_LegendPosition.obj \
- $(SLO)$/res_DataLabel.obj \
- $(SLO)$/ChartTypeDialogController.obj \
- $(SLO)$/tp_ChartType.obj \
- $(SLO)$/tp_RangeChooser.obj \
- $(SLO)$/tp_Wizard_TitlesAndObjects.obj \
- $(SLO)$/tp_AxisLabel.obj \
- $(SLO)$/tp_AxisPositions.obj \
- $(SLO)$/tp_DataLabel.obj \
- $(SLO)$/tp_DataSource.obj \
- $(SLO)$/tp_DataSourceControls.obj \
- $(SLO)$/tp_LegendPosition.obj \
- $(SLO)$/tp_PointGeometry.obj \
- $(SLO)$/tp_Scale.obj \
- $(SLO)$/tp_Trendline.obj \
- $(SLO)$/tp_ErrorBars.obj \
- $(SLO)$/tp_SeriesToAxis.obj \
- $(SLO)$/tp_TitleRotation.obj \
- $(SLO)$/tp_3D_SceneGeometry.obj \
- $(SLO)$/tp_3D_SceneAppearance.obj \
- $(SLO)$/tp_3D_SceneIllumination.obj \
- $(SLO)$/tp_PolarOptions.obj \
- $(SLO)$/dlg_ObjectProperties.obj \
- $(SLO)$/dlg_DataEditor.obj \
- $(SLO)$/dlg_DataSource.obj \
- $(SLO)$/dlg_View3D.obj \
- $(SLO)$/dlg_InsertAxis_Grid.obj \
- $(SLO)$/dlg_InsertDataLabel.obj \
- $(SLO)$/dlg_InsertLegend.obj \
- $(SLO)$/dlg_InsertTrendline.obj \
- $(SLO)$/dlg_InsertErrorBars.obj \
- $(SLO)$/dlg_InsertTitle.obj \
- $(SLO)$/dlg_CreationWizard.obj \
- $(SLO)$/dlg_CreationWizard_UNO.obj \
- $(SLO)$/dlg_ChartType_UNO.obj \
- $(SLO)$/dlg_ChartType.obj \
- $(SLO)$/dlg_NumberFormat.obj \
- $(SLO)$/dlg_ShapeFont.obj \
- $(SLO)$/dlg_ShapeParagraph.obj \
- $(SLO)$/RangeSelectionButton.obj \
- $(SLO)$/RangeSelectionHelper.obj \
- $(SLO)$/RangeSelectionListener.obj \
- $(SLO)$/RangeEdit.obj \
- $(SLO)$/TextDirectionListBox.obj
-
-# --- Resources ---------------------------------------------------------------
-
-SRC1FILES= \
- res_TextSeparator.src \
- res_BarGeometry.src \
- tp_ChartType.src \
- tp_RangeChooser.src \
- tp_Wizard_TitlesAndObjects.src \
- tp_AxisLabel.src \
- tp_AxisPositions.src \
- tp_DataLabel.src \
- tp_DataSource.src \
- tp_LegendPosition.src \
- tp_PointGeometry.src \
- tp_Scale.src \
- tp_Trendline.src \
- tp_ErrorBars.src \
- tp_SeriesToAxis.src \
- tp_TitleRotation.src \
- tp_3D_SceneGeometry.src \
- tp_3D_SceneAppearance.src \
- tp_3D_SceneIllumination.src \
- tp_PolarOptions.src \
- dlg_ObjectProperties.src \
- Strings_Statistic.src \
- Strings_Scale.src \
- Strings_ChartTypes.src \
- Strings_AdditionalControls.src \
- Strings.src \
- Bitmaps.src \
- dlg_DataEditor.src \
- dlg_DataSource.src \
- dlg_View3D.src \
- dlg_InsertAxis_Grid.src \
- dlg_InsertDataLabel.src \
- dlg_InsertLegend.src \
- dlg_InsertTrendline.src \
- dlg_InsertErrorBars.src \
- dlg_InsertTitle.src \
- dlg_ChartType.src \
- dlg_CreationWizard.src \
- dlg_ShapeFont.src \
- dlg_ShapeParagraph.src
-
-SRS1NAME=$(TARGET)
-
-# --- Targets -----------------------------------------------------------------
-LOCALIZE_ME=res_DataLabel_tmpl.hrc res_LegendPosition_tmpl.hrc res_Trendline_tmpl.hrc res_ErrorBar_tmpl.hrc res_Titlesx_tmpl.hrc res_SecondaryAxisCheckBoxes_tmpl.hrc
-.INCLUDE: target.mk
-$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_DataLabel.hrc
-$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_LegendPosition.hrc
-$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_Trendline.hrc
-$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_ErrorBar.hrc
-$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_Titlesx.hrc
-$(SRS)$/chcdialogs.srs: $(INCCOM)$/res_SecondaryAxisCheckBoxes.hrc
-
-#dependencies:
-
-$(SRS)$/chcdialogs.srs: \
- Bitmaps.hrc \
- CommonResources.hrc \
- ResourceIds.hrc \
- ..$/..$/inc$/Strings.hrc \
- TabPages.hrc \
- dlg_CreationWizard.hrc \
- dlg_DataSource.hrc \
- dlg_InsertAxis_Grid.hrc \
- dlg_InsertDataLabel.hrc \
- dlg_InsertLegend.hrc \
- dlg_InsertTrendline.hrc \
- dlg_InsertErrorBars.hrc \
- dlg_InsertTitle.hrc \
- dlg_View3D.hrc \
- res_Titles.hrc \
- tp_3D_SceneAppearance.hrc \
- tp_3D_SceneGeometry.hrc \
- tp_3D_SceneIllumination.hrc \
- tp_PolarOptions.hrc \
- tp_ChartType.hrc \
- tp_DataSource.hrc \
- tp_RangeChooser.hrc \
- tp_Wizard_TitlesAndObjects.hrc
-
-#$(SRS)$/chcdialogs.srs: $(SOLARINCDIR)$/svx$/globlmn.hrc
-
diff --git a/chart2/source/controller/drawinglayer/makefile.mk b/chart2/source/controller/drawinglayer/makefile.mk
deleted file mode 100644
index ab0645e61..000000000
--- a/chart2/source/controller/drawinglayer/makefile.mk
+++ /dev/null
@@ -1,49 +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= ..$/..$/..
-PRJINC= $(PRJ)$/source
-PRJNAME= chart2
-TARGET= chcdrawinglayer
-
-ENABLE_EXCEPTIONS= TRUE
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE: settings.mk
-
-# --- export library -------------------------------------------------
-
-#object files to build and link together to lib $(SLB)$/$(TARGET).lib
-SLOFILES= $(SLO)$/DrawViewWrapper.obj \
- $(SLO)$/ViewElementListProvider.obj
-
-# --- Targets -----------------------------------------------------------------
-
-.INCLUDE: target.mk
-
diff --git a/chart2/source/controller/itemsetwrapper/makefile.mk b/chart2/source/controller/itemsetwrapper/makefile.mk
deleted file mode 100644
index 8f12443c1..000000000
--- a/chart2/source/controller/itemsetwrapper/makefile.mk
+++ /dev/null
@@ -1,60 +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= ..$/..$/..
-PRJINC= $(PRJ)$/source
-PRJNAME= chart2
-TARGET= chcitemsetwrapper
-
-ENABLE_EXCEPTIONS= TRUE
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE: settings.mk
-
-# --- export library -------------------------------------------------
-
-#object files to build and link together to lib $(SLB)$/$(TARGET).lib
-SLOFILES= $(SLO)$/ItemConverter.obj \
- $(SLO)$/AxisItemConverter.obj \
- $(SLO)$/MultipleItemConverter.obj \
- $(SLO)$/MultipleChartConverters.obj \
- $(SLO)$/CharacterPropertyItemConverter.obj \
- $(SLO)$/SeriesOptionsItemConverter.obj \
- $(SLO)$/DataPointItemConverter.obj \
- $(SLO)$/GraphicPropertyItemConverter.obj \
- $(SLO)$/LegendItemConverter.obj \
- $(SLO)$/StatisticsItemConverter.obj \
- $(SLO)$/TitleItemConverter.obj \
- $(SLO)$/RegressionCurveItemConverter.obj \
- $(SLO)$/RegressionEquationItemConverter.obj \
- $(SLO)$/ErrorBarItemConverter.obj
-
-# --- Targets -----------------------------------------------------------------
-
-.INCLUDE: target.mk
-
diff --git a/chart2/source/controller/main/makefile.mk b/chart2/source/controller/main/makefile.mk
deleted file mode 100644
index 557d6cf62..000000000
--- a/chart2/source/controller/main/makefile.mk
+++ /dev/null
@@ -1,81 +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= ..$/..$/..
-PRJINC= $(PRJ)$/source
-PRJNAME= chart2
-TARGET= chcontroller
-
-ENABLE_EXCEPTIONS= TRUE
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE: settings.mk
-
-# --- export library -------------------------------------------------
-
-#object files to build and link together to lib $(SLB)$/$(TARGET).lib
-SLOFILES = \
- $(SLO)$/ConfigurationAccess.obj \
- $(SLO)$/ElementSelector.obj \
- $(SLO)$/SelectionHelper.obj \
- $(SLO)$/PositionAndSizeHelper.obj \
- $(SLO)$/ChartWindow.obj \
- $(SLO)$/ChartController.obj \
- $(SLO)$/ChartController_EditData.obj \
- $(SLO)$/ChartController_Window.obj \
- $(SLO)$/ChartController_Properties.obj \
- $(SLO)$/ChartController_Insert.obj \
- $(SLO)$/ChartController_TextEdit.obj \
- $(SLO)$/ChartController_Position.obj \
- $(SLO)$/ChartController_Tools.obj \
- $(SLO)$/ChartFrameloader.obj \
- $(SLO)$/ChartRenderer.obj \
- $(SLO)$/CommandDispatchContainer.obj \
- $(SLO)$/CommandDispatch.obj \
- $(SLO)$/ControllerCommandDispatch.obj \
- $(SLO)$/UndoCommandDispatch.obj \
- $(SLO)$/DragMethod_Base.obj \
- $(SLO)$/DragMethod_RotateDiagram.obj \
- $(SLO)$/DragMethod_PieSegment.obj \
- $(SLO)$/ObjectHierarchy.obj \
- $(SLO)$/_serviceregistration_controller.obj \
- $(SLO)$/ChartDropTargetHelper.obj \
- $(SLO)$/StatusBarCommandDispatch.obj \
- $(SLO)$/ChartTransferable.obj \
- $(SLO)$/FeatureCommandDispatchBase.obj \
- $(SLO)$/DrawCommandDispatch.obj \
- $(SLO)$/ShapeController.obj \
- $(SLO)$/ShapeToolbarController.obj \
- $(SLO)$/UndoActions.obj \
- $(SLO)$/UndoGuard.obj \
- $(SLO)$/ChartModelClone.obj \
-
-# --- Targets -----------------------------------------------------------------
-
-.INCLUDE: target.mk
diff --git a/chart2/source/controller/makefile.mk b/chart2/source/controller/makefile.mk
deleted file mode 100644
index dc3ed778b..000000000
--- a/chart2/source/controller/makefile.mk
+++ /dev/null
@@ -1,132 +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= chart2
-TARGET= chartcontroller
-
-USE_DEFFILE= TRUE
-ENABLE_EXCEPTIONS= TRUE
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- export library -------------------------------------------------
-
-#You can use several library macros of this form to build libraries that
-#do not consist of all object files in a directory or to merge different libraries.
-LIB1TARGET= $(SLB)$/$(TARGET).lib
-
-LIB1FILES= \
- $(SLB)$/chcontroller.lib \
- $(SLB)$/chcdrawinglayer.lib \
- $(SLB)$/chcitemsetwrapper.lib \
- $(SLB)$/chcdialogs.lib \
- $(SLB)$/chchartapiwrapper.lib \
- $(SLB)$/chcaccessibility.lib
-
-#--------
-
-#Indicates the filename of the shared library.
-SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
-
-#indicates dependencies:
-.IF "$(COM)" == "MSC"
-SHL1DEPN = \
- $(LB)$/icharttools.lib \
- $(LB)$/ichartview.lib
-.ELSE
-SHL1DEPN =
-.ENDIF
-
-#Specifies an import library to create. For Win32 only.
-SHL1IMPLIB= i$(TARGET)
-
-#Specifies libraries from the same module to put into the shared library.
-#was created above
-SHL1LIBS= $(LIB1TARGET)
-
-#Links import libraries.
-
-SHL1STDLIBS= $(CHARTTOOLS) \
- $(CHARTVIEW) \
- $(EDITENGLIB) \
- $(CPPULIB) \
- $(CPPUHELPERLIB) \
- $(COMPHELPERLIB) \
- $(BASEGFXLIB) \
- $(DRAWINGLAYERLIB) \
- $(BASEGFXLIB) \
- $(SALLIB) \
- $(SVLLIB) \
- $(SVTOOLLIB) \
- $(SVXCORELIB) \
- $(SVXLIB) \
- $(TKLIB) \
- $(TOOLSLIB) \
- $(VCLLIB) \
- $(SFXLIB) \
- $(UNOTOOLSLIB) \
- $(SOTLIB)
-
-#--------exports
-
-#specifies the exported symbols for Windows only:
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
-SHL1VERSIONMAP = $(SOLARENV)/src/component.map
-
-#--------definition file
-
-#name of the definition file:
-DEF1NAME= $(SHL1TARGET)
-
-# --- Resources ---------------------------------------------------------------
-
-RESLIB1LIST=\
- $(SRS)$/chcdialogs.srs \
- $(SRS)$/chcmenus.srs \
-
-
-RESLIB1NAME= $(TARGET)
-RESLIB1IMAGES=$(PRJ)$/res
-RESLIB1SRSFILES=$(RESLIB1LIST)
-RESLIB1DEPN=$(RESLIB1LIST)
-
-# --- Targets -----------------------------------------------------------------
-
-.INCLUDE: target.mk
-
-ALLTAR : $(MISC)/chartcontroller.component
-
-$(MISC)/chartcontroller.component .ERRREMOVE : \
- $(SOLARENV)/bin/createcomponent.xslt chartcontroller.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt chartcontroller.component
diff --git a/chart2/source/controller/menus/makefile.mk b/chart2/source/controller/menus/makefile.mk
deleted file mode 100644
index f97548963..000000000
--- a/chart2/source/controller/menus/makefile.mk
+++ /dev/null
@@ -1,63 +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= ..$/..$/..
-PRJINC= $(PRJ)$/source
-PRJNAME= chart2
-TARGET= chcmenus
-
-ENABLE_EXCEPTIONS= TRUE
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE: settings.mk
-
-# i26518 the gcc-3.0.4 requires to enhance the template-depth
-# this seems to be a compiler issue, so we recommend not to use 3.0.x anymore
-.IF "$(COM)"=="GCC"
- CFLAGS+=-ftemplate-depth-128
-.ENDIF
-
-# --- Resources ---------------------------------------------------------------
-
-SRC1FILES= \
- ShapeContextMenu.src \
- ShapeEditContextMenu.src
-
-SRS1NAME=$(TARGET)
-
-# --- Targets -----------------------------------------------------------------
-
-.INCLUDE: target.mk
-
-#dependencies:
-
-$(SRS)$/chcmenus.srs: \
- ..$/inc$/MenuResIds.hrc
-
-#$(SRS)$/$(TARGET).srs: $(SOLARINCDIR)$/svx$/globlmn.hrc