summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke1-1/+4
2015-07-17Resolves: tdf#92767 use ISO 8601 for internal date string representationEike Rathke1-0/+4
2015-07-06improve the returnbyref lopluginNoel Grandin1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-7/+7
2015-02-16tdf#65505 tdf#57431 Autofilter checkbox for blank cells like in MS ExcelDeena Francis1-1/+11
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-2/+2
2015-01-10only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard1-1/+12
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard1-0/+6
2014-11-28test rows for validityCaolán McNamara1-0/+3
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-13/+30
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-4/+12
2014-11-19Use group area listener when entering a new single formula cell.Kohei Yoshida1-6/+16