Searched refs:bShowPercent (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | seriesconverter.cxx | 111 …bool bShowPercent = !rDataLabel.mbDeleted && rDataLabel.mobShowPercent.get( false ) && (rTypeInfo.… in lclConvertLabelFormatting() local 118 DataPointLabel aPointLabel( bShowValue, bShowPercent, bShowCateg, bShowSymbol ); in lclConvertLabelFormatting() 125 rFormatter.convertNumberFormat( rPropSet, rDataLabel.maNumberFormat, bShowPercent ); in lclConvertLabelFormatting()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 1135 bool bShowCateg, bool bShowValue, bool bShowPercent, bool bShowBubble ) in Convert() argument 1141 ::set_flag( maData.mnFlags, EXC_CHFRLABELPROPS_SHOWPERCENT, bShowPercent ); in Convert() 1292 …bool bShowPercent = bIsPie && aPointLabel.ShowNumberInPercent; // percentage only in pie/donut ch… in ConvertDataLabel() local 1295 bool bShowAny = bShowValue || bShowPercent || bShowCateg || bShowBubble; in ConvertDataLabel() 1301 mxLabelProps->Convert( rPropSet, false, bShowCateg, bShowValue, bShowPercent, bShowBubble ); in ConvertDataLabel() 1305 if( bShowPercent ) bShowValue = false; // percent wins over value in ConvertDataLabel() 1312 ::set_flag( maData.mnFlags, EXC_CHTEXT_SHOWPERCENT, bShowPercent ); in ConvertDataLabel() 1314 ::set_flag( maData.mnFlags, EXC_CHTEXT_SHOWCATEGPERC, bShowPercent && bShowCateg ); in ConvertDataLabel() 1355 if( bShowValue || bShowPercent ) in ConvertDataLabel() 1357 mxSrcLink->ConvertNumFmt( rPropSet, bShowPercent ); in ConvertDataLabel()
|
H A D | xichart.cxx | 1089 bool bShowPercent = !bShowNone && ::get_flag( nShowFlags, SHOWANYPERCENT ); in ConvertDataLabel() local 1098 bool bShowAny = bShowValue || bShowPercent || bShowCateg; in ConvertDataLabel() 1102 cssc2::DataPointLabel aPointLabel( bShowValue, bShowPercent, bShowCateg, bShowSymbol ); in ConvertDataLabel() 1132 if( bShowPercent || bShowValue ) in ConvertDataLabel() 1133 ConvertNumFmt( rPropSet, bShowPercent ); in ConvertDataLabel()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xechart.hxx | 480 bool bShowPercent, bool bShowBubble );
|
Completed in 67 milliseconds