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

#include <svdtrans.hxx>

Collaboration diagram for FrPair:
[legend]

Public Member Functions

 FrPair (const Fraction &rBoth)
 
 FrPair (const Fraction &rX, const Fraction &rY)
 
 FrPair (tools::Long nMul, tools::Long nDiv)
 
 FrPair (tools::Long xMul, tools::Long xDiv, tools::Long yMul, tools::Long yDiv)
 
const FractionX () const
 
const FractionY () const
 
FractionX ()
 
FractionY ()
 

Private Attributes

Fraction m_aX
 
Fraction m_aY
 

Detailed Description

Definition at line 228 of file svdtrans.hxx.

Constructor & Destructor Documentation

◆ FrPair() [1/4]

FrPair::FrPair ( const Fraction rBoth)
inline

Definition at line 232 of file svdtrans.hxx.

◆ FrPair() [2/4]

FrPair::FrPair ( const Fraction rX,
const Fraction rY 
)
inline

Definition at line 233 of file svdtrans.hxx.

◆ FrPair() [3/4]

FrPair::FrPair ( tools::Long  nMul,
tools::Long  nDiv 
)
inline

Definition at line 234 of file svdtrans.hxx.

◆ FrPair() [4/4]

FrPair::FrPair ( tools::Long  xMul,
tools::Long  xDiv,
tools::Long  yMul,
tools::Long  yDiv 
)
inline

Definition at line 235 of file svdtrans.hxx.

Member Function Documentation

◆ X() [1/2]

Fraction & FrPair::X ( )
inline

Definition at line 238 of file svdtrans.hxx.

References m_aX.

◆ X() [2/2]

const Fraction & FrPair::X ( ) const
inline

◆ Y() [1/2]

Fraction & FrPair::Y ( )
inline

Definition at line 239 of file svdtrans.hxx.

References m_aY.

◆ Y() [2/2]

const Fraction & FrPair::Y ( ) const
inline

Definition at line 237 of file svdtrans.hxx.

References m_aY.

Referenced by GetMapFactor(), SdrExchangeView::ImpPasteObject(), and SdrExchangeView::Paste().

Member Data Documentation

◆ m_aX

Fraction FrPair::m_aX
private

Definition at line 229 of file svdtrans.hxx.

Referenced by X().

◆ m_aY

Fraction FrPair::m_aY
private

Definition at line 230 of file svdtrans.hxx.

Referenced by Y().


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