ooxml10: fit-list-to-size-ooxml.diff from ooo-build
This commit is contained in:
parent
df76a685ca
commit
c64f2525f9
2 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,9 @@ Reference< XFastContextHandler > TextBodyPropertiesContext::createFastChildConte
|
|||
mrTextBodyProp.maPropertyMap[ PROP_TextAutoGrowHeight ] <<= false; // CT_TextNoAutofit
|
||||
break;
|
||||
case NMSP_DRAWINGML|XML_normAutofit: // CT_TextNormalAutofit
|
||||
mrTextBodyProp.maPropertyMap[ PROP_TextFitToSize ] <<= true;
|
||||
mrTextBodyProp.maPropertyMap[ PROP_TextAutoGrowHeight ] <<= false;
|
||||
break;
|
||||
case NMSP_DRAWINGML|XML_spAutoFit:
|
||||
mrTextBodyProp.maPropertyMap[ PROP_TextAutoGrowHeight ] <<= true;
|
||||
break;
|
||||
|
|
|
@ -364,6 +364,7 @@ TargetFrame
|
|||
TextAutoGrowHeight
|
||||
TextBreak
|
||||
TextColor
|
||||
TextFitToSize
|
||||
TextHorizontalAdjust
|
||||
TextLeftDistance
|
||||
TextLowerDistance
|
||||
|
|
Loading…
Reference in a new issue