Lines Matching refs:nPointIndex
302 sal_Int32 nPointIndex = 0; in doSortByXValues() local
303 for( nPointIndex=0; nPointIndex < m_nPointCount; nPointIndex++ ) in doSortByXValues()
306 …aSinglePoint.push_back( (nPointIndex < m_aValues_X.Doubles.getLength()) ? m_aValues_X.Doubles[nPoi… in doSortByXValues()
307 …aSinglePoint.push_back( (nPointIndex < m_aValues_Y.Doubles.getLength()) ? m_aValues_Y.Doubles[nPoi… in doSortByXValues()
318 for( nPointIndex=0; nPointIndex < m_nPointCount; nPointIndex++ ) in doSortByXValues()
320 m_aValues_X.Doubles[nPointIndex]=aTmp[nPointIndex][0]; in doSortByXValues()
321 m_aValues_Y.Doubles[nPointIndex]=aTmp[nPointIndex][1]; in doSortByXValues()
544 bool VDataSeries::hasExplicitNumberFormat( sal_Int32 nPointIndex, bool bForPercentage ) const in hasExplicitNumberFormat() argument
548 uno::Reference< beans::XPropertySet > xPointProp( this->getPropertiesOfPoint( nPointIndex )); in hasExplicitNumberFormat()
554 sal_Int32 VDataSeries::getExplicitNumberFormat( sal_Int32 nPointIndex, bool bForPercentage ) const in getExplicitNumberFormat() argument
558 uno::Reference< beans::XPropertySet > xPointProp( this->getPropertiesOfPoint( nPointIndex )); in getExplicitNumberFormat()
596 sal_Int32 VDataSeries::getLabelPlacement( sal_Int32 nPointIndex, const uno::Reference< chart2::XCha… in getLabelPlacement() argument
601 … uno::Reference< beans::XPropertySet > xPointProps( this->getPropertiesOfPoint( nPointIndex ) ); in getLabelPlacement()