Searched refs:aATransformation (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/chart2/source/view/axes/ |
H A D | VPolarAngleAxis.cxx | 141 …uno::Any aATransformation = ShapeFactory::makeTransformation( aAnchorScreenPosition2D, fRotationAn… in createTextShapes_ForAngleAxis() local 144 …pe = aShapeFactory.createText( xTarget, aStackedLabel, aPropNames, aPropValues, aATransformation ); in createTextShapes_ForAngleAxis()
|
H A D | VCartesianAxis.cxx | 104 …uno::Any aATransformation = ShapeFactory::makeTransformation( rAnchorScreenPosition2D, fRotationAn… in createSingleLabel() local 108 .createText( xTarget, aLabel, rPropNames, rPropValues, aATransformation ); in createSingleLabel() 1504 …uno::Any aATransformation = ShapeFactory::makeTransformation(aAnchorScreenPosition2D, fRotationAng… in updatePositions() local 1512 xProp->setPropertyValue( C2U( "Transformation" ), aATransformation ); in updatePositions()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 2189 uno::Any aATransformation = uno::makeAny( B2DHomMatrixToHomogenMatrix3(aM) ); in makeTransformation() local 2190 return aATransformation; in makeTransformation()
|
Completed in 20 milliseconds