Home
last modified time | relevance | path

Searched refs:bShowBubble (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx1135 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 Dxichart.cxx1091 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 Dxechart.hxx480 bool bShowPercent, bool bShowBubble );

Completed in 59 milliseconds