summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/rangelst.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara1-3/+3
2014-05-12Move this function object to o3tl.Kohei Yoshida1-3/+3
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-23/+0
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-21remove uses of COMPARE_*Caolán McNamara1-47/+49
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-5/+5
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin1-16/+3
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin1-3/+3
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-20/+3
2013-09-05increase conditional format range during inserting rows/cols, fdo#67783Markus Mohrhard1-0/+62
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-2/+1
2013-05-09Revert "remove unused parameter"Noel Power1-2/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2012-12-25simplify cond format copy&paste code, fdo#58677Markus Mohrhard1-0/+26
2012-12-05remove unused parameterMarkus Mohrhard1-3/+2
2012-12-05correctly parse range in cond format dlgMarkus Mohrhard1-3/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-02iterating here is wrong, join will already merge all necessary rangesMarkus Mohrhard1-2/+1
2012-09-28fdo#54940 - make editing relative refs more intuitive to meMichael Meeks1-0/+15
2012-09-25workaround broken uno implementation with ScRangeList in ScCellRangeObjMarkus Mohrhard1-0/+14
2012-09-22some more fixes for ScRangeList::DeleteAreaMarkus Mohrhard1-6/+6
2012-09-21Fixed all discovered errors and extra unit tests to cover them.Kohei Yoshida1-24/+22
2012-09-21Improve readability.Kohei Yoshida1-122/+316
2012-09-21fix problem in ScRangeList::UpdateReference when deleting one row/colMarkus Mohrhard1-2/+2
2012-09-18use the typedefs in ScRangeListMarkus Mohrhard1-9/+9
2012-09-17hopefully a corect way to deal with deleting rows and cols, fdo#54842Markus Mohrhard1-0/+17
2012-09-17Help compilers with explicit template argument.Stephan Bergmann1-1/+1
2012-09-17don't use delete with remove_if, related fdo#54498Markus Mohrhard1-3/+10
2012-09-17don't delete ranges in ScRangeList::UpdateReference, fdo#54498Markus Mohrhard1-8/+0
2012-09-17fix ScRangeList::DeleteArea for the 4 ranges caseMarkus Mohrhard1-1/+1
2012-09-13Fix the order of template arguments.Kohei Yoshida1-9/+9
2012-08-31remove debug outputMarkus Mohrhard1-6/+4
2012-08-31add ScRangeList::DeleteAreaMarkus Mohrhard1-0/+329
2012-07-25delete conditional format entries that are removed, fdo#52351Markus Mohrhard1-0/+31
2012-06-09Remove superfluous include commentsThomas Arnhold1-4/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-0/+15
2011-10-17WaE: unreachable codeTor Lillqvist1-1/+4
2011-09-12Now I can pass range list to PostPaint() when appropriate.Kohei Yoshida1-1/+6
2011-09-12PostPasteFromClip to work with ScRangeList.Kohei Yoshida1-0/+14
2011-09-12Got the normal paste to work. Still no undo etc.Kohei Yoshida1-0/+25
2011-08-26String to rtl::OUString.Kohei Yoshida1-1/+1
2011-06-07Shared commonly used STL function objects & remove memory leak.Kohei Yoshida1-11/+3
2011-06-04__cdecl -> SAL_CALLChristina Rossmanith1-5/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-2/+1
2011-05-24fdo#37520: Don't cache the array size but query it dynamically.Kohei Yoshida1-1/+3
2011-05-24remove problem inserted by a DECLARE_LIST removalMarkus Mohrhard1-1/+3