Searched refs:mnTextRotation (Results 1 – 2 of 2) sorted by relevance
49 , mnTextRotation(0) // #119920# Add missing extra text rotation in CustomShapeProperties()135 if(mbMirroredX || mbMirroredY || mnTextRotation) in pushToPropSet()160 if(mnTextRotation) in pushToPropSet()163 aAny <<= (double)mnTextRotation; in pushToPropSet()238 if(mnTextRotation) in pushToPropSet()240 aPropertyMap[ PROP_TextRotation ] <<= Any(mnTextRotation); in pushToPropSet()
134 void setTextRotation(sal_Int32 nTextRotation) { mnTextRotation = nTextRotation; } in setTextRotation()156 sal_Int32 mnTextRotation; member in oox::drawingml::CustomShapeProperties
Completed in 7 milliseconds