Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx1996 GeomRect aGeomRect; in createFastChildContext() local
1997aGeomRect.l = GetAdjCoordinate( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_l ), sal_… in createFastChildContext()
1998aGeomRect.t = GetAdjCoordinate( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_t ), sal_… in createFastChildContext()
1999aGeomRect.r = GetAdjCoordinate( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_r ), sal_… in createFastChildContext()
2000aGeomRect.b = GetAdjCoordinate( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_b ), sal_… in createFastChildContext()
2001 mrCustomShapeProperties.getTextRect() = aGeomRect; in createFastChildContext()

Completed in 21 milliseconds