Searched refs:getDataRowProperties (Results 1 – 14 of 14) sorted by relevance
145 .getDataRowProperties(1)); in testDataSeries()152 xChartDoc.getDiagram().getDataRowProperties(1)); in testDataSeries()
313 public XPropertySet getDataRowProperties( int nRow ) in getDataRowProperties() method in JavaSampleChartAddIn316 return maChartDocument.getDiagram().getDataRowProperties( nRow ); in getDataRowProperties()
192 aSeriesProp = maDiagram.getDataRowProperties( i ); in testDataRowProperties()
439 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getDataRowProperties( sal_Int32 nRow ) in getDataRowProperties() function in SampleAddIn447 return xDia->getDataRowProperties( nRow ); in getDataRowProperties()
84 …:uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getDataRowProperties( sal_Int32 …
100 props = oObj.getDataRowProperties(i); in _getDataRowProperties()
139 oObj = (XPropertySet) oDiagram.getDataRowProperties(1); in createTestEnvironment()
109 XPropertySet RowProps = oDiagram.getDataRowProperties(1); in createTestEnvironment()
69 com::sun::star::beans::XPropertySet getDataRowProperties( [in] long nRow )
630 XPropertySet xProp = xDia.getDataRowProperties( 0 ); in testDataSeriesAndPoints()725 XPropertySet xProp = xDia.getDataRowProperties( 0 ); in testStatistics()
195 SCUtil.setProperties(xDiagram.getDataRowProperties(1), "Axis", 4); in testCreateXYAxes()
3 "ChXDiagram";"com::sun::star::chart::XDiagram";"getDataRowProperties()"
106 ::com::sun::star::beans::XPropertySet > SAL_CALL getDataRowProperties( sal_Int32 nRow )
688 beans::XPropertySet > SAL_CALL DiagramWrapper::getDataRowProperties( sal_Int32 nRow ) in getDataRowProperties() function in chart::wrapper::DiagramWrapper
Completed in 46 milliseconds