Lines Matching refs:mrTextBodyProp

52 , mrTextBodyProp( rTextBodyProp )  in TextBodyPropertiesContext()
58mrTextBodyProp.maPropertyMap[ PROP_TextWordWrap ] <<= static_cast< sal_Bool >( nWrappingType == XM… in TextBodyPropertiesContext()
65 mrTextBodyProp.maPropertyMap[ PROP_TextLeftDistance ] <<= static_cast< sal_Int32 >( nLeftInset ); in TextBodyPropertiesContext()
70 mrTextBodyProp.maPropertyMap[ PROP_TextUpperDistance ] <<= static_cast< sal_Int32 >( nTopInset ); in TextBodyPropertiesContext()
75 mrTextBodyProp.maPropertyMap[ PROP_TextRightDistance ] <<= static_cast< sal_Int32 >( nRightInset ); in TextBodyPropertiesContext()
80mrTextBodyProp.maPropertyMap[ PROP_TextLowerDistance ] <<= static_cast< sal_Int32 >( nBottonInset … in TextBodyPropertiesContext()
94 mrTextBodyProp.maPropertyMap[ PROP_TextVerticalAdjust ] <<= eVA; in TextBodyPropertiesContext()
98 mrTextBodyProp.maPropertyMap[ PROP_TextHorizontalAdjust ] <<= in TextBodyPropertiesContext()
114 mrTextBodyProp.moRotation = aAttribs.getInteger( XML_rot ); in TextBodyPropertiesContext()
123 mrTextBodyProp.moVert = aAttribs.getToken( XML_vert ); in TextBodyPropertiesContext()
125 sal_Int32 tVert = mrTextBodyProp.moVert.get( XML_horz ); in TextBodyPropertiesContext()
127 mrTextBodyProp.maPropertyMap[ PROP_TextWritingMode ] in TextBodyPropertiesContext()
131 mrTextBodyProp.maPropertyMap[ PROP_TextHorizontalAdjust ] <<= in TextBodyPropertiesContext()
134 mrTextBodyProp.maPropertyMap[ PROP_TextWritingMode ] in TextBodyPropertiesContext()
158mrTextBodyProp.maPropertyMap[ PROP_TextAutoGrowHeight ] <<= false; // CT_TextNoAutofit in createFastChildContext()
161 mrTextBodyProp.maPropertyMap[ PROP_TextFitToSize ] <<= true; in createFastChildContext()
162 mrTextBodyProp.maPropertyMap[ PROP_TextAutoGrowHeight ] <<= false; in createFastChildContext()
165 mrTextBodyProp.maPropertyMap[ PROP_TextAutoGrowHeight ] <<= true; in createFastChildContext()