|
LibreOffice Module drawinglayer (master) 1
|
#include <emfpcustomlinecap.hxx>
Public Member Functions | |
| EMFPCustomLineCap () | |
| void | ReadPath (SvStream &s, EmfPlusHelperData const &rR, bool bFill) |
| void | Read (SvStream &s, EmfPlusHelperData const &rR) |
Public Member Functions inherited from emfplushelper::EMFPObject | |
| virtual | ~EMFPObject () |
Public Attributes | |
| sal_uInt32 | type |
| sal_uInt32 | strokeStartCap |
| sal_uInt32 | strokeEndCap |
| sal_uInt32 | strokeJoin |
| float | miterLimit |
| float | widthScale |
| basegfx::B2DPolyPolygon | polygon |
| bool | mbIsFilled |
Definition at line 26 of file emfpcustomlinecap.hxx.
| emfplushelper::EMFPCustomLineCap::EMFPCustomLineCap | ( | ) |
Definition at line 36 of file emfpcustomlinecap.cxx.
References type.
| void emfplushelper::EMFPCustomLineCap::Read | ( | SvStream & | s, |
| EmfPlusHelperData const & | rR | ||
| ) |
Definition at line 67 of file emfpcustomlinecap.cxx.
References emfplushelper::EmfPlusCustomLineCapDataFillPath, emfplushelper::EmfPlusCustomLineCapDataLinePath, emfplushelper::EmfPlusCustomLineCapDataTypeAdjustableArrow, emfplushelper::EmfPlusCustomLineCapDataTypeDefault, header, miterLimit, SvStream::ReadFloat(), SvStream::ReadInt32(), ReadPath(), SvStream::ReadUInt32(), SAL_INFO, strokeEndCap, strokeJoin, strokeStartCap, type, and widthScale.
| void emfplushelper::EMFPCustomLineCap::ReadPath | ( | SvStream & | s, |
| EmfPlusHelperData const & | rR, | ||
| bool | bFill | ||
| ) |
Definition at line 48 of file emfpcustomlinecap.cxx.
References basegfx::utils::createRotateB2DHomMatrix(), emfplushelper::EMFPPath::GetPolygon(), mbIsFilled, polygon, emfplushelper::EMFPPath::Read(), SvStream::ReadInt32(), SvStream::ReadUInt32(), SAL_INFO, and basegfx::B2DPolyPolygon::transform().
Referenced by Read().
| bool emfplushelper::EMFPCustomLineCap::mbIsFilled |
Definition at line 32 of file emfpcustomlinecap.hxx.
Referenced by ReadPath().
| float emfplushelper::EMFPCustomLineCap::miterLimit |
Definition at line 30 of file emfpcustomlinecap.hxx.
Referenced by Read().
| basegfx::B2DPolyPolygon emfplushelper::EMFPCustomLineCap::polygon |
Definition at line 31 of file emfpcustomlinecap.hxx.
Referenced by ReadPath().
| sal_uInt32 emfplushelper::EMFPCustomLineCap::strokeEndCap |
Definition at line 29 of file emfpcustomlinecap.hxx.
Referenced by Read().
| sal_uInt32 emfplushelper::EMFPCustomLineCap::strokeJoin |
Definition at line 29 of file emfpcustomlinecap.hxx.
Referenced by Read().
| sal_uInt32 emfplushelper::EMFPCustomLineCap::strokeStartCap |
Definition at line 29 of file emfpcustomlinecap.hxx.
Referenced by Read().
| sal_uInt32 emfplushelper::EMFPCustomLineCap::type |
Definition at line 28 of file emfpcustomlinecap.hxx.
Referenced by Read().
| float emfplushelper::EMFPCustomLineCap::widthScale |
Definition at line 30 of file emfpcustomlinecap.hxx.
Referenced by Read().