|
LibreOffice Module filter (master) 1
|
#include <svgfilter.hxx>
Public Member Functions | |
| ObjectRepresentation () | |
| ObjectRepresentation (const Reference< XInterface > &rxIf, const GDIMetaFile &rMtf) | |
| ObjectRepresentation (const ObjectRepresentation &rPresentation) | |
| ObjectRepresentation & | operator= (const ObjectRepresentation &rPresentation) |
| const Reference< XInterface > & | GetObject () const |
| bool | HasRepresentation () const |
| const GDIMetaFile & | GetRepresentation () const |
Private Attributes | |
| Reference< XInterface > | mxObject |
| std::unique_ptr< GDIMetaFile > | mxMtf |
Definition at line 100 of file svgfilter.hxx.
| ObjectRepresentation::ObjectRepresentation | ( | ) |
Definition at line 403 of file svgexport.cxx.
| ObjectRepresentation::ObjectRepresentation | ( | const Reference< XInterface > & | rxIf, |
| const GDIMetaFile & | rMtf | ||
| ) |
Definition at line 407 of file svgexport.cxx.
| ObjectRepresentation::ObjectRepresentation | ( | const ObjectRepresentation & | rPresentation | ) |
Definition at line 414 of file svgexport.cxx.
|
inline |
Definition at line 115 of file svgfilter.hxx.
References mxObject.
|
inline |
Definition at line 117 of file svgfilter.hxx.
References mxMtf.
Referenced by HashBitmap::operator()(), and EqualityBitmap::operator()().
|
inline |
Definition at line 116 of file svgfilter.hxx.
References mxMtf.
| ObjectRepresentation & ObjectRepresentation::operator= | ( | const ObjectRepresentation & | rPresentation | ) |
Definition at line 420 of file svgexport.cxx.
|
private |
Definition at line 105 of file svgfilter.hxx.
Referenced by GetRepresentation(), HasRepresentation(), and operator=().
|
private |
Definition at line 104 of file svgfilter.hxx.
Referenced by GetObject(), and operator=().