summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-01-26this is css::sheet::XGlobalSheetSettings attribute LinkUpdateModeEike Rathke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-26Remove dead codeStephan Bergmann
2017-01-26[API CHANGE] offapi: remove unused xsec_fw UNO servicesMiklos Vajna
2017-01-26Resolves: tdf#104153 crash on drag and drop pivot table fieldCaolán McNamara
2017-01-26fix useless assignJochen Nitschke
2017-01-26remove unused operatorsJochen Nitschke
2017-01-26NameBuffer is deadJochen Nitschke
2017-01-25Resolves: tdf#105351 pass matching index key to conditional format dialogEike Rathke
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem
2017-01-25Resolves: tdf#104675 ScConditionalFormat ranges needed to start listeningEike Rathke
2017-01-25ScFormulaListener: do not start listening to clipboard or Undo docsEike Rathke
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