Lines Matching refs:LineAttribute
95 LineAttribute::LineAttribute( in LineAttribute() function in drawinglayer::attribute::LineAttribute
109 LineAttribute::LineAttribute() in LineAttribute() function in drawinglayer::attribute::LineAttribute
115 LineAttribute::LineAttribute(const LineAttribute& rCandidate) in LineAttribute() function in drawinglayer::attribute::LineAttribute
121 LineAttribute::~LineAttribute() in ~LineAttribute()
133 bool LineAttribute::isDefault() const in isDefault()
138 LineAttribute& LineAttribute::operator=(const LineAttribute& rCandidate) in operator =()
158 bool LineAttribute::operator==(const LineAttribute& rCandidate) const in operator ==()
173 const basegfx::BColor& LineAttribute::getColor() const in getColor()
178 double LineAttribute::getWidth() const in getWidth()
183 basegfx::B2DLineJoin LineAttribute::getLineJoin() const in getLineJoin()
188 com::sun::star::drawing::LineCap LineAttribute::getLineCap() const in getLineCap()