Searched refs:aOverlap (Results 1 – 2 of 2) sorted by relevance
627 ::basegfx::B2IRectangle aOverlap( lcl_getRect( this->xLabelGroupShape ) ); in moveAwayFrom()628 aOverlap.intersect( lcl_getRect( pFix->xLabelGroupShape ) ); in moveAwayFrom()629 if( !aOverlap.isEmpty() ) in moveAwayFrom()638 …hift = bShiftHorizontal ? static_cast<sal_Int32>(aOverlap.getWidth()) : static_cast<sal_Int32>(aOv… in moveAwayFrom()
2591 basegfx::B2DRange aOverlap(0.0, 0.0, 1.0, 1.0); in CreateB2dIAObject() local2593 aOverlap.intersect(aCropped); in CreateB2dIAObject()2595 if(!aOverlap.isEmpty()) in CreateB2dIAObject()2599 aOverlap)); in CreateB2dIAObject()
Completed in 28 milliseconds