Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx111 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()
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()
[all …]
/trunk/main/chart2/source/view/main/
H A DLabelPositionHelper.cxx428 …elPositionHelper::correctPositionForRotation( const uno::Reference< drawing::XShape >& xShape2DText in correctPositionForRotation() argument
431 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()
/trunk/main/chart2/source/view/inc/
H A DLabelPositionHelper.hxx62 …Rotation( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape2DText

Completed in 42 milliseconds