|
LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
| MetaTextLineAction () | |
| MetaTextLineAction (MetaTextLineAction const &)=default | |
| MetaTextLineAction (MetaTextLineAction &&)=default | |
| MetaTextLineAction & | operator= (MetaTextLineAction const &)=delete |
| MetaTextLineAction & | operator= (MetaTextLineAction &&)=delete |
| virtual void | Execute (OutputDevice *pOut) override |
| virtual rtl::Reference< MetaAction > | Clone () const override |
| MetaTextLineAction (const Point &rPos, tools::Long nWidth, FontStrikeout eStrikeout, FontLineStyle eUnderline, FontLineStyle eOverline) | |
| virtual void | Move (tools::Long nHorzMove, tools::Long nVertMove) override |
| virtual void | Scale (double fScaleX, double fScaleY) override |
| const Point & | GetStartPoint () const |
| tools::Long | GetWidth () const |
| FontStrikeout | GetStrikeout () const |
| FontLineStyle | GetUnderline () const |
| FontLineStyle | GetOverline () const |
| void | SetStartPoint (const Point &rPos) |
| void | SetWidth (tools::Long rWidth) |
| void | SetStrikeout (FontStrikeout eStrikeout) |
| void | SetUnderline (FontLineStyle eUnderline) |
| void | SetOverline (FontLineStyle eOverline) |
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 | ~MetaTextLineAction () override |
Private Attributes | |
| Point | maPos |
| tools::Long | mnWidth |
| FontStrikeout | meStrikeout |
| FontLineStyle | meUnderline |
| FontLineStyle | meOverline |
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 628 of file metaact.hxx.
| MetaTextLineAction::MetaTextLineAction | ( | ) |
Definition at line 795 of file metaact.cxx.
References LINESTYLE_NONE, mnWidth, STRIKEOUT_NONE, and TEXTLINE.
Referenced by Clone().
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 803 of file metaact.cxx.
| MetaTextLineAction::MetaTextLineAction | ( | const Point & | rPos, |
| tools::Long | nWidth, | ||
| FontStrikeout | eStrikeout, | ||
| FontLineStyle | eUnderline, | ||
| FontLineStyle | eOverline | ||
| ) |
Definition at line 806 of file metaact.cxx.
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 823 of file metaact.cxx.
References MetaTextLineAction().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 818 of file metaact.cxx.
References maPos, meOverline, meStrikeout, meUnderline, mnWidth, and pOut.
|
inline |
Definition at line 661 of file metaact.hxx.
Referenced by vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and SvmWriter::TextLineHandler().
|
inline |
Definition at line 657 of file metaact.hxx.
Referenced by GDIMetaFile::GetBoundRect(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and SvmWriter::TextLineHandler().
|
inline |
Definition at line 659 of file metaact.hxx.
Referenced by vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and SvmWriter::TextLineHandler().
|
inline |
Definition at line 660 of file metaact.hxx.
Referenced by vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and SvmWriter::TextLineHandler().
|
inline |
Definition at line 658 of file metaact.hxx.
References mnWidth.
Referenced by GDIMetaFile::GetBoundRect(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and SvmWriter::TextLineHandler().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 828 of file metaact.cxx.
References maPos, and Point::Move().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 833 of file metaact.cxx.
|
inline |
Definition at line 666 of file metaact.hxx.
|
inline |
Definition at line 662 of file metaact.hxx.
|
inline |
Definition at line 664 of file metaact.hxx.
|
inline |
Definition at line 665 of file metaact.hxx.
|
inline |
Definition at line 663 of file metaact.hxx.
References mnWidth.
|
private |
Definition at line 632 of file metaact.hxx.
|
private |
Definition at line 636 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 634 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 635 of file metaact.hxx.
Referenced by Execute().
|
private |
Definition at line 633 of file metaact.hxx.