Searched refs:bShowBubble (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 1135 bool bShowCateg, bool bShowValue, bool bShowPercent, bool bShowBubble ) in Convert() argument 1142 ::set_flag( maData.mnFlags, EXC_CHFRLABELPROPS_SHOWBUBBLE, bShowBubble ); in Convert() 1294 …bool bShowBubble = 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() 1307 if( bShowValue || bShowCateg ) bShowBubble = false; // value or category wins over bubble size in ConvertDataLabel() 1315 ::set_flag( maData.mnFlags, EXC_CHTEXT_SHOWBUBBLE, bShowBubble ); in ConvertDataLabel()
|
H A D | xichart.cxx | 1091 bool bShowBubble = !bShowNone && ::get_flag( nShowFlags, SHOWANYBUBBLE ); in ConvertDataLabel() local 1095 bShowValue = bShowBubble; // Chart2 bubble charts show bubble size if 'ShowValue' is set in ConvertDataLabel()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xechart.hxx | 480 bool bShowPercent, bool bShowBubble );
|
Completed in 241 milliseconds