Searched refs:bShowValue (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 1135 bool bShowCateg, bool bShowValue, bool bShowPercent, bool bShowBubble ) in Convert() argument 1140 ::set_flag( maData.mnFlags, EXC_CHFRLABELPROPS_SHOWVALUE, bShowValue ); in Convert() 1291 …bool bShowValue = !bIsBubble && aPointLabel.ShowNumber; // Chart2 uses 'ShowNumber' for bu… 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() 1306 if( bShowValue ) bShowCateg = false; // value wins over category in ConvertDataLabel() 1307 if( bShowValue || bShowCateg ) bShowBubble = false; // value or category wins over bubble size in ConvertDataLabel() 1311 ::set_flag( maData.mnFlags, EXC_CHTEXT_SHOWVALUE, bShowValue ); in ConvertDataLabel() 1355 if( bShowValue || bShowPercent ) in ConvertDataLabel()
|
H A D | xichart.cxx | 1090 bool bShowValue = !bShowNone && ::get_flag( nShowFlags, SHOWANYVALUE ); in ConvertDataLabel() local 1095 bShowValue = bShowBubble; // Chart2 bubble charts show bubble size if 'ShowValue' is set in ConvertDataLabel() 1098 bool bShowAny = bShowValue || bShowPercent || bShowCateg; in ConvertDataLabel() 1102 cssc2::DataPointLabel aPointLabel( bShowValue, bShowPercent, bShowCateg, bShowSymbol ); in ConvertDataLabel() 1132 if( bShowPercent || bShowValue ) in ConvertDataLabel()
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | seriesconverter.cxx | 110 bool bShowValue = !rDataLabel.mbDeleted && rDataLabel.mobShowVal.get( false ); in lclConvertLabelFormatting() local 118 DataPointLabel aPointLabel( bShowValue, bShowPercent, bShowCateg, bShowSymbol ); in lclConvertLabelFormatting()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xechart.hxx | 479 bool bShowCateg, bool bShowValue,
|
Completed in 62 milliseconds