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, const OUString &rStr, 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) |
![]() | |
MetaAction () | |
MetaAction (MetaActionType nType) | |
MetaAction (MetaAction const &) | |
oslInterlockedCount | GetRefCount () const |
MetaActionType | GetType () const |
virtual bool | IsTransparent () const |
#i10613# Extracted from Printer::GetPreparedMetaFile. More... | |
![]() | |
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 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) |
![]() | |
virtual | ~MetaAction () override |
![]() | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
![]() | |
oslInterlockedCount | m_nCount |
Definition at line 544 of file metaact.hxx.
MetaStretchTextAction::MetaStretchTextAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 678 of file metaact.cxx.
MetaStretchTextAction::MetaStretchTextAction | ( | const Point & | rPt, |
sal_uInt32 | nWidth, | ||
const OUString & | rStr, | ||
sal_Int32 | nIndex, | ||
sal_Int32 | nLen | ||
) |
Definition at line 681 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 697 of file metaact.cxx.
References MetaStretchTextAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 692 of file metaact.cxx.
References OutputDevice::DrawStretchText(), maPt, maStr, mnIndex, mnLen, and mnWidth.
|
inline |
Definition at line 576 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::StretchTextHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 577 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::StretchTextHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 573 of file metaact.hxx.
References Point.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::StretchTextHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 574 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::StretchTextHandler(), and WMFWriter::WriteRecords().
|
inline |
Definition at line 575 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), EMFWriter::ImplWrite(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), SvmWriter::StretchTextHandler(), and WMFWriter::WriteRecords().
|
overridevirtual |
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 707 of file metaact.cxx.
|
inline |
Definition at line 581 of file metaact.hxx.
|
inline |
Definition at line 582 of file metaact.hxx.
Definition at line 578 of file metaact.hxx.
|
inline |
Definition at line 579 of file metaact.hxx.
|
inline |
Definition at line 580 of file metaact.hxx.
|
private |
Definition at line 548 of file metaact.hxx.
|
private |
Definition at line 549 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 551 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 552 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 550 of file metaact.hxx.