summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-05-10temporarily disable unit test that fails on windowsNoel Power
2013-05-09coverity#705449: comparing array against NULLMarkus Mohrhard
2013-05-09coverity#705446: self assignmentMarkus Mohrhard
2013-05-09add missing exception specificationLuboš Luňák
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida
2013-05-09Test more broadcaster relocation scenarios.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-09Set page style name to the sheet directly via ScDocument, not UNO API.Kohei Yoshida
2013-05-09Remove using namespace statements that may cause naming clashes.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-09Test to ensure that removing a listening formula cell remove the broadcaster.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-09DeleteRange is only called from within ScColumn, and should be private.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-09Remove unnecessary inclusion of column.hxx.Kohei Yoshida
2013-05-09Update the comment.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-09fix waeNoel Power
2013-05-09add simple Range.Name testNoel Power
2013-05-09implement Range.NameNoel Power
2013-05-09stub implementation(s) for Application EnableCancelKey & InternationalNoel Power
2013-05-09implement Application.Iteration & Application.InchesToPointsNoel Power
2013-05-09implement Application.UndoNoel Power
2013-05-09add some Range.value testsNoel Power
2013-05-09reset Logical format when setting a number value via Range vba apiNoel Power
2013-05-09add new test for WorkbooksNoel Power
2013-05-09add Workbook.Save methodNoel Power
2013-05-09add OLEObject related testNoel Power
2013-05-09return correct object ( was returning an uno object in the vba api )Noel Power
2013-05-09some testcases for api generated changed & click events for vba controlsNoel Power
2013-05-09tweak MiscControls to test simple textbox change eventNoel Power
2013-05-09handle non int32 values for Field in Range.AutoFilterNoel Power