Lines Matching refs:attribute
66 const attribute::SdrFillAttribute& rFill, in createPolyPolygonFillPrimitive()
67 const attribute::FillGradientAttribute& rFillGradient) in createPolyPolygonFillPrimitive()
124 const attribute::SdrLineAttribute& rLine, in createPolygonLinePrimitive()
125 const attribute::SdrLineStartEndAttribute& rStroke) in createPolygonLinePrimitive()
132 …const attribute::LineAttribute aLineAttribute(rLine.getColor(), rLine.getWidth(), rLine.getJoin(),… in createPolygonLinePrimitive()
133 …const attribute::StrokeAttribute aStrokeAttribute(rLine.getDotDashArray(), rLine.getFullDotDashLen… in createPolygonLinePrimitive()
138 …attribute::LineStartEndAttribute aStart(rStroke.getStartWidth(), rStroke.getStartPolyPolygon(), rS… in createPolygonLinePrimitive()
139 …attribute::LineStartEndAttribute aEnd(rStroke.getEndWidth(), rStroke.getEndPolyPolygon(), rStroke.… in createPolygonLinePrimitive()
167 const attribute::SdrTextAttribute& rText, in createTextPrimitive()
168 const attribute::SdrLineAttribute& rStroke, in createTextPrimitive()
444 const attribute::SdrShadowAttribute& rShadow) in createEmbeddedShadowPrimitive()