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 () const 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 |
void | SetBitmapEx (const BitmapEx &rBmpEx) |
void | SetPoint (const Point &rPt) |
void | SetSize (const Size &rSz) |
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 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 |
![]() | |
oslInterlockedCount | m_nCount |
Definition at line 796 of file metaact.hxx.
MetaBmpExScaleAction::MetaBmpExScaleAction | ( | ) |
Definition at line 978 of file metaact.cxx.
Referenced by Clone().
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 982 of file metaact.cxx.
MetaBmpExScaleAction::MetaBmpExScaleAction | ( | const Point & | rPt, |
const Size & | rSz, | ||
const BitmapEx & | rBmpEx | ||
) |
Definition at line 985 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1001 of file metaact.cxx.
References MetaBmpExScaleAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 993 of file metaact.cxx.
References AllowScale(), OutputDevice::DrawBitmapEx(), BitmapEx::GetSizePixel(), maBmpEx, maPt, and maSz.
|
inline |
Definition at line 822 of file metaact.hxx.
Referenced by SvmWriter::BmpExScaleHandler(), clipMetafileContentAgainstOwnRegions(), SvmWriter::GetChecksum(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 823 of file metaact.hxx.
References Point.
Referenced by SvmWriter::BmpExScaleHandler(), clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), SvmWriter::GetChecksum(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 824 of file metaact.hxx.
Referenced by SvmWriter::BmpExScaleHandler(), clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), SvmWriter::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 828 of file metaact.hxx.
References vcl::drawmode::GetBitmapEx(), and BitmapEx::IsAlpha().
|
overridevirtual |
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1011 of file metaact.cxx.
References tools::Rectangle::GetSize(), maPt, maSz, and tools::Rectangle::TopLeft().
Definition at line 825 of file metaact.hxx.
Definition at line 826 of file metaact.hxx.
Definition at line 827 of file metaact.hxx.
|
private |
Definition at line 800 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 801 of file metaact.hxx.
|
private |
Definition at line 802 of file metaact.hxx.