LibreOffice Module sc (master) 1
|
#include <lotattr.hxx>
Classes | |
struct | ENTRY |
Public Member Functions | |
void | SetAttr (const ScDocument *pDoc, const SCROW nRow, const ScPatternAttr &) |
void | Apply (LotusContext &rContext, const SCCOL nCol, const SCTAB nTab) |
Private Attributes | |
std::vector< std::unique_ptr< ENTRY > > | aEntries |
Definition at line 101 of file lotattr.hxx.
void LotAttrCol::Apply | ( | LotusContext & | rContext, |
const SCCOL | nCol, | ||
const SCTAB | nTab | ||
) |
Definition at line 214 of file lotattr.cxx.
References aEntries, ScDocument::ApplyPatternAreaTab(), and LotusContext::rDoc.
void LotAttrCol::SetAttr | ( | const ScDocument * | pDoc, |
const SCROW | nRow, | ||
const ScPatternAttr & | rAttr | ||
) |
Definition at line 182 of file lotattr.cxx.
References aEntries, LotAttrCol::ENTRY::nFirstRow, LotAttrCol::ENTRY::nLastRow, LotAttrCol::ENTRY::pPattAttr, SAL_WARN_IF, and ScDocument::ValidRow().
|
private |
Definition at line 116 of file lotattr.hxx.