summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-04-08fix crash on re-export of fdo64646-4.xls back to xlsCaolán McNamara1-5/+7
2015-04-04we need to use the edit engine attibute id for rich text, tdf#89170Markus Mohrhard1-1/+1
2015-04-03Resolves: tdf#35636 implement match on empty cellsEike Rathke8-23/+46
2015-04-03Resolves: tdf#88672 add missing return if error to not crashEike Rathke1-0/+1
2015-04-02we need a more intelligent increment for the iterator, tdf#90391Markus Mohrhard1-6/+26
2015-04-01use error value instead of string in array/matrix, tdf#42481 relatedEike Rathke1-1/+1
2015-04-01Resolves: tdf#42481 propagate errors as errors in matrix calculationsEike Rathke1-8/+13
2015-03-30tdf#90042 only handle formula group if usefulLaurent Godard1-19/+37
2015-03-30tdf#89597: Resize formula buffers after adding a dummy sheetKatarina Behrens5-0/+21
2015-03-26Resolves tdf#72152: respect page orientation of Calc files in recent docsJulien Nabet1-4/+10
2015-03-21Replace hardcoded UI string with string from .res fileAndras Timar1-1/+1
2015-03-20Resolves: tdf#89958 filter ends with / does not end with correctionEike Rathke1-5/+5
2015-03-17import the document properties before the documentMarkus Mohrhard1-12/+12
2015-03-10tdf#40835 add backward compatibility for ODFF function FDIST.Winfried Donkers1-14/+34
2015-03-10Fix issue in re-use of ScTokenArray objects from a TokenPoolTor Lillqvist3-1/+8
2015-03-10Also relative row references need to wrap around, like fdo#84556 for columnsTor Lillqvist1-1/+10
2015-03-09Revert "fdo#88547 allow inline date-arrays for array functions", tdf#89872Eike Rathke1-8/+1
2015-03-09Don't use configuration syntax that breaks when upgrading to 4.5Tor Lillqvist2-50/+10
2015-03-09Fix bugs in the OpenCL implementation of some statistical functionsTor Lillqvist3-6/+27
2015-03-09Resolves tdf#80137 Paste array formula into range pastes as non-array formulaHenry Castro3-2/+72
2015-03-05Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cellsHenry Castro1-0/+4
2015-03-05Resolves tdf#78221 Cannot drag twice the same cell when editing formulaHenry Castro3-6/+56
2015-03-05Resolves tdf#71095 Calc doesn't paste images copied from some web browsersHenry Castro1-63/+95
2015-03-04gbuild: CppunitTest: always use unittest configurationMichael Stahl21-42/+0
2015-02-27tdf#89679 - fix incorrect mapping of font-family-complex and CharFontNameAsianMark Hung1-1/+1
2015-02-27Resolves: tdf#81659 handle expand reference edge correctlyEike Rathke3-6/+158
2015-02-25Resolves: tdf#89484 check that sheet reference is within selected sheetsEike Rathke1-0/+4
2015-02-21tdf#89436 fix ScHorizontalAttrIterator performanceLászló Németh4-17/+74
2015-02-19tdf#89460 test pChangeTrack before using itLaurent Godard1-2/+5
2015-02-17Revert "tdf#89436 fix ScHorizontalAttrIterator performance"László Németh2-33/+17
2015-02-17tdf#89436 fix ScHorizontalAttrIterator performanceLászló Németh2-17/+33
2015-02-17Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke7-15/+79
2015-02-16Resolves: tdf#39316 add matrix empty cells to ScInterpreter::QueryMatrixType()Eike Rathke3-7/+35
2015-02-16fdo#88547 allow inline date-arrays for array functionsWinfried Donkers1-1/+8
2015-02-14fix windows buildMarkus Mohrhard1-1/+1
2015-02-14tdf#89004 improve performance of document data collectionUrsache Vladimir1-42/+16
2015-02-14tdf#68117 Partially fix boolean labels in XLSXUrsache Vladimir1-1/+1
2015-02-13tdf#89330 preserve file name case in an unresolvable external named rangeJan Kantert4-4/+40
2015-02-13tdf#89281 fix performance regression of XLS importLászló Németh3-2/+43
2015-02-13tdf#88576 fix handling of empty arguments in IF(), IFERROR() and IFNA()Winfried Donkers2-3/+8
2015-02-11tdf#79239: make the dialog closable with 'X' button againKatarina Behrens2-2/+8
2015-02-10Don't call clReleaseProgram() on the same program twiceTor Lillqvist1-0/+1
2015-02-10Handle (or not) string arguments better when using OpenCL for math opsTor Lillqvist5-287/+325
2015-02-10Avoid OpenCL compilation error in some casesTor Lillqvist1-5/+5
2015-02-10Handle zero or empty cells properly when using OpenCL for divisionTor Lillqvist5-12/+85
2015-02-09Resolves: tdf#83461 do not override MatColsRows if already setEike Rathke1-1/+1
2015-02-09Avoid OpenCL compilation error when multiple RAND() calls in a formulaTor Lillqvist1-0/+5
2015-02-05Revert "ODF export: don't write invalid "group-name" attribute"Lionel Elie Mamane1-2/+1
2015-02-04Check number of cells referenced by group instead of group sizeTor Lillqvist4-1/+46
2015-02-03Resolves: rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBoxCaolán McNamara1-2/+3