summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Resolves: fdo#85617 always store fully encoded external document nameEike Rathke5-12/+18
2015-01-12handle index based external refs in formulas in ooxml import, fdo#85617Markus Mohrhard1-3/+28
2015-01-12fix Werror buildMarkus Mohrhard1-1/+1
2015-01-08handle all fill cases correctly, fdo#86754Markus Mohrhard1-1/+1
2015-01-08don't update range name if ref not in update range, fdo#85304Markus Mohrhard1-0/+3
2015-01-08we want to compare two different cells, fdo#85353Markus Mohrhard1-1/+1
2015-01-08reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard4-12/+30
2015-01-08fix another validation error for OOXML, related fdo#40746Markus Mohrhard1-7/+11
2015-01-08fix OOXML validation error, related fdo#40746Markus Mohrhard1-6/+10
2015-01-08fix OOXML validation errorsMarkus Mohrhard1-0/+6
2015-01-08we need the original context that contains the data, fdo#85856Markus Mohrhard1-2/+1
2015-01-08import part for: " use correct xml element name, related fdo#45266"Markus Mohrhard2-1/+2
2015-01-08handle relative refs correctly in xls import, fdo#80091Markus Mohrhard1-2/+5
2015-01-08relative refs wrap around in xls, fdo#84556Markus Mohrhard2-7/+16
2015-01-08fix compilationLionel Elie Mamane1-2/+2
2015-01-08rhbz#1116534 crash when pasting over a formulaDavid Tardon3-25/+54
2015-01-08Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke2-1/+12
2015-01-08fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke4-21/+93
2015-01-08fdo#79249 call formula compiler with error stringEike Rathke4-10/+23
2015-01-08Better fix for fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-2/+2
2015-01-08-Wmaybe-uninitialized in ScTable::CopyColFilteredLaurent Godard1-1/+1
2015-01-08remove warning: ‘nIndex’ may be used uninitializedLaurent Godard1-2/+2
2015-01-08use the correct tab for sheet local names, fdo#81195Markus Mohrhard1-2/+2
2015-01-08Resolves fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-1/+4
2015-01-08fdo#68385 update references only if cut originates from the same documentEike Rathke1-5/+10
2015-01-08valgrind: initialize theseCaolán McNamara1-3/+3
2015-01-08resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke2-45/+53
2015-01-08no separator really means no separator, fdo#83027Markus Mohrhard1-2/+1
2015-01-08resolved fdo#86809 connect filter conditions correctlyEike Rathke1-3/+10
2014-12-13fdo#86215 pool new ScPatternAttr if source and destination are different docsEike Rathke1-3/+5
2014-12-13paste from system from the top left of selectionDavid Tardon1-1/+17
2014-12-13fdo#82312 - Excel chart has a wrong sizeNoel Grandin1-0/+20
2014-12-13add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke3-1/+21
2014-12-13in ScFormulaCell dtor remove cell also from FormulaTrackEike Rathke1-0/+1
2014-12-13surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara2-12/+12
2014-12-13we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard3-0/+11
2014-12-13correct order of xml elements, related fdo#45266Markus Mohrhard1-1/+1
2014-12-13import part for "put that attribute into an extension namespace"Markus Mohrhard2-0/+6
2014-12-13remove invalid attribute that is not read anywayMarkus Mohrhard1-2/+0
2014-12-13import @TERM and @CTERM functions from Lotus 1-2-3 files (related: fdo#86241)Andras Timar1-6/+34
2014-12-13avoid modifying range name references that are not affected, fdo#86518Markus Mohrhard1-0/+4
2014-12-13fdo#86762 re-establish listeners to move cell broadcastersEike Rathke11-94/+219
2014-12-13we need to copy the condition format cell for cell, fdo#86253Markus Mohrhard1-2/+5
2014-12-13For external data sources this variable can be null, fdo#83534Markus Mohrhard1-0/+3
2014-12-13set only valid positions from ScExtTabSettings at ScViewDataTableEike Rathke1-4/+13
2014-12-13sanitize viewdata col/row valuesEike Rathke1-7/+4
2014-12-13test rows for validityCaolán McNamara1-0/+3
2014-12-13Resolves: rhbz#1165444 abrt crash with NULL pViewCaolán McNamara1-5/+2
2014-12-13fdo#86169 fix completion of function name crashWinfried Donkers1-8/+15
2014-12-13fix fdo#79441 again and keep references to other sheets during sortEike Rathke4-0/+55