|
LibreOffice Module sc (master) 1
|
#include <memory>#include <markdata.hxx>#include <markarr.hxx>#include <markmulti.hxx>#include <rangelst.hxx>#include <segmenttree.hxx>#include <sheetlimits.hxx>#include <document.hxx>#include <columnspanset.hxx>#include <fstalgorithm.hxx>#include <unordered_map>#include <osl/diagnose.h>#include <mdds/flat_segment_tree.hpp>#include <cassert>Go to the source code of this file.
Functions | |
| static void | lcl_AddRanges (ScRange &rRangeDest, const ScRange &rNewRange) |
Definition at line 685 of file markdata.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), PutInOrder(), ScAddress::Row(), ScAddress::SetCol(), and ScAddress::SetRow().
Referenced by ScMarkData::GetSelectionCover().