Home
last modified time | relevance | path

Searched refs:ChartType (Results 1 – 25 of 27) sorted by relevance

12

/aoo42x/main/chart2/source/model/template/
H A DChartType.cxx50 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()
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 …]
H A DChartType.hxx54 class ChartType : class
60 explicit ChartType(
63 virtual ~ChartType();
66 explicit ChartType( const ChartType & rOther );
H A DAreaChartType.cxx37 ChartType( xContext ) in AreaChartType()
41 ChartType( rOther ) in AreaChartType()
H A DBarChartType.cxx37 ChartType( xContext ) in BarChartType()
41 ChartType( rOther ) in BarChartType()
H A DColumnChartType.cxx138 ChartType( xContext ) in ColumnChartType()
142 ChartType( rOther ) in ColumnChartType()
H A DNetChartType.cxx53 ChartType( xContext ) in NetChartType_Base()
57 ChartType( rOther ) in NetChartType_Base()
H A DLineChartType.cxx148 ChartType( xContext ) in LineChartType()
153 ChartType( rOther ) in LineChartType()
H A DBubbleChartType.cxx119 : ChartType( xContext ) in BubbleChartType()
124 ChartType( rOther ) in BubbleChartType()
H A DPieChartType.cxx140 ChartType( xContext ) in PieChartType()
147 ChartType( rOther ) in PieChartType()
H A DScatterChartType.cxx155 ChartType( xContext ) in ScatterChartType()
169 ChartType( rOther ) in ScatterChartType()
H A DCandleStickChartType.cxx163 ChartType( xContext ) in CandleStickChartType()
178 ChartType( rOther ) in CandleStickChartType()
H A DAreaChartType.hxx32 class AreaChartType : public ChartType
H A DBarChartType.hxx32 class BarChartType : public ChartType
H A DColumnChartType.hxx32 class ColumnChartType : public ChartType
H A DLineChartType.hxx33 class LineChartType : public ChartType
H A DPieChartType.hxx32 class PieChartType : public ChartType
H A Dmakefile.mk52 $(SLO)$/ChartType.obj \
H A DNetChartType.hxx32 class NetChartType_Base : public ChartType
H A DBubbleChartType.hxx33 class BubbleChartType : public ChartType
H A DCandleStickChartType.hxx32 class CandleStickChartType : public ChartType
/aoo42x/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls593 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 _
605 ElseIf (myChart.ChartType = xlRadarMarkers Or myChart.ChartType = xlRadar) Then
611 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.ChartType
1870 ElseIf myChart.ChartType <> xlDoughnut And myChart.ChartType <> xlBubble3DEffect Then
1951 temp = chartseries.ChartType
[all …]
/aoo42x/test/testuno/source/testlib/uno/
H A DChartUtil.java86 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()
/aoo42x/main/offapi/com/sun/star/chart2/
H A DChartType.idl40 /** ChartType service
42 service ChartType
H A DCandleStickChartType.idl26 #include <com/sun/star/chart2/ChartType.idl>
44 service ChartType;
/aoo42x/test/testuno/source/fvt/uno/sc/chart/
H A DChartType.java52 public class ChartType { class
102 public ChartType(String expected, String inputType, double[][] numberData, String fileType) { in ChartType() method in ChartType

Completed in 76 milliseconds

12