Home
last modified time | relevance | path

Searched refs:moRotation (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/oox/inc/oox/drawingml/
H A Dtextbodyproperties.hxx38 OptValue< sal_Int32 > moRotation; member
/AOO41X/main/oox/source/drawingml/
H A Dtextbodypropertiescontext.cxx114 mrTextBodyProp.moRotation = aAttribs.getInteger( XML_rot ); in TextBodyPropertiesContext()
H A Dshape.cxx483 const sal_Int32 nTextRotation(getTextBody()->getTextProperties().moRotation.get(0)); in createAndInsert()
/AOO41X/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx1136 …ngle = static_cast< double >( bStacked ? 0 : rxTextProp->getTextProperties().moRotation.get( 0 ) ); in convertTextRotation()