summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-06-12resolved fdo#70455 B1:SOMENAME is not a valid singleton referenceEike Rathke
2014-06-04fdo#78976: Correct way to determine the end position for matrix check.Kohei Yoshida
2014-06-03resolved rhbz#1101224 do not attempt to obtain names for NULL tabsEike Rathke
2014-06-03fdo#78927: Use different XML attribute names for asian and complex fonts.Kohei Yoshida
2014-05-29Resolves: fdo#79392 don't access after last row, when last row is max last rowCaolán McNamara
2014-05-23fdo#76824: Proper way to parse cell address strings.Kohei Yoshida
2014-05-23fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida
2014-05-23fdo#78903: Don't broadcast prematurely during cell deletion.Kohei Yoshida
2014-05-20simplify and ensure valid miAutoPosColumn in all cases, fdo#78838 relatedEike Rathke
2014-05-20Resolves: fdo#78838 past-the-end iteratorJulien Nabet
2014-05-18fdo#78786: No need to insert entries here for date members.Kohei Yoshida
2014-05-17fdo#77315: When in cell edit mode, use the EditView instance already there.Kohei Yoshida
2014-05-17fdo#77735: Don't proceed when all cells in the range are empty.Kohei Yoshida
2014-05-16fdo#75056: Overline attribute needs special treatment as well.Kohei Yoshida
2014-05-16fdo#77537: Exporting font names in edit text needs special handling.Kohei Yoshida
2014-05-16fdo#76710: Adjust sheet position of conditional format entries.Kohei Yoshida
2014-05-16std::strlen requires cstring include to buildLuboš Luňák
2014-05-16fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida
2014-05-16fdo#78471: Don't forget to record the ID of the last record for BIFF5.Kohei Yoshida
2014-05-15fdo#78391: When numbers are auto-fit, reset clipping parameters.Kohei Yoshida
2014-05-12fdo#78535: Don't process borders of 0 width.Kohei Yoshida
2014-05-10fdo#77056: Treat empty cells as if they have a value of 0.0.Kohei Yoshida
2014-05-09fdo#77379: Don't return from the call. Notes are handled at the end.Kohei Yoshida
2014-05-09fdo#77806: Check the boundaries before accessing an array....Kohei Yoshida
2014-05-09resolve fdo#77509 memory corruption / crash in ConsolidateEike Rathke
2014-05-08fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida
2014-05-07fdo#77944: No need to store updated formulas in undo document when moving.Kohei Yoshida
2014-05-07fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida
2014-05-06fdo#77647: Fix the column insertion use case.Kohei Yoshida
2014-05-06fdo#77944: Put updated formula cells into undo document.Kohei Yoshida
2014-05-06fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida
2014-05-05resolved fdo#78294 default null-date for document import is 1899-12-30Eike Rathke
2014-05-05escape conditional formatting formulas during xlsx export, fdo#75168Markus Mohrhard
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida
2014-05-01fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida
2014-04-30actually both should be LIST_APPENDEike Rathke
2014-04-30Build fix.Kohei Yoshida
2014-04-30fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida
2014-04-29fdo#77647: Expand reference only when the top of the selected range is...Kohei Yoshida
2014-04-28the safety check was a bit too strict, fdo#77984Markus Mohrhard
2014-04-28fdo#77969: Return 0 in case of matrix consisting of all empty elements.Kohei Yoshida
2014-04-28fdo#75397: Return an empty string for empty element.Kohei Yoshida
2014-04-28cppcheck: fix "Mismatching allocation and deallocation"Julien Nabet
2014-04-27fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida
2014-04-25fdo#77728: Re-compile tokens when named range is updated.Kohei Yoshida
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida
2014-04-25fdo#77039: Fill the match string even if the raw string is empty.Kohei Yoshida
2014-04-25fdo#76663: Let's not skip the first element of a matrix in PRODUCT.Kohei Yoshida
2014-04-25fdo#72741, fdo#76607: Backport of Calc sort rework.Kohei Yoshida
2014-04-17limit the range shrinking in charts to really large ranges, fdo#70609,Markus Mohrhard