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
|
mrTextBodyProp.maPropertyMap[ PROP_TextAutoGrowHeight ] <<= false; // CT_TextNoAutofit
|
||||||
break;
|
break;
|
||||||
case NMSP_DRAWINGML|XML_normAutofit: // CT_TextNormalAutofit
|
case NMSP_DRAWINGML|XML_normAutofit: // CT_TextNormalAutofit
|
||||||
|
mrTextBodyProp.maPropertyMap[ PROP_TextFitToSize ] <<= true;
|
||||||
|
mrTextBodyProp.maPropertyMap[ PROP_TextAutoGrowHeight ] <<= false;
|
||||||
|
break;
|
||||||
case NMSP_DRAWINGML|XML_spAutoFit:
|
case NMSP_DRAWINGML|XML_spAutoFit:
|
||||||
mrTextBodyProp.maPropertyMap[ PROP_TextAutoGrowHeight ] <<= true;
|
mrTextBodyProp.maPropertyMap[ PROP_TextAutoGrowHeight ] <<= true;
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -364,6 +364,7 @@ TargetFrame
|
||||||
TextAutoGrowHeight
|
TextAutoGrowHeight
|
||||||
TextBreak
|
TextBreak
|
||||||
TextColor
|
TextColor
|
||||||
|
TextFitToSize
|
||||||
TextHorizontalAdjust
|
TextHorizontalAdjust
|
||||||
TextLeftDistance
|
TextLeftDistance
|
||||||
TextLowerDistance
|
TextLowerDistance
|
||||||
|
|
Loading…
Reference in a new issue