LibreOffice Module vcl (master)
1
|
#include <metaact.hxx>
Public Member Functions | |
MetaBmpScaleAction () | |
MetaBmpScaleAction (MetaBmpScaleAction const &)=default | |
MetaBmpScaleAction (MetaBmpScaleAction &&)=default | |
MetaBmpScaleAction & | operator= (MetaBmpScaleAction const &)=delete |
MetaBmpScaleAction & | operator= (MetaBmpScaleAction &&)=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 |
MetaBmpScaleAction (const Point &rPt, const Size &rSz, const Bitmap &rBmp) | |
virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
virtual void | Scale (double fScaleX, double fScaleY) override |
const Bitmap & | GetBitmap () 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 | ~MetaBmpScaleAction () override |
Private Attributes | |
Bitmap | maBmp |
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 679 of file metaact.hxx.
MetaBmpScaleAction::MetaBmpScaleAction | ( | ) |
Definition at line 1519 of file metaact.cxx.
Referenced by Clone().
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1523 of file metaact.cxx.
Definition at line 1526 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1539 of file metaact.cxx.
References MetaBmpScaleAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1534 of file metaact.cxx.
References OutputDevice::DrawBitmap(), maBmp, maPt, and maSz.
|
inline |
Definition at line 707 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 708 of file metaact.hxx.
References Point.
Referenced by clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), GDIMetaFile::GetChecksum(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), vcl::PageSyncData::PlaySyncPageAct(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 709 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), GDIMetaFile::GetChecksum(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), vcl::PageSyncData::PlaySyncPageAct(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
overridevirtual |
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1571 of file metaact.cxx.
References maBmp, maPt, maSz, ReadDIB(), tools::GenericTypeSerializer::readPoint(), and tools::GenericTypeSerializer::readSize().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1549 of file metaact.cxx.
References tools::Rectangle::GetSize(), maPt, maSz, and tools::Rectangle::TopLeft().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1557 of file metaact.cxx.
References maBmp, maPt, maSz, MetaAction::Write(), WriteDIB(), tools::GenericTypeSerializer::writePoint(), and tools::GenericTypeSerializer::writeSize().
|
private |
Definition at line 683 of file metaact.hxx.
|
private |
|
private |