use the smaller version for data bars
Change-Id: I439b3fa34fca3bca4f6342f606ddcad01cb5b78f
This commit is contained in:
@@ -805,10 +805,10 @@ void drawDataBars( const ScDataBarInfo* pOldDataBarInfo, OutputDevice* pDev, con
|
|||||||
{
|
{
|
||||||
long nPosZero = 0;
|
long nPosZero = 0;
|
||||||
Rectangle aPaintRect = rRect;
|
Rectangle aPaintRect = rRect;
|
||||||
//aPaintRect.Top() += 2;
|
aPaintRect.Top() += 2;
|
||||||
//aPaintRect.Bottom() -= 2;
|
aPaintRect.Bottom() -= 2;
|
||||||
//aPaintRect.Left() += 2;
|
aPaintRect.Left() += 2;
|
||||||
//aPaintRect.Right() -= 2;
|
aPaintRect.Right() -= 2;
|
||||||
if(pOldDataBarInfo->mnZero)
|
if(pOldDataBarInfo->mnZero)
|
||||||
{
|
{
|
||||||
//need to calculate null point in cell
|
//need to calculate null point in cell
|
||||||
|
Reference in New Issue
Block a user