summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2014-02-06fdo#74516: Avoid excessive building of escaped sheet names.Kohei Yoshida11-89/+340
2014-02-03fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida3-0/+40
2014-01-30fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida4-12/+17
2014-01-30fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida1-0/+24
2014-01-29Presumably "eType ==" is missing hereStephan Bergmann1-1/+1
2014-01-28fdo#69244: Avoid putting these cells in formula tree prematurely.Kohei Yoshida1-1/+1
2014-01-27Stop leaking all ScPostIt instances.Kohei Yoshida1-11/+8
2014-01-27only put bounds in vector if range is outside of copy range, fdo#74041Markus Mohrhard1-18/+17
2014-01-27we need to check that the content is equal as well, fdo#74077Markus Mohrhard1-0/+24
2014-01-27resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke4-34/+44
2014-01-24resolved fdo#73235 initialize reference flagsEike Rathke1-0/+1
2014-01-23fdo#73986: Don't forget to receive returned object from for_each.Kohei Yoshida1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-20resolved fdo#73836 do not apply format twice to stringEike Rathke1-4/+6
2014-01-20fdo#73655: Don't adjust formula tokens on non-top shared formula cells.Kohei Yoshida1-0/+17
2014-01-20WaE: variable 'itResEnd' set but not usedTor Lillqvist1-1/+1
2014-01-16resolved fdo#72293 correctly split grouped formulas and regroupEike Rathke2-5/+14
2014-01-15fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida4-6/+29
2014-01-11correct loops in UpdateNoteCaptions for notesLaurent Godard1-2/+2
2014-01-09GPU Calc: mask formulae that aren't supported well on some OpenCL platformshaochen1-30/+32
2014-01-09GPU Calc: support reduction kernel in AVERAGEhaochen2-44/+247
2014-01-09fdo#73408: Make the software interpreter selection stick in the UI.Kohei Yoshida1-1/+2
2014-01-08resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke4-42/+257
2014-01-08fdo#72774: Ensure that all the group fields are in cache upon file load.Kohei Yoshida1-0/+3
2014-01-08fdo#72774: Generate correct group items for the year group.Kohei Yoshida3-8/+11
2014-01-07Drop the check of the SC_BACKGROUND_COMPILATION env varTor Lillqvist2-13/+8
2014-01-07Add some more loggingTor Lillqvist1-8/+11
2014-01-07Avoid assertion failure if group has been disabledTor Lillqvist1-1/+3
2014-01-07Background OpenCL compilation re-factoringTor Lillqvist5-32/+97
2014-01-07fdo#72645: Case-insensitive string comparison in GETPIVOTDATA.Kohei Yoshida2-13/+28
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida3-9/+67
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida3-124/+70
2014-01-05Don't crash when entering a value into cell at MAXROW position.Kohei Yoshida1-1/+8
2014-01-03resolved fdo#72949 evaluate criteria on the query rangeEike Rathke1-7/+15
2014-01-03-Werror=unused-variableMatúš Kukan2-3/+2
2014-01-02added Latvian "LVL" to EUROCONVERT(), fdo#73239Eike Rathke1-1/+2
2014-01-02added Estonian "EEK" to EUROCONVERT(), fdo#73239Eike Rathke1-2/+7
2014-01-02resolved fdo#73113 not string cell does not mean no string at cellEike Rathke1-3/+21
2014-01-01fdo#73021 - avoid call crash on spell-check + unit test.Michael Meeks1-1/+2
2013-12-31GPU Calc: Remove unnecessary 'std::cerr'haochen2-4/+8
2013-12-31GPU Calc: Fix accuracy not reach 11 in MDURATIONxinjiang2-23/+82
2013-12-31GPU Calc: Optimize Vlookuphaochen1-19/+34
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVPAshiming zhang1-0/+23
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVAshiming zhang1-0/+23
2013-12-31GPU Calc: Fix bug of support optional parameter for VARPAshiming zhang1-0/+22
2013-12-31GPU Calc: Fix bug of support optional parameter for VARAshiming zhang1-0/+23
2013-12-31GPU Calc: Fix Not support multiple data types of HARMEANmingli1-7/+10
2013-12-31GPU Calc: Fix Not support multiple data types of KURTmingli1-92/+168
2013-12-31GPU Calc: Optimized TBILLPRICEyiming ju2-70/+15
2013-12-31GPU Calc: Fix bug of Averageif not support double vectoryiming ju1-32/+131