summaryrefslogtreecommitdiff
path: root/sc/source/core/data/document10.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-16/+0
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir1-6/+4
2015-02-14tdf#89004 improve performance of document data collectionUrsache Vladimir1-42/+16
2015-01-15fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida1-0/+10
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida1-1/+4
2014-11-30we need to copy the condition format cell for cell, fdo#86253Markus Mohrhard1-2/+5
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-0/+34
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-0/+17
2014-11-21Handle group area listeners correctly when deleting cells.Kohei Yoshida1-0/+22
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida1-0/+29
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida1-2/+3
2014-11-18Move this code to the context class.Kohei Yoshida1-117/+1
2014-11-18Speed up pasting of single row onto multiple destination rows.Kohei Yoshida1-103/+120