summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2013-05-09Add check form contrast and IncrememtContrast behaviour in Shapes.xlsNoel Power
2013-05-09Tweak further the indices checked for break, also tweak test documentNoel Power
2013-05-09fix limits check on breaks ( ignore breaks outside used area )Noel Power
2013-05-09Renable Range-2 vba test as I589b93461b5f4125408f4fc2cb87cd84686f7b95 fixed itNoel Power
2013-05-09add Range.Cut checkNoel Power
2013-05-09re-enable Ranges.xls vba testdocument, additionally remove some failing testsNoel Power
2013-05-09Fix ScRangeList::Parse wrt defaulted delimiter and default tab paramsNoel Power
2013-05-09Revert "remove unused parameter"Noel Power
2013-05-09fix range cut with destination paramater( missing else )Noel Power
2013-05-09some extra tests for ListBox.MultiSelection and ListBox.Text apiNoel Power
2013-05-09Add some misc control related vba testsNoel Power
2013-05-09add test for new vba ReturnInteger typeNoel Power
2013-05-09adjust components needed for CheckOptionToggleValue.xls testfileNoel Power
2013-05-09add new vba test file ( for testing input/output for 'Value' attributes )Noel Power
2013-05-09fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza
2013-05-08svx: remove Package_sdiMichael Stahl
2013-05-08sfx2: remove Package_sdiMichael Stahl
2013-05-07Calc sort: Use method GetSortKeyCount from SortParamAlbert Thuswaldner
2013-05-07fix for fdo#51300Noel Power