LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaRoundRectAction () | |
MetaRoundRectAction (MetaRoundRectAction const &)=default | |
MetaRoundRectAction (MetaRoundRectAction &&)=default | |
MetaRoundRectAction & | operator= (MetaRoundRectAction const &)=delete |
MetaRoundRectAction & | operator= (MetaRoundRectAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaRoundRectAction (const tools::Rectangle &rRect, sal_uInt32 nHorzRound, sal_uInt32 nVertRound) | |
virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
virtual void | Scale (double fScaleX, double fScaleY) override |
const tools::Rectangle & | GetRect () const |
sal_uInt32 | GetHorzRound () const |
sal_uInt32 | GetVertRound () const |
void | SetRect (const tools::Rectangle &rRect) |
void | SetHorzRound (sal_uInt32 rHorzRound) |
void | SetVertRound (sal_uInt32 rVertRound) |
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 | ~MetaRoundRectAction () override |
Private Attributes | |
tools::Rectangle | maRect |
sal_uInt32 | mnHorzRound |
sal_uInt32 | mnVertRound |
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 220 of file metaact.hxx.
MetaRoundRectAction::MetaRoundRectAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 266 of file metaact.cxx.
MetaRoundRectAction::MetaRoundRectAction | ( | const tools::Rectangle & | rRect, |
sal_uInt32 | nHorzRound, | ||
sal_uInt32 | nVertRound | ||
) |
Definition at line 269 of file metaact.cxx.
References ROUNDRECT.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 282 of file metaact.cxx.
References MetaRoundRectAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 277 of file metaact.cxx.
References maRect, mnHorzRound, mnVertRound, and pOut.
|
inline |
Definition at line 247 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::RoundRectHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 246 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::RoundRectHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 248 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::RoundRectHandler(), and WMFWriter::WriteRecords().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 287 of file metaact.cxx.
References maRect, and tools::Rectangle::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 292 of file metaact.cxx.
References FRound(), maRect, mnHorzRound, and mnVertRound.
|
inline |
Definition at line 250 of file metaact.hxx.
|
inline |
Definition at line 249 of file metaact.hxx.
|
inline |
Definition at line 251 of file metaact.hxx.
|
private |
Definition at line 224 of file metaact.hxx.
|
private |
Definition at line 225 of file metaact.hxx.
|
private |
Definition at line 226 of file metaact.hxx.