summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke1-1/+1
2017-05-29use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard1-0/+1
2017-05-12tdf#93171 Subtotal function with function indexes don't updateArul Michael1-0/+1
2017-04-27mark all new styles as default styles, tdf#103380, tdf#103330Markus Mohrhard1-0/+2
2017-04-06tdf#105908: restore previously deleted range references upon undo.Kohei Yoshida1-0/+2
2017-04-06tdf#106868: fix crash when modify external linkNoel Grandin2-2/+1
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
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis3-6/+38
2016-11-10clarify class documentationEike Rathke1-6/+12
2016-11-10Avoid writing to the log for the same group twice.Kohei Yoshida1-1/+4
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin3-9/+8
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke2-2/+2
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara1-1/+1
2016-11-07Fix typos (also in the code)Andrea Gelmini1-1/+1
2016-11-07loplugin:expandablemethods in scNoel Grandin9-30/+0
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud1-1/+1
2016-11-05Pass the current cell position to conditionally display sheet name.Kohei Yoshida1-6/+13
2016-11-05Log cell range references.Kohei Yoshida1-3/+26
2016-11-05Log single cell references.Kohei Yoshida1-1/+13
2016-11-05Dump the single cell vector reference info to the log.Kohei Yoshida1-0/+11
2016-11-04unify color selectorsCaolán McNamara1-1/+1
2016-11-04bail out early in ScColumn::UpdateSelectionFunction() if nothing is markedEike Rathke1-0/+3
2016-11-03Resolves: tdf#103684 calculate status bar functions across sheetsEike Rathke1-1/+12
2016-10-31return dialog pointers using VclPtr<>Noel Grandin1-34/+34
2016-10-31This needs to be VclPtr tooJulien Nabet1-1/+1
2016-10-28sc: remove antique reference counting hacks from ScDocumentPoolMichael Stahl1-2/+0
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2-2/+2
2016-10-28these need to be VclPtrsCaolán McNamara1-7/+7
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+68