Searched refs:PieLabelInfo (Results 1 – 2 of 2) sorted by relevance
505 PieLabelInfo aPieLabelInfo; in createShapes()612 PieChart::PieLabelInfo::PieLabelInfo() in PieLabelInfo() function in chart::PieChart::PieLabelInfo618 bool PieChart::PieLabelInfo::moveAwayFrom( const PieChart::PieLabelInfo* pFix, const awt::Size& rPa… in moveAwayFrom()660 std::vector< PieLabelInfo >::iterator aIt = m_aLabelInfoList.begin(); in resetLabelPositionsToPreviousState()661 std::vector< PieLabelInfo >::const_iterator aEnd = m_aLabelInfoList.end(); in resetLabelPositionsToPreviousState()672 PieLabelInfo* pStart = &(*(m_aLabelInfoList.rbegin())); in detectLabelOverlapsAndMove()673 PieLabelInfo* pFirstBorder = 0; in detectLabelOverlapsAndMove()674 PieLabelInfo* pSecondBorder = 0; in detectLabelOverlapsAndMove()675 PieLabelInfo* pCurrent = pStart; in detectLabelOverlapsAndMove()726 PieLabelInfo* pCenter = pFirstBorder; in detectLabelOverlapsAndMove()[all …]
91 struct PieLabelInfo;92 bool tryMoveLabels( PieLabelInfo* pFirstBorder, PieLabelInfo* pSecondBorder93 … , PieLabelInfo* pCenter, bool bSingleCenter, bool& rbAlternativeMoveDirection101 struct PieLabelInfo struct in chart::PieChart103 PieLabelInfo();104 bool moveAwayFrom( const PieLabelInfo* pFix, const ::com::sun::star::awt::Size& rPageSize115 PieLabelInfo* pPrevious; argument116 PieLabelInfo* pNext; argument120 ::std::vector< PieLabelInfo > m_aLabelInfoList;