LibreOffice Module vcl (master)
1
|
#include <metaact.hxx>
Public Member Functions | |
MetaMaskScaleAction () | |
MetaMaskScaleAction (MetaMaskScaleAction const &)=default | |
MetaMaskScaleAction (MetaMaskScaleAction &&)=default | |
MetaMaskScaleAction & | operator= (MetaMaskScaleAction const &)=delete |
MetaMaskScaleAction & | operator= (MetaMaskScaleAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () override |
virtual void | Write (SvStream &rOStm, ImplMetaWriteData *pData) override |
virtual void | Read (SvStream &rIStm, ImplMetaReadData *pData) override |
MetaMaskScaleAction (const Point &rPt, const Size &rSz, 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 |
const Size & | GetSize () const |
![]() | |
MetaAction () | |
MetaAction (MetaActionType nType) | |
MetaAction (MetaAction const &) | |
oslInterlockedCount | GetRefCount () const |
MetaActionType | GetType () const |
virtual bool | IsTransparent () const |
#i10613# Extracted from Printer::GetPreparedMetaFile. More... | |
![]() | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Private Member Functions | |
virtual | ~MetaMaskScaleAction () override |
Private Attributes | |
Bitmap | maBmp |
Color | maColor |
Point | maPt |
Size | maSz |
Additional Inherited Members | |
![]() | |
static rtl::Reference< MetaAction > | ReadMetaAction (SvStream &rIStm, ImplMetaReadData *pData) |
![]() | |
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) |
![]() | |
virtual | ~MetaAction () override |
![]() | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
![]() | |
static void | ReadColor (SvStream &rIStm,::Color &rColor) |
static void | WriteColor (SvStream &rIStm,::Color aColor) |
![]() | |
oslInterlockedCount | m_nCount |
Definition at line 888 of file metaact.hxx.
MetaMaskScaleAction::MetaMaskScaleAction | ( | ) |
Definition at line 1884 of file metaact.cxx.
Referenced by Clone().
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1888 of file metaact.cxx.
MetaMaskScaleAction::MetaMaskScaleAction | ( | const Point & | rPt, |
const Size & | rSz, | ||
const Bitmap & | rBmp, | ||
const Color & | rColor | ||
) |
Definition at line 1891 of file metaact.cxx.
References maColor.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1906 of file metaact.cxx.
References MetaMaskScaleAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1901 of file metaact.cxx.
References OutputDevice::DrawMask(), maBmp, maColor, maPt, and maSz.
|
inline |
Definition at line 918 of file metaact.hxx.
Referenced by GDIMetaFile::GetChecksum(), and GDIMetaFile::ImplExchangeColors().
|
inline |
Definition at line 919 of file metaact.hxx.
Referenced by GDIMetaFile::GetChecksum(), and GDIMetaFile::ImplExchangeColors().
|
inline |
Definition at line 920 of file metaact.hxx.
References Point.
Referenced by GDIMetaFile::GetChecksum(), and GDIMetaFile::ImplExchangeColors().
|
inline |
Definition at line 921 of file metaact.hxx.
Referenced by GDIMetaFile::GetChecksum(), and GDIMetaFile::ImplExchangeColors().
|
overridevirtual |
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1937 of file metaact.cxx.
References maBmp, maPt, maSz, ReadDIB(), tools::GenericTypeSerializer::readPoint(), and tools::GenericTypeSerializer::readSize().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1916 of file metaact.cxx.
References tools::Rectangle::GetSize(), maPt, maSz, and tools::Rectangle::TopLeft().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1924 of file metaact.cxx.
References maBmp, maPt, maSz, MetaAction::Write(), WriteDIB(), tools::GenericTypeSerializer::writePoint(), and tools::GenericTypeSerializer::writeSize().
|
private |
Definition at line 892 of file metaact.hxx.
|
private |
Definition at line 893 of file metaact.hxx.
Referenced by Execute().
|
private |
|
private |