Home
last modified time | relevance | path

Searched refs:setChartType (Results 1 – 17 of 17) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartTitle.java157 SCUtil.setChartType(xChartDocument, inputType); in testCreateMainTitle()
214 SCUtil.setChartType(xChartDocument, inputType); in testCreateSubTitle()
275 SCUtil.setChartType(xChartDocument, inputType); in testInputTitles()
H A DChartLegend.java154 SCUtil.setChartType(xChartDocument, inputType); in testDisableLegend()
205 SCUtil.setChartType(xChartDocument, inputType); in testLegendPosition()
H A DChartAxis.java174 SCUtil.setChartType(xChartDocument, inputType); in testCreateXYAxes()
255 SCUtil.setChartType(xChartDocument, inputType); in testCreateXYZAxes()
H A DChartGrid.java174 SCUtil.setChartType(xChartDocument, inputType); in testCreateXYGrid()
246 SCUtil.setChartType(xChartDocument, inputType); in testCreateXYZGrid()
H A DChartType.java165 SCUtil.setChartType(xChartDocument, inputType); in testCreateChart()
H A DChartDataLabel.java164 SCUtil.setChartType(xChartDocument, inputType); in testCreateDataLabel()
H A DChartMeanValueLine.java153 SCUtil.setChartType(xChartDocument, inputType); in testCreateTrendline()
H A DChartTrendline.java156 SCUtil.setChartType(xChartDocument, inputType); in testCreateTrendline()
H A DChartYErrorBar.java164 SCUtil.setChartType(xChartDocument, inputType); in testCreateYErrorBar()
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXChart.idl51 void setChartType([in] long chartType) raises(com::sun::star::script::BasicErrorException);
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx118 ChartShapeInfo& setChartType( bool bEmbedShapes );
/trunk/main/sc/source/ui/vba/
H A Dvbachartobjects.cxx129 xChartObject->getChart()->setChartType(excel::XlChartType::xlColumnClustered); in Add()
H A Dvbachart.cxx226 ScVbaChart::setChartType( ::sal_Int32 _nChartType ) throw ( uno::RuntimeException, script::BasicErr… in setChartType() function in ScVbaChart
649 setChartType( xlColumnClustered ); in setDefaultChartType()
H A Dvbachart.hxx90 …virtual void SAL_CALL setChartType( ::sal_Int32 _charttype ) throw ( css::uno::RuntimeException, c…
/trunk/main/oox/source/drawingml/
H A Dgraphicshapecontext.cxx294 mrChartShapeInfo( rxShape->setChartType( bEmbedShapes ) ) in ChartGraphicDataContext()
H A Dshape.cxx118 ChartShapeInfo& Shape::setChartType( bool bEmbedShapes ) in setChartType() function in oox::drawingml::Shape
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java712 public static void setChartType(XChartDocument xChartDocument, String chartType) throws Exception { in setChartType() method in SCUtil

Completed in 60 milliseconds