Home
last modified time | relevance | path

Searched refs:isLabelCustomPos (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/inc/
H A DVDataSeries.hxx111 bool isLabelCustomPos( sal_Int32 nPointIndex ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/charttypes/
H A DPieChart.cxx494 if (rSeries.isLabelCustomPos(nPointIndex) && bShowLeaderLine) in createTextLabelShape()
550 aPieLabelInfo.bShowLeaderLine = bShowLeaderLine && !rSeries.isLabelCustomPos(nPointIndex); in createTextLabelShape()
H A DVSeriesPlotter.cxx709 if( m_bPieLabelsAllowToMove && rDataSeries.isLabelCustomPos(nPointIndex) ) in createDataLabel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DVDataSeries.cxx653 bool VDataSeries::isLabelCustomPos(sal_Int32 nPointIndex) const in isLabelCustomPos() function in chart::VDataSeries