Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/drawingml/
H A Dtextbodypropertiescontext.cxx123 mrTextBodyProp.moVert = aAttribs.getToken( XML_vert ); in TextBodyPropertiesContext()
125 sal_Int32 tVert = mrTextBodyProp.moVert.get( XML_horz ); in TextBodyPropertiesContext()
H A Dtextbodyproperties.cxx42 if( moVert.get( XML_horz ) != XML_horz ) in pushToPropMap()
/AOO41X/main/oox/inc/oox/drawingml/
H A Dtextbodyproperties.hxx39 OptValue< sal_Int32 > moVert; member
/AOO41X/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx1129 sal_Int32 nVert = rxTextProp->getTextProperties().moVert.get( XML_horz ); in convertTextRotation()