summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-05-11fdo#77379: Don't return from the call. Notes are handled at the end.Kohei Yoshida
2014-05-11fdo#77806: Check the boundaries before accessing an array....Kohei Yoshida
2014-05-09resolve fdo#77509 memory corruption / crash in ConsolidateEike Rathke
2014-05-09fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida
2014-05-09fdo#77944: No need to store updated formulas in undo document when moving.Kohei Yoshida
2014-05-09fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida
2014-05-09fdo#77647: Fix the column insertion use case.Kohei Yoshida
2014-05-09fdo#77944: Put updated formula cells into undo document.Kohei Yoshida
2014-05-09fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida
2014-05-09resolved fdo#78294 default null-date for document import is 1899-12-30Eike Rathke
2014-05-09escape conditional formatting formulas during xlsx export, fdo#75168Markus Mohrhard
2014-05-09fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida
2014-05-09fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida
2014-05-02Implement "fill single edit" mode and map it to Ctrl-' by default.Kohei Yoshida
2014-05-02sc: build fixAndras Timar
2014-05-01add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard
2014-05-01actually both should be LIST_APPENDEike Rathke
2014-05-01Build fix.Kohei Yoshida
2014-05-01fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida
2014-05-01cppcheck: fix "Mismatching allocation and deallocation"Julien Nabet
2014-05-01fdo#77728: Re-compile tokens when named range is updated.Kohei Yoshida
2014-05-01fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida
2014-04-30fdo#77647: Expand reference only when the top of the selected range is...Kohei Yoshida
2014-04-30the safety check was a bit too strict, fdo#77984Markus Mohrhard
2014-04-30fdo#77969: Return 0 in case of matrix consisting of all empty elements.Kohei Yoshida
2014-04-30fdo#75397: Return an empty string for empty element.Kohei Yoshida
2014-04-30fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida
2014-04-30fdo#77039: Fill the match string even if the raw string is empty.Kohei Yoshida
2014-04-30fdo#76663: Let's not skip the first element of a matrix in PRODUCT.Kohei Yoshida
2014-04-30fdo#72741, fdo#76607: Backport of Calc sort rework.Kohei Yoshida
2014-04-22limit the range shrinking in charts to really large ranges, fdo#70609,Markus Mohrhard
2014-04-22missing header includeMarkus Mohrhard
2014-04-22fdo#74687: Undo & redo of format-only changes don't need broadcasting.Kohei Yoshida
2014-04-22fdo#74555: Avoid excessive calls to GetPreviewCellStyle().Kohei Yoshida
2014-04-22fdo#75665: Truncate string when clipped on screen.Kohei Yoshida
2014-04-22fdo#75026: Sometimes we need to update grid view while not being active.Kohei Yoshida
2014-04-16fdo#76409: Write output cell string to <text:p> element when saving to ods.Kohei Yoshida
2014-04-16fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
2014-04-16fdo#77209: Share string pool with clip documents.Kohei Yoshida
2014-04-16fdo#74087: Inspect if a mis-spelled word is at cursor position...Kohei Yoshida
2014-04-16fdo#75970: Let's do it in a straightforward fashion.Kohei Yoshida
2014-04-16fdo#77307: Compare external formula tokens correctly.Kohei Yoshida
2014-04-16fdo#76961 - Calc link auto-update interval is changed on file saveNiklas Johansson
2014-04-16fdo#77300: Don't re-compile formulas when the hybrid formula is not there.Kohei Yoshida
2014-04-16fdo#73588: fix default alignment in RTL mode.Hannah Lyhne
2014-04-16re-enabled user-defined numeric fields for dBase exportEike Rathke
2014-04-16fdo#71729: Fill the range edit boxes after the table is fully initialized.Kohei Yoshida
2014-04-16fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida
2014-04-16pivot: backport fixesTomaž Vajngerl
2014-04-14pivot: duplicate data field handlingTomaž Vajngerl