summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-04use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák1-1/+1
2018-06-13tdf#114710 : Fixes crash when pasting as GDI metafileDennis Francis1-2/+4
2018-05-08tdf#42949 Fix IWYU warnings in sc/inc/[bc]*Gabor Kelemen1-11/+0
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-2/+2
2018-03-27tdf#106667 Hang when trying to open a dialog and the whole sheet is selectedNoel Grandin1-1/+1
2018-03-22loplugin:useuniqueptr in ScColumnNoel Grandin1-1/+1
2018-03-15tdf#50916 Refactor of the table7.cxx to allow dynamic column sizeBartosz Kosiorek1-1/+1
2018-02-03TypedWhichId in scNoel Grandin1-0/+4
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt1-2/+9
2017-12-24sc: compact ScColumnAshod Nakashian1-7/+6
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin1-3/+3
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis1-1/+1
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-2/+3
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist1-0/+1
2017-11-21First steps for Calc parallelismTor Lillqvist1-0/+3
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke1-1/+2
2017-08-22loplugin:constparam in sc part1Noel Grandin1-2/+2
2017-08-16add a way to restore from our new cache formatMarkus Mohrhard1-0/+1
2017-08-16introduce a way to write a simple data representation to a streamMarkus Mohrhard1-0/+2
2017-07-22avoid unnecessary calls of AdjustRowHeightTamas Bunth1-1/+2
2017-07-20Avoid unnecessary calls of AdjustRowHeightTamas Bunth1-1/+1
2017-06-20Remove unused ScColumn::mbDirtyGroupsEike Rathke1-1/+0
2017-06-12tdf#95883 Select Unprotected Cells in CalcGulsah Kose1-0/+1
2017-06-06first arg of ApplyBlockFrame is never nullCaolán McNamara1-2/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-2/+2
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-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael1-1/+1
2017-05-12tdf#93171 Subtotal function with function indexes don't updateArul Michael1-0/+1
2017-05-03tdf#107255: detect whether the range has only one data cell.Kohei Yoshida1-0/+3
2017-04-05lok: notify cell note removes before erasing storageHenry Castro1-0/+1
2017-01-18tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
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-1/+1
2016-11-07loplugin:expandablemethods in scNoel Grandin1-1/+0
2016-10-04Avoid UBSan "reference binding to null pointer"Stephan Bergmann1-1/+1
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-19/+19
2016-09-23convert formula error codes to scoped enumNoel Grandin1-3/+3
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-1/+0
2016-09-10loplugin:constantparam in scNoel Grandin1-1/+1
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-8/+8
2016-08-25let ScInterpreter::pStack contain const formula::FormulaToken*Eike Rathke1-1/+1
2016-07-22sc: convert MatrixEdge... to typed_flagsJochen Nitschke1-1/+2
2016-07-17Use mdds' event callback to count formula blocks in each column.Kohei Yoshida1-0/+6
2016-07-04Resolves: tdf#90285 during sheet copying the old sheets retain their old indexCaolán McNamara1-2/+2