Searched refs:bIsBubble (Results 1 – 1 of 1) sorted by relevance
1287 bool bIsBubble = rTypeInfo.meTypeId == EXC_CHTYPEID_BUBBLES; in ConvertDataLabel() local1288 …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 37 milliseconds