Lines Matching refs:mrCustomShapeProperties

450 	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()
723 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::PolarAdjustHandleContext
729 , mrCustomShapeProperties( rCustomShapeProperties ) in PolarAdjustHandleContext()
739 …mrAdjustHandle.min1 = GetAdjCoordinate( mrCustomShapeProperties, aAttribs.getString( XML_minR, aEm… in PolarAdjustHandleContext()
743 …mrAdjustHandle.max1 = GetAdjCoordinate( mrCustomShapeProperties, aAttribs.getString( XML_maxR, aEm… in PolarAdjustHandleContext()
751 …mrAdjustHandle.min2 = GetAdjAngle( mrCustomShapeProperties, aAttribs.getString( XML_minAng, aEmpty… in PolarAdjustHandleContext()
755 …mrAdjustHandle.max2 = GetAdjAngle( mrCustomShapeProperties, aAttribs.getString( XML_maxAng, aEmpty… in PolarAdjustHandleContext()
763 …xContext = new AdjPoint2DContext( *this, xAttribs, mrCustomShapeProperties, mrAdjustHandle.pos ); … in createFastChildContext()
777 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::AdjustHandleListContext
783 , mrCustomShapeProperties( rCustomShapeProperties ) in AdjustHandleListContext()
794 …xContext = new XYAdjustHandleContext( *this, xAttribs, mrCustomShapeProperties, mrAdjustHandleList… in createFastChildContext()
800 …xContext = new PolarAdjustHandleContext( *this, xAttribs, mrCustomShapeProperties, mrAdjustHandleL… in createFastChildContext()
815 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::ConnectionSiteContext
821 , mrCustomShapeProperties( rCustomShapeProperties ) in ConnectionSiteContext()
823 …mrConnectionSite.ang = GetAdjAngle( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_ang )… in ConnectionSiteContext()
830 …xContext = new AdjPoint2DContext( *this, xAttribs, mrCustomShapeProperties, mrConnectionSite.pos )… in createFastChildContext()
844 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::Path2DMoveToContext
850 , mrCustomShapeProperties( rCustomShapeProperties ) in Path2DMoveToContext()
858 …xContext = new AdjPoint2DContext( *this, xAttribs, mrCustomShapeProperties, mrAdjPoint2D ); // CT… in createFastChildContext()
872 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::Path2DLineToContext
878 , mrCustomShapeProperties( rCustomShapeProperties ) in Path2DLineToContext()
886 …xContext = new AdjPoint2DContext( *this, xAttribs, mrCustomShapeProperties, mrAdjPoint2D ); // CT… in createFastChildContext()
902 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::Path2DQuadBezierToContext
913 , mrCustomShapeProperties( rCustomShapeProperties ) in Path2DQuadBezierToContext()
921 …xContext = new AdjPoint2DContext( *this, xAttribs, mrCustomShapeProperties, nCount++ ? mrPt2 : mrP… in createFastChildContext()
935 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::Path2DCubicBezierToContext
947 , mrCustomShapeProperties( rCustomShapeProperties ) in Path2DCubicBezierToContext()
959 xContext = new AdjPoint2DContext( *this, xAttribs, mrCustomShapeProperties, in createFastChildContext()
978 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::Path2DContext
985 , mrCustomShapeProperties( rCustomShapeProperties ) in Path2DContext()
1034 xContext = new Path2DMoveToContext( *this, mrCustomShapeProperties, mrPath2D.parameter.back() ); in createFastChildContext()
1051 xContext = new Path2DLineToContext( *this, mrCustomShapeProperties, mrPath2D.parameter.back() ); in createFastChildContext()
1065 …EnhancedCustomShapeParameter aWidth = GetAdjCoordinate( mrCustomShapeProperties, xAttribs->getOpti… in createFastChildContext()
1066 …EnhancedCustomShapeParameter aHeight = GetAdjCoordinate( mrCustomShapeProperties, xAttribs->getOpt… in createFastChildContext()
1067 …EnhancedCustomShapeParameter aStartAngle = GetAdjAngle( mrCustomShapeProperties, xAttribs->getOpti… in createFastChildContext()
1068 …EnhancedCustomShapeParameter swAngle = GetAdjAngle( mrCustomShapeProperties, xAttribs->getOptional… in createFastChildContext()
1095 xContext = new Path2DQuadBezierToContext( *this, mrCustomShapeProperties, in createFastChildContext()
1117 xContext = new Path2DCubicBezierToContext( *this, mrCustomShapeProperties, in createFastChildContext()
1139 CustomShapeProperties& mrCustomShapeProperties; member in oox::drawingml::Path2DListContext
1147 , mrCustomShapeProperties( rCustomShapeProperties ) in Path2DListContext()
1160 …xContext = new Path2DContext( *this, xAttribs, mrCustomShapeProperties, mrSegments, mrPath2DList.… in createFastChildContext()
1973 , mrCustomShapeProperties( rCustomShapeProperties ) in CustomShapeGeometryContext()
1983 …xContext = new GeomGuideListContext( *this, mrCustomShapeProperties, mrCustomShapeProperties.getAd… in createFastChildContext()
1986 …xContext = new GeomGuideListContext( *this, mrCustomShapeProperties, mrCustomShapeProperties.getGu… in createFastChildContext()
1989 …xContext = new AdjustHandleListContext( *this, mrCustomShapeProperties, mrCustomShapeProperties.ge… in createFastChildContext()
1997 …aGeomRect.l = GetAdjCoordinate( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_l ), sal_… in createFastChildContext()
1998 …aGeomRect.t = GetAdjCoordinate( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_t ), sal_… in createFastChildContext()
1999 …aGeomRect.r = GetAdjCoordinate( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_r ), sal_… in createFastChildContext()
2000 …aGeomRect.b = GetAdjCoordinate( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_b ), sal_… in createFastChildContext()
2001 mrCustomShapeProperties.getTextRect() = aGeomRect; in createFastChildContext()
2005 … = new Path2DListContext( *this, mrCustomShapeProperties, mrCustomShapeProperties.getSegments(), m… in createFastChildContext()
2012 mrCustomShapeProperties.getConnectionSiteList().push_back( aConnectionSite ); in createFastChildContext()
2013 …ntext = new ConnectionSiteContext( *this, xAttribs, mrCustomShapeProperties, mrCustomShapeProperti… in createFastChildContext()
2024 , mrCustomShapeProperties( rCustomShapeProperties ) in PresetShapeGeometryContext()
2031 mrCustomShapeProperties.setShapePresetType( sShapeType ); in PresetShapeGeometryContext()
2037 …return new GeomGuideListContext( *this, mrCustomShapeProperties, mrCustomShapeProperties.getAdjust… in createFastChildContext()
2046 , mrCustomShapeProperties( rCustomShapeProperties ) in PresetTextShapeContext()
2053 mrCustomShapeProperties.setShapePresetType( sShapeType ); in PresetTextShapeContext()
2059 …return new GeomGuideListContext( *this, mrCustomShapeProperties, mrCustomShapeProperties.getAdjust… in createFastChildContext()