Searched refs:getHatch (Results 1 – 7 of 7) sorted by relevance
145 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 ==()
210 || !rFill.getHatch().isDefault() in create3DPolyPolygonFillPrimitives()227 else if(!rFill.getHatch().isDefault()) in create3DPolyPolygonFillPrimitives()231 rFill.getHatch(), in create3DPolyPolygonFillPrimitives()
70 const FillHatchAttribute& getHatch() const { return maHatch; } in getHatch() function in drawinglayer::attribute::ImpSdrFillAttribute79 && getHatch() == rCandidate.getHatch() in operator ==()195 const FillHatchAttribute& SdrFillAttribute::getHatch() const in getHatch() function in drawinglayer::attribute::SdrFillAttribute197 return mpSdrFillAttribute->getHatch(); in getHatch()
78 else if(!rFill.getHatch().isDefault()) in createPolyPolygonFillPrimitive()80 …rimitive = new PolyPolygonHatchPrimitive2D(aScaledPolyPolygon, rFill.getColor(), rFill.getHatch()); in createPolyPolygonFillPrimitive()
71 const attribute::FillHatchAttribute& getHatch() const { return maHatch; } in getHatch() function in drawinglayer::primitive3d::HatchTexturePrimitive3D
74 const FillHatchAttribute& getHatch() const;
339 const attribute::FillHatchAttribute& rHatch(rPrimitive.getHatch()); in GeoTexSvxMultiHatch()
Completed in 40 milliseconds