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

#include <htmlpars.hxx>

Collaboration diagram for ScHTMLTableStackEntry:
[legend]

Public Member Functions

 ScHTMLTableStackEntry (std::shared_ptr< ScEEParseEntry > xE, ScRangeListRef xL, ScHTMLColOffset *pTO, sal_uLong nFTC, SCROW nRow, SCCOL nStart, SCCOL nMax, sal_uInt16 nTab, sal_uInt16 nTW, sal_uInt16 nCO, sal_uInt16 nCOS, bool bFR)
 

Public Attributes

ScRangeListRef xLockedList
 
std::shared_ptr< ScEEParseEntryxCellEntry
 
ScHTMLColOffsetpLocalColOffset
 
sal_uLong nFirstTableCell
 
SCROW nRowCnt
 
SCCOL nColCntStart
 
SCCOL nMaxCol
 
sal_uInt16 nTable
 
sal_uInt16 nTableWidth
 
sal_uInt16 nColOffset
 
sal_uInt16 nColOffsetStart
 
bool bFirstRow
 

Detailed Description

Definition at line 100 of file htmlpars.hxx.

Constructor & Destructor Documentation

◆ ScHTMLTableStackEntry()

ScHTMLTableStackEntry::ScHTMLTableStackEntry ( std::shared_ptr< ScEEParseEntry xE,
ScRangeListRef  xL,
ScHTMLColOffset pTO,
sal_uLong  nFTC,
SCROW  nRow,
SCCOL  nStart,
SCCOL  nMax,
sal_uInt16  nTab,
sal_uInt16  nTW,
sal_uInt16  nCO,
sal_uInt16  nCOS,
bool  bFR 
)
inline

Definition at line 114 of file htmlpars.hxx.

Member Data Documentation

◆ bFirstRow

bool ScHTMLTableStackEntry::bFirstRow

Definition at line 113 of file htmlpars.hxx.

◆ nColCntStart

SCCOL ScHTMLTableStackEntry::nColCntStart

Definition at line 107 of file htmlpars.hxx.

◆ nColOffset

sal_uInt16 ScHTMLTableStackEntry::nColOffset

Definition at line 111 of file htmlpars.hxx.

◆ nColOffsetStart

sal_uInt16 ScHTMLTableStackEntry::nColOffsetStart

Definition at line 112 of file htmlpars.hxx.

◆ nFirstTableCell

sal_uLong ScHTMLTableStackEntry::nFirstTableCell

Definition at line 105 of file htmlpars.hxx.

◆ nMaxCol

SCCOL ScHTMLTableStackEntry::nMaxCol

Definition at line 108 of file htmlpars.hxx.

◆ nRowCnt

SCROW ScHTMLTableStackEntry::nRowCnt

Definition at line 106 of file htmlpars.hxx.

◆ nTable

sal_uInt16 ScHTMLTableStackEntry::nTable

Definition at line 109 of file htmlpars.hxx.

◆ nTableWidth

sal_uInt16 ScHTMLTableStackEntry::nTableWidth

Definition at line 110 of file htmlpars.hxx.

◆ pLocalColOffset

ScHTMLColOffset* ScHTMLTableStackEntry::pLocalColOffset

Definition at line 104 of file htmlpars.hxx.

◆ xCellEntry

std::shared_ptr<ScEEParseEntry> ScHTMLTableStackEntry::xCellEntry

Definition at line 103 of file htmlpars.hxx.

◆ xLockedList

ScRangeListRef ScHTMLTableStackEntry::xLockedList

Definition at line 102 of file htmlpars.hxx.


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