Hello all:
Here is a new question that because the cells hold high-default value is
too small(0.45cm), so our team changed the cells hold high-default value to
0.53cm, the changed code like this:
// ppPoolDefaults[ ATTR_FONT_HEIGHT - ATTR_STARTINDEX ] = new
SvxFontHeightItem( 200 );
ppPoolDefaults[ ATTR_FONT_HEIGHT - ATTR_STARTINDEX ] = new SvxFontHeightItem(
250 );
and
// ppPoolDefaults[ ATTR_CTL_FONT_HEIGHT - ATTR_STARTINDEX ] = new
SvxFontHeightItem( 200, 100, ATTR_CTL_FONT_HEIGHT );
ppPoolDefaults[ ATTR_CTL_FONT_HEIGHT - ATTR_STARTINDEX ] = new
SvxFontHeightItem( 240, 100, ATTR_CTL_FONT_HEIGHT );
the file path is: sc/source/core/data/docpool.cxx
Howerer,these corrections may cause some graph drawing problems at the
bottom of the table.
I hope you can give us some suggestions telling where can we change to
obtain the cell's high-default value rightly, I'm looking forward to your reply.
Best Regards!
Gao Zemin
gaozm
2007-05-21