Lines Matching refs:aLabel
89 chart2::DataPointLabel aLabel(false,false,false,false); in lcl_CaptionToLabel() local
92 aLabel.ShowNumber = true; in lcl_CaptionToLabel()
94 aLabel.ShowNumberInPercent = true; in lcl_CaptionToLabel()
96 aLabel.ShowCategoryName = true; in lcl_CaptionToLabel()
98 aLabel.ShowLegendSymbol = true; in lcl_CaptionToLabel()
100 return aLabel; in lcl_CaptionToLabel()
165 chart2::DataPointLabel aLabel; in getValueFromSeries() local
166 … if( xSeriesPropertySet.is() && ( xSeriesPropertySet->getPropertyValue(C2U("Label")) >>= aLabel ) ) in getValueFromSeries()
167 aRet = lcl_LabelToCaption( aLabel ); in getValueFromSeries()
176 chart2::DataPointLabel aLabel = lcl_CaptionToLabel( nCaption ); in setValueToSeries() local
177 xSeriesPropertySet->setPropertyValue( C2U("Label"), uno::makeAny( aLabel ) ); in setValueToSeries()