LibreOffice Module sc (master) 1
|
#include <rangecache.hxx>
#include <cellvalue.hxx>
#include <document.hxx>
#include <brdcst.hxx>
#include <queryevaluator.hxx>
#include <queryparam.hxx>
#include <sal/log.hxx>
#include <svl/numformat.hxx>
#include <unotools/collatorwrapper.hxx>
Go to the source code of this file.
Functions | |
static bool | needsDescending (ScQueryOp op) |
static ScSortedRangeCache::ValueType | toValueType (const ScQueryParam ¶m) |
|
static |
Definition at line 31 of file rangecache.cxx.
References SC_EQUAL, SC_GREATER, SC_GREATER_EQUAL, SC_LESS, and SC_LESS_EQUAL.
Referenced by ScSortedRangeCache::ScSortedRangeCache().
|
static |
Definition at line 40 of file rangecache.cxx.
References ScQueryParamBase::bCaseSens, ScQueryEntry::bDoQuery, ScQueryEntry::ByString, ScQueryEntry::ByValue, ScQueryParamBase::GetEntry(), ScQueryEntry::GetQueryItem(), ScQueryEntry::GetQueryItems(), ScQueryEntry::Item::meType, ScSortedRangeCache::StringsCaseInsensitive, ScSortedRangeCache::StringsCaseSensitive, and ScSortedRangeCache::Values.
Referenced by ScSortedRangeCache::makeHashKey().