LibreOffice Module sc (master) 1
|
#include <lotattr.hxx>
Public Member Functions | |
LotAttrTable (LotusContext &rContext) | |
void | SetAttr (const LotusContext &rContext, const SCCOL nColFirst, const SCCOL nColLast, const SCROW nRow, const LotAttrWK3 &) |
void | Apply (LotusContext &rContext, const SCTAB nTabNum) |
Private Attributes | |
LotAttrCol | pCols [MAXCOLCOUNT] |
LotAttrCache | aAttrCache |
Definition at line 119 of file lotattr.hxx.
LotAttrTable::LotAttrTable | ( | LotusContext & | rContext | ) |
Definition at line 225 of file lotattr.cxx.
void LotAttrTable::Apply | ( | LotusContext & | rContext, |
const SCTAB | nTabNum | ||
) |
Definition at line 243 of file lotattr.cxx.
References aAttrCache, Apply(), ScDocument::MaxCol(), LotAttrCache::mrContext, pCols, and LotusContext::rDoc.
Referenced by Apply(), and ImportLotus::Read().
void LotAttrTable::SetAttr | ( | const LotusContext & | rContext, |
const SCCOL | nColFirst, | ||
const SCCOL | nColLast, | ||
const SCROW | nRow, | ||
const LotAttrWK3 & | rAttr | ||
) |
Definition at line 230 of file lotattr.cxx.
References aAttrCache, LotAttrCache::GetPattAttr(), pCols, LotusContext::rDoc, and SetAttr().
Referenced by ImportLotus::Row_(), and SetAttr().
|
private |
Definition at line 131 of file lotattr.hxx.
|
private |
Definition at line 130 of file lotattr.hxx.