Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxechart.cxx1287 bool bIsBubble = rTypeInfo.meTypeId == EXC_CHTYPEID_BUBBLES; in ConvertDataLabel() local
1288 …DBG_ASSERT( (GetBiff() == EXC_BIFF8) || !bIsBubble, "XclExpChText::ConvertDataLabel - bubble chart… in ConvertDataLabel()
1291 …bool bShowValue = !bIsBubble && aPointLabel.ShowNumber; // Chart2 uses 'ShowNumber' for bu… in ConvertDataLabel()
1294 …bool bShowBubble = bIsBubble && aPointLabel.ShowNumber; // Chart2 uses 'ShowNumber' for bu… in ConvertDataLabel()

Completed in 48 milliseconds