LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScHTMLTableAutoId Struct Reference

This struct handles creation of unique table identifiers. More...

#include <htmlpars.hxx>

Public Member Functions

 ScHTMLTableAutoId (ScHTMLTableId &rnUnusedId)
 Reference to global unused identifier variable. More...
 

Public Attributes

const ScHTMLTableId mnTableId
 
ScHTMLTableIdmrnUnusedId
 The created unique table identifier. More...
 

Detailed Description

This struct handles creation of unique table identifiers.

Definition at line 308 of file htmlpars.hxx.

Constructor & Destructor Documentation

◆ ScHTMLTableAutoId()

ScHTMLTableAutoId::ScHTMLTableAutoId ( ScHTMLTableId rnUnusedId)
explicit

Reference to global unused identifier variable.

The constructor assigns an unused identifier to member mnTableId.

Definition at line 1803 of file htmlpars.cxx.

References mrnUnusedId.

Member Data Documentation

◆ mnTableId

const ScHTMLTableId ScHTMLTableAutoId::mnTableId

Definition at line 310 of file htmlpars.hxx.

Referenced by ScHTMLTable::GetTableId().

◆ mrnUnusedId

ScHTMLTableId& ScHTMLTableAutoId::mrnUnusedId

The created unique table identifier.

Definition at line 311 of file htmlpars.hxx.

Referenced by ScHTMLTableAutoId().


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