Searched refs:xShape2DText (Results 1 – 3 of 3) sorted by relevance
111 LabelPositionHelper::correctPositionForRotation( xShape2DText in createSingleLabel()114 return xShape2DText; in createSingleLabel()273 Reference< drawing::XShape > xShape2DText(NULL); in lcl_getLabelsDistance() local278 xShape2DText = pTickInfo->xTextShape; in lcl_getLabelsDistance()279 if( xShape2DText.is() ) in lcl_getLabelsDistance()302 Reference< drawing::XShape > xShape2DText(NULL); in lcl_shiftLables() local307 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()[all …]
428 …elPositionHelper::correctPositionForRotation( const uno::Reference< drawing::XShape >& xShape2DText in correctPositionForRotation() argument431 if( !xShape2DText.is() ) in correctPositionForRotation()434 awt::Point aOldPos = xShape2DText->getPosition(); in correctPositionForRotation()435 awt::Size aSize = xShape2DText->getSize(); in correctPositionForRotation()474 xShape2DText->setPosition( awt::Point( in correctPositionForRotation()
62 …Rotation( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape2DText
Completed in 40 milliseconds