20#ifndef INCLUDED_SVX_XHATCH_HXX
21#define INCLUDED_SVX_XHATCH_HXX
27#include <com/sun/star/drawing/HatchStyle.hpp>
40 XHatch() : eStyle(css::
drawing::HatchStyle_SINGLE), nDistance(0), nAngle(0) {}
41 XHatch(
const Color& rCol, css::drawing::HatchStyle eStyle = css::drawing::HatchStyle_SINGLE,
46 void SetHatchStyle(css::drawing::HatchStyle eNewStyle) { eStyle = eNewStyle; }
css::drawing::HatchStyle eStyle
const Color & GetColor() const
tools::Long GetDistance() const
void SetDistance(tools::Long nNewDistance)
void SetHatchStyle(css::drawing::HatchStyle eNewStyle)
css::drawing::HatchStyle GetHatchStyle() const
void SetColor(const Color &rColor)
Degree10 GetAngle() const
void SetAngle(Degree10 nNewAngle)
#define SVXCORE_DLLPUBLIC
bool operator==(const XclFontData &rLeft, const XclFontData &rRight)