summaryrefslogtreecommitdiff
path: root/sc/inc/rangelst.hxx
AgeCommit message (Expand)Author
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2021-12-06rename In() to Contains()Luboš Luňák
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
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