LibreOffice Module vcl (master)
1
|
#include <metaact.hxx>
Private Member Functions | |
virtual | ~MetaFillColorAction () override |
Private Attributes | |
Color | maColor |
bool | mbSet |
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 1228 of file metaact.hxx.
MetaFillColorAction::MetaFillColorAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 2468 of file metaact.cxx.
MetaFillColorAction::MetaFillColorAction | ( | const Color & | rColor, |
bool | bSet | ||
) |
Definition at line 2471 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 2485 of file metaact.cxx.
References MetaFillColorAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 2477 of file metaact.cxx.
References maColor, mbSet, and OutputDevice::SetFillColor().
|
inline |
Definition at line 1251 of file metaact.hxx.
Referenced by GDIMetaFile::ImplExchangeColors(), vcl::PDFWriterImpl::playMetafile(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
inline |
Definition at line 1252 of file metaact.hxx.
Referenced by GDIMetaFile::ImplExchangeColors(), vcl::PDFWriterImpl::playMetafile(), and WMFWriter::WriteRecords().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 2498 of file metaact.cxx.
References maColor, mbSet, SvStream::ReadCharAsBool(), and MetaAction::ReadColor().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 2490 of file metaact.cxx.
References maColor, mbSet, MetaAction::Write(), SvStream::WriteBool(), and MetaAction::WriteColor().
|
private |
Definition at line 1232 of file metaact.hxx.
|
private |
Definition at line 1233 of file metaact.hxx.