LibreOffice Module oox (master) 1
Public Member Functions | List of all members
oox::drawingml::EmuRectangle Struct Reference

A structure for a rectangle with 64-bit integer components. More...

#include <drawingmltypes.hxx>

Inheritance diagram for oox::drawingml::EmuRectangle:
[legend]
Collaboration diagram for oox::drawingml::EmuRectangle:
[legend]

Public Member Functions

 EmuRectangle ()
 
 EmuRectangle (sal_Int64 nX, sal_Int64 nY, sal_Int64 nWidth, sal_Int64 nHeight)
 
void setPos (const EmuPoint &rPos)
 
void setSize (const EmuSize &rSize)
 
- Public Member Functions inherited from oox::drawingml::EmuPoint
 EmuPoint ()
 
 EmuPoint (sal_Int64 nX, sal_Int64 nY)
 
- Public Member Functions inherited from oox::drawingml::EmuSize
 EmuSize ()
 
 EmuSize (sal_Int64 nWidth, sal_Int64 nHeight)
 

Additional Inherited Members

- Public Attributes inherited from oox::drawingml::EmuPoint
sal_Int64 X
 
sal_Int64 Y
 
- Public Attributes inherited from oox::drawingml::EmuSize
sal_Int64 Width
 
sal_Int64 Height
 

Detailed Description

A structure for a rectangle with 64-bit integer components.

Definition at line 228 of file drawingmltypes.hxx.

Constructor & Destructor Documentation

◆ EmuRectangle() [1/2]

oox::drawingml::EmuRectangle::EmuRectangle ( )
inline

Definition at line 230 of file drawingmltypes.hxx.

◆ EmuRectangle() [2/2]

oox::drawingml::EmuRectangle::EmuRectangle ( sal_Int64  nX,
sal_Int64  nY,
sal_Int64  nWidth,
sal_Int64  nHeight 
)
inlineexplicit

Definition at line 231 of file drawingmltypes.hxx.

Member Function Documentation

◆ setPos()

void oox::drawingml::EmuRectangle::setPos ( const EmuPoint rPos)
inline

Definition at line 233 of file drawingmltypes.hxx.

◆ setSize()

void oox::drawingml::EmuRectangle::setSize ( const EmuSize rSize)
inline

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