LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaRefPointAction () | |
MetaRefPointAction (MetaRefPointAction const &)=default | |
MetaRefPointAction (MetaRefPointAction &&)=default | |
MetaRefPointAction & | operator= (MetaRefPointAction const &)=delete |
MetaRefPointAction & | operator= (MetaRefPointAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaRefPointAction (const Point &rRefPoint, bool bSet) | |
const Point & | GetRefPoint () const |
void | SetRefPoint (const Point &rRefPoint) |
void | SetSetting (const bool bSet) |
bool | IsSetting () const |
![]() | |
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... | |
![]() | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Private Member Functions | |
virtual | ~MetaRefPointAction () override |
Private Attributes | |
Point | maRefPoint |
bool | mbSet |
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 1647 of file metaact.hxx.
MetaRefPointAction::MetaRefPointAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1946 of file metaact.cxx.
MetaRefPointAction::MetaRefPointAction | ( | const Point & | rRefPoint, |
bool | bSet | ||
) |
Definition at line 1949 of file metaact.cxx.
References REFPOINT.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1963 of file metaact.cxx.
References MetaRefPointAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1955 of file metaact.cxx.
References maRefPoint, mbSet, and pOut.
|
inline |
Definition at line 1668 of file metaact.hxx.
References Point.
Referenced by SvmWriter::RefPointHandler(), and GDIMetaFile::Rotate().
|
inline |
Definition at line 1671 of file metaact.hxx.
Referenced by SvmWriter::RefPointHandler(), and GDIMetaFile::Rotate().
|
delete |
|
delete |
|
inline |
Definition at line 1669 of file metaact.hxx.
|
inline |
Definition at line 1670 of file metaact.hxx.
|
private |
Definition at line 1651 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 1652 of file metaact.hxx.
Referenced by Execute().