LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaArcAction () | |
MetaArcAction (MetaArcAction const &)=default | |
MetaArcAction (MetaArcAction &&)=default | |
MetaArcAction & | operator= (MetaArcAction const &)=delete |
MetaArcAction & | operator= (MetaArcAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaArcAction (const tools::Rectangle &rRect, const Point &rStart, const Point &rEnd) | |
virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
virtual void | Scale (double fScaleX, double fScaleY) override |
const tools::Rectangle & | GetRect () const |
const Point & | GetStartPoint () const |
const Point & | GetEndPoint () const |
void | SetRect (const tools::Rectangle &rRect) |
void | SetStartPoint (const Point &rPoint) |
void | SetEndPoint (const Point &rPoint) |
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 | ~MetaArcAction () override |
Private Attributes | |
tools::Rectangle | maRect |
Point | maStartPt |
Point | maEndPt |
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 281 of file metaact.hxx.
MetaArcAction::MetaArcAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 335 of file metaact.cxx.
MetaArcAction::MetaArcAction | ( | const tools::Rectangle & | rRect, |
const Point & | rStart, | ||
const Point & | rEnd | ||
) |
Definition at line 338 of file metaact.cxx.
References ARC.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 351 of file metaact.cxx.
References MetaArcAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 346 of file metaact.cxx.
|
inline |
Definition at line 309 of file metaact.hxx.
Referenced by SvmWriter::ArcHandler(), clipMetafileContentAgainstOwnRegions(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 307 of file metaact.hxx.
Referenced by SvmWriter::ArcHandler(), clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 308 of file metaact.hxx.
Referenced by SvmWriter::ArcHandler(), clipMetafileContentAgainstOwnRegions(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 356 of file metaact.cxx.
References maEndPt, maRect, maStartPt, Point::Move(), and tools::Rectangle::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 363 of file metaact.cxx.
|
inline |
Definition at line 312 of file metaact.hxx.
|
inline |
Definition at line 310 of file metaact.hxx.
|
inline |
Definition at line 311 of file metaact.hxx.
|
private |
Definition at line 287 of file metaact.hxx.
|
private |
Definition at line 285 of file metaact.hxx.
|
private |
Definition at line 286 of file metaact.hxx.