summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden
2012-01-04fix dep to svx/globlmn.hrc inside of tail_buildNorbert Thiebaud
2012-01-03Get the reference jump feature to work with relative references.Kohei Yoshida
2012-01-02Clean non English strings in the codeLior Kaplan
2011-12-31Correct ARCCOSH()'s parameter descriptionKorrawit Pruegsanusak
2011-12-28Same expression for comparison and for assignmentJulien Nabet
2011-12-28use of bool instead of sal_boolPierre-André Jacquod
2011-12-28fdo42286 better solution: extend and shrink end of row if neededPierre-André Jacquod
2011-12-27fix ScDatabaseRangeObj test, fdo#43312Markus Mohrhard
2011-12-27better handling for unsaved external referencesMarkus Mohrhard
2011-12-27fix dbglevel=2 build in scMarkus Mohrhard
2011-12-26missing pointer check in new multiline input code, fdo#43856Markus Mohrhard
2011-12-26move OSL_FAIL to correct locationMarkus Mohrhard
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley
2011-12-23fix copy/paste with whole column/rowMarkus Mohrhard