Searched refs:nAttachedAxisIndex (Results 1 – 9 of 9) sorted by relevance
/trunk/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 517 sal_Int32 nAttachedAxisIndex = (*aSeriesIter)->getAttachedAxisIndex(); in impl_createSeriesShapes() local 537 aPreviousSeriesPolyMap[nAttachedAxisIndex] = pSeriesPoly; in impl_createSeriesShapes() 657 sal_Int32 nAttachedAxisIndex = pSeries->getAttachedAxisIndex(); in createShapes() local 658 if( aLogicYSumMap.find(nAttachedAxisIndex)==aLogicYSumMap.end() ) in createShapes() 659 aLogicYSumMap[nAttachedAxisIndex]=0.0; in createShapes() 668 aLogicYSumMap[nAttachedAxisIndex] += fabs( fAdd ); in createShapes() 706 sal_Int32 nAttachedAxisIndex = (*aSeriesIter)->getAttachedAxisIndex(); in createShapes() local 743 fLogicY = fabs( fLogicY )/aLogicYSumMap[nAttachedAxisIndex]; in createShapes() 764 aLogicYForNextSeriesMap[nAttachedAxisIndex] = 0.0; in createShapes() 768 fLogicY += aLogicYForNextSeriesMap[nAttachedAxisIndex]; in createShapes() [all …]
|
H A D | BarChart.cxx | 482 sal_Int32 nAttachedAxisIndex = aXSlotIter->getAttachedAxisIndexForFirstSeries(); in createShapes() local 483 if( aLogicYSumMap.find(nAttachedAxisIndex)==aLogicYSumMap.end() ) in createShapes() 484 aLogicYSumMap[nAttachedAxisIndex]=0.0; in createShapes() 488 … , isSeperateStackingForDifferentSigns( 1 ), fMinimumY, fMaximumY, nAttachedAxisIndex ); in createShapes() 491 aLogicYSumMap[nAttachedAxisIndex] += fMaximumY; in createShapes() 493 aLogicYSumMap[nAttachedAxisIndex] += fabs(fMinimumY); in createShapes() 509 sal_Int32 nAttachedAxisIndex = 0; in createShapes() local 513 nAttachedAxisIndex = aXSlotIter->getAttachedAxisIndexForFirstSeries(); in createShapes() 531 … , isSeperateStackingForDifferentSigns( 1 ), fMinimumY, fMaximumY, nAttachedAxisIndex ); in createShapes() 851 double fLogicSum = aLogicYSumMap[nAttachedAxisIndex]; in createShapes() [all …]
|
H A D | CandleStickChart.cxx | 190 sal_Int32 nAttachedAxisIndex = 0; in createShapes() local 194 nAttachedAxisIndex = aXSlotIter->getAttachedAxisIndexForFirstSeries(); in createShapes() 196 …er = dynamic_cast<BarPositionHelper*>(&( this->getPlottingPositionHelper( nAttachedAxisIndex ) ) ); in createShapes()
|
H A D | BubbleChart.cxx | 271 sal_Int32 nAttachedAxisIndex = pSeries->getAttachedAxisIndex(); in createShapes() local 272 … PlottingPositionHelper* pPosHelper = &(this->getPlottingPositionHelper( nAttachedAxisIndex )); in createShapes()
|
/trunk/main/chart2/source/tools/ |
H A D | AxisHelper.cxx | 260 … sal_Int32 nAttachedAxisIndex = DataSeriesHelper::getAttachedAxisIndex(xDataSeries); in getExplicitNumberFormatKeyForAxis() local 261 if( nAttachedAxisIndex != nAxisIndex ) in getExplicitNumberFormatKeyForAxis() 928 sal_Int32 nAttachedAxisIndex = 0; in isSecondaryYAxisNeeded() local 929 …op->getPropertyValue( C2U( "AttachedAxisIndex" ) ) >>= nAttachedAxisIndex ) && nAttachedAxisIndex>… in isSecondaryYAxisNeeded() 1142 …hedToAxisIndex( const Reference< chart2::XDiagram >& xDiagram, const sal_Int32 nAttachedAxisIndex ) in getFirstChartTypeWithSeriesAttachedToAxisIndex() argument 1150 if( nAttachedAxisIndex == nCurrentIndex ) in getFirstChartTypeWithSeriesAttachedToAxisIndex()
|
/trunk/main/chart2/source/view/main/ |
H A D | VDataSeries.cxx | 467 void VDataSeries::setAttachedAxisIndex( sal_Int32 nAttachedAxisIndex ) in setAttachedAxisIndex() argument 469 if( nAttachedAxisIndex < 0 ) in setAttachedAxisIndex() 470 nAttachedAxisIndex = 0; in setAttachedAxisIndex() 471 m_nAxisIndex = nAttachedAxisIndex; in setAttachedAxisIndex()
|
H A D | ChartView.cxx | 1046 sal_Int32 nAttachedAxisIndex = -1; in AdaptScaleOfYAxisWithoutAttachedSeries() local 1058 else if( nAttachedAxisIndex<0 || nAttachedAxisIndex>nCurrentIndex ) in AdaptScaleOfYAxisWithoutAttachedSeries() 1059 nAttachedAxisIndex=nCurrentIndex; in AdaptScaleOfYAxisWithoutAttachedSeries() 1063 if( !bSeriesAttachedToThisAxis && nAttachedAxisIndex >= 0 ) in AdaptScaleOfYAxisWithoutAttachedSeries() 1067 …->prepareScaleAutomatismForDimensionAndIndex( rAxisUsage.aScaleAutomatism, 1, nAttachedAxisIndex ); in AdaptScaleOfYAxisWithoutAttachedSeries() 1069 …licitScaleData aExplicitScaleSource = aVCooSysList_Y[nC]->getExplicitScale( 1,nAttachedAxisIndex ); in AdaptScaleOfYAxisWithoutAttachedSeries() 1070 …ntData aExplicitIncrementSource = aVCooSysList_Y[nC]->getExplicitIncrement( 1,nAttachedAxisIndex ); in AdaptScaleOfYAxisWithoutAttachedSeries()
|
/trunk/main/chart2/source/view/inc/ |
H A D | VDataSeries.hxx | 131 void setAttachedAxisIndex( sal_Int32 nAttachedAxisIndex );
|
/trunk/main/chart2/source/inc/ |
H A D | AxisHelper.hxx | 246 ::com::sun::star::chart2::XDiagram >& xDiagram, const sal_Int32 nAttachedAxisIndex );
|
Completed in 118 milliseconds