|
LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
| MetaTextAction () | |
| MetaTextAction (MetaTextAction const &)=default | |
| MetaTextAction (MetaTextAction &&)=default | |
| MetaTextAction & | operator= (MetaTextAction const &)=delete |
| MetaTextAction & | operator= (MetaTextAction &&)=delete |
| virtual void | Execute (OutputDevice *pOut) override |
| virtual rtl::Reference< MetaAction > | Clone () const override |
| MetaTextAction (const Point &rPt, OUString aStr, sal_Int32 nIndex, sal_Int32 nLen) | |
| virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
| virtual void | Scale (double fScaleX, double fScaleY) override |
| const Point & | GetPoint () const |
| const OUString & | GetText () const |
| sal_Int32 | GetIndex () const |
| sal_Int32 | GetLen () const |
| void | SetPoint (const Point &rPt) |
| void | SetText (const OUString &rStr) |
| void | SetIndex (sal_Int32 rIndex) |
| void | SetLen (sal_Int32 rLen) |
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 | ~MetaTextAction () override |
Private Attributes | |
| Point | maPt |
| OUString | maStr |
| sal_Int32 | mnIndex |
| sal_Int32 | mnLen |
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 468 of file metaact.hxx.
| MetaTextAction::MetaTextAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 588 of file metaact.cxx.
| MetaTextAction::MetaTextAction | ( | const Point & | rPt, |
| OUString | aStr, | ||
| sal_Int32 | nIndex, | ||
| sal_Int32 | nLen | ||
| ) |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 608 of file metaact.cxx.
References MetaTextAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 600 of file metaact.cxx.
References AllowDim(), maPt, maStr, mnIndex, mnLen, and pOut.
|
inline |
Definition at line 497 of file metaact.hxx.
References mnIndex.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::TextHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 498 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::TextHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 495 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::TextHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 496 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::TextHandler(), and WMFWriter::WriteRecords().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 613 of file metaact.cxx.
References maPt, and Point::Move().
|
delete |
|
delete |
|
overridevirtual |
|
inline |
Definition at line 501 of file metaact.hxx.
References mnIndex.
|
inline |
Definition at line 502 of file metaact.hxx.
|
inline |
Definition at line 499 of file metaact.hxx.
|
inline |
Definition at line 500 of file metaact.hxx.
|
private |
Definition at line 472 of file metaact.hxx.
|
private |
Definition at line 473 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 474 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 475 of file metaact.hxx.
Referenced by Execute().