LibreOffice Module sc (master) 1
|
A 2D cell position in an HTML table. More...
#include <htmlpars.hxx>
Public Member Functions | |
ScHTMLPos () | |
ScHTMLPos (SCCOL nCol, SCROW nRow) | |
ScHTMLPos (const ScAddress &rAddr) | |
SCCOLROW | Get (ScHTMLOrient eOrient) const |
void | Set (SCCOL nCol, SCROW nRow) |
void | Set (const ScAddress &rAddr) |
ScAddress | MakeAddr () const |
Public Attributes | |
SCCOL | mnCol |
SCROW | mnRow |
A 2D cell position in an HTML table.
Definition at line 235 of file htmlpars.hxx.
|
inlineexplicit |
Definition at line 240 of file htmlpars.hxx.
Definition at line 241 of file htmlpars.hxx.
|
inlineexplicit |
Definition at line 243 of file htmlpars.hxx.
References Set().
|
inline |
Definition at line 245 of file htmlpars.hxx.
References mnCol, mnRow, and tdCol.
Referenced by ScHTMLTable::GetDocPos().
|
inline |
Definition at line 251 of file htmlpars.hxx.
Referenced by ScHTMLTable::GetDocRange(), ScHTMLTable::GetSpan(), and ScHTMLTable::InsertNewCell().
|
inline |
Definition at line 249 of file htmlpars.hxx.
References ScAddress::Col(), ScAddress::Row(), and Set().
Definition at line 247 of file htmlpars.hxx.
Referenced by ScHTMLPos(), and Set().
SCCOL ScHTMLPos::mnCol |
Definition at line 237 of file htmlpars.hxx.
Referenced by Get(), ScHTMLTable::GetDocPos(), ScHTMLTable::GetDocSize(), ScHTMLTable::ImplDataOff(), ScHTMLTable::ImplRowOn(), ScHTMLTable::InsertNewCell(), MakeAddr(), operator<(), ScHTMLTable::RecalcDocPos(), and Set().
SCROW ScHTMLPos::mnRow |
Definition at line 238 of file htmlpars.hxx.
Referenced by Get(), ScHTMLTable::GetDocPos(), ScHTMLTable::GetDocSize(), ScHTMLTable::ImplRowOff(), ScHTMLTable::InsertNewCell(), MakeAddr(), operator<(), ScHTMLTable::RecalcDocPos(), and Set().