summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-22avoid unnecessary calls of AdjustRowHeightTamas Bunth1-1/+2
2017-07-20Avoid unnecessary calls of AdjustRowHeightTamas Bunth1-1/+1
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-2/+2
2017-06-29ScTable::VisibleDataCellIterator::ROW_NOT_FOUND can be constexpr and privateTor Lillqvist1-2/+2
2017-06-12tdf#95883 Select Unprotected Cells in CalcGulsah Kose1-0/+1
2017-06-06first arg of ApplyBlockFrame is never nullCaolán McNamara1-1/+1
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida1-0/+5
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-5/+5
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida1-0/+2
2017-05-11tdf#107258 Create show/hide all comments toggle button.Gulsah Kose1-0/+2
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin1-1/+1
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-1/+1
2017-05-03tdf#107255: detect whether the range has only one data cell.Kohei Yoshida1-0/+2
2017-03-17cleanup double includes and declarationsJochen Nitschke1-1/+0
2017-03-07tdf#50916 Simplify and refactor source codeBartosz Kosiorek1-1/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-3/+3
2017-02-24tdf#50916 Allow dynamically increase number of columns according to needsBartosz Kosiorek1-1/+16
2017-02-08tdf#50916 Introduce new column validation functionBartosz Kosiorek1-0/+13
2017-01-18tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke1-1/+1
2016-11-26Resolves: tdf#103493 copying note captions needs a completed destination sheetEike Rathke1-1/+3
2016-11-12Renaming due to the fact that it now dumps non-formula blocks too.Kohei Yoshida1-1/+1
2016-11-12Ctrl-Shift-F8 to dump the column storage where the cursor is.Kohei Yoshida1-1/+1
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin1-1/+1
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis1-0/+4
2016-10-24tdf#100517 : Optionally include comment-only columns when sortingDennis Francis1-1/+1
2016-10-04Avoid UBSan "reference binding to null pointer"Stephan Bergmann1-1/+1
2016-09-30loplugin:constantparamNoel Grandin1-1/+1
2016-09-26convert CR flags to typed_flags_setNoel Grandin1-7/+7
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-2/+2
2016-09-23convert formula error codes to scoped enumNoel Grandin1-4/+5
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-7/+7
2016-08-25let ScInterpreter::pStack contain const formula::FormulaToken*Eike Rathke1-1/+1
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke1-4/+4
2016-07-04Resolves: tdf#90285 during sheet copying the old sheets retain their old indexCaolán McNamara1-2/+2
2016-05-31tdf#100160 - Changing OpenCL state doesn't update sheetMarco Cecchetti1-0/+1
2016-05-26loplugin:unusedmethodsNoel Grandin1-1/+0
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-2/+2
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-04-21lokit: add getPartHashHenry Castro1-0/+2
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-2/+3
2016-04-11loplugin:constantparamNoel Grandin1-1/+1
2016-03-24tdf#75372 rework sheet-copy names for converting global names to sheet-localEike Rathke1-1/+2
2016-03-24loplugin:constantparam in scNoel Grandin1-4/+4
2016-03-18let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 relatedEike Rathke1-1/+1
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-2/+2
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-1/+1
2016-02-18don't fill the matrix cell by cell, tdf#67071Markus Mohrhard1-1/+1
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard1-0/+2
2016-02-04Patch#1 : Dynamic column container in the pursuit of tdf#50916Dennis Francis1-1/+2