LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaClipRegionAction () | |
MetaClipRegionAction (MetaClipRegionAction const &)=default | |
MetaClipRegionAction (MetaClipRegionAction &&)=default | |
MetaClipRegionAction & | operator= (MetaClipRegionAction const &)=delete |
MetaClipRegionAction & | operator= (MetaClipRegionAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaClipRegionAction (vcl::Region aRegion, bool bClip) | |
virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
virtual void | Scale (double fScaleX, double fScaleY) override |
const vcl::Region & | GetRegion () const |
bool | IsClipping () const |
void | SetRegion (const vcl::Region &rRegion) |
void | SetClipping (bool bClip) |
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 | ~MetaClipRegionAction () override |
Private Attributes | |
vcl::Region | maRegion |
bool | mbClip |
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 1118 of file metaact.hxx.
MetaClipRegionAction::MetaClipRegionAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1389 of file metaact.cxx.
MetaClipRegionAction::MetaClipRegionAction | ( | vcl::Region | aRegion, |
bool | bClip | ||
) |
Definition at line 1392 of file metaact.cxx.
References CLIPREGION.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1406 of file metaact.cxx.
References MetaClipRegionAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1398 of file metaact.cxx.
|
inline |
Definition at line 1142 of file metaact.hxx.
Referenced by GDIMetaFile::Clip(), clipMetafileContentAgainstOwnRegions(), SvmWriter::ClipRegionHandler(), GDIMetaFile::GetBoundRect(), SvmWriter::GetChecksum(), vcl::PDFWriterImpl::playMetafile(), and GDIMetaFile::Rotate().
|
inline |
Definition at line 1143 of file metaact.hxx.
Referenced by GDIMetaFile::Clip(), clipMetafileContentAgainstOwnRegions(), SvmWriter::ClipRegionHandler(), GDIMetaFile::GetBoundRect(), SvmWriter::GetChecksum(), vcl::PDFWriterImpl::playMetafile(), and GDIMetaFile::Rotate().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1411 of file metaact.cxx.
References maRegion, and vcl::Region::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1416 of file metaact.cxx.
References maRegion, and vcl::Region::Scale().
|
inline |
Definition at line 1145 of file metaact.hxx.
|
inline |
Definition at line 1144 of file metaact.hxx.
|
private |
Definition at line 1122 of file metaact.hxx.
|
private |
Definition at line 1123 of file metaact.hxx.
Referenced by Execute().