Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx49 , 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()
/trunk/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

Completed in 7 milliseconds