LibreOffice Module sc (master) 1
Macros | Functions
dociter.cxx File Reference
#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>
Include dependency graph for dociter.cxx:

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)
 

Macro Definition Documentation

◆ debugiter

#define debugiter (   ...)

Definition at line 62 of file dociter.cxx.

Function Documentation

◆ IsGreater()

static bool IsGreater ( SCCOL  nCol1,
SCROW  nRow1,
SCCOL  nCol2,
SCROW  nRow2 
)
static

Definition at line 1464 of file dociter.cxx.

Referenced by ScUsedAreaIterator::GetNext().

◆ ScAttrArray_IterGetNumberFormat()

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