LibreOffice Module sc (master) 1
|
#include <svl/numformat.hxx>
#include <rtl/math.hxx>
#include <o3tl/float_int_conversion.hxx>
#include <osl/diagnose.h>
#include <osl/thread.h>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/string.hxx>
#include <rangeseq.hxx>
#include <document.hxx>
#include <dociter.hxx>
#include <scmatrix.hxx>
#include <formulacell.hxx>
Go to the source code of this file.
Functions | |
static bool | lcl_HasErrors (ScDocument &rDoc, const ScRange &rRange) |
static tools::Long | lcl_DoubleToLong (double fVal) |
|
static |
Definition at line 53 of file rangeseq.cxx.
References o3tl::convertsToAtLeast(), o3tl::convertsToAtMost(), and LONG_MAX.
|
static |
Definition at line 37 of file rangeseq.cxx.
References CELLTYPE_FORMULA, ScCellIterator::first(), ScFormulaCell::GetErrCode(), ScCellIterator::getFormulaCell(), ScCellIterator::getType(), and ScCellIterator::next().