Home
last modified time | relevance | path

Searched defs:rDotDashArray (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/drawinglayer/source/attribute/
H A Dstrokeattribute.cxx46 ImpStrokeAttribute( in ImpStrokeAttribute()
93 StrokeAttribute::StrokeAttribute( in StrokeAttribute()
H A Dsdrlineattribute.cxx49 ImpSdrLineAttribute( in ImpSdrLineAttribute()
122 SdrLineAttribute::SdrLineAttribute( in SdrLineAttribute()
/AOO41X/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx62 …e>& rDotDashArray, B3DPolyPolygon* pLineTarget, B3DPolyPolygon* pGapTarget, double fFullDashDotLen) in applyLineDashing()
H A Db2dpolypolygontools.cxx284 …e>& rDotDashArray, B2DPolyPolygon* pLineTarget, B2DPolyPolygon* pGapTarget, double fFullDashDotLen) in applyLineDashing()
H A Db3dpolygontools.cxx379 …le>& rDotDashArray, B3DPolyPolygon* pLineTarget, B3DPolyPolygon* pGapTarget, double fDotDashLength) in applyLineDashing()
H A Db2dpolygontools.cxx1298 …le>& rDotDashArray, B2DPolyPolygon* pLineTarget, B2DPolyPolygon* pGapTarget, double fDotDashLength) in applyLineDashing()
/AOO41X/main/svx/source/xoutdev/
H A Dxattr.cxx704 double XDash::CreateDotDashArray(::std::vector< double >& rDotDashArray, double fLineWidth) const in CreateDotDashArray()