summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-07add simple Range.Name testfeature/misc-vba-reworkNoel Power
2013-05-07implement Range.NameNoel Power
2013-05-07stub implementation(s) for Application EnableCancelKey & InternationalNoel Power
2013-05-07implement Application.Iteration & Application.InchesToPointsNoel Power
2013-05-07implement Application.UndoNoel Power
2013-05-07fix VBA mode MkDir when passed folder is not a full pathNoel Power
2013-05-07fix userform data aware control importNoel Power
2013-05-07add some Range.value testsNoel Power
2013-05-07reset Logical format when setting a number value via Range vba apiNoel Power
2013-05-07fix memory leak with orphaned controls created on the flyNoel Power
2013-05-07add new test for WorkbooksNoel Power
2013-05-07add Workbook.Save methodNoel Power
2013-05-07Parse workbook name correctly, don't fall over spaces etc.Noel Power
2013-05-07support UserForm.Visible attributeNoel Power
2013-05-07support Shape.AlternativeNoel Power
2013-05-07add OLEObject related testNoel Power
2013-05-07return correct object ( was returning an uno object in the vba api )Noel Power
2013-05-07some testcases for api generated changed & click events for vba controlsNoel Power
2013-05-07tweak combox to selectively fire change or click eventNoel Power
2013-05-07tweak MiscControls to test simple textbox change eventNoel Power
2013-05-07support api initiated change_event for combox & textboxNoel Power
2013-05-07handle non int32 values for Field in Range.AutoFilterNoel Power
2013-05-07Add check form contrast and IncrememtContrast behaviour in Shapes.xlsNoel Power
2013-05-07fix contrast not increment to limit value between 0.0 & 1.0Noel Power
2013-05-07Tweak further the indices checked for break, also tweak test documentNoel Power
2013-05-07fix limits check on breaks ( ignore breaks outside used area )Noel Power
2013-05-07Renable Range-2 vba test as I589b93461b5f4125408f4fc2cb87cd84686f7b95 fixed itNoel Power
2013-05-07add Range.Cut checkNoel Power
2013-05-07re-enable Ranges.xls vba testdocument, additionally remove some failing testsNoel Power
2013-05-07Fix ScRangeList::Parse wrt defaulted delimiter and default tab paramsNoel Power
2013-05-07Revert "remove unused parameter"Noel Power
2013-05-07fix range cut with destination paramater( missing else )Noel Power
2013-05-07some extra tests for ListBox.MultiSelection and ListBox.Text apiNoel Power
2013-05-07Setting TEXT causes exception, don't do itNoel Power
2013-05-07ListBox.MultiSelection takes fmMultiSelect enum not boolNoel Power
2013-05-07Add some misc control related vba testsNoel Power
2013-05-07fix TextBox value error, MaxLength is long in vba but short in libreofficeNoel Power
2013-05-07add test for new vba ReturnInteger typeNoel Power
2013-05-07tweak vba Control implementation to aritificially fire events from apiNoel Power
2013-05-07handle various ReturnXXXX types for formsNoel Power
2013-05-07adjust components needed for CheckOptionToggleValue.xls testfileNoel Power
2013-05-07add new vba test file ( for testing input/output for 'Value' attributes )Noel Power
2013-05-07create togglebutton class ( for togglebutton on sheet )Noel Power
2013-05-07handle bool value for checkbox, radiobutton, togglebutton consistentlyNoel Power
2013-05-07Better loggingStephan Bergmann
2013-05-07Avoid warnings about unused test functionsStephan Bergmann
2013-05-07Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann
2013-05-07codesign --timestamp=none is not supported on 10.6Norbert Thiebaud
2013-05-07drop commented-out codeTakeshi Abe
2013-05-07gbuild: ExternalProject: always build externals from scratchMichael Stahl