LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaFloatTransparentAction () | |
MetaFloatTransparentAction (MetaFloatTransparentAction const &)=default | |
MetaFloatTransparentAction (MetaFloatTransparentAction &&)=default | |
MetaFloatTransparentAction & | operator= (MetaFloatTransparentAction const &)=delete |
MetaFloatTransparentAction & | operator= (MetaFloatTransparentAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaFloatTransparentAction (const GDIMetaFile &rMtf, const Point &rPos, const Size &rSize, Gradient aGradient) | |
virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
virtual void | Scale (double fScaleX, double fScaleY) override |
const GDIMetaFile & | GetGDIMetaFile () const |
const Point & | GetPoint () const |
const Size & | GetSize () const |
const Gradient & | GetGradient () const |
void | SetGDIMetaFile (const GDIMetaFile &rMtf) |
void | SetPoint (const Point &rPoint) |
void | SetSize (const Size &rSize) |
void | SetGradient (const Gradient &rGradient) |
bool | IsTransparent () const override |
#i10613# Extracted from Printer::GetPreparedMetaFile. More... | |
const basegfx::BColorStops * | getSVGTransparencyColorStops () const |
void | addSVGTransparencyColorStops (const basegfx::BColorStops &rSVGTransparencyColorStops) |
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 | ~MetaFloatTransparentAction () override |
Private Attributes | |
GDIMetaFile | maMtf |
Point | maPoint |
Size | maSize |
Gradient | maGradient |
std::optional< basegfx::BColorStops > | maSVGTransparencyColorStops |
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 1573 of file metaact.hxx.
MetaFloatTransparentAction::MetaFloatTransparentAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1876 of file metaact.cxx.
MetaFloatTransparentAction::MetaFloatTransparentAction | ( | const GDIMetaFile & | rMtf, |
const Point & | rPos, | ||
const Size & | rSize, | ||
Gradient | aGradient | ||
) |
Definition at line 1879 of file metaact.cxx.
References FLOATTRANSPARENT, maPoint, and maSize.
void MetaFloatTransparentAction::addSVGTransparencyColorStops | ( | const basegfx::BColorStops & | rSVGTransparencyColorStops | ) |
Definition at line 1911 of file metaact.cxx.
References maSVGTransparencyColorStops.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1893 of file metaact.cxx.
References MetaFloatTransparentAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1888 of file metaact.cxx.
References maGradient, maMtf, maPoint, maSize, and pOut.
|
inline |
Definition at line 1603 of file metaact.hxx.
Referenced by SvmWriter::FloatTransparentHandler(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 1606 of file metaact.hxx.
Referenced by SvmWriter::FloatTransparentHandler(), GDIMetaFile::ImplExchangeColors(), vcl::PDFWriterImpl::playMetafile(), and GDIMetaFile::Rotate().
|
inline |
Definition at line 1604 of file metaact.hxx.
References maPoint.
Referenced by SvmWriter::FloatTransparentHandler(), GDIMetaFile::GetBoundRect(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 1605 of file metaact.hxx.
References maSize.
Referenced by SvmWriter::FloatTransparentHandler(), GDIMetaFile::GetBoundRect(), GDIMetaFile::ImplExchangeColors(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 1614 of file metaact.hxx.
Referenced by SvmWriter::FloatTransparentHandler().
|
inlineoverridevirtual |
#i10613# Extracted from Printer::GetPreparedMetaFile.
Returns true if given action requires special transparency handling
Reimplemented from MetaAction.
Definition at line 1611 of file metaact.hxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1898 of file metaact.cxx.
References maPoint, and Point::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1903 of file metaact.cxx.
References tools::Rectangle::GetSize(), maPoint, maSize, and tools::Rectangle::TopLeft().
|
inline |
Definition at line 1607 of file metaact.hxx.
|
inline |
Definition at line 1610 of file metaact.hxx.
|
inline |
Definition at line 1608 of file metaact.hxx.
References maPoint.
|
inline |
Definition at line 1609 of file metaact.hxx.
References maSize.
|
private |
Definition at line 1580 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 1577 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 1578 of file metaact.hxx.
|
private |
Definition at line 1579 of file metaact.hxx.
|
private |
Definition at line 1583 of file metaact.hxx.
Referenced by addSVGTransparencyColorStops().