Lines Matching refs:pCurrent

675     PieLabelInfo* pCurrent = pStart;  in detectLabelOverlapsAndMove()  local
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()
689 pFirstBorder = pCurrent; in detectLabelOverlapsAndMove()
692 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove()
694 while( pCurrent != pStart ); in detectLabelOverlapsAndMove()
701 pCurrent = pFirstBorder; 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()
711 pSecondBorder = pCurrent; in detectLabelOverlapsAndMove()
714 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove()
716 while( pCurrent != pFirstBorder ); in detectLabelOverlapsAndMove()
728 for( pCurrent = pFirstBorder ;pCurrent != pSecondBorder; pCurrent = pCurrent->pNext ) in detectLabelOverlapsAndMove()
736 pCurrent = pFirstBorder; in detectLabelOverlapsAndMove()
738 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove()
739 pCenter = pCurrent; in detectLabelOverlapsAndMove()
743 pCurrent = pStart; in detectLabelOverlapsAndMove()
746 pCurrent->aPreviousPosition = pCurrent->xLabelGroupShape->getPosition(); in detectLabelOverlapsAndMove()
747 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove()
749 while( pCurrent != pStart ); in detectLabelOverlapsAndMove()
768 PieLabelInfo* pCurrent = 0; in tryMoveLabels() local
769 for( pCurrent = p2 ;pCurrent->pPrevious != pSecondBorder; pCurrent = pCurrent->pNext ) in tryMoveLabels()
772 for( pFix = p2->pPrevious ;pFix != pCurrent; pFix = pFix->pNext ) in tryMoveLabels()
774 …if( !pCurrent->moveAwayFrom( pFix, rPageSize, !bSingleCenter && pCurrent == p2, !bLabelOrderIsAnti… in tryMoveLabels()
785 for( pCurrent = p1 ;pCurrent->pNext != pFirstBorder; pCurrent = pCurrent->pPrevious ) in tryMoveLabels()
788 for( pFix = p2->pNext ;pFix != pCurrent; pFix = pFix->pPrevious ) in tryMoveLabels()
790 …if( !pCurrent->moveAwayFrom( pFix, rPageSize, false, bLabelOrderIsAntiClockWise, rbAlternativeMove… in tryMoveLabels()