summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column2.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-22discard cached cell values if the cell changesLuboš Luňák1-2/+20
2018-06-09properly go to next row when walking mdds containerLuboš Luňák1-1/+1
2018-06-04move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák1-1/+1
2018-05-24optimize ScColumn::HandleRefArrayForParallelism()libreoffice-6-1-branch-pointLuboš Luňák1-7/+30
2018-05-24avoid CELLTYPE_EDIT for calc's threaded calculationsLuboš Luňák1-0/+3
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-1/+1
2018-03-27tdf#106667 Hang when trying to open a dialog and the whole sheet is selectedNoel Grandin1-1/+2
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-1/+1
2018-03-22loplugin:useuniqueptr in ScColumnNoel Grandin1-1/+1
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-4/+4
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt1-2/+16
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-34/+33
2017-12-24sc: compact ScColumnAshod Nakashian1-13/+19
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-26/+19
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis1-1/+1
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-3/+4
2017-11-21Move nInterpretLevel back to ScDocumentTor Lillqvist1-1/+4
2017-11-21More work on the ScDependantsCalculatorTor Lillqvist1-31/+4
2017-11-21Check whether it is the multi-threaded case explicitlyTor Lillqvist1-1/+1
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist1-0/+23
2017-11-21First steps for Calc parallelismTor Lillqvist1-0/+68
2017-11-15TypedWhichIdNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-29/+29
2017-09-14improve redundantcast lopluginNoel Grandin1-5/+5
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin1-9/+9
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin1-2/+2
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+2
2017-06-28fdo#43157 convert OSL_ASSERT to assert in sc/source/coreBernhard Widl1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-06-20Avoid "this member function can be declared static [loplugin:staticmethods]"Tor Lillqvist1-0/+2
2017-06-20Remove unused ScColumn::mbDirtyGroupsEike Rathke1-2/+0
2017-06-02Improved loplugin:redundantcast const_cast handling: scStephan Bergmann1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-20sc lok: Notify when comment is added to destination docPranav Kant1-0/+2
2017-04-14Make it easier to inspect string formula results.Kohei Yoshida1-1/+1
2017-04-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin1-7/+3
2017-04-07Print formula strings for non-shared formula cells as well.Kohei Yoshida1-0/+1
2017-04-05lok: notify cell note removes before erasing storageHenry Castro1-1/+6
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-4/+4
2017-02-16sc lok: implement comment callbacksPranav Kant1-15/+28
2016-11-12Renaming due to the fact that it now dumps non-formula blocks too.Kohei Yoshida1-4/+4
2016-11-12Keep loplugin:staticmethods happy.Kohei Yoshida1-1/+4
2016-11-12Dump the other block types as well.Kohei Yoshida1-3/+24
2016-11-12Let's not dump formula results.Kohei Yoshida1-1/+7
2016-11-12Ctrl-Shift-F8 to dump the column storage where the cursor is.Kohei Yoshida1-1/+1