20 #ifndef INCLUDED_SVX_GRFCROP_HXX
21 #define INCLUDED_SVX_GRFCROP_HXX
26 #define GRFCROP_VERSION_SWDEFAULT 0
27 #define GRFCROP_VERSION_MOVETOSVX 1
31 sal_Int32 nLeft, nRight,
nTop, nBottom;
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; }
67 #endif // INCLUDED_SVX_GRFCROP_HXX
sal_Int32 GetLeft() const
void SetLeft(sal_Int32 nVal)
virtual bool operator==(const SfxPoolItem &) const =0
SfxPoolItem & operator=(const SfxPoolItem &)=delete
void SetRight(sal_Int32 nVal)
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId)
void SetTop(sal_Int32 nVal)
sal_Int32 GetBottom() const
virtual bool GetPresentation(SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const
#define SVXCORE_DLLPUBLIC
sal_Int32 GetRight() const
void SetBottom(sal_Int32 nVal)