20#ifndef INCLUDED_SVX_GRFCROP_HXX
21#define INCLUDED_SVX_GRFCROP_HXX
26#define GRFCROP_VERSION_SWDEFAULT 0
27#define GRFCROP_VERSION_MOVETOSVX 1
35 sal_Int32 nTop, sal_Int32 nBottom,
53 virtual bool PutValue(
const css::uno::Any& rVal,
56 void SetLeft( sal_Int32 nVal ) { nLeft = nVal; }
57 void SetRight( sal_Int32 nVal ) { nRight = nVal; }
58 void SetTop( sal_Int32 nVal ) { nTop = nVal; }
59 void SetBottom( sal_Int32 nVal ) { nBottom = nVal; }
61 sal_Int32
GetLeft()
const {
return nLeft; }
63 sal_Int32
GetTop()
const {
return nTop; }
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const
virtual bool GetPresentation(SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const
virtual bool operator==(const SfxPoolItem &) const=0
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId)
SfxPoolItem & operator=(const SfxPoolItem &)=delete
void SetTop(sal_Int32 nVal)
void SetLeft(sal_Int32 nVal)
SvxGrfCrop(SvxGrfCrop &&)=default
sal_Int32 GetRight() const
void SetBottom(sal_Int32 nVal)
void SetRight(sal_Int32 nVal)
sal_Int32 GetLeft() const
sal_Int32 GetBottom() const
SvxGrfCrop(SvxGrfCrop const &)=default
#define SVXCORE_DLLPUBLIC