| /trunk/main/chart2/source/model/template/ |
| H A D | ChartType.cxx | 50 ChartType::ChartType( in ChartType() function in chart::ChartType 58 ChartType::ChartType( const ChartType & rOther ) : in ChartType() function in chart::ChartType 70 ChartType::~ChartType() in ~ChartType() 76 Reference< uno::XComponentContext > ChartType::GetComponentContext() const in GetComponentContext() 83 ChartType::createCoordinateSystem( ::sal_Int32 DimensionCount ) in createCoordinateSystem() 117 Sequence< OUString > SAL_CALL ChartType::getSupportedMandatoryRoles() in getSupportedMandatoryRoles() 132 Sequence< OUString > SAL_CALL ChartType::getSupportedOptionalRoles() in getSupportedOptionalRoles() 146 OUString SAL_CALL ChartType::getRoleOfSequenceForSeriesLabel() in getRoleOfSequenceForSeriesLabel() 152 void ChartType::impl_addDataSeriesWithoutNotification( in impl_addDataSeriesWithoutNotification() 164 void SAL_CALL ChartType::addDataSeries( const Reference< chart2::XDataSeries >& xDataSeries ) in addDataSeries() [all …]
|
| H A D | ChartType.hxx | 54 class ChartType : class 60 explicit ChartType( 63 virtual ~ChartType(); 66 explicit ChartType( const ChartType & rOther );
|
| H A D | BarChartType.cxx | 37 ChartType( xContext ) in BarChartType() 41 ChartType( rOther ) in BarChartType()
|
| H A D | AreaChartType.cxx | 37 ChartType( xContext ) in AreaChartType() 41 ChartType( rOther ) in AreaChartType()
|
| H A D | ColumnChartType.cxx | 138 ChartType( xContext ) in ColumnChartType() 142 ChartType( rOther ) in ColumnChartType()
|
| H A D | NetChartType.cxx | 53 ChartType( xContext ) in NetChartType_Base() 57 ChartType( rOther ) in NetChartType_Base()
|
| H A D | LineChartType.cxx | 148 ChartType( xContext ) in LineChartType() 153 ChartType( rOther ) in LineChartType()
|
| H A D | PieChartType.cxx | 140 ChartType( xContext ) in PieChartType() 147 ChartType( rOther ) in PieChartType()
|
| H A D | BubbleChartType.cxx | 119 : ChartType( xContext ) in BubbleChartType() 124 ChartType( rOther ) in BubbleChartType()
|
| H A D | ScatterChartType.cxx | 155 ChartType( xContext ) in ScatterChartType() 169 ChartType( rOther ) in ScatterChartType()
|
| H A D | CandleStickChartType.cxx | 163 ChartType( xContext ) in CandleStickChartType() 178 ChartType( rOther ) in CandleStickChartType()
|
| H A D | AreaChartType.hxx | 32 class AreaChartType : public ChartType
|
| H A D | BarChartType.hxx | 32 class BarChartType : public ChartType
|
| H A D | LineChartType.hxx | 33 class LineChartType : public ChartType
|
| H A D | ColumnChartType.hxx | 32 class ColumnChartType : public ChartType
|
| H A D | makefile.mk | 52 $(SLO)$/ChartType.obj \
|
| H A D | PieChartType.hxx | 32 class PieChartType : public ChartType
|
| H A D | NetChartType.hxx | 32 class NetChartType_Base : public ChartType
|
| H A D | BubbleChartType.hxx | 33 class BubbleChartType : public ChartType
|
| H A D | CandleStickChartType.hxx | 32 class CandleStickChartType : public ChartType
|
| /trunk/main/migrationanalysis/src/driver_docs/sources/excel/ |
| H A D | MigrationAnalyser.cls | 453 .Values.Add getChartTypeAsString(myChart.ChartType) 528 .Values.Add getChartTypeAsString(myChart.ChartType) 591 .Values.Add getChartTypeAsString(myChart.ChartType) 593 If (myChart.ChartType = xlBubble Or myChart.ChartType = xlBubble3DEffect) Then 596 ElseIf (myChart.ChartType = xlPieOfPie Or myChart.ChartType = xlBarOfPie) Then 599 ElseIf (myChart.ChartType = xlXYScatter Or myChart.ChartType = xlXYScatterLines _ 600 Or myChart.ChartType = xlXYScatterLinesNoMarkers _ 601 Or myChart.ChartType = xlXYScatterSmooth _ 602 Or myChart.ChartType = xlXYScatterSmoothNoMarkers) Then 605 ElseIf (myChart.ChartType = xlRadarMarkers Or myChart.ChartType = xlRadar) Then [all …]
|
| /trunk/test/testuno/source/testlib/uno/ |
| H A D | ChartUtil.java | 86 String ChartType) throws Exception { in createChart() argument 93 XDiagram.class, aFact.createInstance(ChartType)); in createChart() 106 com.sun.star.chart2.XChartDocument aChartDoc, String ChartType) in createChart2() argument 115 aFact.createInstance(ChartType)); in createChart2()
|
| /trunk/main/offapi/com/sun/star/chart2/ |
| H A D | ChartType.idl | 40 /** ChartType service 42 service ChartType
|
| H A D | CandleStickChartType.idl | 26 #include <com/sun/star/chart2/ChartType.idl> 44 service ChartType;
|
| /trunk/test/testuno/source/fvt/uno/sc/chart/ |
| H A D | ChartType.java | 52 public class ChartType { class 102 public ChartType(String expected, String inputType, double[][] numberData, String fileType) { in ChartType() method in ChartType
|