summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2017-01-17used std::map in SfxItemSetNoel Grandin1-3/+3
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin6-85/+26
2017-01-16LOK: Calc: notes: when edit mode begins the text content is misplacedMarco Cecchetti1-0/+14
2017-01-15tdf#48140 replace CellRangeAddress in xlsx import (16)Jochen Nitschke2-23/+6
2017-01-15tdf#48140 replace ApiCellRangeList in xlsx import (3)Jochen Nitschke2-40/+32
2017-01-15tdf#48140 replace ApiCellRangeList in xlsx import (2)Jochen Nitschke6-22/+26
2017-01-15tdf#48140 replace ApiCellRangeList in xlsx import (1)Jochen Nitschke3-12/+24
2017-01-15tdf#48140 replace CellRangeAddress in xlsx import (15)Jochen Nitschke2-9/+12
2017-01-15tdf#50916 Make sure that we don't access aCol out of rangeBartosz Kosiorek1-4/+9
2017-01-15Expose ExternalDataMapper member functions to the publicJaskaran Singh1-2/+4
2017-01-14coverity#1371289 avoid the need for an assignmentCaolán McNamara2-2/+2
2017-01-14coverity#1398581 Dereference after null checkCaolán McNamara1-6/+6
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin20-134/+79
2017-01-13tdf#105272: fix wrong namespace URLRosemary Sebastian1-1/+1
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin2-3/+3
2017-01-12tdf#48140 replace CellRangeAddress in xlsx import (14)Jochen Nitschke3-11/+5
2017-01-12tdf#50916 Use aCol.size() instead of MAXCOL to increase max number of columnBartosz Kosiorek4-49/+57
2017-01-12tdf#48140 replace CellAddress in xlsx import (4)Jochen Nitschke4-59/+18
2017-01-11tdf#48140 replace CellAddress in xlsx import (3)Jochen Nitschke2-12/+11
2017-01-11tdf#48140 replace CellAddress in xlsx import (2)Jochen Nitschke3-8/+7
2017-01-11tdf#48140 replace CellAddress in xlsx import (1)Jochen Nitschke5-47/+5
2017-01-11Some loplugin:conststringvar/stringconstant improvements: scStephan Bergmann1-2/+2
2017-01-11don't emit objects on ScRange*List::RemoveJochen Nitschke4-26/+15
2017-01-10fix interchanged parametersJochen Nitschke1-2/+2
2017-01-10tdf#97598 xlsx import: do not apply any scenariosJustin Luth2-17/+9
2017-01-10Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke3-9/+37
2017-01-10remove unused typedefsJochen Nitschke1-2/+0
2017-01-10New loplugin:conststringvar: scStephan Bergmann3-25/+25
2017-01-10loplugin:unusedmethodsNoel Grandin2-68/+0
2017-01-09New loplugin:externvar: scStephan Bergmann23-68/+72
2017-01-09Revert "PivotTable: Avoid adding useless 'Data' column field to table layout"Tamás Zolnai1-1/+1
2017-01-09tdf#87933: made pagebreak lines dashedGeorge Korepanov3-15/+84
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht10-15/+45
2017-01-08PivotTable: Avoid adding useless 'Data' column field to table layoutTamás Zolnai1-1/+1
2017-01-07coverity#735796 Explicit null dereferencedCaolán McNamara1-0/+1
2017-01-07Typo: Acess->AccessJulien Nabet5-5/+5
2017-01-06recognize the broken "Err:xxx" written by 5.2 and earlier, tdf#105024 relatedEike Rathke1-5/+16
2017-01-06read single error constant formula as such, tdf#105024 relatedEike Rathke4-10/+25
2017-01-06Resolves: tdf#105061 Only one text box shown in case of 'between'Caolán McNamara2-0/+9
2017-01-06out of bounds string accessEike Rathke1-1/+1
2017-01-05check token array code errors when testing for equality, tdf#105024 relatedEike Rathke2-0/+16
2017-01-05Resolves: tdf#104919 crash with empty ScNavigatorDlg memberCaolán McNamara2-0/+10
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann1-1/+1
2017-01-05tdf#105024 use context to generate "error only" formula stringEike Rathke1-1/+4
2017-01-05handle paste special of single formula cell if IsEmptyDisplayedAsString()Eike Rathke1-0/+5
2017-01-05handle paste special of single formula cell with error resultEike Rathke1-0/+7
2017-01-05Base SvxLineEndWindow on ToolbarPopupMaxim Monastirsky1-1/+0
2017-01-04Enable fetching data from network, not just files available locallyJaskaran Singh2-2/+40
2017-01-04Refactor lcl_makeHTMLColorTripletMuhammet Kara1-9/+5
2017-01-04tdf#48140 replace CellRangeAddress in xlsx import (13)Jochen Nitschke5-38/+30