LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaWallpaperAction () | |
MetaWallpaperAction (MetaWallpaperAction const &)=default | |
MetaWallpaperAction (MetaWallpaperAction &&)=default | |
MetaWallpaperAction & | operator= (MetaWallpaperAction const &)=delete |
MetaWallpaperAction & | operator= (MetaWallpaperAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaWallpaperAction (const tools::Rectangle &rRect, const Wallpaper &rPaper) | |
virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
virtual void | Scale (double fScaleX, double fScaleY) override |
const tools::Rectangle & | GetRect () const |
const Wallpaper & | GetWallpaper () const |
void | SetWallpaper (const Wallpaper &rWallpaper) |
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 | ~MetaWallpaperAction () override |
Private Attributes | |
tools::Rectangle | maRect |
Wallpaper | maWallpaper |
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 1088 of file metaact.hxx.
MetaWallpaperAction::MetaWallpaperAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1354 of file metaact.cxx.
MetaWallpaperAction::MetaWallpaperAction | ( | const tools::Rectangle & | rRect, |
const Wallpaper & | rPaper | ||
) |
Definition at line 1357 of file metaact.cxx.
References WALLPAPER.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1369 of file metaact.cxx.
References MetaWallpaperAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1364 of file metaact.cxx.
References maRect, maWallpaper, and pOut.
|
inline |
Definition at line 1113 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), GDIMetaFile::ImplExchangeColors(), vcl::PDFWriterImpl::playMetafile(), OutputDevice::RemoveTransparenciesFromMetaFile(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 1114 of file metaact.hxx.
Referenced by GDIMetaFile::ImplExchangeColors(), vcl::PDFWriterImpl::playMetafile(), SvmWriter::WallpaperHandler(), and WMFWriter::WriteRecords().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1374 of file metaact.cxx.
References maRect, and tools::Rectangle::Move().
|
delete |
|
delete |
|
overridevirtual |
|
inline |
Definition at line 1115 of file metaact.hxx.
|
private |
Definition at line 1092 of file metaact.hxx.
|
private |
Definition at line 1093 of file metaact.hxx.
Referenced by Execute().