Home
last modified time | relevance | path

Searched refs:aPointLabel (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx118 DataPointLabel aPointLabel( bShowValue, bShowPercent, bShowCateg, bShowSymbol ); in lclConvertLabelFormatting() local
119 rPropSet.setProperty( PROP_Label, aPointLabel ); in lclConvertLabelFormatting()
/aoo4110/main/sc/source/filter/excel/
H A Dxechart.cxx1280 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 Dxichart.cxx1102 cssc2::DataPointLabel aPointLabel( bShowValue, bShowPercent, bShowCateg, bShowSymbol ); in ConvertDataLabel() local
1103 rPropSet.SetProperty( EXC_CHPROP_LABEL, aPointLabel ); in ConvertDataLabel()

Completed in 71 milliseconds