summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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 Bergmann8-17/+17
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-19make strings localizable in *.ui (bin/ui-translatable.sh)Andras Timar2-43/+43
2014-01-19fdo#73799: Make some items in the filter dialogs translatable.Kohei Yoshida1-40/+40
2014-01-17ellipsize incorrectly set here for some reasonCaolán McNamara1-2/+1
2014-01-16resolved fdo#73555 compile statistics templates using English grammarEike Rathke7-11/+21
2014-01-16resolved fdo#72293 correctly split grouped formulas and regroupEike Rathke2-5/+14
2014-01-15fdo#73606: Avoid calling MarkDataChanged() when nothing is selected.Kohei Yoshida1-3/+9
2014-01-15fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida8-28/+59
2014-01-13Related: rhbz#1047871 conditional formatting doesn't fit on screenCaolán McNamara1-9/+9
2014-01-11correct loops in UpdateNoteCaptions for notesLaurent Godard1-2/+2
2014-01-11fdo#73484: Ensure that we import all tab settings from Excel.Kohei Yoshida3-0/+23
2014-01-10fdo#68961: Check visible range during scrolling, and re-paint if necessary.Kohei Yoshida4-9/+24
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-09Oops. We don't want to leak here.Kohei Yoshida2-0/+6
2014-01-09specify that grid color listbox can shrink...Caolán McNamara1-380/+367
2014-01-09fdo#73408: Make the software interpreter selection stick in the UI.Kohei Yoshida3-7/+15
2014-01-08stretch label to fill vertically for long textCaolán McNamara1-3/+6
2014-01-08resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke5-42/+269
2014-01-08designate which elements should shrink when limited widthCaolán McNamara1-35/+9
2014-01-08designate which elements should shrink when limited widthCaolán McNamara1-14/+13
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 Yoshida4-9/+12
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 Lillqvist7-39/+112
2014-01-07fdo#72645: Case-insensitive string comparison in GETPIVOTDATA.Kohei Yoshida4-13/+47
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida6-9/+174
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida7-133/+218
2014-01-06Add unit test for getting data entries. This used to crash at MAXROW.Kohei Yoshida2-0/+47
2014-01-06avoid out of bounds string accessCaolán McNamara1-4/+4
2014-01-06fdo#73117 fix switched true/false explanation for HYPGEOM.DISTWinfried Donkers1-2/+2
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 Rathke2-8/+16
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-02oox: fix crash with threaded xlsx loading by pre-allocating sheet storage.Michael Meeks3-42/+55
2014-01-01fdo#73021 - avoid call crash on spell-check + unit test.Michael Meeks3-1/+17
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: unit test cases for accuracy not reach 11 in MDURATIONxinjiang2-0/+24
2013-12-31GPU Calc: Optimize Vlookuphaochen1-19/+34