summaryrefslogtreecommitdiff
path: root/sc/source/core/data/document10.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-6/+3
2019-04-18crashtesting: failure on export of ooo118068-1.ods to odsNoel Grandin1-0/+9
2019-04-12loplugin:unusedmethodsNoel Grandin1-11/+0
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-35/+18
2019-02-05Allow computing spans of formula-groupsDennis Francis1-3/+7
2019-01-24loplugin:constparams in scNoel Grandin1-2/+2
2018-12-14avoid possible expensive repetitive formula group changes (tdf#102364)Luboš Luňák1-0/+28
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-5/+0
2018-10-15loplugin:constfields in scNoel Grandin1-2/+2
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-17coverity#1401328 Uncaught exceptionCaolán McNamara1-1/+1
2018-07-05use std::unique_ptr for ScTable in ScDocumentNoel Grandin1-6/+6
2018-03-07use more Color in scNoel Grandin1-1/+1
2017-11-21Add "mutation guard" API for ScDocumentTor Lillqvist1-0/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-5/+5
2017-09-05Prefix one more member of ScDocument: xPoolHelperTor Lillqvist1-1/+1
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-08-16add a way to restore from our new cache formatMarkus Mohrhard1-0/+9
2017-08-16introduce a way to write a simple data representation to a streamMarkus Mohrhard1-0/+9
2017-07-31add initial file format representation for data import featureMarkus Mohrhard1-0/+9
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-3/+6
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida1-0/+23
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida1-0/+23
2017-05-03tdf#107255: detect whether the range has only one data cell.Kohei Yoshida1-0/+15
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-18only handling copy&paste needed, cut&paste bailed out, tdf#105245 follow-upEike Rathke1-13/+3
2017-04-11call UpdateReference also for single cell copying, tdf#105245Markus Mohrhard1-0/+19
2016-10-19sc-perf: StartAllListeners: bail out early in cliboard or undo documentEike Rathke1-0/+3
2016-09-25tdf#91312, don't forget to delete the old cond format indicesMarkus Mohrhard1-9/+0
2016-09-19tdf#100393, handle copying one cell to multiple cols with cond formatMarkus Mohrhard1-2/+5
2016-07-26Resolves: tdf#87474 handle renaming of named expressions/ranges in formulasEike Rathke1-0/+48
2016-05-30we already have pClipDocEike Rathke1-1/+1
2016-05-30actually multiple destination sheets are handled, tdf#97158 follow-upEike Rathke1-4/+3
2016-05-30Resolves: tdf#97158 CopyOneCellFromClip() does not handle multiple sheetsEike Rathke1-1/+6
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-2/+1
2016-04-30Resolves: tdf#76523 copy used names or pointing to sheet to other documentEike Rathke1-2/+5
2016-04-28move to ScDocument::CopyAdjustRangeName() and namespaceEike Rathke1-0/+292
2016-04-28move to ScDocument::FindRangeNamesReferencingSheet()Eike Rathke1-0/+64
2016-04-19const as const can, tdf#99322 follow-upEike Rathke1-2/+2
2016-04-19call StartNeededListeners() only on affected columns, tdf#99322 follow-upEike Rathke1-0/+10
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard1-0/+10
2016-02-03tdf#89140:Calc row paste doesn't keep row heightArul1-1/+1
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-2/+2
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3