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

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)
 

Function Documentation

◆ lcl_DoubleToLong()

static tools::Long lcl_DoubleToLong ( double  fVal)
static

Definition at line 53 of file rangeseq.cxx.

References o3tl::convertsToAtLeast(), o3tl::convertsToAtMost(), and LONG_MAX.

◆ lcl_HasErrors()

static bool lcl_HasErrors ( ScDocument rDoc,
const ScRange rRange 
)
static