Lines Matching refs:xShape2DText
107 Reference< drawing::XShape > xShape2DText = ShapeFactory(xShapeFactory) in createSingleLabel() local
111 LabelPositionHelper::correctPositionForRotation( xShape2DText in createSingleLabel()
114 return xShape2DText; in createSingleLabel()
273 Reference< drawing::XShape > xShape2DText(NULL); in lcl_getLabelsDistance() local
278 xShape2DText = pTickInfo->xTextShape; in lcl_getLabelsDistance()
279 if( xShape2DText.is() ) in lcl_getLabelsDistance()
281 … awt::Size aSize = ShapeFactory::getSizeAfterRotation( xShape2DText, fRotationAngleDegree ); in lcl_getLabelsDistance()
302 Reference< drawing::XShape > xShape2DText(NULL); in lcl_shiftLables() local
307 xShape2DText = pTickInfo->xTextShape; in lcl_shiftLables()
308 if( xShape2DText.is() ) in lcl_shiftLables()
310 awt::Point aPos = xShape2DText->getPosition(); in lcl_shiftLables()
313 xShape2DText->setPosition( aPos ); in lcl_shiftLables()
1488 Reference< drawing::XShape > xShape2DText( rTickInfo.xTextShape ); in updatePositions() local
1489 if( xShape2DText.is() ) in updatePositions()
1507 uno::Reference< beans::XPropertySet > xProp( xShape2DText, uno::UNO_QUERY ); in updatePositions()
1521 LabelPositionHelper::correctPositionForRotation( xShape2DText in updatePositions()