LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaLineAction () | |
MetaLineAction (MetaLineAction const &)=default | |
MetaLineAction (MetaLineAction &&)=default | |
MetaLineAction & | operator= (MetaLineAction const &)=delete |
MetaLineAction & | operator= (MetaLineAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaLineAction (const Point &rStart, const Point &rEnd) | |
MetaLineAction (const Point &rStart, const Point &rEnd, LineInfo aLineInfo) | |
virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
virtual void | Scale (double fScaleX, double fScaleY) override |
const Point & | GetStartPoint () const |
const Point & | GetEndPoint () const |
const LineInfo & | GetLineInfo () const |
void | SetStartPoint (const Point &rPoint) |
void | SetEndPoint (const Point &rPoint) |
void | SetLineInfo (const LineInfo &rLineInfo) |
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 | ~MetaLineAction () override |
Private Attributes | |
LineInfo | maLineInfo |
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 158 of file metaact.hxx.
MetaLineAction::MetaLineAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 185 of file metaact.cxx.
Definition at line 188 of file metaact.cxx.
References LINE.
Definition at line 194 of file metaact.cxx.
References LINE.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 210 of file metaact.cxx.
References MetaLineAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 202 of file metaact.cxx.
References maEndPt, maLineInfo, maStartPt, and pOut.
|
inline |
Definition at line 186 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), SvmWriter::LineHandler(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
inline |
Definition at line 187 of file metaact.hxx.
Referenced by EMFWriter::ImplWrite(), SvmWriter::LineHandler(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
inline |
Definition at line 185 of file metaact.hxx.
Referenced by clipMetafileContentAgainstOwnRegions(), GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), SvmWriter::LineHandler(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 215 of file metaact.cxx.
References maEndPt, maStartPt, and Point::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 221 of file metaact.cxx.
References maEndPt, maLineInfo, and maStartPt.
|
inline |
Definition at line 189 of file metaact.hxx.
|
inline |
Definition at line 190 of file metaact.hxx.
|
inline |
Definition at line 188 of file metaact.hxx.
|
private |
Definition at line 164 of file metaact.hxx.
|
private |
Definition at line 162 of file metaact.hxx.
|
private |
Definition at line 163 of file metaact.hxx.