Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx618 bool PieChart::PieLabelInfo::moveAwayFrom( const PieChart::PieLabelInfo* pFix, const awt::Size& rPa… in moveAwayFrom() argument
628 aOverlap.intersect( lcl_getRect( pFix->xLabelGroupShape ) ); in moveAwayFrom()
771 PieLabelInfo* pFix = 0; in tryMoveLabels() local
772 for( pFix = p2->pPrevious ;pFix != pCurrent; pFix = pFix->pNext ) in tryMoveLabels()
774 …if( !pCurrent->moveAwayFrom( pFix, rPageSize, !bSingleCenter && pCurrent == p2, !bLabelOrderIsAnti… in tryMoveLabels()
787 PieLabelInfo* pFix = 0; in tryMoveLabels() local
788 for( pFix = p2->pNext ;pFix != pCurrent; pFix = pFix->pPrevious ) in tryMoveLabels()
790 …if( !pCurrent->moveAwayFrom( pFix, rPageSize, false, bLabelOrderIsAntiClockWise, rbAlternativeMove… in tryMoveLabels()
H A DPieChart.hxx104 bool moveAwayFrom( const PieLabelInfo* pFix, const ::com::sun::star::awt::Size& rPageSize

Completed in 14 milliseconds