summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Revert "Globally disable threading for these for now."Michael Meeks1-1/+0
2015-01-21fdo#88578: Focus on first checkbox when showing calc paste special dialogThomas Viehmann1-0/+1
2015-01-21fdo88632: Make the Calc random functions non-random when requestedTor Lillqvist2-3/+4
2015-01-21Add RAND to the default subset of opcodes for which we trust our OpenCLTor Lillqvist1-0/+1
2015-01-21Rewrite the RAND() OpenCL implementation to actually be randomTor Lillqvist1-21/+322
2015-01-20fdo#88623 replace std::deque with std::vector in xlsx savingLászló Németh2-3/+3
2015-01-19in COUNT() use ConvertStringToValue() for literal string argumentsEike Rathke1-6/+20
2015-01-19fdo#88339 Fixed Calc constrained image movementTrent MacAlpine1-3/+16
2015-01-19rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl2-27/+6
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 Yoshida4-8/+86
2015-01-14sc: fix use-after-free race in ScCellRangesBaseMichael Stahl1-0/+6
2015-01-12only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard2-3/+14
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 Mohrhard2-16/+315
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 Lillqvist2-35/+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 Lillqvist2-1/+35
2015-01-04use the correct tab for sheet local names, fdo#81195Markus Mohrhard1-2/+2
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