summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2017-05-30use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard1-0/+1
2017-05-23tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida7-7/+100
2017-05-16tdf#43535: support additional sheet protection options.Kohei Yoshida3-0/+20
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti2-5/+13
2017-05-16tdf#93171 Subtotal function with function indexes don't updateArul Michael1-0/+1
2017-05-15rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke1-2/+2
2017-05-15introduce ScCaptionPtr InUndoEike Rathke1-0/+11
2017-05-15Add bool bIgnoreUndo parameter to removeFromDrawPageAndFree()Eike Rathke1-1/+1
2017-05-15move implementation from RemoveCaption() to removeFromDrawPageAndFree()Eike Rathke1-0/+4
2017-05-15can't keep track of drawlayer insertionEike Rathke1-1/+0
2017-05-15add/use ScCaptionPtr::removeFromDrawPage()Eike Rathke1-0/+5
2017-05-15add ScCaptionPtr::insertToDrawPage()Eike Rathke1-2/+11
2017-05-15let ScNoteUtil::CreateTempCaption() return ScCaptionPtrEike Rathke1-1/+1
2017-05-15coverity#1401471 implement move assignment and move ctor at ScCaptionPtrEike Rathke1-0/+8
2017-05-15move assign() into operator=() and add the relevant bits to copy-ctorEike Rathke1-3/+0
2017-05-15rework ScCaptionPtr to have a distinct head elementEike Rathke1-4/+11
2017-05-15a first stab against the note caption ownership messEike Rathke1-6/+73
2017-05-04mark all new styles as default styles, tdf#103380, tdf#103330Markus Mohrhard1-0/+2
2017-05-03tdf#107255: detect whether the range has only one data cell.Kohei Yoshida5-4/+34
2017-04-21new loplugin: useuniqueptr: sc part 1 (only the ScMarkArray part)Noel Grandin1-3/+4
2017-04-21LOK - Calc: header, cursor and selection misplaced by other view actionsMarco Cecchetti4-1/+12
2017-04-07tdf#105908: restore previously deleted range references upon undo.Kohei Yoshida1-0/+2
2017-04-07tdf#106868: fix crash when modify external linkNoel Grandin2-2/+1
2017-04-05lok: notify cell note removes before erasing storageHenry Castro1-0/+1
2017-04-04LOK - Calc: lift row limit to 500kMarco Cecchetti1-1/+1
2017-02-18LOK - Calc: Increase the row limit to 10.000 rows.Marco Cecchetti1-1/+1
2017-02-18sc lok: Limit number of row with LOK to 1000 rows.Henry Castro1-0/+2
2017-02-18sc lok: implement commandvalues command, ViewAnnotationsPranav Kant1-0/+3
2017-01-25tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke4-5/+11
2017-01-10Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke1-1/+8
2016-11-28nitpicks, tdf#43544 follow-upEike Rathke1-1/+1
2016-11-28tdf#43544 ScStyleObj: Only call StylePool->find() when necessaryMaarten Bosmans1-7/+12
2016-11-26Resolves: tdf#103493 copying note captions needs a completed destination sheetEike Rathke1-1/+3
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek1-2/+24
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai8-15/+19
2016-11-21convert inventorId to scoped enumNoel Grandin1-2/+0
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai4-11/+15
2016-11-20Remove some unused resource stringsTamás Zolnai1-11/+0
2016-11-20Remove unused macroTamás Zolnai1-2/+0
2016-11-17loplugin:unusedfieldsNoel Grandin1-1/+0
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke1-1/+0
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke3-2/+16
2016-11-14avoid reallocating if allocating once is enoughEike Rathke1-1/+1
2016-11-12loplugin:staticmethodsKohei Yoshida1-1/+1
2016-11-12Dump the state of the "save" data as well.Kohei Yoshida1-3/+3
2016-11-12Let's just dump the result tree in dbgutil build.Kohei Yoshida2-6/+6
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida9-8/+23
2016-11-12Renaming due to the fact that it now dumps non-formula blocks too.Kohei Yoshida3-3/+3
2016-11-12Ctrl-Shift-F8 to dump the column storage where the cursor is.Kohei Yoshida4-4/+11
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin16-24/+22