LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaTextColorAction () | |
MetaTextColorAction (MetaTextColorAction const &)=default | |
MetaTextColorAction (MetaTextColorAction &&)=default | |
MetaTextColorAction & | operator= (MetaTextColorAction const &)=delete |
MetaTextColorAction & | operator= (MetaTextColorAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaTextColorAction (const Color &) | |
const Color & | GetColor () const |
void | SetColor (Color rColor) |
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 | ~MetaTextColorAction () override |
Private Attributes | |
Color | maColor |
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 1286 of file metaact.hxx.
MetaTextColorAction::MetaTextColorAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1580 of file metaact.cxx.
|
explicit |
Definition at line 1583 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1593 of file metaact.cxx.
References MetaTextColorAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1588 of file metaact.cxx.
|
inline |
Definition at line 1306 of file metaact.hxx.
References maColor.
Referenced by GDIMetaFile::ImplExchangeColors(), vcl::PDFWriterImpl::playMetafile(), SvmWriter::TextColorHandler(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
delete |
|
delete |
|
inline |
Definition at line 1307 of file metaact.hxx.
References maColor.
|
private |
Definition at line 1290 of file metaact.hxx.
Referenced by Execute().