summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-06-22assert( nX < nC && nY < nR ); cause of tdf#108292Eike Rathke1-0/+1
2017-06-22Bin a couple way too verbose SAL_INFOsTor Lillqvist1-17/+0
2017-06-22tdf#39468 Translate some random German comments/termsJens Carl2-2/+2
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist3-17/+6
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke3-12/+12
2017-06-21Resolves: tdf#108292 WalkAndMatchElements: really limit the matchEike Rathke1-4/+9
2017-06-21Resolves: tdf#108671 mark named expression single reference #REF! if deletedEike Rathke1-0/+59
2017-06-21Assert that nTabNo fits maTabData, tdf#108654 relatedEike Rathke1-0/+1
2017-06-21Resolves: tdf#108654 check nTabNo against maTabData sizeEike Rathke1-0/+10
2017-06-21loplugin:privatebaseStephan Bergmann1-1/+1
2017-06-21loplugin:unusedfields in sfx2 part1Noel Grandin3-5/+5
2017-06-21Fix use of wrong functionTamas Bunth1-1/+1
2017-06-21loplugin:unusedfields in svx part1Noel Grandin2-2/+0
2017-06-21convert ErrCode to strong typedefNoel Grandin39-146/+146
2017-06-20tdf#45904 Move remaining XCellSeries test code to C++Paul Trojahn7-8/+229
2017-06-20new cannot return nullptrNoel Grandin1-2/+0
2017-06-20Avoid "this member function can be declared static [loplugin:staticmethods]"Tor Lillqvist1-0/+2
2017-06-20Remove unused ScColumn::mbDirtyGroupsEike Rathke3-6/+0
2017-06-19Moving legacy contexts to FastContexts:Mohammed Abdul Azeem3-207/+189
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann7-64/+65
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke5-5/+0
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