#include <grfcrop.hxx>
|
| SvxGrfCrop (sal_uInt16) |
|
| SvxGrfCrop (sal_Int32 nLeft, sal_Int32 nRight, sal_Int32 nTop, sal_Int32 nBottom, sal_uInt16) |
|
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 |
|
void | AddRef (sal_uInt32 n=1) const |
|
virtual | ~SfxPoolItem () |
|
void | SetWhich (sal_uInt16 nId) |
|
sal_uInt16 | Which () const |
|
T & | StaticWhichCast (TypedWhichId< T > nId) |
|
const T & | StaticWhichCast (TypedWhichId< T > nId) const |
|
T * | DynamicWhichCast (TypedWhichId< T > nId) |
|
const T * | DynamicWhichCast (TypedWhichId< T > nId) const |
|
bool | operator!= (const SfxPoolItem &rItem) const |
|
virtual bool | operator< (const SfxPoolItem &) const |
|
virtual bool | IsSortable () const |
|
virtual void | ScaleMetrics (tools::Long lMult, tools::Long lDiv) |
|
virtual bool | HasMetrics () const |
|
virtual SfxPoolItem * | Clone (SfxItemPool *pPool=nullptr) const =0 |
|
std::unique_ptr< SfxPoolItem > | CloneSetWhich (sal_uInt16 nNewWhich) const |
|
std::unique_ptr< T > | CloneSetWhich (TypedWhichId< T > nId) const |
|
sal_uInt32 | GetRefCount () const |
|
SfxItemKind | GetKind () const |
|
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
|
virtual boost::property_tree::ptree | dumpAsJSON () const |
|
virtual bool | IsVoidItem () const |
|
Definition at line 29 of file grfcrop.hxx.
SvxGrfCrop::SvxGrfCrop |
( |
sal_uInt16 |
nItemId | ) |
|
SvxGrfCrop::SvxGrfCrop |
( |
sal_Int32 |
nLeft, |
|
|
sal_Int32 |
nRight, |
|
|
sal_Int32 |
nTop, |
|
|
sal_Int32 |
nBottom, |
|
|
sal_uInt16 |
nItemId |
|
) |
| |
SvxGrfCrop::~SvxGrfCrop |
( |
| ) |
|
|
overridevirtual |
sal_Int32 SvxGrfCrop::GetBottom |
( |
| ) |
const |
|
inline |
sal_Int32 SvxGrfCrop::GetLeft |
( |
| ) |
const |
|
inline |
sal_Int32 SvxGrfCrop::GetRight |
( |
| ) |
const |
|
inline |
sal_Int32 SvxGrfCrop::GetTop |
( |
| ) |
const |
|
inline |
bool SvxGrfCrop::operator== |
( |
const SfxPoolItem & |
rAttr | ) |
const |
|
overridevirtual |
bool SvxGrfCrop::PutValue |
( |
const css::uno::Any & |
rVal, |
|
|
sal_uInt8 |
nMemberId |
|
) |
| |
|
overridevirtual |
bool SvxGrfCrop::QueryValue |
( |
css::uno::Any & |
rVal, |
|
|
sal_uInt8 |
nMemberId = 0 |
|
) |
| const |
|
overridevirtual |
void SvxGrfCrop::SetBottom |
( |
sal_Int32 |
nVal | ) |
|
|
inline |
void SvxGrfCrop::SetLeft |
( |
sal_Int32 |
nVal | ) |
|
|
inline |
void SvxGrfCrop::SetRight |
( |
sal_Int32 |
nVal | ) |
|
|
inline |
void SvxGrfCrop::SetTop |
( |
sal_Int32 |
nVal | ) |
|
|
inline |
sal_Int32 SvxGrfCrop::nBottom |
|
private |
sal_Int32 SvxGrfCrop::nLeft |
|
private |
sal_Int32 SvxGrfCrop::nRight |
|
private |
sal_Int32 SvxGrfCrop::nTop |
|
private |
The documentation for this class was generated from the following files: