|
LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
| MetaMaskAction () | |
| MetaMaskAction (MetaMaskAction const &)=default | |
| MetaMaskAction (MetaMaskAction &&)=default | |
| MetaMaskAction & | operator= (MetaMaskAction const &)=delete |
| MetaMaskAction & | operator= (MetaMaskAction &&)=delete |
| virtual void | Execute (OutputDevice *pOut) override |
| virtual rtl::Reference< MetaAction > | Clone () const override |
| MetaMaskAction (const Point &rPt, 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 & | GetPoint () const |
| void | SetBitmap (const Bitmap &rBmp) |
| void | SetPoint (const Point &rPt) |
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 | ~MetaMaskAction () override |
Private Attributes | |
| Bitmap | maBmp |
| Color | maColor |
| Point | maPt |
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 882 of file metaact.hxx.
| MetaMaskAction::MetaMaskAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1121 of file metaact.cxx.
Definition at line 1124 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1138 of file metaact.cxx.
References MetaMaskAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1133 of file metaact.cxx.
|
inline |
Definition at line 909 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), SvmWriter::GetChecksum(), and SvmWriter::MaskHandler().
|
inline |
Definition at line 910 of file metaact.hxx.
References maColor.
Referenced by SvmWriter::GetChecksum().
|
inline |
Definition at line 911 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), SvmWriter::GetChecksum(), and SvmWriter::MaskHandler().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1143 of file metaact.cxx.
References maPt, and Point::Move().
|
delete |
|
delete |
|
overridevirtual |
|
inline |
Definition at line 912 of file metaact.hxx.
|
inline |
Definition at line 913 of file metaact.hxx.
|
private |
Definition at line 886 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 887 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 888 of file metaact.hxx.