Searched refs:ChartType (Results 1 – 25 of 27) sorted by relevance
12
50 ChartType::ChartType( in ChartType() function in chart::ChartType58 ChartType::ChartType( const ChartType & rOther ) : in ChartType() function in chart::ChartType70 ChartType::~ChartType() in ~ChartType()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()264 ::cppu::IPropertyArrayHelper & SAL_CALL ChartType::getInfoHelper() in getInfoHelper()320 void ChartType::firePropertyChangeEvent() in firePropertyChangeEvent()[all …]
54 class ChartType : class60 explicit ChartType(63 virtual ~ChartType();66 explicit ChartType( const ChartType & rOther );
37 ChartType( xContext ) in AreaChartType()41 ChartType( rOther ) in AreaChartType()
37 ChartType( xContext ) in BarChartType()41 ChartType( rOther ) in BarChartType()
138 ChartType( xContext ) in ColumnChartType()142 ChartType( rOther ) in ColumnChartType()
53 ChartType( xContext ) in NetChartType_Base()57 ChartType( rOther ) in NetChartType_Base()
148 ChartType( xContext ) in LineChartType()153 ChartType( rOther ) in LineChartType()
119 : ChartType( xContext ) in BubbleChartType()124 ChartType( rOther ) in BubbleChartType()
140 ChartType( xContext ) in PieChartType()147 ChartType( rOther ) in PieChartType()
155 ChartType( xContext ) in ScatterChartType()169 ChartType( rOther ) in ScatterChartType()
163 ChartType( xContext ) in CandleStickChartType()178 ChartType( rOther ) in CandleStickChartType()
32 class AreaChartType : public ChartType
32 class BarChartType : public ChartType
32 class ColumnChartType : public ChartType
33 class LineChartType : public ChartType
32 class PieChartType : public ChartType
52 $(SLO)$/ChartType.obj \
32 class NetChartType_Base : public ChartType
33 class BubbleChartType : public ChartType
32 class CandleStickChartType : public ChartType
593 If (myChart.ChartType = xlBubble Or myChart.ChartType = xlBubble3DEffect) Then596 ElseIf (myChart.ChartType = xlPieOfPie Or myChart.ChartType = xlBarOfPie) Then599 ElseIf (myChart.ChartType = xlXYScatter Or myChart.ChartType = xlXYScatterLines _605 ElseIf (myChart.ChartType = xlRadarMarkers Or myChart.ChartType = xlRadar) Then611 ElseIf (myChart.ChartType = xlSurface Or myChart.ChartType = xlSurfaceTopView _1769 …If Not (IsPie(myChart) Or myChart.ChartType = xlDoughnut Or myChart.ChartType = xlBubble3DEffect) …1786 If (myChart.ChartType = xlArea Or myChart.ChartType = xl3DArea Or _1810 ctype = myChart.ChartType1870 ElseIf myChart.ChartType <> xlDoughnut And myChart.ChartType <> xlBubble3DEffect Then1951 temp = chartseries.ChartType[all …]
86 String ChartType) throws Exception { in createChart() argument93 XDiagram.class, aFact.createInstance(ChartType)); in createChart()106 com.sun.star.chart2.XChartDocument aChartDoc, String ChartType) in createChart2() argument115 aFact.createInstance(ChartType)); in createChart2()
40 /** ChartType service42 service ChartType
26 #include <com/sun/star/chart2/ChartType.idl>44 service ChartType;
52 public class ChartType { class102 public ChartType(String expected, String inputType, double[][] numberData, String fileType) { in ChartType() method in ChartType
Completed in 48 milliseconds