summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2017-06-29ScTable::VisibleDataCellIterator::ROW_NOT_FOUND can be constexpr and privateTor Lillqvist1-2/+2
2017-06-29ScRowBreakIterator::NOT_FOUND can be constexprTor Lillqvist1-1/+1
2017-06-29no need to manually keep track of listener rangeMarkus Mohrhard1-1/+0
2017-06-28repaint whole range for range based cond formats, tdf#105696Markus Mohrhard1-1/+17
2017-06-27add way to handle update refs for addresses, related tdf#107289Markus Mohrhard2-2/+10
2017-06-21convert ErrCode to strong typedefNoel Grandin4-42/+42
2017-06-20Remove unused ScColumn::mbDirtyGroupsEike Rathke1-1/+0
2017-06-15Prevent excess rows included in the resulting range list, tdf#95883 follow-upEike Rathke1-0/+7
2017-06-15Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke1-1/+1
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann1-1/+1
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann1-2/+2
2017-06-12Use unique_ptr fro ScMergePatternState::pItemSetStephan Bergmann1-2/+5
2017-06-12tdf#95883 Select Unprotected Cells in CalcGulsah Kose4-1/+5
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-3/+6
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-2/+2
2017-06-08Remove a TODO and explainEike Rathke1-5/+5
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-1/+3
2017-06-06first arg of ApplyBlockFrame is never nullCaolán McNamara3-5/+5
2017-06-06nullptr never passed to ApplyFrameAreaTabCaolán McNamara1-3/+3
2017-06-062nd arg of ApplySelectionFrame is always not nullCaolán McNamara1-3/+3
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara4-5/+5
2017-06-06expand out FltError and eERR constantsNoel Grandin2-26/+19
2017-06-06replace SCERR_NONE with ERRORCODE_NONENoel Grandin1-2/+0
2017-06-06tdf#107945: prepare for future multi-threading of pivot cache...Kohei Yoshida1-5/+5
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-06-04Perf-sc: tdf#100709 avoid segment tree with ScMultiSelIter where possibleEike Rathke2-2/+11
2017-06-02rework ScQProReader to take SvStream instead of SfxMediumCaolán McNamara1-1/+1
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida2-5/+5
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara1-8/+0
2017-05-31tdf#107797 select all entries in the dropdownSzymon Kłos1-0/+1
2017-05-24Clean up a commentTor Lillqvist1-1/+1
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida7-7/+100
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin21-81/+75
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-1/+2
2017-05-22Introduce ScRefListToken::mbArrayResult for reference results, tdf#58874Eike Rathke1-2/+6
2017-05-19make string translation loading more uniformCaolán McNamara1-8/+2
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-18Always set a grammar when constructing ScCompilerEike Rathke1-2/+10
2017-05-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael1-1/+1
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida3-0/+20
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti2-5/+13
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-2/+0
2017-05-15Typo: s/threashold/thresholdTor Lillqvist1-2/+2
2017-05-13use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard1-0/+1
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-6/+8
2017-05-12tdf#93171 Subtotal function with function indexes don't updateArul Michael1-0/+1
2017-05-11tdf#107258 Create show/hide all comments toggle button.Gulsah Kose2-2/+12
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin1-1/+1
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin7-11/+5