|
LibreOffice Module sw (master) 1
|
#include <grfatr.hxx>
Public Member Functions | |
| SwCropGrf () | |
| SwCropGrf (sal_Int32 nLeft, sal_Int32 nRight, sal_Int32 nTop, sal_Int32 nBottom) | |
| virtual SwCropGrf * | Clone (SfxItemPool *pPool=nullptr) const override |
Public Member Functions inherited from SvxGrfCrop | |
| SvxGrfCrop (TypedWhichId< SvxGrfCrop >) | |
| SvxGrfCrop (sal_Int32 nLeft, sal_Int32 nRight, sal_Int32 nTop, sal_Int32 nBottom, TypedWhichId< SvxGrfCrop >) | |
| virtual | ~SvxGrfCrop () override |
| SvxGrfCrop (SvxGrfCrop const &)=default | |
| SvxGrfCrop (SvxGrfCrop &&)=default | |
| SvxGrfCrop & | operator= (SvxGrfCrop const &)=delete |
| SvxGrfCrop & | operator= (SvxGrfCrop &&)=delete |
| virtual bool | operator== (const SfxPoolItem &) const override |
| virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &rIntl) const override |
| virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override |
| virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) override |
| void | SetLeft (sal_Int32 nVal) |
| void | SetRight (sal_Int32 nVal) |
| void | SetTop (sal_Int32 nVal) |
| void | SetBottom (sal_Int32 nVal) |
| sal_Int32 | GetLeft () const |
| sal_Int32 | GetRight () const |
| sal_Int32 | GetTop () const |
| sal_Int32 | GetBottom () const |
Definition at line 69 of file grfatr.hxx.
| SwCropGrf::SwCropGrf | ( | ) |
Definition at line 136 of file grfatr.cxx.
Referenced by Clone().
| SwCropGrf::SwCropGrf | ( | sal_Int32 | nLeft, |
| sal_Int32 | nRight, | ||
| sal_Int32 | nTop, | ||
| sal_Int32 | nBottom | ||
| ) |
Definition at line 140 of file grfatr.cxx.
|
overridevirtual |
Definition at line 144 of file grfatr.cxx.
References SwCropGrf().