summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-01-19WaE: implicit conversion (IntegralToFloating) from bool to 'const double'Tor Lillqvist1-1/+1
2015-01-16fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida7-8/+95
2015-01-14sc: fix use-after-free race in ScCellRangesBaseMichael Stahl1-0/+6
2015-01-12only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard3-3/+15
2015-01-12fdo#87382 Improper display of selected mergedHenry Castro1-2/+7
2015-01-10Resolves: fdo#85617 always store fully encoded external document nameEike Rathke5-12/+18
2015-01-10handle index based external refs in formulas in ooxml import, fdo#85617Markus Mohrhard1-3/+28
2015-01-08sc: ODF import of data pilot:Michael Stahl1-1/+0
2015-01-08improve performance of some matrix operations, related fdo#83187Markus Mohrhard3-16/+317
2015-01-07handle relative refs correctly in xls import, fdo#80091Markus Mohrhard1-2/+5
2015-01-07relative refs wrap around in xls, fdo#84556Markus Mohrhard2-7/+16
2015-01-07we want to compare two different cells, fdo#85353Markus Mohrhard1-1/+1
2015-01-07reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard4-12/+30
2015-01-07fix another validation error for OOXML, related fdo#40746Markus Mohrhard1-7/+11
2015-01-07fix OOXML validation error, related fdo#40746Markus Mohrhard1-6/+10
2015-01-07fix OOXML validation errorsMarkus Mohrhard1-0/+6
2015-01-07fdo#81286 : Instant updates in SUM/AVERAGE in status barDeena Francis1-1/+1
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist4-42/+1
2015-01-06Better fix for fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-2/+2
2015-01-06Check number of cells referenced by group instead of group sizeTor Lillqvist4-1/+42
2015-01-04use the correct tab for sheet local names, fdo#81195Markus Mohrhard1-2/+2
2015-01-01fdo#87442 restore simple listboxAndras Timar1-0/+1
2014-12-23Don't crash when nIndex < 0Matúš Kukan1-1/+1
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke4-21/+93
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: Write test for this.Kohei Yoshida2-0/+38
2014-12-11fdo#86572: Increment row position *only when* the row ref is relative.Kohei Yoshida1-2/+5
2014-12-11unit test for matrix comparison error propagation, fdo#87237Eike Rathke2-0/+24
2014-12-11resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke2-45/+53
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky17-17/+0
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida12-24/+98
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-10Make some dialogs resizable again.Jan Holesovsky1-1/+0
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