LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaStretchTextAction () | |
MetaStretchTextAction (MetaStretchTextAction const &)=default | |
MetaStretchTextAction (MetaStretchTextAction &&)=default | |
MetaStretchTextAction & | operator= (MetaStretchTextAction const &)=delete |
MetaStretchTextAction & | operator= (MetaStretchTextAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaStretchTextAction (const Point &rPt, sal_uInt32 nWidth, 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_uInt32 | GetWidth () const |
sal_Int32 | GetIndex () const |
sal_Int32 | GetLen () const |
void | SetPoint (const Point &rPt) |
void | SetText (const OUString &rStr) |
void | SetWidth (sal_uInt32 rWidth) |
void | SetIndex (sal_uInt32 rIndex) |
void | SetLen (sal_uInt32 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 | ~MetaStretchTextAction () override |
Private Attributes | |
Point | maPt |
OUString | maStr |
sal_uInt32 | mnWidth |
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 553 of file metaact.hxx.
MetaStretchTextAction::MetaStretchTextAction | ( | ) |
Definition at line 712 of file metaact.cxx.
References mnIndex, mnWidth, and STRETCHTEXT.
Referenced by Clone().
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 719 of file metaact.cxx.
MetaStretchTextAction::MetaStretchTextAction | ( | const Point & | rPt, |
sal_uInt32 | nWidth, | ||
OUString | aStr, | ||
sal_Int32 | nIndex, | ||
sal_Int32 | nLen | ||
) |
Definition at line 722 of file metaact.cxx.
References aStr, mnIndex, mnWidth, nIndex, and STRETCHTEXT.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 741 of file metaact.cxx.
References MetaStretchTextAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 733 of file metaact.cxx.
References AllowDim(), maPt, maStr, mnIndex, mnLen, mnWidth, and pOut.
|
inline |
Definition at line 585 of file metaact.hxx.
References mnIndex.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::StretchTextHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 586 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::StretchTextHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 582 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::StretchTextHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 583 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::StretchTextHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 584 of file metaact.hxx.
References mnWidth.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::StretchTextHandler(), and WMFWriter::WriteRecords().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 746 of file metaact.cxx.
References maPt, and Point::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 751 of file metaact.cxx.
|
inline |
Definition at line 590 of file metaact.hxx.
References mnIndex.
|
inline |
Definition at line 591 of file metaact.hxx.
|
inline |
Definition at line 587 of file metaact.hxx.
|
inline |
Definition at line 588 of file metaact.hxx.
|
inline |
Definition at line 589 of file metaact.hxx.
References mnWidth.
|
private |
Definition at line 557 of file metaact.hxx.
|
private |
Definition at line 558 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 560 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 561 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 559 of file metaact.hxx.