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

A 2D cell size in an HTML table. More...

#include <htmlpars.hxx>

Public Member Functions

 ScHTMLSize (SCCOL nCols, SCROW nRows)
 
void Set (SCCOL nCols, SCROW nRows)
 

Public Attributes

SCCOL mnCols
 
SCROW mnRows
 

Detailed Description

A 2D cell size in an HTML table.

Definition at line 261 of file htmlpars.hxx.

Constructor & Destructor Documentation

◆ ScHTMLSize()

ScHTMLSize::ScHTMLSize ( SCCOL  nCols,
SCROW  nRows 
)
inlineexplicit

Definition at line 266 of file htmlpars.hxx.

Member Function Documentation

◆ Set()

void ScHTMLSize::Set ( SCCOL  nCols,
SCROW  nRows 
)
inline

Definition at line 268 of file htmlpars.hxx.

References mnCols, and mnRows.

Referenced by ScHTMLTable::GetSpan().

Member Data Documentation

◆ mnCols

SCCOL ScHTMLSize::mnCols

◆ mnRows

SCROW ScHTMLSize::mnRows

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