Home
last modified time | relevance | path

Searched refs:eVA (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dtextbodypropertiescontext.cxx84 drawing::TextVerticalAdjust eVA( drawing::TextVerticalAdjust_TOP ); in TextBodyPropertiesContext() local
87 case XML_b : eVA = drawing::TextVerticalAdjust_BOTTOM; break; in TextBodyPropertiesContext()
90 case XML_ctr : eVA = drawing::TextVerticalAdjust_CENTER; break; in TextBodyPropertiesContext()
92 case XML_t : eVA = drawing::TextVerticalAdjust_TOP; break; in TextBodyPropertiesContext()
94 mrTextBodyProp.maPropertyMap[ PROP_TextVerticalAdjust ] <<= eVA; in TextBodyPropertiesContext()
/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx141 drawing::TextVerticalAdjust eVA; in applyTableCellProperties() local
144 case XML_ctr: eVA = drawing::TextVerticalAdjust_CENTER; break; in applyTableCellProperties()
145 case XML_b: eVA = drawing::TextVerticalAdjust_BOTTOM; break; in applyTableCellProperties()
149 case XML_t: eVA = drawing::TextVerticalAdjust_TOP; break; in applyTableCellProperties()
151 xPropSet->setPropertyValue( sVerticalAdjust, Any( eVA ) ); in applyTableCellProperties()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx674 drawing::TextVerticalAdjust eVA( drawing::TextVerticalAdjust_TOP ); in CreateTextProperties() local
692 aAny >>= eVA; in CreateTextProperties()
765 if ( eVA == drawing::TextVerticalAdjust_CENTER ) in CreateTextProperties()
802 switch ( eVA ) in CreateTextProperties()
H A Dsvdfppt.cxx7664 drawing::TextVerticalAdjust eVA( drawing::TextVerticalAdjust_TOP ); in ApplyCellAttributes() local
7666 eVA = drawing::TextVerticalAdjust_CENTER; in ApplyCellAttributes()
7668 eVA = drawing::TextVerticalAdjust_BOTTOM; in ApplyCellAttributes()
7669 xPropSet->setPropertyValue( sTextVerticalAdjust, Any( eVA ) ); in ApplyCellAttributes()

Completed in 71 milliseconds