Home
last modified time | relevance | path

Searched refs:bShowPercent (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx111 …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()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx1135 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 Dxichart.cxx1089 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()
/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx480 bool bShowPercent, bool bShowBubble );

Completed in 153 milliseconds