summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-02-12Ensure that vector array has a numeric array of NaN's for empty range.Kohei Yoshida8-10/+47
2014-02-11edit->changes->show has empty filter settingsCaolán McNamara1-1/+4
2014-02-11do not loop 30 million cells to find a non-empty rowEike Rathke1-9/+3
2014-02-11fdo#74014: Broadcast here....Kohei Yoshida1-0/+1
2014-02-11fdo#74209: This search algorithm had another issue. This fixes it.Kohei Yoshida2-5/+5
2014-02-11cp#100030: Use internal API to fill dxf styles during xlsx import.Kohei Yoshida3-15/+38
2014-02-11fix import crash related to ooo94186Markus Mohrhard1-1/+3
2014-02-10fdo#74323: The end position is inclusive.Kohei Yoshida1-1/+1
2014-02-09fdo#74453: Only adjust tokens for top formula cells of formula group.Kohei Yoshida1-0/+8
2014-02-09fdo#74512: Generate escaped sheet names after the grammer is set.Kohei Yoshida1-20/+8
2014-02-09fdo#74479: Treat empty cells as if they have a value of 0.Kohei Yoshida1-1/+10
2014-02-08fdo#74521: Only pick cell notes for that sheet, and skip the rest.Kohei Yoshida1-0/+5
2014-02-08fdo#74273: Let's not shift the note twice. Once is enough.Kohei Yoshida1-4/+0
2014-02-08fdo#74414: No need to incremenet nRow here... It's just plain wrong.Kohei Yoshida1-1/+1
2014-02-07resolved fdo#74622 re-intern shared strings copied between documentsEike Rathke2-9/+48
2014-02-07fdo#74535: Don't forget clear the edit engine before re-using it.Kohei Yoshida1-0/+1
2014-02-07fdo#74507: Ensure that we have non-null pointer to ScColumn.Kohei Yoshida1-1/+1
2014-02-07fdo#74553: Use the shared formula column position Excel tells you...Kohei Yoshida1-1/+1
2014-02-06fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida9-11/+85
2014-02-06Keep the standard row height situation under control.Kohei Yoshida3-18/+12
2014-02-06fdo#72470: Correctly calculate the first edit cell row position.Kohei Yoshida2-5/+5
2014-02-06fdo#74516: Avoid excessive building of escaped sheet names.Kohei Yoshida17-118/+410
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