summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Prevent excess rows included in the resulting range list, tdf#95883 follow-upEike Rathke2-5/+25
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 unique_ptr for SfxPrinter::pOptionsStephan Bergmann1-4/+5
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann3-12/+20
2017-06-12tdf#50916 : Refactor table1.cxx ScTable::GetNext*() methodsDennis Francis1-3/+8
2017-06-12Use unique_ptr fro ScMergePatternState::pItemSetStephan Bergmann2-2/+3
2017-06-12tdf#95883 Select Unprotected Cells in CalcGulsah Kose3-0/+31
2017-06-12Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-7/+7
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-20/+4
2017-06-10tdf#50916 : More refactoring in table1.cxxDennis Francis1-7/+28
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-2/+2
2017-06-08Take FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+1
2017-06-08Take FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+2
2017-06-08Take FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-57/+58
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-3/+6
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-3/+4
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-4/+4
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+3
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+3
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+2
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-6/+6
2017-06-07tdf#108098 Correct detection of MIXED state.Gulsah Kose1-10/+13
2017-06-07Perf-sc: tdf#100709 Use a "one and a half" alloc strategy for ScMarkArrayEike Rathke1-1/+10
2017-06-06first arg of ApplyBlockFrame is never nullCaolán McNamara4-22/+22
2017-06-06nullptr never passed to ApplyFrameAreaTabCaolán McNamara2-8/+8
2017-06-062nd arg of ApplySelectionFrame is always not nullCaolán McNamara1-8/+8
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara5-5/+5
2017-06-06tdf#107945: prepare for future multi-threading of pivot cache...Kohei Yoshida2-80/+300
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann3-3/+3
2017-06-04Perf-sc: tdf#100709 avoid segment tree with ScMultiSelIter where possibleEike Rathke4-38/+154
2017-06-03sc::ColRowSpan::mnEnd is inclusiveEike Rathke1-2/+2
2017-06-02Improved loplugin:redundantcast const_cast handling: scStephan Bergmann3-4/+4
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida3-18/+25
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin2-3/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin3-9/+7
2017-05-28remove unnecessary use of OString::getStrNoel Grandin2-22/+8
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida8-19/+223
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin24-146/+146
2017-05-19loplugin:stringcopy: scStephan Bergmann4-14/+14
2017-05-19make string translation loading more uniformCaolán McNamara4-6/+7
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke5-28/+14
2017-05-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael3-5/+4
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida2-0/+105
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti1-8/+13
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-4/+2
2017-05-15tdf#82326 calc 32bits unable to open files with a lot of cond formattingfrederic vroman1-2/+2
2017-05-15Typo: s/threashold/thresholdTor Lillqvist1-1/+1