LibreOffice Module filter (master) 1
Public Member Functions | Public Attributes | List of all members
EscherExGlobal::DrawingInfo Struct Reference

Public Member Functions

 DrawingInfo (sal_uInt32 nClusterId)
 Last shape identifier generated for this drawing. More...
 

Public Attributes

sal_uInt32 mnClusterId
 
sal_uInt32 mnShapeCount
 Currently used cluster (one-based index into maClusterTable). More...
 
sal_uInt32 mnLastShapeId
 Current number of shapes in this drawing. More...
 

Detailed Description

Definition at line 1029 of file escherex.hxx.

Constructor & Destructor Documentation

◆ DrawingInfo()

EscherExGlobal::DrawingInfo::DrawingInfo ( sal_uInt32  nClusterId)
inlineexplicit

Last shape identifier generated for this drawing.

Definition at line 1034 of file escherex.hxx.

Member Data Documentation

◆ mnClusterId

sal_uInt32 EscherExGlobal::DrawingInfo::mnClusterId

Definition at line 1031 of file escherex.hxx.

Referenced by EscherExGlobal::GenerateShapeId().

◆ mnLastShapeId

sal_uInt32 EscherExGlobal::DrawingInfo::mnLastShapeId

Current number of shapes in this drawing.

Definition at line 1033 of file escherex.hxx.

Referenced by EscherExGlobal::GenerateShapeId().

◆ mnShapeCount

sal_uInt32 EscherExGlobal::DrawingInfo::mnShapeCount

Currently used cluster (one-based index into maClusterTable).

Definition at line 1032 of file escherex.hxx.

Referenced by EscherExGlobal::GenerateShapeId().


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