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