1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22 23 24PRJ=..$/..$/..$/.. 25 26PRJNAME=offapi 27 28TARGET=csschart 29PACKAGE=com$/sun$/star$/chart 30 31# --- Settings ----------------------------------------------------- 32.INCLUDE : $(PRJ)$/util$/makefile.pmk 33 34# ------------------------------------------------------------------------ 35 36IDLFILES=\ 37 AccessibleChartElement.idl\ 38 AccessibleChartDocumentView.idl\ 39 AreaDiagram.idl\ 40 BarDiagram.idl\ 41 BubbleDiagram.idl\ 42 Chart3DBarProperties.idl\ 43 ChartArea.idl\ 44 ChartAxis.idl\ 45 ChartAxisArrangeOrderType.idl\ 46 ChartAxisAssign.idl\ 47 ChartAxisMarks.idl\ 48 ChartAxisPosition.idl\ 49 ChartAxisLabelPosition.idl\ 50 ChartAxisMarkPosition.idl\ 51 ChartAxisType.idl\ 52 ChartAxisXSupplier.idl\ 53 ChartAxisYSupplier.idl\ 54 ChartAxisZSupplier.idl\ 55 ChartData.idl\ 56 ChartDataArray.idl\ 57 ChartDataCaption.idl\ 58 ChartDataChangeEvent.idl\ 59 ChartDataChangeType.idl\ 60 ChartDataPoint.idl\ 61 ChartDataPointProperties.idl\ 62 ChartDataRow.idl\ 63 ChartDataRowProperties.idl\ 64 ChartDataRowSource.idl\ 65 ChartDataValue.idl\ 66 ChartDocument.idl\ 67 ChartErrorCategory.idl\ 68 ChartErrorIndicatorType.idl\ 69 ChartGrid.idl\ 70 ChartLegend.idl\ 71 ChartLegendPosition.idl\ 72 ChartLegendExpansion.idl \ 73 ChartLine.idl\ 74 ChartPieSegmentProperties.idl\ 75 ChartRegressionCurveType.idl\ 76 ChartSeriesAddress.idl\ 77 ChartSolidType.idl\ 78 ChartStatistics.idl\ 79 ChartSymbolType.idl\ 80 ChartTableAddressSupplier.idl\ 81 ChartTitle.idl\ 82 ChartTwoAxisXSupplier.idl\ 83 ChartTwoAxisYSupplier.idl\ 84 DataLabelPlacement.idl\ 85 TimeIncrement.idl \ 86 Diagram.idl\ 87 Dim3DDiagram.idl\ 88 DonutDiagram.idl\ 89 FilledNetDiagram.idl\ 90 LineDiagram.idl\ 91 MissingValueTreatment.idl\ 92 NetDiagram.idl\ 93 PieDiagram.idl\ 94 StackableDiagram.idl\ 95 StockDiagram.idl\ 96 TimeUnit.idl\ 97 TimeInterval.idl\ 98 X3DDefaultSetter.idl\ 99 X3DDisplay.idl\ 100 XAxis.idl\ 101 XAxisSupplier.idl\ 102 XAxisXSupplier.idl\ 103 XAxisYSupplier.idl\ 104 XAxisZSupplier.idl\ 105 XChartData.idl\ 106 XChartDataArray.idl\ 107 XChartDataChangeEventListener.idl\ 108 XChartDocument.idl\ 109 XComplexDescriptionAccess.idl\ 110 XDateCategories.idl\ 111 XDiagram.idl\ 112 XDiagramPositioning.idl\ 113 XStatisticDisplay.idl\ 114 XTwoAxisXSupplier.idl\ 115 XTwoAxisYSupplier.idl\ 116 XSecondAxisTitleSupplier.idl\ 117 XYDiagram.idl\ 118 ErrorBarStyle.idl 119 120# ------------------------------------------------------------------ 121 122.INCLUDE : target.mk 123.INCLUDE : $(PRJ)$/util$/target.pmk 124