LibreOffice Module vcl (master)
1
|
#include <metaact.hxx>
Public Member Functions | |
MetaBmpExScaleAction () | |
MetaBmpExScaleAction (MetaBmpExScaleAction const &)=default | |
MetaBmpExScaleAction (MetaBmpExScaleAction &&)=default | |
MetaBmpExScaleAction & | operator= (MetaBmpExScaleAction const &)=delete |
MetaBmpExScaleAction & | operator= (MetaBmpExScaleAction &&)=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 |
MetaBmpExScaleAction (const Point &rPt, const Size &rSz, const BitmapEx &rBmpEx) | |
virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
virtual void | Scale (double fScaleX, double fScaleY) override |
const BitmapEx & | GetBitmapEx () const |
const Point & | GetPoint () const |
const Size & | GetSize () const |
bool | IsTransparent () const override |
#i10613# Extracted from Printer::GetPreparedMetaFile. More... | |
![]() | |
MetaAction () | |
MetaAction (MetaActionType nType) | |
MetaAction (MetaAction const &) | |
oslInterlockedCount | GetRefCount () const |
MetaActionType | GetType () const |
![]() | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Private Member Functions | |
virtual | ~MetaBmpExScaleAction () override |
Private Attributes | |
BitmapEx | maBmpEx |
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 781 of file metaact.hxx.
MetaBmpExScaleAction::MetaBmpExScaleAction | ( | ) |
Definition at line 1701 of file metaact.cxx.
Referenced by Clone().
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1705 of file metaact.cxx.
MetaBmpExScaleAction::MetaBmpExScaleAction | ( | const Point & | rPt, |
const Size & | rSz, | ||
const BitmapEx & | rBmpEx | ||
) |
Definition at line 1708 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1721 of file metaact.cxx.
References MetaBmpExScaleAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1716 of file metaact.cxx.
References OutputDevice::DrawBitmapEx(), maBmpEx, maPt, and maSz.
|
inline |
Definition at line 809 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetChecksum(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 810 of file metaact.hxx.
References Point.
Referenced by clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), GDIMetaFile::GetChecksum(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 811 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), GDIMetaFile::GetChecksum(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inlineoverridevirtual |
#i10613# Extracted from Printer::GetPreparedMetaFile.
Returns true if given action requires special transparency handling
Reimplemented from MetaAction.
Definition at line 812 of file metaact.hxx.
|
overridevirtual |
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1752 of file metaact.cxx.
References maBmpEx, maPt, maSz, ReadDIBBitmapEx(), tools::GenericTypeSerializer::readPoint(), and tools::GenericTypeSerializer::readSize().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1731 of file metaact.cxx.
References tools::Rectangle::GetSize(), maPt, maSz, and tools::Rectangle::TopLeft().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1739 of file metaact.cxx.
References BitmapEx::GetBitmap(), maBmpEx, maPt, maSz, MetaAction::Write(), WriteDIBBitmapEx(), tools::GenericTypeSerializer::writePoint(), and tools::GenericTypeSerializer::writeSize().
|
private |
Definition at line 785 of file metaact.hxx.
|
private |
|
private |