|
LibreOffice Module sc (master) 1
|
#include <dociter.hxx>
Public Member Functions | |
| ScDocAttrIterator (ScDocument &rDocument, SCTAB nTable, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) | |
| ~ScDocAttrIterator () | |
| const ScPatternAttr * | GetNext (SCCOL &rCol, SCROW &rRow1, SCROW &rRow2) |
Private Attributes | |
| ScDocument & | rDoc |
| SCTAB | nTab |
| SCCOL | nEndCol |
| SCROW | nStartRow |
| SCROW | nEndRow |
| SCCOL | nCol |
| std::unique_ptr< ScAttrIterator > | pColIter |
Definition at line 249 of file dociter.hxx.
| ScDocAttrIterator::ScDocAttrIterator | ( | ScDocument & | rDocument, |
| SCTAB | nTable, | ||
| SCCOL | nCol1, | ||
| SCROW | nRow1, | ||
| SCCOL | nCol2, | ||
| SCROW | nRow2 | ||
| ) |
Definition at line 1570 of file dociter.cxx.
References ScDocument::GetTableCount(), ScDocument::maTabs, nCol, nEndRow, nStartRow, nTab, pColIter, rDoc, and ValidTab().
| ScDocAttrIterator::~ScDocAttrIterator | ( | ) |
Definition at line 1584 of file dociter.cxx.
| const ScPatternAttr * ScDocAttrIterator::GetNext | ( | SCCOL & | rCol, |
| SCROW & | rRow1, | ||
| SCROW & | rRow2 | ||
| ) |
Definition at line 1588 of file dociter.cxx.
References ScDocument::maTabs, nCol, nEndCol, nEndRow, nStartRow, nTab, pColIter, and rDoc.
Referenced by ScDocFunc::DeleteCells(), ScTable::FindMaxRotCol(), ScDocument::GetColDefault(), ScDocFunc::InsertCells(), ScDetectiveFunc::MarkInvalid(), ScViewFunc::PasteFromClip(), and ScXMLExportDataPilot::WriteDataPilots().
|
private |
Definition at line 257 of file dociter.hxx.
Referenced by GetNext(), and ScDocAttrIterator().
|
private |
Definition at line 254 of file dociter.hxx.
Referenced by GetNext().
|
private |
Definition at line 256 of file dociter.hxx.
Referenced by GetNext(), and ScDocAttrIterator().
|
private |
Definition at line 255 of file dociter.hxx.
Referenced by GetNext(), and ScDocAttrIterator().
|
private |
Definition at line 253 of file dociter.hxx.
Referenced by GetNext(), and ScDocAttrIterator().
|
private |
Definition at line 259 of file dociter.hxx.
Referenced by GetNext(), and ScDocAttrIterator().
|
private |
Definition at line 252 of file dociter.hxx.
Referenced by GetNext(), and ScDocAttrIterator().