/aoo41x/main/drawinglayer/source/attribute/ |
H A D | fillhatchattribute.cxx | 106 FillHatchAttribute::FillHatchAttribute( in FillHatchAttribute() function in drawinglayer::attribute::FillHatchAttribute 124 FillHatchAttribute::FillHatchAttribute() in FillHatchAttribute() function in drawinglayer::attribute::FillHatchAttribute 130 FillHatchAttribute::FillHatchAttribute(const FillHatchAttribute& rCandidate) in FillHatchAttribute() function in drawinglayer::attribute::FillHatchAttribute 136 FillHatchAttribute::~FillHatchAttribute() in ~FillHatchAttribute() 148 bool FillHatchAttribute::isDefault() const in isDefault() 153 FillHatchAttribute& FillHatchAttribute::operator=(const FillHatchAttribute& rCandidate) in operator =() 173 bool FillHatchAttribute::operator==(const FillHatchAttribute& rCandidate) const in operator ==() 189 HatchStyle FillHatchAttribute::getStyle() const in getStyle() 194 double FillHatchAttribute::getDistance() const in getDistance() 199 double FillHatchAttribute::getAngle() const in getAngle() [all …]
|
H A D | sdrfillattribute.cxx | 47 FillHatchAttribute maHatch; // fill hatch (if used) 55 const FillHatchAttribute& rHatch, in ImpSdrFillAttribute() 70 const FillHatchAttribute& getHatch() const { return maHatch; } in getHatch() 93 FillHatchAttribute(), in get_global_default() 108 const FillHatchAttribute& rHatch, in SdrFillAttribute() 195 const FillHatchAttribute& SdrFillAttribute::getHatch() const in getHatch()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | fillhatchattribute.hxx | 59 class DRAWINGLAYER_DLLPUBLIC FillHatchAttribute class 66 FillHatchAttribute( 73 FillHatchAttribute(); 74 FillHatchAttribute(const FillHatchAttribute& rCandidate); 75 FillHatchAttribute& operator=(const FillHatchAttribute& rCandidate); 76 ~FillHatchAttribute(); 82 bool operator==(const FillHatchAttribute& rCandidate) const;
|
H A D | sdrfillattribute.hxx | 36 class FillHatchAttribute; 57 const FillHatchAttribute& rHatch, 74 const FillHatchAttribute& getHatch() const;
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | hatchtextureprimitive3d.hxx | 48 attribute::FillHatchAttribute maHatch; 64 const attribute::FillHatchAttribute& rHatch, 71 const attribute::FillHatchAttribute& getHatch() const { return maHatch; } in getHatch()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | fillhatchprimitive2d.hxx | 60 attribute::FillHatchAttribute maFillHatch; 74 const attribute::FillHatchAttribute& rFillHatch); 78 const attribute::FillHatchAttribute& getFillHatch() const { return maFillHatch; } in getFillHatch()
|
H A D | polypolygonprimitive2d.hxx | 367 attribute::FillHatchAttribute maFillHatch; 378 const attribute::FillHatchAttribute& rFillHatch); 383 const attribute::FillHatchAttribute& getFillHatch() const { return maFillHatch; } in getFillHatch()
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofsdrole2obj.cxx | 132 const drawinglayer::attribute::FillHatchAttribute aFillHatch( in createPrimitive2DSequence()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | fillhatchprimitive2d.cxx | 137 const attribute::FillHatchAttribute& rFillHatch) in FillHatchPrimitive2D()
|
H A D | metafileprimitive2d.cxx | 921 drawinglayer::attribute::FillHatchAttribute createFillHatchAttribute(const Hatch& rHatch) in createFillHatchAttribute() 944 return drawinglayer::attribute::FillHatchAttribute( in createFillHatchAttribute() 2347 … const drawinglayer::attribute::FillHatchAttribute aAttribute(createFillHatchAttribute(rHatch)); in interpretMetafile()
|
H A D | polypolygonprimitive2d.cxx | 489 const attribute::FillHatchAttribute& rFillHatch) in PolyPolygonHatchPrimitive2D()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrattributecreator.cxx | 424 attribute::FillHatchAttribute aHatch; in createNewSdrFillAttribute() 476 aHatch = attribute::FillHatchAttribute( in createNewSdrFillAttribute()
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | xtabhtch.cxx | 181 const drawinglayer::attribute::FillHatchAttribute aFillHatch( in CreateBitmapForUI()
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | hatchtextureprimitive3d.cxx | 272 const attribute::FillHatchAttribute& rHatch, in HatchTexturePrimitive3D()
|
H A D | sdrdecompositiontools3d.cxx | 320 attribute::FillHatchAttribute(), in createHiddenGeometryPrimitives3D()
|
/aoo41x/main/drawinglayer/source/texture/ |
H A D | texture3d.cxx | 339 const attribute::FillHatchAttribute& rHatch(rPrimitive.getHatch()); in GeoTexSvxMultiHatch()
|
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 276 const drawinglayer::attribute::FillHatchAttribute aFillHatchAttribute( in create2DDecomposition()
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclpixelprocessor2d.cxx | 707 … const attribute::FillHatchAttribute& rFillHatchAttributes = rFillHatchPrimitive.getFillHatch(); in processBasePrimitive2D()
|
H A D | vclmetafileprocessor2d.cxx | 1454 const attribute::FillHatchAttribute& rFillHatchAttribute = rHatchCandidate.getFillHatch(); in processBasePrimitive2D()
|