|
LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
| MetaPieAction () | |
| MetaPieAction (MetaPieAction const &)=default | |
| MetaPieAction (MetaPieAction &&)=default | |
| MetaPieAction & | operator= (MetaPieAction const &)=delete |
| MetaPieAction & | operator= (MetaPieAction &&)=delete |
| virtual void | Execute (OutputDevice *pOut) override |
| virtual rtl::Reference< MetaAction > | Clone () const override |
| MetaPieAction (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 | ~MetaPieAction () 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 315 of file metaact.hxx.
| MetaPieAction::MetaPieAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 374 of file metaact.cxx.
| MetaPieAction::MetaPieAction | ( | const tools::Rectangle & | rRect, |
| const Point & | rStart, | ||
| const Point & | rEnd | ||
| ) |
Definition at line 377 of file metaact.cxx.
References PIE.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 390 of file metaact.cxx.
References MetaPieAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 385 of file metaact.cxx.
|
inline |
Definition at line 343 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), EMFWriter::ImplWrite(), SvmWriter::PieHandler(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 341 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), SvmWriter::PieHandler(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 342 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), EMFWriter::ImplWrite(), SvmWriter::PieHandler(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 395 of file metaact.cxx.
References maEndPt, maRect, maStartPt, Point::Move(), and tools::Rectangle::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 402 of file metaact.cxx.
|
inline |
Definition at line 346 of file metaact.hxx.
|
inline |
Definition at line 344 of file metaact.hxx.
|
inline |
Definition at line 345 of file metaact.hxx.
|
private |
Definition at line 321 of file metaact.hxx.
|
private |
Definition at line 319 of file metaact.hxx.
|
private |
Definition at line 320 of file metaact.hxx.