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, const GfxLink &rGfxLink, 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) |
![]() | |
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 | ~MetaEPSAction () override |
Private Attributes | |
GfxLink | maGfxLink |
GDIMetaFile | maSubst |
Point | maPoint |
Size | maSize |
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 1602 of file metaact.hxx.
MetaEPSAction::MetaEPSAction | ( | ) |
Definition at line 1838 of file metaact.cxx.
Referenced by Clone().
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1842 of file metaact.cxx.
MetaEPSAction::MetaEPSAction | ( | const Point & | rPoint, |
const Size & | rSize, | ||
const GfxLink & | rGfxLink, | ||
const GDIMetaFile & | rSubst | ||
) |
Definition at line 1845 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1859 of file metaact.cxx.
References MetaEPSAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1854 of file metaact.cxx.
References OutputDevice::DrawEPS(), maGfxLink, maPoint, maSize, and maSubst.
|
inline |
Definition at line 1629 of file metaact.hxx.
Referenced by SvmWriter::EPSHandler(), SvmWriter::GetChecksum(), GDIMetaFile::ImplExchangeColors(), GDIMetaFile::Rotate(), and MetafileXmlDump::writeXml().
|
inline |
Definition at line 1631 of file metaact.hxx.
References Point.
Referenced by SvmWriter::EPSHandler(), GDIMetaFile::GetBoundRect(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
inline |
Definition at line 1632 of file metaact.hxx.
Referenced by SvmWriter::EPSHandler(), GDIMetaFile::GetBoundRect(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
inline |
Definition at line 1630 of file metaact.hxx.
Referenced by SvmWriter::EPSHandler(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
overridevirtual |
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1869 of file metaact.cxx.
References tools::Rectangle::GetSize(), maPoint, maSize, and tools::Rectangle::TopLeft().
Definition at line 1633 of file metaact.hxx.
Definition at line 1635 of file metaact.hxx.
Definition at line 1636 of file metaact.hxx.
|
inline |
Definition at line 1634 of file metaact.hxx.
|
private |
Definition at line 1606 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 1608 of file metaact.hxx.
|
private |
Definition at line 1609 of file metaact.hxx.
|
private |
Definition at line 1607 of file metaact.hxx.
Referenced by Execute().