summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-02-26fdo#72041: Intern strings in the external ref cache with the host document.Kohei Yoshida1-10/+23
2014-02-26fdo#74345: Some shared formulas cannot be exported as shared formulas.Kohei Yoshida4-12/+87
2014-02-25fdo#75130: Export cell borders to xls and xlsx correctly.Kohei Yoshida1-4/+4
2014-02-21fdo#75032: Handle note copying correctly.Kohei Yoshida3-74/+50
2014-02-21fdo#72491: Always set input as text when that's requested.Kohei Yoshida1-5/+20
2014-02-21fdo#74857: Update the incrementer when skipping over hidden regions.Kohei Yoshida1-0/+4
2014-02-21fdo#73565: Populate date members in a locale-safe way.Kohei Yoshida1-42/+64
2014-02-21fdo#75228: We still need to get the value only to pop value from the stack.Kohei Yoshida1-0/+1
2014-02-18fdo#73773: Check if the *document* is closing, not the *app*.Kohei Yoshida3-1/+13
2014-02-18fdo#72691: Allow overwriting of string value with numeric one.Kohei Yoshida1-0/+3
2014-02-18fdo#72390: Let's not skip auto styles from unmodified sheets.Kohei Yoshida1-7/+0
2014-02-18fdo#74512: Fix the ODS export as well.Kohei Yoshida5-7/+28
2014-02-18fdo#74558: Re-implement BinarySearch() to disregard empty cell blocks.Kohei Yoshida1-108/+280
2014-02-18fdo#73800 fix incorrect separator in function description in CalcWinfried Donkers1-2/+2
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