Home
last modified time | relevance | path

Searched refs:getHatch (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx145 const basegfx::BColor aHatchColor(getHatch().getColor()); in impCreate3DDecomposition()
146 const double fAngle(getHatch().getAngle()); in impCreate3DDecomposition()
150 switch(getHatch().getStyle()) in impCreate3DDecomposition()
155 … texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle - F_PI4); in impCreate3DDecomposition()
161 … texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle - F_PI2); in impCreate3DDecomposition()
167 texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle); in impCreate3DDecomposition()
289 return (getHatch() == rCompare.getHatch()); in operator ==()
H A Dsdrdecompositiontools3d.cxx210 || !rFill.getHatch().isDefault() in create3DPolyPolygonFillPrimitives()
227 else if(!rFill.getHatch().isDefault()) in create3DPolyPolygonFillPrimitives()
231 rFill.getHatch(), in create3DPolyPolygonFillPrimitives()
/aoo41x/main/drawinglayer/source/attribute/
H A Dsdrfillattribute.cxx70 const FillHatchAttribute& getHatch() const { return maHatch; } in getHatch() function in drawinglayer::attribute::ImpSdrFillAttribute
79 && getHatch() == rCandidate.getHatch() in operator ==()
195 const FillHatchAttribute& SdrFillAttribute::getHatch() const in getHatch() function in drawinglayer::attribute::SdrFillAttribute
197 return mpSdrFillAttribute->getHatch(); in getHatch()
/aoo41x/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx78 else if(!rFill.getHatch().isDefault()) in createPolyPolygonFillPrimitive()
80 …rimitive = new PolyPolygonHatchPrimitive2D(aScaledPolyPolygon, rFill.getColor(), rFill.getHatch()); in createPolyPolygonFillPrimitive()
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dhatchtextureprimitive3d.hxx71 const attribute::FillHatchAttribute& getHatch() const { return maHatch; } in getHatch() function in drawinglayer::primitive3d::HatchTexturePrimitive3D
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrfillattribute.hxx74 const FillHatchAttribute& getHatch() const;
/aoo41x/main/drawinglayer/source/texture/
H A Dtexture3d.cxx339 const attribute::FillHatchAttribute& rHatch(rPrimitive.getHatch()); in GeoTexSvxMultiHatch()

Completed in 48 milliseconds