LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaGradientExAction () | |
MetaGradientExAction (MetaGradientExAction const &)=default | |
MetaGradientExAction (MetaGradientExAction &&)=default | |
MetaGradientExAction & | operator= (MetaGradientExAction const &)=delete |
MetaGradientExAction & | operator= (MetaGradientExAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaGradientExAction (tools::PolyPolygon rPolyPoly, Gradient aGradient) | |
virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
virtual void | Scale (double fScaleX, double fScaleY) override |
const tools::PolyPolygon & | GetPolyPolygon () const |
const Gradient & | GetGradient () const |
void | SetPolyPolygon (const tools::PolyPolygon &rPolyPoly) |
void | SetGradient (const Gradient &rGradient) |
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 | ~MetaGradientExAction () override |
Private Attributes | |
tools::PolyPolygon | maPolyPoly |
Gradient | maGradient |
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 1028 of file metaact.hxx.
MetaGradientExAction::MetaGradientExAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1284 of file metaact.cxx.
MetaGradientExAction::MetaGradientExAction | ( | tools::PolyPolygon | rPolyPoly, |
Gradient | aGradient | ||
) |
Definition at line 1278 of file metaact.cxx.
References GRADIENTEX.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1295 of file metaact.cxx.
References MetaGradientExAction().
|
overridevirtual |
|
inline |
Definition at line 1053 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), SvmWriter::GradientExHandler(), GDIMetaFile::ImplExchangeColors(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and MetafileXmlDump::writeXml().
|
inline |
Definition at line 1052 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), SvmWriter::GradientExHandler(), GDIMetaFile::ImplExchangeColors(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and MetafileXmlDump::writeXml().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1300 of file metaact.cxx.
References maPolyPoly, and tools::PolyPolygon::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1305 of file metaact.cxx.
References tools::PolyPolygon::Count(), i, maPolyPoly, and nCount.
|
inline |
Definition at line 1055 of file metaact.hxx.
|
inline |
Definition at line 1054 of file metaact.hxx.
|
private |
Definition at line 1033 of file metaact.hxx.
|
private |
Definition at line 1032 of file metaact.hxx.