Lines Matching refs:SvxGrfCrop
43 SvxGrfCrop::SvxGrfCrop( sal_uInt16 nItemId ) in SvxGrfCrop() function in SvxGrfCrop
48 SvxGrfCrop::SvxGrfCrop( sal_Int32 nL, sal_Int32 nR, in SvxGrfCrop() function in SvxGrfCrop
54 SvxGrfCrop::~SvxGrfCrop() in ~SvxGrfCrop()
58 int SvxGrfCrop::operator==( const SfxPoolItem& rAttr ) const in operator ==()
61 return nLeft == ((const SvxGrfCrop&)rAttr).GetLeft() && in operator ==()
62 nRight == ((const SvxGrfCrop&)rAttr).GetRight() && in operator ==()
63 nTop == ((const SvxGrfCrop&)rAttr).GetTop() && in operator ==()
64 nBottom == ((const SvxGrfCrop&)rAttr).GetBottom(); in operator ==()
85 SfxPoolItem* SvxGrfCrop::Create( SvStream& rStrm, sal_uInt16 nVersion ) const in Create()
93 SvxGrfCrop* pNew = (SvxGrfCrop*)Clone(); in Create()
102 SvStream& SvxGrfCrop::Store( SvStream& rStrm, sal_uInt16 nVersion ) const in Store()
116 sal_Bool SvxGrfCrop::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
139 sal_Bool SvxGrfCrop::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
162 SfxItemPresentation SvxGrfCrop::GetPresentation( in GetPresentation()