Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx105 rDataLabel.moaSeparator.has() || rDataLabel.monLabelPos.has() || in lclConvertLabelFormatting()
106 rDataLabel.mobShowCatName.has() || rDataLabel.mobShowLegendKey.has() || in lclConvertLabelFormatting()
107 rDataLabel.mobShowPercent.has() || rDataLabel.mobShowSerName.has() || in lclConvertLabelFormatting()
108 rDataLabel.mobShowVal.has(); in lclConvertLabelFormatting()
110 bool bShowValue = !rDataLabel.mbDeleted && rDataLabel.mobShowVal.get( false ); in lclConvertLabelFormatting()
111 …bool bShowPercent = !rDataLabel.mbDeleted && rDataLabel.mobShowPercent.get( false ) && (rTypeInfo.… in lclConvertLabelFormatting()
112 bool bShowCateg = !rDataLabel.mbDeleted && rDataLabel.mobShowCatName.get( false ); in lclConvertLabelFormatting()
113 bool bShowSymbol = !rDataLabel.mbDeleted && rDataLabel.mobShowLegendKey.get( false ); in lclConvertLabelFormatting()
116 if( bHasAnyElement || rDataLabel.mbDeleted ) in lclConvertLabelFormatting()
122 if( !rDataLabel.mbDeleted ) in lclConvertLabelFormatting()
[all …]
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dseriesconverter.hxx61 const DataLabelModelBase& rDataLabel,

Completed in 25 milliseconds