|
LibreOffice Module sc (master) 1
|
#include <svl/numformat.hxx>#include <svl/zforlist.hxx>#include <global.hxx>#include <dociter.hxx>#include <document.hxx>#include <table.hxx>#include <column.hxx>#include <formulacell.hxx>#include <attarray.hxx>#include <patattr.hxx>#include <docoptio.hxx>#include <cellform.hxx>#include <segmenttree.hxx>#include <progress.hxx>#include <queryparam.hxx>#include <queryentry.hxx>#include <globstr.hrc>#include <scresid.hxx>#include <cellvalue.hxx>#include <scmatrix.hxx>#include <rowheightcontext.hxx>#include <queryevaluator.hxx>#include <o3tl/safeint.hxx>#include <tools/fract.hxx>#include <editeng/editobj.hxx>#include <svl/sharedstring.hxx>#include <unotools/collatorwrapper.hxx>#include <osl/diagnose.h>#include <sal/log.hxx>#include <algorithm>#include <limits>#include <vector>Go to the source code of this file.
Macros | |
| #define | debugiter(...) |
Functions | |
| static void | ScAttrArray_IterGetNumberFormat (sal_uInt32 &nFormat, const ScAttrArray *&rpArr, SCROW &nAttrEndRow, const ScAttrArray *pNewArr, SCROW nRow, const ScDocument &rDoc, const ScInterpreterContext *pContext=nullptr) |
| static bool | IsGreater (SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) |
| #define debugiter | ( | ... | ) |
Definition at line 62 of file dociter.cxx.
Definition at line 1464 of file dociter.cxx.
Referenced by ScUsedAreaIterator::GetNext().
|
static |
Definition at line 64 of file dociter.cxx.
References ScDocument::GetDefPattern(), ScDocument::GetFormatTable(), ScPatternAttr::GetNumberFormat(), ScAttrArray::GetPatternRange(), and ScDocument::MaxRow().
Referenced by ScDBQueryDataIterator::DataAccessInternal::getCurrent(), ScHorizontalValueIterator::GetNext(), and ScValueIterator::GetThis().