ooxml10: fit-list-to-size-ooxml.diff from ooo-build

This commit is contained in:
Tor Lillqvist 2010-03-23 16:18:50 +02:00
parent df76a685ca
commit c64f2525f9
2 changed files with 4 additions and 0 deletions

View file

@ -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;

View file

@ -364,6 +364,7 @@ TargetFrame
TextAutoGrowHeight TextAutoGrowHeight
TextBreak TextBreak
TextColor TextColor
TextFitToSize
TextHorizontalAdjust TextHorizontalAdjust
TextLeftDistance TextLeftDistance
TextLowerDistance TextLowerDistance