summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2017-06-20Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke
2017-05-29use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard
2017-05-12tdf#93171 Subtotal function with function indexes don't updateArul Michael
2017-04-27mark all new styles as default styles, tdf#103380, tdf#103330Markus Mohrhard
2017-04-06tdf#105908: restore previously deleted range references upon undo.Kohei Yoshida
2017-04-06tdf#106868: fix crash when modify external linkNoel Grandin
2017-01-25tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke
2017-01-10Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke
2016-11-28nitpicks, tdf#43544 follow-upEike Rathke
2016-11-28tdf#43544 ScStyleObj: Only call StylePool->find() when necessaryMaarten Bosmans
2016-11-26Resolves: tdf#103493 copying note captions needs a completed destination sheetEike Rathke
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai
2016-11-20Remove some unused resource stringsTamás Zolnai
2016-11-20Remove unused macroTamás Zolnai
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke
2016-11-14avoid reallocating if allocating once is enoughEike Rathke
2016-11-12loplugin:staticmethodsKohei Yoshida
2016-11-12Dump the state of the "save" data as well.Kohei Yoshida
2016-11-12Let's just dump the result tree in dbgutil build.Kohei Yoshida
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida
2016-11-12Renaming due to the fact that it now dumps non-formula blocks too.Kohei Yoshida
2016-11-12Ctrl-Shift-F8 to dump the column storage where the cursor is.Kohei Yoshida
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis
2016-11-10clarify class documentationEike Rathke
2016-11-10Avoid writing to the log for the same group twice.Kohei Yoshida
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara
2016-11-07Fix typos (also in the code)Andrea Gelmini
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud
2016-11-05Pass the current cell position to conditionally display sheet name.Kohei Yoshida
2016-11-05Log cell range references.Kohei Yoshida
2016-11-05Log single cell references.Kohei Yoshida
2016-11-05Dump the single cell vector reference info to the log.Kohei Yoshida
2016-11-04unify color selectorsCaolán McNamara
2016-11-04bail out early in ScColumn::UpdateSelectionFunction() if nothing is markedEike Rathke
2016-11-03Resolves: tdf#103684 calculate status bar functions across sheetsEike Rathke
2016-10-31return dialog pointers using VclPtr<>Noel Grandin
2016-10-31This needs to be VclPtr tooJulien Nabet
2016-10-28sc: remove antique reference counting hacks from ScDocumentPoolMichael Stahl
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-28these need to be VclPtrsCaolán McNamara
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara