|
LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
| MetaHatchAction () | |
| MetaHatchAction (MetaHatchAction const &)=default | |
| MetaHatchAction (MetaHatchAction &&)=default | |
| MetaHatchAction & | operator= (MetaHatchAction const &)=delete |
| MetaHatchAction & | operator= (MetaHatchAction &&)=delete |
| virtual void | Execute (OutputDevice *pOut) override |
| virtual rtl::Reference< MetaAction > | Clone () const override |
| MetaHatchAction (tools::PolyPolygon aPolyPoly, const Hatch &rHatch) | |
| virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
| virtual void | Scale (double fScaleX, double fScaleY) override |
| const tools::PolyPolygon & | GetPolyPolygon () const |
| const Hatch & | GetHatch () const |
| void | SetPolyPolygon (const tools::PolyPolygon &rPolyPoly) |
| void | SetHatch (const Hatch &rHatch) |
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 | ~MetaHatchAction () override |
Private Attributes | |
| tools::PolyPolygon | maPolyPoly |
| Hatch | maHatch |
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 1058 of file metaact.hxx.
| MetaHatchAction::MetaHatchAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1315 of file metaact.cxx.
| MetaHatchAction::MetaHatchAction | ( | tools::PolyPolygon | aPolyPoly, |
| const Hatch & | rHatch | ||
| ) |
Definition at line 1318 of file metaact.cxx.
References HATCH.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1334 of file metaact.cxx.
References MetaHatchAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1324 of file metaact.cxx.
References AllowDim(), AllowRect(), tools::PolyPolygon::GetBoundRect(), Hatch::GetDistance(), maHatch, maPolyPoly, and pOut.
|
inline |
Definition at line 1083 of file metaact.hxx.
Referenced by SvmWriter::HatchHandler(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 1082 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), SvmWriter::HatchHandler(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1339 of file metaact.cxx.
References maPolyPoly, and tools::PolyPolygon::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1344 of file metaact.cxx.
References tools::PolyPolygon::Count(), i, maPolyPoly, and nCount.
|
inline |
Definition at line 1085 of file metaact.hxx.
|
inline |
Definition at line 1084 of file metaact.hxx.
|
private |
Definition at line 1063 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 1062 of file metaact.hxx.