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