Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx48 , 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()
/AOO41X/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx134 void setTextRotation(sal_Int32 nTextRotation) { mnTextRotation = nTextRotation; } in setTextRotation()
156 sal_Int32 mnTextRotation; member in oox::drawingml::CustomShapeProperties