Home
last modified time | relevance | path

Searched refs:mrTextBodyProp (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dtextbodypropertiescontext.cxx52 , mrTextBodyProp( rTextBodyProp ) in TextBodyPropertiesContext()
58mrTextBodyProp.maPropertyMap[ PROP_TextWordWrap ] <<= static_cast< sal_Bool >( nWrappingType == XM… in TextBodyPropertiesContext()
65mrTextBodyProp.maPropertyMap[ PROP_TextLeftDistance ] <<= static_cast< sal_Int32 >( nLeftInset ); in TextBodyPropertiesContext()
70mrTextBodyProp.maPropertyMap[ PROP_TextUpperDistance ] <<= static_cast< sal_Int32 >( nTopInset ); in TextBodyPropertiesContext()
75mrTextBodyProp.maPropertyMap[ PROP_TextRightDistance ] <<= static_cast< sal_Int32 >( nRightInset ); in TextBodyPropertiesContext()
80mrTextBodyProp.maPropertyMap[ PROP_TextLowerDistance ] <<= static_cast< sal_Int32 >( nBottomInset … 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()
[all …]
/trunk/main/oox/inc/oox/drawingml/
H A Dtextbodypropertiescontext.hxx44 TextBodyProperties& mrTextBodyProp; member in oox::drawingml::TextBodyPropertiesContext