summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-10ColumnSpanSet variant optimized for just one ScRangeLuboš Luňák1-0/+2
2018-08-28return by std::unique_ptr from CreateSortInfoArrayNoel Grandin1-2/+2
2018-08-17make GetCodeName accessor more standardCaolán McNamara1-1/+1
2018-08-17make GetName accessor more standardCaolán McNamara1-1/+1
2018-08-11loplugin:unusedmethodsNoel Grandin1-1/+0
2018-07-04Resolves: tdf#117458 let Enter move left/right again, tdf#68290 follow-upEike Rathke1-1/+1
2018-06-27use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák1-1/+2
2018-06-21Do dependency computation checks for OpenCL and...Dennis Francis1-1/+1
2018-06-20loplugin:useuniqueptr in ScColContainerNoel Grandin1-2/+2
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen1-11/+5
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-1/+1
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin1-20/+20
2018-03-21tdf#68290 cursor moves with Enter in protected sheettagezi1-0/+2
2018-03-15loplugin:unused-returns in scNoel Grandin1-0/+1
2018-03-15tdf#50916 Refactor of the table7.cxx to allow dynamic column sizeBartosz Kosiorek1-17/+20
2018-02-21Use iterator pre-increment/decrementEike Rathke1-2/+2
2018-02-21Pass ScColumnsRange::Iterator as const&Eike Rathke1-4/+4
2018-02-03TypedWhichId in scNoel Grandin1-0/+4
2018-01-24loplugin:constparamsNoel Grandin1-5/+5
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt1-2/+4
2018-01-22sc: std::iterator is deprecated in C++17Michael Stahl1-7/+8
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis1-1/+1
2017-12-18Remove almost duplicate code blocks.Kohei Yoshida1-0/+2
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin1-2/+2
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-10-23loplugin:includeform: scStephan Bergmann1-1/+1
2017-10-17dyncolcontainer: use ScBitMaskCompressedArray for pColFlagsNoel Grandin1-1/+1
2017-10-17dyncolcontainer: use ScCompressedArray for pColWidthNoel Grandin1-1/+1
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke1-2/+2
2017-09-02dynamic column container: fix some more for loopsNoel Grandin1-0/+3
2017-08-31make the ScColumnsRange iterator return SCCOLNoel Grandin1-7/+25
2017-08-25dynamic column container: more efficient loops over all colsNoel Grandin1-0/+13
2017-08-23loplugin:constparam in sc part2Noel Grandin1-11/+11
2017-08-16add a way to restore from our new cache formatMarkus Mohrhard1-0/+2
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-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