LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaTransparentAction () | |
MetaTransparentAction (MetaTransparentAction const &)=default | |
MetaTransparentAction (MetaTransparentAction &&)=default | |
MetaTransparentAction & | operator= (MetaTransparentAction const &)=delete |
MetaTransparentAction & | operator= (MetaTransparentAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaTransparentAction (tools::PolyPolygon aPolyPoly, sal_uInt16 nTransPercent) | |
virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
virtual void | Scale (double fScaleX, double fScaleY) override |
const tools::PolyPolygon & | GetPolyPolygon () const |
sal_uInt16 | GetTransparence () const |
void | SetPolyPolygon (const tools::PolyPolygon &rPolyPoly) |
void | SetTransparence (const sal_uInt16 nTransPercent) |
bool | IsTransparent () const override |
#i10613# Extracted from Printer::GetPreparedMetaFile. More... | |
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 | ~MetaTransparentAction () override |
Private Attributes | |
tools::PolyPolygon | maPolyPoly |
sal_uInt16 | mnTransPercent |
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 1541 of file metaact.hxx.
MetaTransparentAction::MetaTransparentAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1842 of file metaact.cxx.
MetaTransparentAction::MetaTransparentAction | ( | tools::PolyPolygon | aPolyPoly, |
sal_uInt16 | nTransPercent | ||
) |
Definition at line 1845 of file metaact.cxx.
References Transparent.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1856 of file metaact.cxx.
References MetaTransparentAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1851 of file metaact.cxx.
References maPolyPoly, mnTransPercent, and pOut.
|
inline |
Definition at line 1565 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::TransparentHandler(), and MetafileXmlDump::writeXml().
|
inline |
Definition at line 1566 of file metaact.hxx.
Referenced by EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::TransparentHandler(), and MetafileXmlDump::writeXml().
|
inlineoverridevirtual |
#i10613# Extracted from Printer::GetPreparedMetaFile.
Returns true if given action requires special transparency handling
Reimplemented from MetaAction.
Definition at line 1570 of file metaact.hxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1861 of file metaact.cxx.
References maPolyPoly, and tools::PolyPolygon::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1866 of file metaact.cxx.
References tools::PolyPolygon::Count(), i, maPolyPoly, and nCount.
|
inline |
Definition at line 1567 of file metaact.hxx.
|
inline |
Definition at line 1568 of file metaact.hxx.
|
private |
Definition at line 1545 of file metaact.hxx.
|
private |
Definition at line 1546 of file metaact.hxx.
Referenced by Execute().