summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-3/+3
2016-09-23convert formula error codes to scoped enumNoel Grandin1-11/+12
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-08-16update miBroadcasterPos before copying it, tdf#100852 relatedEike Rathke1-0/+9
2016-08-15Resolves: tdf#100852 update miBroadcasterPos before copying itEike Rathke1-0/+20
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke1-10/+2
2016-07-22sc: convert MatrixEdge... to typed_flagsJochen Nitschke1-21/+19
2016-07-17Use mdds' event callback to count formula blocks in each column.Kohei Yoshida1-2/+5
2016-07-05Resolves: tdf#91995 copying cells to undo doc shallow copied note pointerCaolán McNamara1-0/+4
2016-06-08make SvNumberFormatter::IsCompatible() staticEike Rathke1-1/+1
2016-06-03loplugin:constantparamsNoel Grandin1-1/+1
2016-05-31tdf#100160 - Changing OpenCL state doesn't update sheetMarco Cecchetti1-0/+29
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-3/+3
2016-05-19clang-tidy misc-unused-raiiNoel Grandin1-1/+1