summaryrefslogtreecommitdiff
path: root/sc/inc/rangelst.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-25Remove OS/2 supportFrancois Tigeot1-5/+0
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-3/+3
2011-01-28Removed some whitespacesChristina Rossmanith1-1/+1
2011-01-28Translated comments from German to EnglishChristina Rossmanith1-2/+3
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-14/+14
2010-12-10Removed ScRangePairList::at() also, in favor of operator[].Kohei Yoshida1-1/+1
2010-12-10Removed ScRangeList::at() in favor of operator[].Kohei Yoshida1-2/+0
2010-12-10ScRangePtr is now gone. Good riddance.Kohei Yoshida1-2/+1
2010-12-10Some cleanup & build fix.Kohei Yoshida1-1/+1
2010-12-10Remove DECLARE_LIST( ScRangePairList )Joseph Powers1-19/+25