Searched refs:mnTextRotation (Results 1 – 2 of 2) sorted by relevance
48 , mnTextRotation(0) // #119920# Add missing extra text rotation in CustomShapeProperties()134 if(mbMirroredX || mbMirroredY || mnTextRotation) in pushToPropSet()159 if(mnTextRotation) in pushToPropSet()162 aAny <<= (double)mnTextRotation; in pushToPropSet()229 if(mnTextRotation) in pushToPropSet()231 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