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

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

#include <drawingmltypes.hxx>

Inheritance diagram for oox::drawingml::EmuSize:
[legend]

Public Member Functions

 EmuSize ()
 
 EmuSize (sal_Int64 nWidth, sal_Int64 nHeight)
 

Public Attributes

sal_Int64 Width
 
sal_Int64 Height
 

Detailed Description

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

Definition at line 217 of file drawingmltypes.hxx.

Constructor & Destructor Documentation

◆ EmuSize() [1/2]

oox::drawingml::EmuSize::EmuSize ( )
inline

Definition at line 222 of file drawingmltypes.hxx.

◆ EmuSize() [2/2]

oox::drawingml::EmuSize::EmuSize ( sal_Int64  nWidth,
sal_Int64  nHeight 
)
inlineexplicit

Definition at line 223 of file drawingmltypes.hxx.

Member Data Documentation

◆ Height

sal_Int64 oox::drawingml::EmuSize::Height

◆ Width

sal_Int64 oox::drawingml::EmuSize::Width

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