summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-01-11fdo#44661: No need to update the source range when it's a named range.Kohei Yoshida
2012-01-11Avoid iterating beyond the last existing drawing page.Kohei Yoshida
2012-01-10fdo#44147: Sheet 0 is selected by default.Kohei Yoshida
2012-01-10fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2Takeshi Abe
2012-01-10fdo#42624: Do the same for BIFF5 and earlier.Kohei Yoshida
2012-01-10fdo#42624: Defer formula token conversion for defined names (xls import).Kohei Yoshida
2012-01-09fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida
2012-01-08Handle resizing of cell-anchored polyline objects as well.Kohei Yoshida
2012-01-08Mark detective arrows clearly since we need to treat them differently.Kohei Yoshida
2012-01-08another missing null pointer check in multilinebar, fdo#44518Markus Mohrhard
2012-01-08don't set document modified for copy and select all, fdo#44423Markus Mohrhard
2012-01-08return earlier from ScInterpreter::GetDBParams on error, fdo#44442Markus Mohrhard
2012-01-08limit the number of sheets again to 10000Markus Mohrhard
2012-01-07More unit test code to test copying a sheet with drawing object.Kohei Yoshida
2012-01-07More unit test code for drawing objects. Found another bug & fixed it.Kohei Yoshida
2012-01-07Reset sheet index of drawing objects when moving sheet too.Kohei Yoshida
2012-01-07Better to internalize the sheet ID reset within ScDrawLayer...Kohei Yoshida
2012-01-07Reset sheet ID of cell-anchored drawing objects when deleting sheet(s).Kohei Yoshida
2012-01-07Removing debug statements.Kohei Yoshida
2012-01-06New unit test code for drawing objects.Kohei Yoshida
2012-01-06fdo#36387: Get external references to work with AND and OR.Kohei Yoshida
2012-01-06fdo#44467: Deleting sheets should adjust drawing object pages as well.Kohei Yoshida
2012-01-07handle relative refs in name dialogs correctlyMarkus Mohrhard
2012-01-07improve copy/paste between different documentsMarkus Mohrhard
2012-01-06Fixed the validation message popup disappearing when scrolling etc.Kohei Yoshida
2012-01-06Fixed a crash-on-exit, when the validation message is up when closing.Kohei Yoshida
2012-01-06Fix re-calculation of the position of circular drawing objects.Kohei Yoshida
2012-01-06Revert this to build on msvc 2008Korrawit Pruegsanusak
2012-01-06Limit the number of initial sheets to 1 to 1024 in the UI.Kohei Yoshida
2012-01-06The data range may not always start at row 0, use 'n' prefix for int.Kohei Yoshida
2012-01-06Update behavior and translation last record to prev recordLior Kaplan
2012-01-06gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2012-01-05fdo#36851, bnc#737190: Make the data validation popup more reliable.Kohei Yoshida
2012-01-05WaE: invalid conversion from 'const ScToken*' to 'ScToken*'David Tardon
2012-01-05Removed the restriction to always pass Calc A1 formatted data ranges.Kohei Yoshida
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida
2012-01-04New unit test to test jumping to precedent / dependent cells.Kohei Yoshida
2012-01-04move static casts outside loopsLaurent Godard
2012-01-04Get the reference jump feature to work with relative references.Kohei Yoshida
2012-01-03Correct ARCCOSH()'s parameter descriptionKorrawit Pruegsanusak
2012-01-02Clean non English strings in the codeLior Kaplan
2011-12-29fdo42286 better solution: extend and shrink end of row if neededPierre-André Jacquod
2011-12-27missing pointer check in new multiline input code, fdo#43856Markus Mohrhard
2011-12-27move OSL_FAIL to correct locationMarkus Mohrhard
2011-12-23fix copy/paste with whole column/rowMarkus Mohrhard
2011-12-20another "ScToken::GetDoubleRef: virtual dummy called"Eike Rathke
2011-12-19don't set the current entry during initialisationMarkus Mohrhard
2011-12-17WaE Mac unitialized value false positiveNorbert Thiebaud
2011-12-16fdo#33602: Preserving dbf import/export charset.Muthu Subramanian
2011-12-16Adding more dbf file types.Muthu Subramanian