summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2017-01-25Minor loplugin:stringconstant improvementsStephan Bergmann
2017-01-25cleanup css includes and using namespacesJochen Nitschke
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe
2017-01-25use tools::SvRef in ScSpellDialogChildWindowNoel Grandin
2017-01-24adjust the hide of the zoom so its dynamic on docking/undocking navigatorsCaolán McNamara
2017-01-24Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when dockedCaolán McNamara
2017-01-24coverity#1242895 Untrusted value as argumentCaolán McNamara
2017-01-24manage SvRefBase-subclass by tools::SvRef in ScXMLTableRowCellContextNoel Grandin
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin
2017-01-24use rtl::Reference in FastParserNoel Grandin
2017-01-24Fix typo in comments: absolut -> absoluteTakeshi Abe
2017-01-23Related: tdf#105466 add a freeze/thaw to avoid interim RecalcAllsCaolán McNamara
2017-01-23Resolves: tdf#105466 crash when changing conditional formatting conditionCaolán McNamara
2017-01-23signs match, so don't need to castCaolán McNamara
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-23tdf#105348 add check for divide by zero situation.Winfried Donkers
2017-01-23pass ownership by pointerJochen Nitschke
2017-01-23tdf#105238 : return error when SHEETS argument is not a reference.Winfried Donkers
2017-01-23tdf#48140 replace ApiCellRangeList in xlsx import (5)Jochen Nitschke
2017-01-23tdf#48140 replace ApiCellRangeList in xlsx import (4)Jochen Nitschke
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin
2017-01-23use rtl::Reference in CellShell_ImplNoel Grandin
2017-01-23use rtl::Reference in ScSelectionTransferObjNoel Grandin
2017-01-22add SKEWP test caseZdeněk Crhonek
2017-01-21add HEX2BIN, HEX2DEC, HEX2OCT test caseZdeněk Crhonek
2017-01-21add IMABS, IMAGINARY testcaseZdeněk Crhonek
2017-01-21coverity#1399047 Untrusted loop boundCaolán McNamara
2017-01-21coverity#1399031 golden, Out-of-bounds readCaolán McNamara
2017-01-21coverity#1399019 Division or modulo by zeroCaolán McNamara
2017-01-20Resolves: tdf#105158 set date or time return type for DATEVALUE TIMEVALUEEike Rathke
2017-01-20add GESTEP test caseZdeněk Crhonek
2017-01-20sc: use unique_ptr and make_unique instead of new/deleteTomaž Vajngerl
2017-01-19tdf#50916 Allow ScTable work on dynamic ScColContainerBartosz Kosiorek
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scStephan Bergmann
2017-01-19svx: load BitmapEx resources instead of Image onesCaolán McNamara
2017-01-19sc: load BitmapEx resources instead of Image onesCaolán McNamara
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2017-01-18bail out early if there are no notesEike Rathke
2017-01-18tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke
2017-01-18tdf#104967 prevent crash when pasting notes originating from a closed documentEike Rathke
2017-01-18Resolves: tdf#105411 remove from entries before disposeCaolán McNamara
2017-01-18add ERF,ERFC,FACTDOUBLE test caseZdeněk Crhonek
2017-01-18add DELTA,DEC2BIN,DEC2OCT,DEC2HEX test caseZdeněk Crhonek
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski
2017-01-17Add sensible timer handling for Calc inputJan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski