Searched refs:setChartType (Results 1 – 17 of 17) sorted by relevance
/aoo42x/test/testuno/source/fvt/uno/sc/chart/ |
H A D | ChartTitle.java | 157 SCUtil.setChartType(xChartDocument, inputType); in testCreateMainTitle() 214 SCUtil.setChartType(xChartDocument, inputType); in testCreateSubTitle() 275 SCUtil.setChartType(xChartDocument, inputType); in testInputTitles()
|
H A D | ChartLegend.java | 154 SCUtil.setChartType(xChartDocument, inputType); in testDisableLegend() 205 SCUtil.setChartType(xChartDocument, inputType); in testLegendPosition()
|
H A D | ChartAxis.java | 174 SCUtil.setChartType(xChartDocument, inputType); in testCreateXYAxes() 255 SCUtil.setChartType(xChartDocument, inputType); in testCreateXYZAxes()
|
H A D | ChartGrid.java | 174 SCUtil.setChartType(xChartDocument, inputType); in testCreateXYGrid() 246 SCUtil.setChartType(xChartDocument, inputType); in testCreateXYZGrid()
|
H A D | ChartType.java | 165 SCUtil.setChartType(xChartDocument, inputType); in testCreateChart()
|
H A D | ChartDataLabel.java | 164 SCUtil.setChartType(xChartDocument, inputType); in testCreateDataLabel()
|
H A D | ChartMeanValueLine.java | 153 SCUtil.setChartType(xChartDocument, inputType); in testCreateTrendline()
|
H A D | ChartTrendline.java | 156 SCUtil.setChartType(xChartDocument, inputType); in testCreateTrendline()
|
H A D | ChartYErrorBar.java | 164 SCUtil.setChartType(xChartDocument, inputType); in testCreateYErrorBar()
|
/aoo42x/main/oovbaapi/ooo/vba/excel/ |
H A D | XChart.idl | 51 void setChartType([in] long chartType) raises(com::sun::star::script::BasicErrorException);
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | shape.hxx | 118 ChartShapeInfo& setChartType( bool bEmbedShapes );
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbachartobjects.cxx | 129 xChartObject->getChart()->setChartType(excel::XlChartType::xlColumnClustered); in Add()
|
H A D | vbachart.cxx | 226 ScVbaChart::setChartType( ::sal_Int32 _nChartType ) throw ( uno::RuntimeException, script::BasicErr… in setChartType() function in ScVbaChart 649 setChartType( xlColumnClustered ); in setDefaultChartType()
|
H A D | vbachart.hxx | 90 …virtual void SAL_CALL setChartType( ::sal_Int32 _charttype ) throw ( css::uno::RuntimeException, c…
|
/aoo42x/main/oox/source/drawingml/ |
H A D | graphicshapecontext.cxx | 294 mrChartShapeInfo( rxShape->setChartType( bEmbedShapes ) ) in ChartGraphicDataContext()
|
H A D | shape.cxx | 118 ChartShapeInfo& Shape::setChartType( bool bEmbedShapes ) in setChartType() function in oox::drawingml::Shape
|
/aoo42x/test/testuno/source/testlib/uno/ |
H A D | SCUtil.java | 712 public static void setChartType(XChartDocument xChartDocument, String chartType) throws Exception { in setChartType() method in SCUtil
|
Completed in 77 milliseconds