Searched refs:eVA (Results 1 – 4 of 4) sorted by relevance
84 drawing::TextVerticalAdjust eVA( drawing::TextVerticalAdjust_TOP ); in TextBodyPropertiesContext() local87 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()
141 drawing::TextVerticalAdjust eVA; in applyTableCellProperties() local144 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()
674 drawing::TextVerticalAdjust eVA( drawing::TextVerticalAdjust_TOP ); in CreateTextProperties() local692 aAny >>= eVA; in CreateTextProperties()765 if ( eVA == drawing::TextVerticalAdjust_CENTER ) in CreateTextProperties()802 switch ( eVA ) in CreateTextProperties()
7664 drawing::TextVerticalAdjust eVA( drawing::TextVerticalAdjust_TOP ); in ApplyCellAttributes() local7666 eVA = drawing::TextVerticalAdjust_CENTER; in ApplyCellAttributes()7668 eVA = drawing::TextVerticalAdjust_BOTTOM; in ApplyCellAttributes()7669 xPropSet->setPropertyValue( sTextVerticalAdjust, Any( eVA ) ); in ApplyCellAttributes()
Completed in 54 milliseconds