Searched refs:aPointLabel (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | seriesconverter.cxx | 118 DataPointLabel aPointLabel( bShowValue, bShowPercent, bShowCateg, bShowSymbol ); in lclConvertLabelFormatting() local 119 rPropSet.setProperty( PROP_Label, aPointLabel ); in lclConvertLabelFormatting()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 1280 cssc2::DataPointLabel aPointLabel; in ConvertDataLabel() local 1281 if( !rPropSet.GetProperty( aPointLabel, EXC_CHPROP_LABEL ) ) in ConvertDataLabel() 1291 …bool bShowValue = !bIsBubble && aPointLabel.ShowNumber; // Chart2 uses 'ShowNumber' for bu… in ConvertDataLabel() 1292 …bool bShowPercent = bIsPie && aPointLabel.ShowNumberInPercent; // percentage only in pie/donut ch… in ConvertDataLabel() 1293 bool bShowCateg = aPointLabel.ShowCategoryName; in ConvertDataLabel() 1294 …bool bShowBubble = bIsBubble && aPointLabel.ShowNumber; // Chart2 uses 'ShowNumber' for bu… in ConvertDataLabel() 1316 ::set_flag( maData.mnFlags, EXC_CHTEXT_SHOWSYMBOL, bShowAny && aPointLabel.ShowLegendSymbol ); in ConvertDataLabel()
|
H A D | xichart.cxx | 1102 cssc2::DataPointLabel aPointLabel( bShowValue, bShowPercent, bShowCateg, bShowSymbol ); in ConvertDataLabel() local 1103 rPropSet.SetProperty( EXC_CHPROP_LABEL, aPointLabel ); in ConvertDataLabel()
|
Completed in 43 milliseconds