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 () override |
virtual void | Write (SvStream &rOStm, ImplMetaWriteData *pData) override |
virtual void | Read (SvStream &rIStm, ImplMetaReadData *pData) override |
MetaHatchAction (const tools::PolyPolygon &rPolyPoly, 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 |
![]() | |
MetaAction () | |
MetaAction (MetaActionType nType) | |
MetaAction (MetaAction const &) | |
oslInterlockedCount | GetRefCount () const |
MetaActionType | GetType () const |
virtual bool | IsTransparent () const |
#i10613# Extracted from Printer::GetPreparedMetaFile. More... | |
![]() | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Private Member Functions | |
virtual | ~MetaHatchAction () override |
Private Attributes | |
tools::PolyPolygon | maPolyPoly |
Hatch | maHatch |
Additional Inherited Members | |
![]() | |
static rtl::Reference< MetaAction > | ReadMetaAction (SvStream &rIStm, ImplMetaReadData *pData) |
![]() | |
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 |
![]() | |
static void | ReadColor (SvStream &rIStm,::Color &rColor) |
static void | WriteColor (SvStream &rIStm,::Color aColor) |
![]() | |
oslInterlockedCount | m_nCount |
Definition at line 1025 of file metaact.hxx.
MetaHatchAction::MetaHatchAction | ( | ) |
Definition at line 2126 of file metaact.cxx.
Referenced by Clone().
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 2130 of file metaact.cxx.
MetaHatchAction::MetaHatchAction | ( | const tools::PolyPolygon & | rPolyPoly, |
const Hatch & | rHatch | ||
) |
Definition at line 2133 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 2144 of file metaact.cxx.
References MetaHatchAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 2139 of file metaact.cxx.
References OutputDevice::DrawHatch(), maHatch, and maPolyPoly.
|
inline |
Definition at line 1052 of file metaact.hxx.
Referenced by GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 1051 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 2149 of file metaact.cxx.
References maPolyPoly, and tools::PolyPolygon::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 2173 of file metaact.cxx.
References maHatch, maPolyPoly, ReadHatch(), and ReadPolyPolygon().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 2154 of file metaact.cxx.
References tools::PolyPolygon::Count(), and maPolyPoly.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 2160 of file metaact.cxx.
References tools::PolyPolygon::AdaptiveSubdivide(), maHatch, maPolyPoly, MetaAction::Write(), WriteHatch(), and WritePolyPolygon().
|
private |
Definition at line 1030 of file metaact.hxx.
|
private |