summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2016-03-04do the calculation check only conditionally, tdf#91794 follow-upEike Rathke1-2/+4
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar3-16/+14
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin7-40/+18
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2016-03-03tdf#97215 Sorting with update reference causes crashArul Michael1-9/+8
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin10-57/+43
2016-03-01coverity#1352213 Unchecked return valueCaolán McNamara1-2/+2
2016-02-29fix the "group not recalculated after delete" second part of tdf#97897Eike Rathke1-0/+18
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke1-4/+2
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke2-3/+3
2016-02-22confusing block indentationEike Rathke1-25/+27
2016-02-22adapt places that call GetSearchTextPtr(), tdf#72196Eike Rathke2-14/+14
2016-02-22ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196Eike Rathke3-6/+6
2016-02-22loplugin:commaoperator in sc/Noel Grandin5-10/+28
2016-02-22loplugin:write only fieldsNoel Grandin1-4/+4
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-2/+0
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke3-6/+7
2016-02-18don't fill the matrix cell by cell, tdf#67071Markus Mohrhard3-11/+32
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard4-0/+56
2016-02-14coverity#1352321 Dereference null return valueCaolán McNamara1-2/+2
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-19/+0
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis8-114/+442
2016-02-09Remove excess newlinesChris Sherlock3-3/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-24/+0
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-1/+1
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04Patch#1 : Dynamic column container in the pursuit of tdf#50916Dennis Francis6-30/+137
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock2-4/+4
2016-02-03tdf#89140:Calc row paste doesn't keep row heightArul2-2/+5
2016-02-03tdf#34873 : Better way to show autofilter countDennis Francis4-116/+2
2016-01-31unnecessary use of OUString constructorNoel Grandin2-3/+3
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock3-15/+15
2016-01-27tdf#96222: Better to avoid anything except MM_NONE, says EikeTor Lillqvist1-1/+1
2016-01-27tdf#96222: Don't attempt to handle matrix formulas as formula groupsTor Lillqvist1-0/+6
2016-01-23tdf#97308: fix logic with conditional "ends with"Julien Nabet1-2/+2
2016-01-21tdf#34873 : Show autofilter row count in status barDennis Francis4-0/+126
2016-01-21sc lok: Fix .uno:Remove (removing sheets) to accept a parameter.Jan Holesovsky1-0/+6
2016-01-21sc lok: Fix .uno:Name (renaming sheets) to really accept parameters.Jan Holesovsky1-0/+3
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2-2/+2
2016-01-19loplugin:unusedmethods in sc/Noel Grandin2-29/+0
2016-01-19-Werror=maybe-uninitialized (GCC 6)Stephan Bergmann1-1/+1
2016-01-19tdf#88737 handle temporary array formula matrix circular referenceEike Rathke1-1/+13
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock3-3/+3
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud3-4/+4
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock3-3/+3
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin16-225/+45
2016-01-13sc: Fix the unit tests.Jan Holesovsky1-1/+2