LibreOffice Module vcl (master) 1
|
#include <metaact.hxx>
Public Member Functions | |
MetaFontAction () | |
MetaFontAction (MetaFontAction const &)=default | |
MetaFontAction (MetaFontAction &&)=default | |
MetaFontAction & | operator= (MetaFontAction const &)=delete |
MetaFontAction & | operator= (MetaFontAction &&)=delete |
virtual void | Execute (OutputDevice *pOut) override |
virtual rtl::Reference< MetaAction > | Clone () const override |
MetaFontAction (vcl::Font) | |
virtual void | Scale (double fScaleX, double fScaleY) override |
const vcl::Font & | GetFont () const |
void | SetFont (const vcl::Font &rFont) |
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 | |
void | correctFontScale (tools::Long nNewFontScale) |
virtual | ~MetaFontAction () override |
Private Attributes | |
vcl::Font | maFont |
Friends | |
class | emfio::ScaledFontDetectCorrectHelper |
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 1445 of file metaact.hxx.
MetaFontAction::MetaFontAction | ( | ) |
|
default |
|
default |
|
overrideprivatevirtual |
Definition at line 1736 of file metaact.cxx.
|
explicit |
Definition at line 1739 of file metaact.cxx.
References FONT, vcl::Font::GetCharSet(), vcl::Font::GetFamilyName(), IsOpenSymbol(), maFont, SAL_WARN_IF, and vcl::Font::SetCharSet().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1760 of file metaact.cxx.
References MetaFontAction().
|
inlineprivate |
Definition at line 1454 of file metaact.hxx.
References vcl::Font::SetAverageFontWidth().
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1755 of file metaact.cxx.
|
inline |
Definition at line 1472 of file metaact.hxx.
Referenced by SvmWriter::FontHandler(), GDIMetaFile::ImplExchangeColors(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), WMFWriter::WriteRecords(), and MetafileXmlDump::writeXml().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from MetaAction.
Definition at line 1765 of file metaact.cxx.
References FRound(), vcl::Font::GetFontSize(), Size::Height(), maFont, vcl::Font::SetFontSize(), and Size::Width().
|
inline |
Definition at line 1473 of file metaact.hxx.
|
friend |
Definition at line 1453 of file metaact.hxx.
|
private |
Definition at line 1449 of file metaact.hxx.
Referenced by Execute(), MetaFontAction(), and Scale().