LibreOffice Module sc (master) 1
Namespaces | Functions
compare.cxx File Reference
#include <compare.hxx>
#include <document.hxx>
#include <docoptio.hxx>
#include <unotools/collatorwrapper.hxx>
#include <unotools/textsearch.hxx>
#include <unotools/transliterationwrapper.hxx>
#include <rtl/math.hxx>
#include <osl/diagnose.h>
Include dependency graph for compare.cxx:

Go to the source code of this file.

Namespaces

namespace  sc
 CAUTION! The following defines must be in the same namespace as the respective type.
 

Functions

double sc::CompareFunc (const Compare &rComp, CompareOptions *pOptions)
 
double sc::CompareFunc (const Compare::Cell &rCell1, double fCell2, const CompareOptions *pOptions)
 
double sc::CompareFunc (double fCell1, double fCell2)
 
double sc::CompareEmptyToNumericFunc (double fCell2)
 Left cell is empty while the right cell is numeric. More...