summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann34-89/+78
2017-06-16For AutoSum up to next sum mark/select the resulting range, tdf#71339Eike Rathke1-9/+15
2017-06-16But not empty top/left in AutoSum of SUMs final selection, tdf#71339Eike Rathke1-13/+21
2017-06-16Resolves: tdf#71339 include selected top/left empty rows/columns in AutoSumEike Rathke1-3/+5
2017-06-16Profiling API: add ProfileZonesLászló Németh2-0/+9
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist2-29/+27
2017-06-15Fix typosAndrea Gelmini1-1/+1
2017-06-15Prevent excess rows included in the resulting range list, tdf#95883 follow-upEike Rathke3-5/+32
2017-06-15Resolves: tdf#104989 a matrix/array formula cell needs to have dimensionsEike Rathke1-0/+2
2017-06-15Ensure all cases push an error return, tdf#104989 related (not the cause)Eike Rathke1-0/+6
2017-06-15Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke2-6/+8
2017-06-14This could never have been meantEike Rathke1-1/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin4-37/+37
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin1-3/+2
2017-06-14Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-2/+1
2017-06-14Final result of Reference array is svMatrix instead of svRefList, tdf#58874Eike Rathke1-2/+4
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann2-5/+5
2017-06-13Use FormulaTokenArray::FirstRPNToken()Tor Lillqvist1-1/+1
2017-06-13Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-1/+1
2017-06-13Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-1/+1
2017-06-13Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-1/+1
2017-06-13Use FormulaTokenArray::FirstToken() in more placesTor Lillqvist1-2/+2
2017-06-13Use FormulaTokenArray::FirstToken() in more placesTor Lillqvist1-4/+4
2017-06-13Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-1/+1
2017-06-13Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-1/+1
2017-06-13Use FormulaTokenArray::FirstToken() in one place where we canTor Lillqvist1-1/+1
2017-06-13Use FormulaTokenArray::FirstToken() in one place where we canTor Lillqvist1-1/+1
2017-06-13Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann2-7/+13
2017-06-13Final result of svRefList can be an array in some cases, tdf#58874 relatedEike Rathke2-0/+69
2017-06-13Handle SUMPRODUCT with reference list and array of references, tdf#58874Eike Rathke1-4/+9
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann7-23/+33
2017-06-13This SfxItemSet appears to be unusedStephan Bergmann1-3/+0
2017-06-12tdf#50916 : Refactor table1.cxx ScTable::GetNext*() methodsDennis Francis1-3/+8
2017-06-12Use unique_ptr fro ScMergePatternState::pItemSetStephan Bergmann3-4/+8
2017-06-12tdf#95883 Select Unprotected Cells in CalcGulsah Kose12-1/+69
2017-06-12cleanup unused css/frame/* includesJochen Nitschke18-26/+0
2017-06-12tdf#106423: dbase file can have no recordsJulien Nabet1-1/+2
2017-06-12Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-7/+7
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin6-41/+20
2017-06-11Fix typosAndrea Gelmini1-1/+1
2017-06-11Revert "tdf#55631: DBASE import with CP850 encoding"Julien Nabet1-0/+4
2017-06-10coverity#1397206 Resource leakCaolán McNamara1-2/+2
2017-06-10tdf#55631: DBASE import with CP850 encodingJulien Nabet1-4/+0
2017-06-10tdf#50916 : More refactoring in table1.cxxDennis Francis1-7/+28
2017-06-10Unit test for COUNTIFS, SUMIFS, AVERAGEIFS with array of references, tdf#58874Eike Rathke1-8/+133
2017-06-10COUNTIFS, SUMIFS, AVERAGEIFS, MINIFS, MAXIFS with reference arrays, tdf#58874Eike Rathke1-50/+209
2017-06-09Some compilers can't init vector from empty {}Eike Rathke1-1/+1
2017-06-09missing includeStephan Bergmann1-0/+1
2017-06-09Add unit test for COUNTIFS and AVERAGEIFS in array contextEike Rathke1-8/+12
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin5-8/+8