Home
last modified time | relevance | path

Searched refs:StrokeAttribute (Results 1 – 23 of 23) sorted by relevance

/trunk/main/drawinglayer/source/attribute/
H A Dstrokeattribute.cxx93 StrokeAttribute::StrokeAttribute( in StrokeAttribute() function in drawinglayer::attribute::StrokeAttribute
101 StrokeAttribute::StrokeAttribute() in StrokeAttribute() function in drawinglayer::attribute::StrokeAttribute
107 StrokeAttribute::StrokeAttribute(const StrokeAttribute& rCandidate) in StrokeAttribute() function in drawinglayer::attribute::StrokeAttribute
113 StrokeAttribute::~StrokeAttribute() in ~StrokeAttribute()
125 bool StrokeAttribute::isDefault() const in isDefault()
130 StrokeAttribute& StrokeAttribute::operator=(const StrokeAttribute& rCandidate) in operator =()
150 bool StrokeAttribute::operator==(const StrokeAttribute& rCandidate) const in operator ==()
165 const ::std::vector< double >& StrokeAttribute::getDotDashArray() const in getDotDashArray()
170 double StrokeAttribute::getFullDotDashLen() const in getFullDotDashLen()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dstrokeattribute.hxx43 class DRAWINGLAYER_DLLPUBLIC StrokeAttribute class
50 StrokeAttribute(
53 StrokeAttribute();
54 StrokeAttribute(const StrokeAttribute& rCandidate);
55 StrokeAttribute& operator=(const StrokeAttribute& rCandidate);
56 ~StrokeAttribute();
62 bool operator==(const StrokeAttribute& rCandidate) const;
/trunk/main/svx/source/sdr/attribute/
H A Dsdrformtextoutlineattribute.cxx44 StrokeAttribute maStrokeAttribute;
49 const StrokeAttribute& rStrokeAttribute, in ImpSdrFormTextOutlineAttribute()
60 const StrokeAttribute& getStrokeAttribute() const { return maStrokeAttribute; } in getStrokeAttribute()
79 StrokeAttribute(), in get_global_default()
92 const StrokeAttribute& rStrokeAttribute, in SdrFormTextOutlineAttribute()
168 const StrokeAttribute& SdrFormTextOutlineAttribute::getStrokeAttribute() const in getStrokeAttribute()
H A Dsdrformtextattribute.cxx128 drawinglayer::attribute::StrokeAttribute impGetStrokeAttribute(const SfxItemSet& rSet) in impGetStrokeAttribute()
145 return drawinglayer::attribute::StrokeAttribute(aDotDashArray, fFullDotDashLen); in impGetStrokeAttribute()
199 const StrokeAttribute aStrokeAttribute(impGetStrokeAttribute(rSet)); in ImpSdrFormTextAttribute()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dpolygonprimitive2d.hxx170 attribute::StrokeAttribute maStrokeAttribute;
181 const attribute::StrokeAttribute& rStrokeAttribute);
191 const attribute::StrokeAttribute& getStrokeAttribute() const { return maStrokeAttribute; } in getStrokeAttribute()
233 const attribute::StrokeAttribute& rStrokeAttribute,
289 const attribute::StrokeAttribute& rStrokeAttribute,
H A Dpolypolygonprimitive2d.hxx164 attribute::StrokeAttribute maStrokeAttribute;
175 const attribute::StrokeAttribute& rStrokeAttribute);
185 … const attribute::StrokeAttribute& getStrokeAttribute() const { return maStrokeAttribute; } in getStrokeAttribute()
228 const attribute::StrokeAttribute& rStrokeAttribute,
/trunk/main/svx/inc/svx/sdr/attribute/
H A Dsdrformtextoutlineattribute.hxx35 class StrokeAttribute;
53 const StrokeAttribute& rStrokeAttribute,
68 const StrokeAttribute& getStrokeAttribute() const;
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dpolygonprimitive3d.hxx101 attribute::StrokeAttribute maStrokeAttribute;
112 const attribute::StrokeAttribute& rStrokeAttribute);
122 const attribute::StrokeAttribute& getStrokeAttribute() const { return maStrokeAttribute; } in getStrokeAttribute()
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dvclmetafileprocessor2d.hxx49 class StrokeAttribute;
92 const attribute::StrokeAttribute* pStrokeAttribute,
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx309 const attribute::StrokeAttribute& rStrokeAttribute) in PolygonStrokePrimitive2D()
443 const attribute::StrokeAttribute& rStrokeAttribute, in PolygonWavePrimitive2D()
604 const attribute::StrokeAttribute& rStrokeAttribute, in PolygonStrokeArrowPrimitive2D()
H A Dtextlineprimitive2d.cxx180 attribute::StrokeAttribute aStrokeAttribute; in create2DDecomposition()
191 aStrokeAttribute = attribute::StrokeAttribute(aDoubleArray); in create2DDecomposition()
H A Dpolypolygonprimitive2d.cxx212 const attribute::StrokeAttribute& rStrokeAttribute) in PolyPolygonStrokePrimitive2D()
308 const attribute::StrokeAttribute& rStrokeAttribute, in PolyPolygonStrokeArrowPrimitive2D()
H A Dmetafileprimitive2d.cxx714 const drawinglayer::attribute::StrokeAttribute aStrokeAttribute( in createLinePrimitive()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygonprimitive3d.cxx142 const attribute::StrokeAttribute& rStrokeAttribute) in PolygonStrokePrimitive3D()
H A Dsdrdecompositiontools3d.cxx154 …const attribute::StrokeAttribute aStrokeAttribute(rLine.getDotDashArray(), rLine.getFullDotDashLen… in create3DPolyPolygonLinePrimitives()
/trunk/main/svx/source/xoutdev/
H A Dxtabdash.cxx188 const drawinglayer::attribute::StrokeAttribute aStrokeAttribute( in ImpCreateBitmapForXDash()
/trunk/main/sw/source/ui/docvw/
H A DAnchorOverlayObject.cxx147 const drawinglayer::attribute::StrokeAttribute aStrokeAttribute( in create2DDecomposition()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx162 …const attribute::StrokeAttribute aStrokeAttribute(rLine.getDotDashArray(), rLine.getFullDotDashLen… in createPolygonLinePrimitive()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx365 const attribute::StrokeAttribute* pStrokeAttribute, in impTryToCreateSvtGraphicStroke()
1238 const attribute::StrokeAttribute& rStroke = rStrokePrimitive.getStrokeAttribute(); in processBasePrimitive2D()
H A Dvclprocessor2d.cxx1029 … const attribute::StrokeAttribute& rStrokeAttribute = rPolygonStrokeCandidate.getStrokeAttribute(); in RenderPolygonStrokePrimitive2D()
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx588 const drawinglayer::attribute::StrokeAttribute& rStrokeAttribute, in impAddPolygonStrokePrimitives()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx323 const drawinglayer::attribute::StrokeAttribute aStroke(aDotDashArray, fFullDotDashLen); in createRedirectedPrimitive2DSequence()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx711 … const drawinglayer::attribute::StrokeAttribute aStrokeAttribute(aDashArray); in add_stroke()

Completed in 121 milliseconds