Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx591 ::basegfx::B2IRectangle lcl_getRect( const uno::Reference< drawing::XShape >& xShape ) in lcl_getRect() function
627 ::basegfx::B2IRectangle aOverlap( lcl_getRect( this->xLabelGroupShape ) ); in moveAwayFrom()
628 aOverlap.intersect( lcl_getRect( pFix->xLabelGroupShape ) ); in moveAwayFrom()
678 ::basegfx::B2IRectangle aPreviousOverlap( lcl_getRect( pCurrent->xLabelGroupShape ) ); in detectLabelOverlapsAndMove()
680 aPreviousOverlap.intersect( lcl_getRect( pCurrent->pPrevious->xLabelGroupShape ) ); in detectLabelOverlapsAndMove()
681 aNextOverlap.intersect( lcl_getRect( pCurrent->pNext->xLabelGroupShape ) ); in detectLabelOverlapsAndMove()
704 ::basegfx::B2IRectangle aPreviousOverlap( lcl_getRect( pCurrent->xLabelGroupShape ) ); in detectLabelOverlapsAndMove()
706 aPreviousOverlap.intersect( lcl_getRect( pCurrent->pPrevious->xLabelGroupShape ) ); in detectLabelOverlapsAndMove()
707 aNextOverlap.intersect( lcl_getRect( pCurrent->pNext->xLabelGroupShape ) ); in detectLabelOverlapsAndMove()
863 ::basegfx::B2IRectangle aRect( lcl_getRect( rInfo.xLabelGroupShape ) ); in rearrangeLabelToAvoidOverlapIfRequested()

Completed in 13 milliseconds