|
LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
| MetaChordAction () | |
| MetaChordAction (MetaChordAction const &)=default | |
| MetaChordAction (MetaChordAction &&)=default | |
| MetaChordAction & | operator= (MetaChordAction const &)=delete |
| MetaChordAction & | operator= (MetaChordAction &&)=delete |
| virtual void | Execute (OutputDevice *pOut) override |
| virtual rtl::Reference< MetaAction > | Clone () const override |
| MetaChordAction (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 | ~MetaChordAction () 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 349 of file metaact.hxx.
| MetaChordAction::MetaChordAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 413 of file metaact.cxx.
| MetaChordAction::MetaChordAction | ( | const tools::Rectangle & | rRect, |
| const Point & | rStart, | ||
| const Point & | rEnd | ||
| ) |
Definition at line 416 of file metaact.cxx.
References CHORD.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 429 of file metaact.cxx.
References MetaChordAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 424 of file metaact.cxx.
|
inline |
Definition at line 377 of file metaact.hxx.
Referenced by SvmWriter::ChordHandler(), clipMetafileContentAgainstOwnRegions(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 375 of file metaact.hxx.
Referenced by SvmWriter::ChordHandler(), clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 376 of file metaact.hxx.
Referenced by SvmWriter::ChordHandler(), clipMetafileContentAgainstOwnRegions(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 434 of file metaact.cxx.
References maEndPt, maRect, maStartPt, Point::Move(), and tools::Rectangle::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 441 of file metaact.cxx.
|
inline |
Definition at line 380 of file metaact.hxx.
|
inline |
Definition at line 378 of file metaact.hxx.
|
inline |
Definition at line 379 of file metaact.hxx.
|
private |
Definition at line 355 of file metaact.hxx.
|
private |
Definition at line 353 of file metaact.hxx.
|
private |
Definition at line 354 of file metaact.hxx.