LibreOffice Module xmloff (master) 1
Public Member Functions | Private Attributes | List of all members
SdXMLImExViewBox Class Reference

#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
 

Detailed Description

Definition at line 82 of file xexptran.hxx.

Constructor & Destructor Documentation

◆ SdXMLImExViewBox() [1/2]

SdXMLImExViewBox::SdXMLImExViewBox ( double  fX,
double  fY,
double  fW,
double  fH 
)

Definition at line 985 of file xexptran.cxx.

References mfX, and mfY.

◆ SdXMLImExViewBox() [2/2]

SdXMLImExViewBox::SdXMLImExViewBox ( OUString  aNew,
const SvXMLUnitConverter rConv 
)

Member Function Documentation

◆ GetExportString()

const OUString & SdXMLImExViewBox::GetExportString ( )

◆ GetHeight()

double SdXMLImExViewBox::GetHeight ( ) const
inline

◆ GetWidth()

double SdXMLImExViewBox::GetWidth ( ) const
inline

◆ GetX()

double SdXMLImExViewBox::GetX ( ) const
inline

◆ GetY()

double SdXMLImExViewBox::GetY ( ) const
inline

Member Data Documentation

◆ mfH

double SdXMLImExViewBox::mfH
private

Definition at line 88 of file xexptran.hxx.

Referenced by GetExportString(), GetHeight(), and SdXMLImExViewBox().

◆ mfW

double SdXMLImExViewBox::mfW
private

Definition at line 87 of file xexptran.hxx.

Referenced by GetExportString(), GetWidth(), and SdXMLImExViewBox().

◆ mfX

double SdXMLImExViewBox::mfX
private

Definition at line 85 of file xexptran.hxx.

Referenced by GetExportString(), GetX(), and SdXMLImExViewBox().

◆ mfY

double SdXMLImExViewBox::mfY
private

Definition at line 86 of file xexptran.hxx.

Referenced by GetExportString(), GetY(), and SdXMLImExViewBox().

◆ msString

OUString SdXMLImExViewBox::msString
private

Definition at line 84 of file xexptran.hxx.

Referenced by GetExportString(), and SdXMLImExViewBox().


The documentation for this class was generated from the following files: