summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski1-1/+1
2017-01-17Add sensible timer handling for Calc inputJan-Marek Glogowski1-48/+31
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski10-11/+11
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski6-5/+18
2017-01-17add COMPLEX, CONVERT testcaseZdeněk Crhonek2-0/+11567
2017-01-17add INTRATE testcaseZdeněk Crhonek1-0/+1853
2017-01-17LOK: Calc: notes: on edit mode starts/ends: missing tiles invalidationMarco Cecchetti2-0/+4
2017-01-17LOK: Calc: show/hide a note does not perform any tile invalidationMarco Cecchetti3-0/+48
2017-01-17use rtl::Reference in ScDPDimensions/ScDPHierarchies/ScDPLevelsNoel Grandin2-28/+13
2017-01-17use rtl::Reference to manage ScAccessiblePageHeaderArea'sNoel Grandin2-60/+27
2017-01-17used std::map in SfxItemSetNoel Grandin1-3/+3
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin7-90/+30
2017-01-16LOK: Calc: notes: when edit mode begins the text content is misplacedMarco Cecchetti1-0/+14
2017-01-16Convert RID_MENU_NOTEBOOKBAR to xmlMaxim Monastirsky3-0/+21
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-14add GAMMALN.PRECISE test caseZdeněk Crhonek1-0/+5096
2017-01-14add MODE.MULT test caseZdeněk Crhonek1-0/+4213
2017-01-14coverity#1371289 avoid the need for an assignmentCaolán McNamara2-2/+2
2017-01-14add GAMMALN.PRECISE test caseZdeněk Crhonek1-0/+5188
2017-01-14add JIS test caseZdeněk Crhonek1-0/+1805
2017-01-14coverity#1398581 Dereference after null checkCaolán McNamara1-6/+6
2017-01-14add BIN2DEC,BIN2HEX, BIN2OCT test caseZdeněk Crhonek3-0/+17086
2017-01-14add T.DIST test caseZdeněk Crhonek1-0/+5189
2017-01-13add TDIST,T.TEST,T.DIST.2T test caseZdeněk Crhonek3-0/+16571
2017-01-13add POISSON, POISSON.DIST test caseZdeněk Crhonek2-0/+23627
2017-01-13add BESSELI,BESSELJ,BESSELK,BESSELY test caseZdeněk Crhonek4-0/+28648
2017-01-13add STEYX testcaseZdeněk Crhonek1-0/+6450
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin37-183/+134
2017-01-13tdf#105272: fix wrong namespace URLRosemary Sebastian1-1/+1
2017-01-13add PI, NA testcaseZdeněk Crhonek2-0/+3284
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