summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Resolves: tdf#105351 pass matching index key to conditional format dialogEike Rathke1-0/+1
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem15-357/+620
2017-01-25Resolves: tdf#104675 ScConditionalFormat ranges needed to start listeningEike Rathke1-1/+1
2017-01-25ScFormulaListener: do not start listening to clipboard or Undo docsEike Rathke1-1/+4
2017-01-25loplugin: unnecessary destructor scNoel Grandin63-120/+0
2017-01-25Minor loplugin:stringconstant improvementsStephan Bergmann1-2/+2
2017-01-25cleanup css includes and using namespacesJochen Nitschke34-100/+15
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe2-2/+2
2017-01-25use tools::SvRef in ScSpellDialogChildWindowNoel Grandin2-4/+4
2017-01-24adjust the hide of the zoom so its dynamic on docking/undocking navigatorsCaolán McNamara2-7/+14
2017-01-24Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when dockedCaolán McNamara3-11/+10
2017-01-24coverity#1242895 Untrusted value as argumentCaolán McNamara1-1/+3
2017-01-24manage SvRefBase-subclass by tools::SvRef in ScXMLTableRowCellContextNoel Grandin1-1/+1
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin2-2/+0
2017-01-24use rtl::Reference in FastParserNoel Grandin2-3/+3
2017-01-24Fix typo in comments: absolut -> absoluteTakeshi Abe1-3/+3
2017-01-23Related: tdf#105466 add a freeze/thaw to avoid interim RecalcAllsCaolán McNamara2-0/+27
2017-01-23Resolves: tdf#105466 crash when changing conditional formatting conditionCaolán McNamara1-8/+12
2017-01-23signs match, so don't need to castCaolán McNamara1-4/+4
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski32-50/+50
2017-01-23tdf#105348 add check for divide by zero situation.Winfried Donkers2-5/+11
2017-01-23pass ownership by pointerJochen Nitschke2-9/+9
2017-01-23tdf#105238 : return error when SHEETS argument is not a reference.Winfried Donkers1-9/+2
2017-01-23tdf#48140 replace ApiCellRangeList in xlsx import (5)Jochen Nitschke6-208/+27
2017-01-23tdf#48140 replace ApiCellRangeList in xlsx import (4)Jochen Nitschke6-10/+32
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin1-3/+3
2017-01-23use rtl::Reference in CellShell_ImplNoel Grandin3-14/+16
2017-01-23use rtl::Reference in ScSelectionTransferObjNoel Grandin2-31/+20
2017-01-22add SKEWP test caseZdeněk Crhonek1-0/+6874
2017-01-21add HEX2BIN, HEX2DEC, HEX2OCT test caseZdeněk Crhonek3-0/+17523
2017-01-21add IMABS, IMAGINARY testcaseZdeněk Crhonek2-0/+11534
2017-01-21coverity#1399047 Untrusted loop boundCaolán McNamara1-1/+1
2017-01-21coverity#1399031 golden, Out-of-bounds readCaolán McNamara1-1/+1
2017-01-21coverity#1399019 Division or modulo by zeroCaolán McNamara1-0/+3
2017-01-20Resolves: tdf#105158 set date or time return type for DATEVALUE TIMEVALUEEike Rathke2-5/+28
2017-01-20add GESTEP test caseZdeněk Crhonek1-0/+5709
2017-01-20sc: use unique_ptr and make_unique instead of new/deleteTomaž Vajngerl1-4/+4
2017-01-19tdf#50916 Allow ScTable work on dynamic ScColContainerBartosz Kosiorek2-13/+21
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scStephan Bergmann70-35/+435
2017-01-19svx: load BitmapEx resources instead of Image onesCaolán McNamara1-3/+3
2017-01-19sc: load BitmapEx resources instead of Image onesCaolán McNamara11-102/+99
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin70-263/+198
2017-01-18bail out early if there are no notesEike Rathke1-0/+3
2017-01-18tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke10-26/+60
2017-01-18tdf#104967 prevent crash when pasting notes originating from a closed documentEike Rathke1-0/+15
2017-01-18Resolves: tdf#105411 remove from entries before disposeCaolán McNamara1-2/+3
2017-01-18add ERF,ERFC,FACTDOUBLE test caseZdeněk Crhonek3-0/+17823
2017-01-18add DELTA,DEC2BIN,DEC2OCT,DEC2HEX test caseZdeněk Crhonek4-0/+23210
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke12-25/+14
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-2/+2