|
LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
| MetaMaskScalePartAction () | |
| MetaMaskScalePartAction (MetaMaskScalePartAction const &)=default | |
| MetaMaskScalePartAction (MetaMaskScalePartAction &&)=default | |
| MetaMaskScalePartAction & | operator= (MetaMaskScalePartAction const &)=delete |
| MetaMaskScalePartAction & | operator= (MetaMaskScalePartAction &&)=delete |
| virtual void | Execute (OutputDevice *pOut) override |
| virtual rtl::Reference< MetaAction > | Clone () const override |
| MetaMaskScalePartAction (const Point &rDstPt, const Size &rDstSz, const Point &rSrcPt, const Size &rSrcSz, const Bitmap &rBmp, const Color &rColor) | |
| virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
| virtual void | Scale (double fScaleX, double fScaleY) override |
| const Bitmap & | GetBitmap () const |
| const Color & | GetColor () const |
| const Point & | GetDestPoint () const |
| const Size & | GetDestSize () const |
| const Point & | GetSrcPoint () const |
| const Size & | GetSrcSize () const |
| void | SetBitmap (const Bitmap &rBmp) |
| void | SetColor (Color rColor) |
| void | SetDestPoint (const Point &rPt) |
| void | SetDestSize (const Size &rSz) |
| void | SetSrcPoint (const Point &rPt) |
| void | SetSrcSize (const Size &rSz) |
Public Member Functions inherited from MetaAction | |
| MetaAction () | |
| MetaAction (MetaActionType nType) | |
| MetaAction (MetaAction const &) | |
| virtual void | Execute (OutputDevice *pOut) |
| oslInterlockedCount | GetRefCount () const |
| virtual rtl::Reference< MetaAction > | Clone () const |
| virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) |
| virtual void | Scale (double fScaleX, double fScaleY) |
| MetaActionType | GetType () const |
| virtual bool | IsTransparent () const |
| #i10613# Extracted from Printer::GetPreparedMetaFile. More... | |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Private Member Functions | |
| virtual | ~MetaMaskScalePartAction () override |
Private Attributes | |
| Bitmap | maBmp |
| Color | maColor |
| Point | maDstPt |
| Size | maDstSz |
| Point | maSrcPt |
| Size | maSrcSz |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| static void * | operator new (std::size_t nSize) |
| static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
| static void | operator delete (void *pPtr) |
| static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from MetaAction | |
| virtual | ~MetaAction () override |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
Definition at line 953 of file metaact.hxx.
| MetaMaskScalePartAction::MetaMaskScalePartAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1199 of file metaact.cxx.
| MetaMaskScalePartAction::MetaMaskScalePartAction | ( | const Point & | rDstPt, |
| const Size & | rDstSz, | ||
| const Point & | rSrcPt, | ||
| const Size & | rSrcSz, | ||
| const Bitmap & | rBmp, | ||
| const Color & | rColor | ||
| ) |
Definition at line 1202 of file metaact.cxx.
References maColor, and MASKSCALEPART.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1223 of file metaact.cxx.
References MetaMaskScalePartAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1215 of file metaact.cxx.
References AllowRect(), maBmp, maColor, maDstPt, maDstSz, MASKSCALE, maSrcPt, maSrcSz, and pOut.
|
inline |
Definition at line 984 of file metaact.hxx.
Referenced by SvmWriter::GetChecksum(), GDIMetaFile::ImplExchangeColors(), and SvmWriter::MaskScalePartHandler().
|
inline |
Definition at line 985 of file metaact.hxx.
References maColor.
Referenced by SvmWriter::GetChecksum(), GDIMetaFile::ImplExchangeColors(), and SvmWriter::MaskScalePartHandler().
|
inline |
Definition at line 986 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), SvmWriter::GetChecksum(), GDIMetaFile::ImplExchangeColors(), and SvmWriter::MaskScalePartHandler().
|
inline |
Definition at line 987 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), SvmWriter::GetChecksum(), GDIMetaFile::ImplExchangeColors(), and SvmWriter::MaskScalePartHandler().
|
inline |
Definition at line 988 of file metaact.hxx.
Referenced by SvmWriter::GetChecksum(), GDIMetaFile::ImplExchangeColors(), and SvmWriter::MaskScalePartHandler().
|
inline |
Definition at line 989 of file metaact.hxx.
Referenced by SvmWriter::GetChecksum(), GDIMetaFile::ImplExchangeColors(), and SvmWriter::MaskScalePartHandler().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1228 of file metaact.cxx.
References maDstPt, and Point::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1233 of file metaact.cxx.
References tools::Rectangle::GetSize(), maDstPt, maDstSz, and tools::Rectangle::TopLeft().
|
inline |
Definition at line 990 of file metaact.hxx.
|
inline |
Definition at line 991 of file metaact.hxx.
References maColor.
|
inline |
Definition at line 992 of file metaact.hxx.
|
inline |
Definition at line 993 of file metaact.hxx.
|
inline |
Definition at line 994 of file metaact.hxx.
|
inline |
Definition at line 995 of file metaact.hxx.
|
private |
Definition at line 957 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 958 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 959 of file metaact.hxx.
|
private |
Definition at line 960 of file metaact.hxx.
|
private |
Definition at line 961 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 962 of file metaact.hxx.
Referenced by Execute().