LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaEPSAction () | |
MetaEPSAction (MetaEPSAction const &)=default | |
MetaEPSAction (MetaEPSAction &&)=default | |
MetaEPSAction & | operator= (MetaEPSAction const &)=delete |
MetaEPSAction & | operator= (MetaEPSAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaEPSAction (const Point &rPoint, const Size &rSize, GfxLink aGfxLink, const GDIMetaFile &rSubst) | |
virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
virtual void | Scale (double fScaleX, double fScaleY) override |
const GfxLink & | GetLink () const |
const GDIMetaFile & | GetSubstitute () const |
const Point & | GetPoint () const |
const Size & | GetSize () const |
void | SetLink (const GfxLink &rGfxLink) |
void | SetSubstitute (const GDIMetaFile &rSubst) |
void | SetPoint (const Point &rPoint) |
void | SetSize (const Size &rSize) |
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 | ~MetaEPSAction () override |
Private Attributes | |
GfxLink | maGfxLink |
GDIMetaFile | maSubst |
Point | maPoint |
Size | maSize |
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 1619 of file metaact.hxx.
MetaEPSAction::MetaEPSAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1920 of file metaact.cxx.
MetaEPSAction::MetaEPSAction | ( | const Point & | rPoint, |
const Size & | rSize, | ||
GfxLink | aGfxLink, | ||
const GDIMetaFile & | rSubst | ||
) |
Definition at line 1923 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1937 of file metaact.cxx.
References MetaEPSAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1932 of file metaact.cxx.
|
inline |
Definition at line 1646 of file metaact.hxx.
Referenced by SvmWriter::EPSHandler(), SvmWriter::GetChecksum(), GDIMetaFile::ImplExchangeColors(), GDIMetaFile::Rotate(), and MetafileXmlDump::writeXml().
|
inline |
Definition at line 1648 of file metaact.hxx.
References maPoint.
Referenced by SvmWriter::EPSHandler(), GDIMetaFile::GetBoundRect(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
inline |
Definition at line 1649 of file metaact.hxx.
References maSize.
Referenced by SvmWriter::EPSHandler(), GDIMetaFile::GetBoundRect(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
inline |
Definition at line 1647 of file metaact.hxx.
Referenced by SvmWriter::EPSHandler(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1942 of file metaact.cxx.
References maPoint, and Point::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1947 of file metaact.cxx.
References tools::Rectangle::GetSize(), maPoint, maSize, and tools::Rectangle::TopLeft().
|
inline |
Definition at line 1650 of file metaact.hxx.
|
inline |
Definition at line 1652 of file metaact.hxx.
References maPoint.
|
inline |
Definition at line 1653 of file metaact.hxx.
References maSize.
|
inline |
Definition at line 1651 of file metaact.hxx.
|
private |
Definition at line 1623 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 1625 of file metaact.hxx.
|
private |
Definition at line 1626 of file metaact.hxx.
|
private |
Definition at line 1624 of file metaact.hxx.
Referenced by Execute().