summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2014-12-23Don't crash when nIndex < 0Matúš Kukan1-1/+1
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke3-21/+87
2014-12-22comment on COUNTBLANK() why we do what we doEike Rathke1-3/+11
2014-12-22Resolves fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-1/+4
2014-12-19valgrind: initialize theseCaolán McNamara1-3/+3
2014-12-18fdo#68385 update references only if cut originates from the same documentEike Rathke1-5/+10
2014-12-18Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke2-2/+15
2014-12-16Resolves: fdo#87245 crash because clip doc doesn't own DocumentPoolCaolán McNamara1-1/+1
2014-12-16implement an actually working setErrorCell() from BIFF error codesEike Rathke3-10/+18
2014-12-16construct grouped ScFormulaCell with bDirty=true, fdo#79249 relatedEike Rathke1-1/+1
2014-12-16fdo#79249 call formula compiler with error stringEike Rathke1-1/+6
2014-12-16correct error string, #N/A instead of #NAEike Rathke1-1/+1
2014-12-16fdo#87119: Don't use of the broken "Software" group interpreterTor Lillqvist3-7/+16
2014-12-15no separator really means no separator, fdo#83027Markus Mohrhard1-2/+1
2014-12-12rhbz#1116534 crash when pasting over a formulaDavid Tardon3-23/+52
2014-12-12resolved fdo#86809 connect filter conditions correctlyEike Rathke1-3/+10
2014-12-11fdo#86572: Increment row position *only when* the row ref is relative.Kohei Yoshida1-2/+5
2014-12-11resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke1-44/+52
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida7-14/+58
2014-12-11fdo#86215 pool new ScPatternAttr if source and destination are different docsEike Rathke1-3/+5
2014-12-10paste from system from the top left of selectionDavid Tardon1-1/+17
2014-12-10Globally disable threading for these for now.Kohei Yoshida1-0/+1
2014-12-09Resolves: fdo#86786 take of a copy of the MarkDataCaolán McNamara1-2/+1
2014-12-09fdo#82312 - Excel chart has a wrong sizeMarkus Mohrhard1-0/+20
2014-12-09surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara1-2/+2
2014-12-09fdo#84295 change context menu 'Style' entry to 'Format'Yousuf Philips1-1/+1
2014-12-09in ScFormulaCell dtor remove cell also from FormulaTrackEike Rathke1-0/+1
2014-12-08coverity#1257111 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist2-3/+1
2014-12-08don't update range name if ref not in update range, fdo#85304Markus Mohrhard1-0/+3
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard2-0/+10
2014-12-08import part for: " use correct xml element name, related fdo#45266"Markus Mohrhard2-1/+2
2014-12-08import part for put that attribute into an extension namespaceMarkus Mohrhard2-0/+6
2014-12-08remove invalid attribute that is not read anywayMarkus Mohrhard1-2/+0
2014-12-08correct order of xml elements, related fdo#45266Markus Mohrhard1-1/+1
2014-12-08Revert "No need to have OpenCL optional at configure-time"David Tardon1-0/+2
2014-12-07add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke2-1/+20
2014-12-07handle all fill cases correctly, fdo#86754Markus Mohrhard1-1/+1
2014-12-07we need the original context that contains the data, fdo#85856Markus Mohrhard1-2/+1
2014-12-06Fix incorrect adjustment of range references during sort.Kohei Yoshida8-6/+263
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke3-12/+14
2014-12-05trim also empty leading column ranges, fdo#81501 follow-upEike Rathke1-1/+4
2014-12-05actually use identical code for both byRow and byCol, fdo#81501 follow-upEike Rathke1-7/+4
2014-12-05Fix high memory usage when sorting cells in Calc. (fdo#81501)Supreme Aryal1-0/+2
2014-12-05loplugin:unusedvariablecheckStephan Bergmann1-3/+0
2014-12-05-Werror,-WshadowStephan Bergmann1-6/+8
2014-12-05Create 2 variants of SortReorderByRow.Kohei Yoshida1-107/+211
2014-12-05Extract this code block into an own function.Kohei Yoshida1-100/+126
2014-12-05I got the terms 'union' and 'intersection' mixed up.Kohei Yoshida2-7/+7
2014-12-04removal of font name, font size and text alignment from context menusYousuf Philips1-14/+0