|
LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
| MetaTextRectAction () | |
| MetaTextRectAction (MetaTextRectAction const &)=default | |
| MetaTextRectAction (MetaTextRectAction &&)=default | |
| MetaTextRectAction & | operator= (MetaTextRectAction const &)=delete |
| MetaTextRectAction & | operator= (MetaTextRectAction &&)=delete |
| virtual void | Execute (OutputDevice *pOut) override |
| virtual rtl::Reference< MetaAction > | Clone () const override |
| MetaTextRectAction (const tools::Rectangle &rRect, OUString aStr, DrawTextFlags nStyle) | |
| virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
| virtual void | Scale (double fScaleX, double fScaleY) override |
| const tools::Rectangle & | GetRect () const |
| const OUString & | GetText () const |
| DrawTextFlags | GetStyle () const |
| void | SetRect (const tools::Rectangle &rRect) |
| void | SetText (const OUString &rStr) |
| void | SetStyle (DrawTextFlags rStyle) |
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 | ~MetaTextRectAction () override |
Private Attributes | |
| tools::Rectangle | maRect |
| OUString | maStr |
| DrawTextFlags | mnStyle |
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 594 of file metaact.hxx.
| MetaTextRectAction::MetaTextRectAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 761 of file metaact.cxx.
| MetaTextRectAction::MetaTextRectAction | ( | const tools::Rectangle & | rRect, |
| OUString | aStr, | ||
| DrawTextFlags | nStyle | ||
| ) |
Definition at line 764 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 780 of file metaact.cxx.
References MetaTextRectAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 772 of file metaact.cxx.
References AllowRect(), maRect, maStr, mnStyle, and pOut.
|
inline |
Definition at line 620 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), SvmWriter::TextRectHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 622 of file metaact.hxx.
Referenced by vcl::PDFWriterImpl::playMetafile(), and SvmWriter::TextRectHandler().
|
inline |
Definition at line 621 of file metaact.hxx.
Referenced by EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), SvmWriter::TextRectHandler(), and WMFWriter::WriteRecords().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 785 of file metaact.cxx.
References maRect, and tools::Rectangle::Move().
|
delete |
|
delete |
|
overridevirtual |
|
inline |
Definition at line 623 of file metaact.hxx.
|
inline |
Definition at line 625 of file metaact.hxx.
|
inline |
Definition at line 624 of file metaact.hxx.
|
private |
Definition at line 598 of file metaact.hxx.
|
private |
Definition at line 599 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 600 of file metaact.hxx.
Referenced by Execute().