LibreOffice Module sc (master) 1
|
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 |
A 2D cell size in an HTML table.
Definition at line 261 of file htmlpars.hxx.
Definition at line 266 of file htmlpars.hxx.
Definition at line 268 of file htmlpars.hxx.
References mnCols, and mnRows.
Referenced by ScHTMLTable::GetSpan().
SCCOL ScHTMLSize::mnCols |
Definition at line 263 of file htmlpars.hxx.
Referenced by ScHTMLTable::ApplyCellBorders(), ScHTMLTable::DataOn(), ScHTMLTable::FillEmptyCells(), ScHTMLTable::GetDocSize(), ScHTMLTable::InsertNewCell(), ScHTMLTable::RecalcDocPos(), ScHTMLTable::RecalcDocSize(), and Set().
SCROW ScHTMLSize::mnRows |
Definition at line 264 of file htmlpars.hxx.
Referenced by ScHTMLTable::ApplyCellBorders(), ScHTMLTable::DataOn(), ScHTMLTable::FillEmptyCells(), ScHTMLTable::GetDocSize(), ScHTMLTable::InsertNewCell(), ScHTMLTable::RecalcDocPos(), ScHTMLTable::RecalcDocSize(), and Set().