Home
last modified time | relevance | path

Searched refs:getDataPointByIndex (Results 1 – 15 of 15) sorted by relevance

/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx174 …Reference< beans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointInde… in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints()
617 …Reference< beans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointInde… in setPropertyAlsoToAllAttributedDataPoints()
637 …Reference< beans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointInde… in hasAttributedDataPointDifferentValue()
810 …Reference< beans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointInde… in hasDataLabelsAtPoints()
845 xProp = xSeries->getDataPointByIndex(nPointIndex); in hasDataLabelAtPoint()
H A DReferenceSizeProvider.cxx135 (*aIt)->getDataPointByIndex( aPointIndexes[i] ) ); in setValuesAtAllDataSeries()
312 (*aIt)->getDataPointByIndex( aPointIndexes[i] ), eResult ); in getAutoResizeState()
H A DColorPerPointHelper.cxx59 xPointState.set( xSeries->getDataPointByIndex( nPointIndex ), uno::UNO_QUERY ); in hasPointOwnColor()
H A DObjectIdentifier.cxx1229 xObjectProperties = xSeries->getDataPointByIndex( nIndex ); in getObjectPropertySet()
/trunk/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx174 PropertySet aPropSet( rxDataSeries->getDataPointByIndex( mrModel.mnIndex ) ); in convertFromModel()
430 PropertySet aPropSet( rxDataSeries->getDataPointByIndex( mrModel.mnIndex ) ); in convertFromModel()
570 PropertySet aPointProp( xDataSeries->getDataPointByIndex( nIndex ) ); in createDataSeries()
/trunk/main/chart2/source/model/template/
H A DPieChartTypeTemplate.cxx363 …uno::Reference< beans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPoin… in matchesTemplate()
514 … xSeries->getDataPointByIndex( aAttributedDataPointIndexList[ nPtIdx ] )); in applyStyle()
539 … xSeries->getDataPointByIndex( aAttributedDataPointIndexList[ nPtIdx ] ), uno::UNO_QUERY ); in applyStyle()
H A DChartTypeTemplate.cxx425 …lcl_ensureCorrectLabelPlacement( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]), … in applyStyle()
522 …lcl_resetLabelPlacementIfDefault( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]),… in resetStyles()
/trunk/main/offapi/com/sun/star/chart2/
H A DXDataSeries.idl63 ::com::sun::star::beans::XPropertySet getDataPointByIndex( [in] long nIndex )
/trunk/main/chart2/source/model/inc/
H A DDataSeries.hxx104 SAL_CALL getDataPointByIndex( sal_Int32 nIndex )
/trunk/main/chart2/source/model/main/
H A DDataSeries.cxx362 SAL_CALL DataSeries::getDataPointByIndex( sal_Int32 nIndex ) in getDataPointByIndex() function in chart::DataSeries
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx866 return m_xDataSeries->getDataPointByIndex(index); in getPropertiesOfPoint()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDataSeriesPointWrapper.cxx601 xPointProp = xSeries->getDataPointByIndex( m_nPointIndex ); in getDataPointProperties()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1874 …uno::Reference< beans::XPropertySet > xPointProp( xSeries->getDataPointByIndex( nDataPointIndex )); in impl_DragDataPoint()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx1825 aPropSet.Set( xDataSeries->getDataPointByIndex( nPointIdx ) ); in lclGetPointPropSet()
H A Dxichart.cxx1915 aPropSet.Set( xDataSeries->getDataPointByIndex( static_cast< sal_Int32 >( nPointIdx ) ) ); in lclGetPointPropSet()

Completed in 147 milliseconds