summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-02-03fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida8-0/+57
2014-01-31guard against null pointer access on LRU function list, fdo#60036Eike Rathke1-4/+4
2014-01-31fdo#74194 Revert "Resolves: #i121136# Improve Spreadsheet performance ..."Eike Rathke2-8/+4
2014-01-30fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida8-18/+27
2014-01-30fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida6-23/+45
2014-01-29fdo#73487, fdo#73886: Overhaul cell borders to make them look sane.Kohei Yoshida5-32/+33
2014-01-29Presumably "eType ==" is missing hereStephan Bergmann1-1/+1
2014-01-29fdo#74014: Broadcast cells on undoing of "cut".Kohei Yoshida1-0/+2
2014-01-28give MSVC a hint to not break the build, fdo#74042 relatedEike Rathke1-1/+1
2014-01-28fdo#74042 Don't attempt to copy more than a string has to offerMaxim Monastirsky1-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 Yoshida2-12/+9
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 Rathke7-38/+51
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