Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/view/charttypes/
H A DPieChart.cxx505 PieLabelInfo aPieLabelInfo; in createShapes()
612 PieChart::PieLabelInfo::PieLabelInfo() in PieLabelInfo() function in chart::PieChart::PieLabelInfo
618 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 …]
H A DPieChart.hxx91 struct PieLabelInfo;
92 bool tryMoveLabels( PieLabelInfo* pFirstBorder, PieLabelInfo* pSecondBorder
93 … , PieLabelInfo* pCenter, bool bSingleCenter, bool& rbAlternativeMoveDirection
101 struct PieLabelInfo struct in chart::PieChart
103 PieLabelInfo();
104 bool moveAwayFrom( const PieLabelInfo* pFix, const ::com::sun::star::awt::Size& rPageSize
115 PieLabelInfo* pPrevious; argument
116 PieLabelInfo* pNext; argument
120 ::std::vector< PieLabelInfo > m_aLabelInfoList;