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