Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx450 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::GeomGuideListContext
456 , mrCustomShapeProperties( rCustomShapeProperties ) in GeomGuideListContext()
631 …aGuide.maFormula = convertToOOEquation( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_f… in createFastChildContext()
669 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::XYAdjustHandleContext
675 , mrCustomShapeProperties( rCustomShapeProperties ) in XYAdjustHandleContext()
685 …mrAdjustHandle.min1 = GetAdjCoordinate( mrCustomShapeProperties, aAttribs.getString( XML_minX, aEm… in XYAdjustHandleContext()
689 …mrAdjustHandle.max1 = GetAdjCoordinate( mrCustomShapeProperties, aAttribs.getString( XML_maxX, aEm… in XYAdjustHandleContext()
697 …mrAdjustHandle.min2 = GetAdjCoordinate( mrCustomShapeProperties, aAttribs.getString( XML_minY, aEm… in XYAdjustHandleContext()
701 …mrAdjustHandle.max2 = GetAdjCoordinate( mrCustomShapeProperties, aAttribs.getString( XML_maxY, aEm… in XYAdjustHandleContext()
709 …xContext = new AdjPoint2DContext( *this, xAttribs, mrCustomShapeProperties, mrAdjustHandle.pos ); … in createFastChildContext()
[all …]
/AOO41X/main/oox/inc/oox/drawingml/
H A Dcustomshapegeometry.hxx44 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::CustomShapeGeometryContext
56 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::PresetShapeGeometryContext
68 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::PresetTextShapeContext