LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaTextLineColorAction () | |
MetaTextLineColorAction (MetaTextLineColorAction const &)=default | |
MetaTextLineColorAction (MetaTextLineColorAction &&)=default | |
MetaTextLineColorAction & | operator= (MetaTextLineColorAction const &)=delete |
MetaTextLineColorAction & | operator= (MetaTextLineColorAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaTextLineColorAction (const Color &rColor, bool bSet) | |
const Color & | GetColor () const |
void | SetColor (const Color &rColor) |
void | SetSetting (bool bSet) |
bool | IsSetting () const |
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 | ~MetaTextLineColorAction () override |
Private Attributes | |
Color | maColor |
bool | mbSet |
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 1338 of file metaact.hxx.
MetaTextLineColorAction::MetaTextLineColorAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1630 of file metaact.cxx.
MetaTextLineColorAction::MetaTextLineColorAction | ( | const Color & | rColor, |
bool | bSet | ||
) |
Definition at line 1633 of file metaact.cxx.
References maColor, and TEXTLINECOLOR.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1647 of file metaact.cxx.
References MetaTextLineColorAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1639 of file metaact.cxx.
|
inline |
Definition at line 1359 of file metaact.hxx.
References maColor.
Referenced by GDIMetaFile::ImplExchangeColors(), vcl::PDFWriterImpl::playMetafile(), and SvmWriter::TextLineColorHandler().
|
inline |
Definition at line 1362 of file metaact.hxx.
Referenced by GDIMetaFile::ImplExchangeColors(), vcl::PDFWriterImpl::playMetafile(), and SvmWriter::TextLineColorHandler().
|
delete |
|
delete |
|
inline |
Definition at line 1360 of file metaact.hxx.
References maColor.
|
inline |
Definition at line 1361 of file metaact.hxx.
|
private |
Definition at line 1342 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 1343 of file metaact.hxx.
Referenced by Execute().