LibreOffice Module sc (master) 1
|
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 |
ScHTMLTableId & | mrnUnusedId |
The created unique table identifier. More... | |
This struct handles creation of unique table identifiers.
Definition at line 308 of file htmlpars.hxx.
|
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.
const ScHTMLTableId ScHTMLTableAutoId::mnTableId |
Definition at line 310 of file htmlpars.hxx.
Referenced by ScHTMLTable::GetTableId().
ScHTMLTableId& ScHTMLTableAutoId::mrnUnusedId |
The created unique table identifier.
Definition at line 311 of file htmlpars.hxx.
Referenced by ScHTMLTableAutoId().