summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-5/+5
2018-03-22loplugin:useuniqueptr in ScColumnNoel Grandin1-13/+10
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-1/+1
2018-02-03TypedWhichId in scNoel Grandin1-1/+1
2018-01-26Improve performance when searching for blocks w/o draw objectsSamuel Mehrbrodt1-7/+2
2018-01-26tdf#98931 Test for sorting imagesSamuel Mehrbrodt1-19/+2
2018-01-25Assert that parameters are validSamuel Mehrbrodt1-0/+2
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt1-0/+59
2018-01-19Fix typosAndrea Gelmini1-1/+1
2017-12-24sc: compact ScColumnAshod Nakashian1-49/+54
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-4/+4
2017-11-23Move the need for several ugly const_casts deeper down to just one placeTor Lillqvist1-2/+2
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-4/+4
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-4/+4
2017-11-03Resolves: tdf#111428 swap (only) ScColumn::mnBlkCountFormulaEike Rathke1-1/+0
2017-11-02Resolves: tdf#111428 implement CellStoreEvent::swap() in ScColumn::SwapCol()Eike Rathke1-0/+4
2017-10-23loplugin:includeform: scStephan Bergmann1-25/+25
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-08-08loplugin:constantparamNoel Grandin1-7/+5
2017-07-22avoid unnecessary calls of AdjustRowHeightTamas Bunth1-2/+2
2017-07-20Avoid unnecessary calls of AdjustRowHeightTamas Bunth1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+2
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-06-20Remove unused ScColumn::mbDirtyGroupsEike Rathke1-3/+0
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-06first arg of ApplyBlockFrame is never nullCaolán McNamara1-3/+3
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann1-1/+1
2017-06-02Improved loplugin:redundantcast const_cast handling: scStephan Bergmann1-2/+2
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-5/+5
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2017-04-30More fine-grained disabled vector states.Kohei1-2/+2
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-4/+1
2017-04-08support normal mark in deletion codeMarkus Mohrhard1-4/+16
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin1-5/+5
2017-03-07tdf#50916 Simplify and refactor source codeBartosz Kosiorek1-3/+3
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-2/+1
2017-01-10Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-5/+5
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann1-6/+0
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis1-9/+13
2016-11-07loplugin:expandablemethods in scNoel Grandin1-19/+4
2016-10-28sc: remove antique reference counting hacks from ScDocumentPoolMichael Stahl1-2/+0
2016-10-19Resolves: tdf#97968 adjust references during Cut&Paste of formula groupsEike Rathke1-2/+14
2016-10-04pNewPattern can never be null hereStephan Bergmann1-5/+2
2016-10-04Avoid UBSan "reference binding to null pointer"Stephan Bergmann1-2/+2
2016-09-30loplugin:constantparamNoel Grandin1-1/+1