summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2013-05-15String.AppendAscii DropRicardo Montania
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-14cppcheck: fix arrayIndexThenCheck/optimize loopsJulien Nabet
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann
2013-05-14coverity#1000855 Unitialized scalar variableNorbert Thiebaud
2013-05-13cppcheck: fix uselessAssignmentPtrArgJulien Nabet
2013-05-10Broadcast only on deleted cells that were previously non-empty.Kohei Yoshida
2013-05-10resolved fdo#64384 check subtotal row filtered also for single referenceEike Rathke
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-05-09coverity#705449: comparing array against NULLMarkus Mohrhard
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida
2013-05-09Simplify this a bit.Kohei Yoshida
2013-05-09This is not necessary either.Kohei Yoshida
2013-05-09No need to check for broadcaster's presence here.Kohei Yoshida
2013-05-09Script types are unsigned char now.Kohei Yoshida
2013-05-09Change of plan. ScColumn::DeleteRange() will NOT broadcast. Ever.Kohei Yoshida
2013-05-09The same thing applies in reverse direction.Kohei Yoshida
2013-05-09Fix another broadcaster bug and a test code to catch it.Kohei Yoshida
2013-05-09More test and more fix wrt broadcaster rework.Kohei Yoshida
2013-05-09Start writing unit test for broadcaster storage. Found & fixed one bug.Kohei Yoshida
2013-05-09Adjust for API change in mdds 0.8.0.Kohei Yoshida
2013-05-09With the removal of CELLTYPE_NOTE, IsBlank() is now always false.Kohei Yoshida
2013-05-09Add this back. This was removed by accident.Kohei Yoshida
2013-05-09We need to broadcast here...Kohei Yoshida
2013-05-09I should first check whether a broadcaster exists at this position.Kohei Yoshida
2013-05-09Remove SC_HINT_DYING. We don't do anything specific for this hint.Kohei Yoshida
2013-05-09Broadcast change on cell deletion.Kohei Yoshida
2013-05-09A bit of cleanup.Kohei Yoshida
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida
2013-05-09Add new broadcaster storage in ScColumn. Not used yet.Kohei Yoshida
2013-05-09Switch script type storage from unsigned short to unsigned char.Kohei Yoshida
2013-05-09Don't forget to calculate hash when importing from xls.Kohei Yoshida
2013-05-09Add SUMPRODUCT and MINVERSE to the list of vectorizable functions.Kohei Yoshida
2013-05-09Revert "remove unused parameter"Noel Power
2013-05-09fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06Revert "abstract type in ptr_container needs this workaround"Stephan Bergmann
2013-04-30Fix erroneous reference conversion.Tomofumi Yagi
2013-04-30Surpress warning on comparison between signed and unsigned.Kohei Yoshida
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida
2013-04-30Move the group calculation code into its own class.Kohei Yoshida
2013-04-30Typo.Kohei Yoshida
2013-04-30Reset dirty.Kohei Yoshida
2013-04-30We don't need this code.Kohei Yoshida
2013-04-30Handle range references for group calculation. This is still untested.Kohei Yoshida
2013-04-30Handle range reference as well for group calculation. Not tested yet.Kohei Yoshida
2013-04-30Let's not use VectorArray struct. There is no use for it.Kohei Yoshida
2013-04-30Some comment.Kohei Yoshida
2013-04-30Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida
2013-04-30CellStorageModified() is the right (and only) place to mark group dirty.Kohei Yoshida