summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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-07Mark detective arrows clearly since we need to treat them differently.Kohei Yoshida
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-07another missing null pointer check in multilinebar, fdo#44518Markus Mohrhard
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2012-01-07Removing debug statements.Kohei Yoshida
2012-01-07New 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-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06Removed unnecessary tools/ref.hxx includes.Marcel Metz
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz
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-06Merge branch 'feature/gbuild_extensions'Michael Stahl
2012-01-06add warning message if you close unsaved referenced documentMarkus Mohrhard
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-06make ReadUniOrByteString return a stringCaolán McNamara
2012-01-05fdo#36851, bnc#737190: Make the data validation popup more reliable.Kohei Yoshida
2012-01-06add inital part for XDatabaseRange test, related fdo#44167Markus Mohrhard
2012-01-06correctly update absolute refs in range names if pointing to copied areaMarkus Mohrhard
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
2012-01-05simplify code a bitMarkus Mohrhard
2012-01-05remove unneeded debug statementsMarkus Mohrhard
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05use the docshell to change tab attributes. don't do it directlyNorbert Thiebaud
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
2012-01-05add mode-lines to some new filesCaolán McNamara
2012-01-05WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara
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-04remove entry from unsaved ref container if doc is savedMarkus Mohrhard
2012-01-04don't show generic error message if a better one is available, fdo#43911Markus Mohrhard