Lines Matching refs:SdrLineAttribute
122 SdrLineAttribute::SdrLineAttribute( in SdrLineAttribute() function in drawinglayer::attribute::SdrLineAttribute
142 SdrLineAttribute::SdrLineAttribute( in SdrLineAttribute() function in drawinglayer::attribute::SdrLineAttribute
150 SdrLineAttribute::SdrLineAttribute() in SdrLineAttribute() function in drawinglayer::attribute::SdrLineAttribute
156 SdrLineAttribute::SdrLineAttribute(const SdrLineAttribute& rCandidate) in SdrLineAttribute() function in drawinglayer::attribute::SdrLineAttribute
162 SdrLineAttribute::~SdrLineAttribute() in ~SdrLineAttribute()
174 bool SdrLineAttribute::isDefault() const in isDefault()
179 SdrLineAttribute& SdrLineAttribute::operator=(const SdrLineAttribute& rCandidate) in operator =()
199 bool SdrLineAttribute::operator==(const SdrLineAttribute& rCandidate) const in operator ==()
214 basegfx::B2DLineJoin SdrLineAttribute::getJoin() const in getJoin()
219 double SdrLineAttribute::getWidth() const in getWidth()
224 double SdrLineAttribute::getTransparence() const in getTransparence()
229 const basegfx::BColor& SdrLineAttribute::getColor() const in getColor()
234 const ::std::vector< double >& SdrLineAttribute::getDotDashArray() const in getDotDashArray()
239 double SdrLineAttribute::getFullDotDashLen() const in getFullDotDashLen()
244 bool SdrLineAttribute::isDashed() const in isDashed()
249 com::sun::star::drawing::LineCap SdrLineAttribute::getCap() const in getCap()