31 class SdrLineAttribute;
32 class SdrLineStartEndAttribute;
33 class SdrShadowAttribute;
34 class SdrGlowAttribute;
35 class SdrFillAttribute;
36 class SdrTextAttribute;
37 class FillGradientAttribute;
38 class SdrFillGraphicAttribute;
39 class SdrEffectsTextAttribute;
40 class SdrLineEffectsTextAttribute;
41 class SdrLineFillEffectsTextAttribute;
42 class SdrLineFillShadowAttribute3D;
43 class SdrSceneAttribute;
44 class SdrLightingAttribute;
45 class SdrFillTextAttribute;
73 const sal_Int32* pLeft =
nullptr,
74 const sal_Int32* pUpper =
nullptr,
75 const sal_Int32* pRight =
nullptr,
76 const sal_Int32* pLower =
nullptr);
97 bool bSuppressShadow =
false);
113 const sal_Int32* pLeft =
nullptr,
114 const sal_Int32* pUpper =
nullptr,
115 const sal_Int32* pRight =
nullptr,
116 const sal_Int32* pLower =
nullptr);
121 const ::basegfx::B2DRange& rObjectRange,
122 double& rfCornerRadiusX,
123 double& rfCornerRadiusY);
attribute::SdrLineAttribute createNewSdrLineAttribute(const SfxItemSet &rSet)
attribute::SdrLineFillShadowAttribute3D createNewSdrLineFillShadowAttribute(const SfxItemSet &rSet, bool bSuppressFill)
attribute::SdrSceneAttribute createNewSdrSceneAttribute(const SfxItemSet &rSet)
attribute::FillGradientAttribute createNewTransparenceGradientAttribute(const SfxItemSet &rSet)
attribute::SdrFillAttribute createNewSdrFillAttribute(const SfxItemSet &rSet)
attribute::SdrLightingAttribute createNewSdrLightingAttribute(const SfxItemSet &rSet)
attribute::SdrShadowAttribute createNewSdrShadowAttribute(const SfxItemSet &rSet)
void calculateRelativeCornerRadius(sal_Int32 nRadius, const basegfx::B2DRange &rObjectRange, double &rfCornerRadiusX, double &rfCornerRadiusY)
attribute::SdrEffectsTextAttribute createNewSdrEffectsTextAttribute(const SfxItemSet &rSet, const SdrText *pText, bool bSuppressText)
attribute::SdrLineEffectsTextAttribute createNewSdrLineEffectsTextAttribute(const SfxItemSet &rSet, const SdrText *pText)
attribute::SdrLineStartEndAttribute createNewSdrLineStartEndAttribute(const SfxItemSet &rSet, double fWidth)
attribute::SdrTextAttribute createNewSdrTextAttribute(const SfxItemSet &rSet, const SdrText &rText, const sal_Int32 *pLeft, const sal_Int32 *pUpper, const sal_Int32 *pRight, const sal_Int32 *pLower)
attribute::SdrFillGraphicAttribute createNewSdrFillGraphicAttribute(const SfxItemSet &rSet)
attribute::SdrLineFillEffectsTextAttribute createNewSdrLineFillEffectsTextAttribute(const SfxItemSet &rSet, const SdrText *pText, bool bHasContent, bool bSuppressShadow)
attribute::SdrFillTextAttribute createNewSdrFillTextAttribute(const SfxItemSet &rSet, const SdrText *pText, const sal_Int32 *pLeft, const sal_Int32 *pUpper, const sal_Int32 *pRight, const sal_Int32 *pLower)
#define SVXCORE_DLLPUBLIC