summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-4/+4
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-2/+2
2017-11-21Invert logic of ScSetStringParam::* enum value checks, tdf#103234 follow-upEike Rathke1-2/+10
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-9/+9
2017-10-27Handle decimalSeparatorAlternative in ScColumn::ParseString(), tdf#81671Eike Rathke1-2/+4
2017-10-27Let LocaleDataWrapper::getLocaleItem() return LocaleDataItem2&, tdf#81671Eike Rathke1-3/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-28/+28
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke1-15/+17
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-06-13Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-1/+1
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+3
2017-06-02Improved loplugin:redundantcast const_cast handling: scStephan Bergmann1-1/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-2/+0
2017-05-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael1-3/+2
2017-05-12tdf#93171 Subtotal function with function indexes don't updateArul Michael1-0/+10
2017-04-05lok: notify cell note removes before erasing storageHenry Castro1-0/+1
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-07tdf#101904 Fix Date deleting in SCalcJean-Sebastien Bevilacqua1-4/+65
2017-02-20use SvNumberformat::GetMaskedType()Eike Rathke1-1/+1
2017-01-09New loplugin:externvar: scStephan Bergmann1-2/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-3/+3
2016-11-16tdf#96475 PasteSpecial EmptyDisplayedAsString as emptyEike Rathke1-0/+5
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis1-2/+2
2016-10-19sc-perf: SetFormulaCells: unnecessary number format check in clipboard/undoEike Rathke1-5/+8
2016-09-23convert formula error codes to scoped enumNoel Grandin1-9/+9
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-03-24don't allocate and destroy a LocaleDataItem for each cell, tdf#97989Markus Mohrhard1-1/+1
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-3/+2
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-2/+2
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis1-1/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-4/+2
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-27sal_uLong to sal_uInt32, ScHint relatedMatteo Casalin1-1/+1
2015-12-22loplugin:unusedfields in scNoel Grandin1-1/+0
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-26/+26
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist1-9/+1
2015-10-02Add missing includeTor Lillqvist1-0/+1
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist1-1/+8
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin1-25/+30
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-16Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke1-4/+4