summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2016-03-07introduce a dedicated errMatrixSizeEike Rathke2-8/+14
2016-03-07use ScMatrix::IsSizeAllocatable() instead of GetElementsMax()Eike Rathke1-4/+4
2016-03-07Resolves: tdf#98389 check memory requirement of matrixEike Rathke1-15/+57
2016-03-07loplugin:unuseddefaultparamsNoel Grandin3-22/+12
2016-03-06coverity#1355253 Uninitialized scalar fieldCaolán McNamara1-9/+22
2016-03-06use the initializer listMarkus Mohrhard1-9/+9
2016-03-06cppcheck: fix duplicateBreakJulien Nabet1-1/+0
2016-03-05cid#1355251, use delete[] for arraysMarkus Mohrhard1-4/+4
2016-03-05Actually I don't see why this would need to be inside OSL_DEBUG_LEVEL > 0Tor Lillqvist1-5/+3
2016-03-05loplugin:sallogareasTor Lillqvist2-4/+4
2016-03-04do the calculation check only conditionally, tdf#91794 follow-upEike Rathke1-2/+4
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar8-33/+28
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin11-57/+26
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis2-4/+4
2016-03-03We don't use 'using' for other std types either in this fileTor Lillqvist1-7/+5
2016-03-03delete works fine on nullptrTor Lillqvist1-8/+4
2016-03-03loplugin:nullptrTor Lillqvist1-5/+5
2016-03-03loplugin:unreffunTor Lillqvist1-1/+0
2016-03-03tdf#97215 Sorting with update reference causes crashArul Michael1-9/+8
2016-03-03tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers5-9/+1426
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin22-125/+95
2016-03-02Resolves: tdf#98297 exclude error values from COUNT in array/matrixEike Rathke2-10/+26
2016-03-01coverity#1352213 Unchecked return valueCaolán McNamara1-2/+2
2016-03-01tdf#97369/#97587 - Further fix SUMming in the software interpreterMarco Cecchetti2-3/+6
2016-02-29fix the "group not recalculated after delete" second part of tdf#97897Eike Rathke1-0/+18
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke1-4/+2
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke5-9/+9
2016-02-22change to DetectSearchType(), tdf#72196Eike Rathke1-3/+1
2016-02-22confusing block indentationEike Rathke1-25/+27
2016-02-22adapt places that call GetSearchTextPtr(), tdf#72196Eike Rathke3-15/+15
2016-02-22ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196Eike Rathke5-9/+9
2016-02-22include '~' escape character in MaybeWildcard(), tdf#72196Eike Rathke1-3/+4
2016-02-22loplugin:commaoperator in sc/Noel Grandin9-25/+81
2016-02-22loplugin:write only fieldsNoel Grandin1-4/+4
2016-02-20implement wildcards precedence at ScDocOptions, tdf#72196Eike Rathke1-0/+2
2016-02-20add missing IsFormulaWildcardsEnabled() calls, tdf#72196Eike Rathke1-5/+3
2016-02-20add FormulaWildcardsEnabled to ScDocOptions, tdf#72196Eike Rathke1-1/+12
2016-02-19new loplugin: find write-only fieldsNoel Grandin2-8/+3
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke7-31/+36
2016-02-19prepare a SearchType detection fragment, tdf#72196Eike Rathke2-4/+63
2016-02-18don't fill the matrix cell by cell, tdf#67071Markus Mohrhard3-11/+32
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-16single element access is really slow in mdds, tdf#67071Markus Mohrhard1-0/+130
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-1/+1
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard4-0/+56
2016-02-14coverity#1352321 Dereference null return valueCaolán McNamara1-2/+2
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-19/+0
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis8-114/+442
2016-02-09Remove excess newlinesChris Sherlock3-3/+0