Home
last modified time | relevance | path

Searched refs:getDataRowProperties (Results 1 – 14 of 14) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java145 .getDataRowProperties(1)); in testDataSeries()
152 xChartDoc.getDiagram().getDataRowProperties(1)); in testDataSeries()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java313 public XPropertySet getDataRowProperties( int nRow ) in getDataRowProperties() method in JavaSampleChartAddIn
316 return maChartDocument.getDiagram().getDataRowProperties( nRow ); in getDataRowProperties()
H A DChartInCalc.java192 aSeriesProp = maDiagram.getDataRowProperties( i ); in testDataRowProperties()
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx439 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getDataRowProperties( sal_Int32 nRow ) in getDataRowProperties() function in SampleAddIn
447 return xDia->getDataRowProperties( nRow ); in getDataRowProperties()
H A Dsampleaddin.hxx84 …:uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getDataRowProperties( sal_Int32 …
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_XDiagram.java100 props = oObj.getDataRowProperties(i); in _getDataRowProperties()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sch/
H A DChXDataRow.java139 oObj = (XPropertySet) oDiagram.getDataRowProperties(1); in createTestEnvironment()
H A DChartLine.java109 XPropertySet RowProps = oDiagram.getDataRowProperties(1); in createTestEnvironment()
/trunk/main/offapi/com/sun/star/chart/
H A DXDiagram.idl69 com::sun::star::beans::XPropertySet getDataRowProperties( [in] long nRow )
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java630 XPropertySet xProp = xDia.getDataRowProperties( 0 ); in testDataSeriesAndPoints()
725 XPropertySet xProp = xDia.getDataRowProperties( 0 ); in testStatistics()
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartAxis.java195 SCUtil.setProperties(xDiagram.getDataRowProperties(1), "Axis", 4); in testCreateXYAxes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sch/
H A Dcom.sun.star.comp.office.ChXDiagram.csv3 "ChXDiagram";"com::sun::star::chart::XDiagram";"getDataRowProperties()"
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.hxx106 ::com::sun::star::beans::XPropertySet > SAL_CALL getDataRowProperties( sal_Int32 nRow )
H A DDiagramWrapper.cxx688 beans::XPropertySet > SAL_CALL DiagramWrapper::getDataRowProperties( sal_Int32 nRow ) in getDataRowProperties() function in chart::wrapper::DiagramWrapper

Completed in 72 milliseconds