LibreOffice Module xmloff (master) 1
|
#include <xexptran.hxx>
Public Member Functions | |
SdXMLImExViewBox (double fX, double fY, double fW, double fH) | |
SdXMLImExViewBox (OUString aNew, const SvXMLUnitConverter &rConv) | |
double | GetX () const |
double | GetY () const |
double | GetWidth () const |
double | GetHeight () const |
const OUString & | GetExportString () |
Private Attributes | |
OUString | msString |
double | mfX |
double | mfY |
double | mfW |
double | mfH |
Definition at line 82 of file xexptran.hxx.
SdXMLImExViewBox::SdXMLImExViewBox | ( | double | fX, |
double | fY, | ||
double | fW, | ||
double | fH | ||
) |
Definition at line 985 of file xexptran.cxx.
SdXMLImExViewBox::SdXMLImExViewBox | ( | OUString | aNew, |
const SvXMLUnitConverter & | rConv | ||
) |
Definition at line 994 of file xexptran.cxx.
References aStr, Imp_GetDoubleChar(), Imp_SkipSpaces(), Imp_SkipSpacesAndCommas(), mfH, mfW, mfX, mfX, mfY, mfY, msString, and nPos.
const OUString & SdXMLImExViewBox::GetExportString | ( | ) |
Definition at line 1034 of file xexptran.cxx.
References Imp_PutDoubleChar(), mfH, mfW, mfX, mfY, and msString.
Referenced by XMLTextParagraphExport::exportContour(), XMLImageMapExport::ExportPolygon(), XMLMarkerStyleExport::exportXML(), XMLShapeExport::ImpExport3DShape(), XMLShapeExport::ImpExportConnectorShape(), ImpExportEnhancedGeometry(), and XMLShapeExport::ImpExportPolygonShape().
|
inline |
Definition at line 97 of file xexptran.hxx.
References mfH.
Referenced by XMLEnhancedCustomShapeContext::startFastElement(), SdXMLPolygonShapeContext::startFastElement(), and SdXMLPathShapeContext::startFastElement().
|
inline |
Definition at line 96 of file xexptran.hxx.
References mfW.
Referenced by XMLEnhancedCustomShapeContext::startFastElement(), SdXMLPolygonShapeContext::startFastElement(), and SdXMLPathShapeContext::startFastElement().
|
inline |
Definition at line 94 of file xexptran.hxx.
References mfX.
Referenced by XMLEnhancedCustomShapeContext::startFastElement(), SdXMLPolygonShapeContext::startFastElement(), and SdXMLPathShapeContext::startFastElement().
|
inline |
Definition at line 95 of file xexptran.hxx.
References mfY.
Referenced by XMLEnhancedCustomShapeContext::startFastElement(), SdXMLPolygonShapeContext::startFastElement(), and SdXMLPathShapeContext::startFastElement().
|
private |
Definition at line 88 of file xexptran.hxx.
Referenced by GetExportString(), GetHeight(), and SdXMLImExViewBox().
|
private |
Definition at line 87 of file xexptran.hxx.
Referenced by GetExportString(), GetWidth(), and SdXMLImExViewBox().
|
private |
Definition at line 85 of file xexptran.hxx.
Referenced by GetExportString(), GetX(), and SdXMLImExViewBox().
|
private |
Definition at line 86 of file xexptran.hxx.
Referenced by GetExportString(), GetY(), and SdXMLImExViewBox().
|
private |
Definition at line 84 of file xexptran.hxx.
Referenced by GetExportString(), and SdXMLImExViewBox().