Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx1135 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 Dxichart.cxx1090 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()
/trunk/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx110 bool bShowValue = !rDataLabel.mbDeleted && rDataLabel.mobShowVal.get( false ); in lclConvertLabelFormatting() local
118 DataPointLabel aPointLabel( bShowValue, bShowPercent, bShowCateg, bShowSymbol ); in lclConvertLabelFormatting()
/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx479 bool bShowCateg, bool bShowValue,

Completed in 67 milliseconds