Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx505 PieLabelInfo aPieLabelInfo; in createShapes() local
506aPieLabelInfo.aFirstPosition = basegfx::B2IVector( aScreenPosition2D.X, aScreenPosition2D.Y ); in createShapes()
508 aPieLabelInfo.aOrigin = basegfx::B2IVector( aOrigin.X, aOrigin.Y ); in createShapes()
519aPieLabelInfo.xTextShape = this->createDataLabel( xTextTarget, *pSeries, nPointIndex in createShapes()
522 … uno::Reference< container::XChild > xChild( aPieLabelInfo.xTextShape, uno::UNO_QUERY ); in createShapes()
524aPieLabelInfo.xLabelGroupShape = uno::Reference<drawing::XShape>( xChild->getParent(), uno::UNO_QU… in createShapes()
525 aPieLabelInfo.fValue = fLogicYValue; in createShapes()
526 aPieLabelInfo.bMovementAllowed = bMovementAllowed; in createShapes()
527 aPieLabelInfo.bMoved= false; in createShapes()
528 aPieLabelInfo.xTextTarget = xTextTarget; in createShapes()
[all …]

Completed in 24 milliseconds