summaryrefslogtreecommitdiff
path: root/sc/inc/rangelst.hxx
AgeCommit message (Expand)Author
2020-09-15CreateNameSortedArray never passed a null ScDocument*Caolán McNamara
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-06-22tdf#97177 speedup loading of large ODS fileNoel Grandin
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22Move ctors/assignments need non-const rvalue reference to actually moveMike Kaganski
2019-05-18tdf#125254 Performance: A spreadsheet opens too slow, part2Noel Grandin
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin
2018-03-14modernize ScRangePairList::CreateNameSortedArrayNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2017-12-15tdf#113621: don't write whole column refs for conditional format rangesMarkus Mohrhard
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin
2017-11-23Add debug output operator<< for ScRangeListTor Lillqvist
2017-08-24loplugin:constparam in sc part3Noel Grandin
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-01-11don't emit objects on ScRange*List::RemoveJochen Nitschke
2016-10-01tdf#101910, mark ScRangeList updated when DeleteArea was usedMarkus Mohrhard
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10loplugin:constantparam in scNoel Grandin
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-03introduce ScRangeList::Join(const ScRangeList&)Eike Rathke
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida
2014-10-15speed up simple range list joins that could be appends, fdo#75486 relatedEike Rathke
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-02-15fdo#63154 Remove unused solar.h reference in scAlexandre Vicenzi
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin
2013-09-05increase conditional format range during inserting rows/cols, fdo#67783Markus Mohrhard
2013-05-09Revert "remove unused parameter"Noel Power
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-25simplify cond format copy&paste code, fdo#58677Markus Mohrhard
2012-12-05remove unused parameterMarkus Mohrhard
2012-12-05correctly parse range in cond format dlgMarkus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-09-28fdo#54940 - make editing relative refs more intuitive to meMichael Meeks
2012-08-31add ScRangeList::DeleteAreaMarkus Mohrhard
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-09-12PostPasteFromClip to work with ScRangeList.Kohei Yoshida
2011-09-12Got the normal paste to work. Still no undo etc.Kohei Yoshida
2011-06-04__cdecl -> SAL_CALLChristina Rossmanith
2011-04-25Remove OS/2 supportFrancois Tigeot